mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 18:12:31 +01:00
Fix Pi-Hole network details table colors (#489)
This commit is contained in:
parent
c153f3c7b9
commit
119841dc40
@ -411,11 +411,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Network */
|
/* Network */
|
||||||
.table-striped>tbody>tr:nth-of-type(odd) {
|
.table-striped>tbody>tr:nth-of-type(odd):not(#network-details .table-striped>tbody>tr:nth-of-type(odd)) {
|
||||||
background: var(--transparency-dark-25) !important;
|
background: var(--transparency-dark-25) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-striped>tbody>tr:nth-of-type(even) {
|
.table-striped>tbody>tr:nth-of-type(even):not(#network-details .table-striped>tbody>tr:nth-of-type(even)) {
|
||||||
background: var(--transparency-dark-50) !important;
|
background: var(--transparency-dark-50) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user