mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 04:33:54 +02:00
68 lines
1.4 KiB
CSS
68 lines
1.4 KiB
CSS
/* Shield Star Fix */
|
|
#tracking-protection-icon-container {
|
|
align-self: center !important;
|
|
}
|
|
|
|
/* Cleaner Breakout URL Bar */
|
|
#urlbar-search-mode-indicator {
|
|
background: transparent !important;
|
|
}
|
|
|
|
#identity-box.chromeUI:not([pageproxystate="invalid"]) {
|
|
& #identity-icon-box {
|
|
background: transparent !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;
|
|
}
|