mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 12:13:52 +02:00
80 lines
No EOL
1.9 KiB
CSS
80 lines
No EOL
1.9 KiB
CSS
/* Shield Star Fix */
|
|
#tracking-protection-icon-container {
|
|
align-self: center !important;
|
|
margin-bottom: -1px !important;
|
|
}
|
|
|
|
#page-action-buttons {
|
|
margin-right: -2px !important;
|
|
margin-bottom: -1px !important;
|
|
}
|
|
|
|
/* Cleaner Breakout URL Bar */
|
|
#urlbar-search-mode-indicator {
|
|
background: transparent !important;
|
|
}
|
|
|
|
@media not (-moz-bool-pref: "theme.cleaned_url_bar.disable_transparency") {
|
|
#urlbar-background {
|
|
background: color-mix(in srgb, light-dark(#fff, var(--zen-colors-tertiary)) 60%, transparent 60%) !important;
|
|
backdrop-filter: blur(50px) !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "theme.cleaned_url_bar.disable_transparency") {
|
|
#urlbar-background {
|
|
background: color-mix(in srgb, light-dark(#fff, var(--zen-colors-tertiary)) 100%, transparent 0%) !important;
|
|
backdrop-filter: blur(0px) !important;
|
|
}
|
|
}
|
|
|
|
#identity-icon-box, #identity-permission-box {
|
|
background: transparent !important;
|
|
margin: 0 8px 0 0 !important;
|
|
}
|
|
|
|
.urlbarView-body-inner {
|
|
#urlbar[open] > .urlbarView > .urlbarView-body-outer > & {
|
|
border-top: none !important;
|
|
}
|
|
}
|
|
|
|
.urlbarView:not([noresults]) > .search-one-offs:not([hidden]) {
|
|
border-top: none !important;
|
|
}
|
|
|
|
.search-one-offs {
|
|
padding: 4px !important;
|
|
margin-bottom: 8px !important;
|
|
opacity: 0.5 !important;
|
|
background: var(--urlbarView-highlight-background) !important;
|
|
border-radius: 8px !important;
|
|
}
|
|
|
|
.urlbarView-row {
|
|
border-radius: 8px !important;
|
|
}
|
|
|
|
.search-panel-one-offs-container > *, .search-panel-one-offs-container > * > * {
|
|
border-radius: 4px !important;
|
|
}
|
|
|
|
.urlbar-input-container {
|
|
padding: 0px 3.5px !important;
|
|
}
|
|
|
|
#urlbar[open] {
|
|
margin-top: 3px !important;
|
|
padding-top: 6px !important;
|
|
}
|
|
|
|
.urlbar-go-button {
|
|
align-self: center !important;
|
|
opacity: 0.5 !important;
|
|
background: transparent !important;
|
|
margin-right: 6px !important;
|
|
}
|
|
|
|
.urlbar-go-button:hover {
|
|
opacity: 1 !important;
|
|
} |