Skip to content

Commit

Permalink
Fix the list-group-item background color and hover effect in all th…
Browse files Browse the repository at this point in the history
…emes

using a semi-tranparent color

Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Sep 24, 2024
1 parent ac341cf commit 02ab3a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -1551,3 +1551,12 @@ textarea.field-sizing-content {
min-inline-size: 20ch;
field-sizing: content;
}

/* Used in interfaces page */
.list-group-item {
background: transparent;
border-color: rgba(127, 127, 127, 0.27);
}
.bstreeview .list-group-item:hover {
background-color: rgba(127, 127, 127, 0.18);
}

0 comments on commit 02ab3a7

Please sign in to comment.