nzbget speed limit hover fix

This commit is contained in:
gilbN 2020-01-08 18:46:13 +01:00
parent a1124a3975
commit 62c7a573d1

View File

@ -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;
}