nzbget speed limit hover fix
This commit is contained in:
parent
a1124a3975
commit
62c7a573d1
@ -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 {
|
.table tbody tr.checked:hover, .table tbody tr.checked:hover td {
|
||||||
background-color: hsla(0,0%,100%,.08);
|
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 {
|
.table th, .table td {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user