mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] simple theme: dark mode: various fixes
This commit is contained in:
parent
2dcd9a68d6
commit
7179af32f2
3 changed files with 16 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue