Fix the list-group-item background color and hover effect in all themes
Codespell / spell-check (push) Has been cancelled
editorconfig-checker / editorconfig-checker (push) Has been cancelled
Check for merge conflicts / main (push) Has been cancelled

using a semi-tranparent color

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2024-09-24 13:01:14 -03:00
parent ac341cf934
commit 02ab3a7ab5
+9
View File
@@ -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);
}