1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

Fix Pi-Hole network details table colors (#489)

This commit is contained in:
Samuel Bartík 2023-04-08 19:01:03 +02:00 committed by GitHub
parent c153f3c7b9
commit 119841dc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,11 +411,11 @@
}
/* 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;
}
.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;
}