diff --git a/CSS/themes/nzbget/nzbget-base.css b/CSS/themes/nzbget/nzbget-base.css index 1125ffbd..b4052c91 100644 --- a/CSS/themes/nzbget/nzbget-base.css +++ b/CSS/themes/nzbget/nzbget-base.css @@ -85,6 +85,9 @@ tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress { .table tbody tr.checked:hover, .table tbody tr.checked:hover td { background-color: hsla(0,0%,100%,.08); } +.table.check-simple tbody tr.checked:hover, .table.check-simple tbody tr.checked:hover td { + background-color: hsla(0,0%,100%,.08); +} .table th, .table td { border-top: none; }