mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
searchbar active background color fixed
This commit is contained in:
parent
cd28ef49f0
commit
63af2e50cc
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
&:global(.active) {
|
&:global(.active) {
|
||||||
.search-label {
|
.search-label {
|
||||||
background-color: var(--color-backgrounddark);
|
background-color: var(--color-background);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
background: var(--color-secondary);
|
background-color: var(--color-secondary);
|
||||||
|
|
||||||
.search-input {
|
.search-input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue