From 21b74abe5a6556cb61d1a7216135fe41f6918b9b Mon Sep 17 00:00:00 2001 From: David Freina Date: Tue, 23 Feb 2021 23:31:08 +0100 Subject: [PATCH] fixed table header in interface config --- CSS/themes/sabnzbd/sabnzbd-base.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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