mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
testing stuff
This commit is contained in:
parent
3882050cb7
commit
4e2366e0c7
4 changed files with 24 additions and 16 deletions
|
@ -119,3 +119,6 @@
|
|||
background-color: var(--cl-bg);
|
||||
color: var(--cl-fg);
|
||||
}
|
||||
|
||||
.cl-p-3 { background-color: var(--cl-0-1); }
|
||||
.cl-s-3 { background-color: var(--cl-1-1);}
|
|
@ -60,7 +60,7 @@ th svg {
|
|||
button, .button {
|
||||
background-color: var(--cl-bg-el);
|
||||
}
|
||||
.button:hover, button:hover {
|
||||
.button:hover, button:hover, svg:hover {
|
||||
background-color: var(--cl-bg-hl);
|
||||
}
|
||||
|
||||
|
@ -81,3 +81,8 @@ tbody tr:hover, th:hover {
|
|||
.nav-body > button, .button {
|
||||
background-color: var(--cl-bg);
|
||||
}
|
||||
|
||||
.nav-body > * > button, .nav-body > * > button > svg {
|
||||
background-color: var(--cl-bg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue