From 7dbd05e100f2222ce1101e4b7ca81b4e6c6141f0 Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 27 Aug 2019 20:17:33 +0200 Subject: [PATCH] sab: changed the table hover color --- 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 33613d96..fcb4b14b 100644 --- a/CSS/themes/sabnzbd/sabnzbd-base.css +++ b/CSS/themes/sabnzbd/sabnzbd-base.css @@ -286,7 +286,7 @@ table:hover { background-color: rgba(0, 0, 0, 0.25) !important; } .table-hover>tbody>tr:hover { - background-color: rgba(0, 0, 0, 0.1) !important + background-color: rgba(255, 255, 255, 0.07) !important } tbody>tr:last-child td { border-bottom: 1px solid transparent !important;