[mod] simple theme: dark mode: various fixes

This commit is contained in:
Alexandre Flament 2021-10-31 10:57:06 +01:00
parent 2dcd9a68d6
commit 7179af32f2
3 changed files with 16 additions and 13 deletions

View file

@ -89,7 +89,7 @@ td {
tr {
&:hover {
background: var(--color-settings-tr-hover);
background: var(--color-settings-tr-hover) !important;
}
}
@ -336,7 +336,7 @@ select {
&:hover,
&:focus {
border-bottom: 1px solid var(--color-search-border);
border-bottom: 1px solid var(--color-toolkit-select-border-hover);
}
option {