toolbar-mobile use color-palette var's

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I5f8f5a18e8827960088d24eecdb5f91b88d0dd5c
This commit is contained in:
andreas kainz 2022-02-12 21:35:21 +01:00 committed by Andreas_K
parent 4a5b3b6465
commit a04f36b4a5

View file

@ -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;