mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Transparency & Icon Allignment
This commit is contained in:
parent
1bdd8f3ef0
commit
a1cd97a7ad
2 changed files with 27 additions and 22 deletions
|
@ -1,24 +1,12 @@
|
|||
|
||||
/* Shield Star Fix */
|
||||
.urlbar-page-action, #tracking-protection-icon-container {
|
||||
margin: 2px !important;
|
||||
margin-top: 4px !important;
|
||||
#tracking-protection-icon-container {
|
||||
align-self: center !important;
|
||||
margin-bottom: -1px !important;
|
||||
}
|
||||
|
||||
#star-button-box {
|
||||
margin-top: 3px !important;
|
||||
margin-left: 1px !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
#urlbar[breakout] {
|
||||
& > .urlbar-input-container {
|
||||
height: 99%;
|
||||
}
|
||||
}
|
||||
|
||||
#urlbar {
|
||||
min-height: 34px !important;
|
||||
#page-action-buttons {
|
||||
margin-right: -2px !important;
|
||||
margin-bottom: -1px !important;
|
||||
}
|
||||
|
||||
/* Cleaner Breakout URL Bar */
|
||||
|
@ -26,9 +14,18 @@
|
|||
background: transparent !important;
|
||||
}
|
||||
|
||||
#urlbar-background {
|
||||
background: color-mix(in srgb, light-dark(#fff, var(--zen-colors-tertiary)) 60%, transparent 60%) !important;
|
||||
backdrop-filter: blur(50px) !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 {
|
||||
|
@ -72,6 +69,7 @@
|
|||
}
|
||||
|
||||
.urlbar-go-button {
|
||||
align-self: center !important;
|
||||
opacity: 0.5 !important;
|
||||
background: transparent !important;
|
||||
margin-right: 6px !important;
|
||||
|
@ -79,4 +77,4 @@
|
|||
|
||||
.urlbar-go-button:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.cleaned_url_bar.disable_transparency",
|
||||
"label": "Disable transparency",
|
||||
"type": "checkbox"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue