mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
40 lines
748 B
CSS
40 lines
748 B
CSS
|
|
.urlbar-input-box {
|
|
text-align: center;
|
|
}
|
|
|
|
#identity-icon-box {
|
|
display: none !important;
|
|
}
|
|
|
|
#star-button-box {
|
|
display: none !important;
|
|
}
|
|
|
|
#identity-permission-box {
|
|
display: none !important;
|
|
}
|
|
|
|
#urlbar[breakout-extend="true"] {
|
|
& #urlbar-background {
|
|
--zen-urlbar-background-base: #605858a6 !important;
|
|
}
|
|
& #identity-icon-box {
|
|
display: flex !important;
|
|
}
|
|
& #star-button-box {
|
|
display: flex !important;
|
|
}
|
|
& #identity-permission-box {
|
|
display: flex !important;
|
|
}
|
|
}
|
|
|
|
#urlbar {
|
|
backdrop-filter: blur(9px);
|
|
border-radius: calc(var(--toolbarbutton-border-radius) - -7px) !important;
|
|
}
|
|
|
|
.urlbarView {
|
|
--urlbarView-separator-color: light-dark(hsl(320, 2.7%, 77.8%), hsl(320, 2.7%, 77.8%));
|
|
}
|