Use the same 1.15em font-size for status as what Firefox uses for url
This commit is contained in:
parent
90317cc59b
commit
b96f1b9555
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ As a workaround, the -moz-element background image is removed somewhat often whi
|
||||||
min-width: 1000px;
|
min-width: 1000px;
|
||||||
background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8)) !important;
|
background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8)) !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
font-size: inherit;
|
font-size: 1.15em;
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue