nzbget table even bg color
This commit is contained in:
parent
62c7a573d1
commit
4ce6036d68
@ -69,6 +69,9 @@ body {
|
|||||||
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
|
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
.table-striped tbody tr:nth-child(even) {
|
||||||
|
background-color: rgba(0, 0, 0, 0.08);
|
||||||
|
}
|
||||||
.table tbody tr:hover, .table tbody tr:hover td, .table tbody tr:hover a {
|
.table tbody tr:hover, .table tbody tr:hover td, .table tbody tr:hover a {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user