Use more sane colors for the popup
This commit is contained in:
parent
177bcfd7d6
commit
3091101489
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
||||||
width: 100vw !important;
|
width: 100vw !important;
|
||||||
border-width: 1px 0;
|
border-width: 1px 0;
|
||||||
top: var(--urlbar-toolbar-height);
|
top: var(--urlbar-toolbar-height);
|
||||||
background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,50%,.8));
|
background-color: var(--lwt-toolbar-field-focus, inherit);
|
||||||
backdrop-filter: blur(28px);
|
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
box-shadow: 0 1px 4px rgba(0,0,0,.05);
|
box-shadow: 0 1px 4px rgba(0,0,0,.05);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue