diff --git a/style/pi-hole.css b/style/pi-hole.css index bc4a1a2e..f1f107b0 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -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); +}