diff --git a/CSS/themes/sabnzbd/sabnzbd-base.css b/CSS/themes/sabnzbd/sabnzbd-base.css index 05214170..b72f98df 100644 --- a/CSS/themes/sabnzbd/sabnzbd-base.css +++ b/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; +} \ No newline at end of file