From 91c52c7f14a10ba37cd731eb5bdbab886fed4e82 Mon Sep 17 00:00:00 2001 From: gilbN Date: Wed, 12 Jun 2019 23:40:12 +0200 Subject: [PATCH] some fix --- CSS/themes/sabnzbd_plex.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/sabnzbd_plex.css b/CSS/themes/sabnzbd_plex.css index b4a4434d..c3da5c82 100644 --- a/CSS/themes/sabnzbd_plex.css +++ b/CSS/themes/sabnzbd_plex.css @@ -149,8 +149,8 @@ tbody>tr:last-child td { .multioperations-selector { - border: 1px solid #2d2c2c !important; - background-color: #2d2c2c !important; + border: 1px solid rgba(0, 0, 0, 0.25) !important; + background-color: rgba(0, 0, 0, 0.25) !important; } #history-options .hover-button { color: white;