From 10ae1fa24be01afec3c3a6ad874f0b0c381fc6ad Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 27 Aug 2019 20:18:38 +0200 Subject: [PATCH] sab: border fix --- CSS/themes/sabnzbd/sabnzbd-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/sabnzbd/sabnzbd-base.css b/CSS/themes/sabnzbd/sabnzbd-base.css index fcb4b14b..90cf63e1 100644 --- a/CSS/themes/sabnzbd/sabnzbd-base.css +++ b/CSS/themes/sabnzbd/sabnzbd-base.css @@ -301,7 +301,7 @@ tbody>tr:last-child td { .multioperations-selector { - border: 1px solid rgba(0, 0, 0, 0.25) !important; + border: 1px solid transparent !important; background-color: rgba(0, 0, 0, 0.25) !important; } #history-options .hover-button {