toolbar-mobile use color-palette var's
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I5f8f5a18e8827960088d24eecdb5f91b88d0dd5c
This commit is contained in:
parent
4a5b3b6465
commit
a04f36b4a5
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
@-moz-document url-prefix() {
|
||||
#formulabar #formulaInput, #formulabar #addressInput{
|
||||
margin-left: 5px;
|
||||
color: var(--color-main-text);
|
||||
background-color: var(--color-main-background);
|
||||
border: 1px solid var(--color-border) !important;
|
||||
border-radius: 0px;
|
||||
border: 1px solid #bbbbbb !important;
|
||||
}
|
||||
#toolbar-up{
|
||||
top: -1px;
|
||||
|
|
Loading…
Reference in a new issue