Browse Source

nzbget speed limit hover fix

pull/110/head
gilbN 5 years ago
parent
commit
62c7a573d1
  1. 3
      CSS/themes/nzbget/nzbget-base.css

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

Loading…
Cancel
Save