Skip to content

Commit

Permalink
Fix Pi-Hole network details table colors (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambartik authored Apr 8, 2023
1 parent c153f3c commit 119841d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/base/pihole/pihole-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 119841d

Please sign in to comment.