mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix the list-group-item background color and hover effect in all themes
using a semi-tranparent color Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user