mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[simple theme] minor css fixes
* remove hover effect from vim help modal * remove bold font weight from active item in prefenreces tab bar * remove margin from answer box to unify with rest of result page
This commit is contained in:
parent
e839910f4c
commit
1becb5e138
2 changed files with 2 additions and 3 deletions
|
|
@ -157,7 +157,7 @@ div.selectable_url {
|
|||
vertical-align: text-top;
|
||||
|
||||
&:hover {
|
||||
background: transparent;
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -267,7 +267,6 @@ div.selectable_url {
|
|||
border-bottom: 2px solid var(--color-categories-item-border-selected);
|
||||
background: var(--color-categories-item-selected);
|
||||
color: var(--color-categories-item-selected-font);
|
||||
font-weight: bold;
|
||||
letter-spacing: -0.1px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue