mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Use box-shadow instead of border for urlbar
This commit is contained in:
parent
f66bdeb079
commit
4544b4874e
1 changed files with 3 additions and 4 deletions
|
@ -8,16 +8,15 @@
|
||||||
#urlbar{
|
#urlbar{
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
border: 1px solid white;
|
box-shadow: inset 0 0 0 1px var(--lwt-toolbar-field-border-color, hsla(240,5%,5%,.25));
|
||||||
border-color:var(--lwt-toolbar-field-border-color, hsla(240,5%,5%,.25));
|
|
||||||
background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8));
|
background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8));
|
||||||
border-radius: var(--toolbarbutton-border-radius);
|
border-radius: var(--toolbarbutton-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar[focused]{ border-color: var(--lwt-toolbar-field-border-focus, highlight) }
|
#urlbar[focused]{ box-shadow: inset 0 0 0 1px var(--lwt-toolbar-field-border-focus, highlight); }
|
||||||
|
|
||||||
.urlbarView{
|
.urlbarView{
|
||||||
position: absolute !important;
|
position: fixed !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
width: 100vw !important;
|
width: 100vw !important;
|
||||||
|
|
Loading…
Reference in a new issue