mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 15:19:58 +02:00
chore: Make sure to always apply shadow to urlbar, b=(no-bug), c=common
This commit is contained in:
parent
e5294908ec
commit
01e3cc1374
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
||||||
--zen-urlbar-background-transparent,
|
--zen-urlbar-background-transparent,
|
||||||
var(--zen-urlbar-background-base)
|
var(--zen-urlbar-background-base)
|
||||||
) !important;
|
) !important;
|
||||||
box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6);
|
box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6) !important;
|
||||||
backdrop-filter: none !important;
|
backdrop-filter: none !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
outline: 0.5px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15)) !important;
|
outline: 0.5px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15)) !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue