Browse Source

fixed table header in interface config

pull/150/head
David Freina 4 years ago
parent
commit
21b74abe5a
  1. 8
      CSS/themes/sabnzbd/sabnzbd-base.css

8
CSS/themes/sabnzbd/sabnzbd-base.css

@ -644,3 +644,11 @@ label {
#content a, #content a:hover, #content a:active, #content a:visited, #serverResponse {
color: #eee;
}
/* interface configuration */
#modal-options .table-server-connections th {
border-left: none;
}
#modal-options .table-server-connections th:last-child {
border-right: none;
}
Loading…
Cancel
Save