mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-21 06:00:49 +00:00
40 lines
1.6 KiB
C++
40 lines
1.6 KiB
C++
diff --git a/browser/themes/shared/identity-block/identity-block.css b/browser/themes/shared/identity-block/identity-block.css
|
|
index d542e962d42b17140888e299ed43a838047ee48c..5e0b72f147687924c48dfed0318f53b765a4d497 100644
|
|
--- a/browser/themes/shared/identity-block/identity-block.css
|
|
+++ b/browser/themes/shared/identity-block/identity-block.css
|
|
@@ -81,13 +81,6 @@
|
|
}
|
|
}
|
|
|
|
-#identity-box[pageproxystate="valid"]:is(.notSecureText, .chromeUI, .extensionPage) > .identity-box-button,
|
|
-#urlbar-label-box {
|
|
- background-color: var(--urlbar-box-bgcolor);
|
|
- 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]),
|
|
@@ -178,16 +171,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,
|