Correctly remove background-colors from #urlbarr and #searchbar when
active
This commit is contained in:
parent
7778ed2e08
commit
bdaad97165
1 changed files with 4 additions and 1 deletions
|
@ -3,14 +3,17 @@
|
||||||
--lwt-toolbar-field-border-color: transparent !important;
|
--lwt-toolbar-field-border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar.megabar[open]{ background-color: var(--toolbar-bgcolor) !important; }
|
#urlbar[open]{ background-color: var(--toolbar-bgcolor) !important; }
|
||||||
|
|
||||||
|
#urlbar,
|
||||||
|
#searchbar,
|
||||||
#search-box{
|
#search-box{
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
background-color: var(--lwt-toolbar-field-background-color) !important;
|
background-color: var(--lwt-toolbar-field-background-color) !important;
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#searchbar,
|
||||||
#urlbar,
|
#urlbar,
|
||||||
.searchbar-textbox{
|
.searchbar-textbox{
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|
Loading…
Reference in a new issue