mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
VideosList search bkg color lighter
This commit is contained in:
parent
ff05b4b7ac
commit
433c9373b2
1 changed files with 2 additions and 2 deletions
|
|
@ -51,11 +51,11 @@
|
|||
padding: 0 1rem;
|
||||
border-radius: 2.3rem;
|
||||
border: var(--focus-outline-size) solid transparent;
|
||||
background-color: @color-background-dark1;
|
||||
background-color: @color-background;
|
||||
cursor: text;
|
||||
|
||||
&:hover, &:focus-within {
|
||||
background-color: @color-background;
|
||||
background-color: @color-background-light1;
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
|
|
|
|||
Loading…
Reference in a new issue