mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-02 03:33:34 +00:00
49 lines
1.8 KiB
C++
49 lines
1.8 KiB
C++
diff --git a/browser/themes/shared/identity-block/identity-block.css b/browser/themes/shared/identity-block/identity-block.css
|
|
index 82c3e319f783e6383ce437131808bbde14293379..6b4444b8ad68664f746be057aae4c59e01e8d170 100644
|
|
--- a/browser/themes/shared/identity-block/identity-block.css
|
|
+++ b/browser/themes/shared/identity-block/identity-block.css
|
|
@@ -12,7 +12,7 @@
|
|
}
|
|
|
|
#identity-box {
|
|
- &[pageproxystate="invalid"] {
|
|
+ :root[zen-has-empty-tab='true'] & {
|
|
pointer-events: none;
|
|
-moz-user-focus: ignore;
|
|
|
|
@@ -96,13 +96,6 @@
|
|
margin: 0;
|
|
}
|
|
|
|
-#identity-box[pageproxystate="valid"]:is(.notSecureText, .chromeUI, .extensionPage) > .identity-box-button,
|
|
-#urlbar-label-box {
|
|
- background-color: var(--urlbar-box-background-color);
|
|
- color: var(--urlbar-box-text-color);
|
|
- padding-inline: 8px;
|
|
- border-radius: var(--urlbar-inner-border-radius);
|
|
-}
|
|
|
|
#urlbar[focused] {
|
|
#identity-box[pageproxystate="valid"]:is(.notSecureText, .chromeUI, .extensionPage) > .identity-box-button:not(:hover, [open]),
|
|
@@ -193,16 +186,17 @@
|
|
}
|
|
|
|
#identity-icon {
|
|
- list-style-image: url(chrome://global/skin/icons/search-glass.svg);
|
|
+ list-style-image: url(chrome://global/skin/icons/search-glass.svg) !important;
|
|
+ fill-opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
#urlbar[actiontype="extension"] > .urlbar-input-container > #identity-box #identity-icon {
|
|
- list-style-image: url(chrome://mozapps/skin/extensions/extension.svg);
|
|
+ list-style-image: url(chrome://mozapps/skin/extensions/extension.svg) !important;
|
|
}
|
|
|
|
#identity-box[pageproxystate="valid"].extensionPage #identity-icon {
|
|
- list-style-image: url(chrome://mozapps/skin/extensions/extension.svg);
|
|
+ list-style-image: url(chrome://mozapps/skin/extensions/extension.svg) !important;
|
|
}
|
|
|
|
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon,
|