summaryrefslogtreecommitdiffstats
path: root/browser/themes/shared/toolbarbutton-icons.css
diff options
context:
space:
mode:
Diffstat (limited to 'browser/themes/shared/toolbarbutton-icons.css')
-rw-r--r--browser/themes/shared/toolbarbutton-icons.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/browser/themes/shared/toolbarbutton-icons.css b/browser/themes/shared/toolbarbutton-icons.css
index 5700814351..21a6d216ed 100644
--- a/browser/themes/shared/toolbarbutton-icons.css
+++ b/browser/themes/shared/toolbarbutton-icons.css
@@ -114,13 +114,9 @@
position: relative;
}
-#nav-bar-customization-target :where(#reload-button, #stop-button) > .toolbarbutton-icon {
- padding: calc(var(--toolbarbutton-inner-padding) + 1px) var(--toolbarbutton-inner-padding) calc(var(--toolbarbutton-inner-padding) - 1px ) !important; /* The animation is 18px but the other icons are 16px, lower it by 1px so it is vertically centered */
-}
-
#reload-button > .toolbarbutton-animatable-box,
#stop-button > .toolbarbutton-animatable-box {
- top: calc(50% - 9px); /* Vertically center the 20px tall animatable image, which is 1px higher than other icons */
+ top: calc(50% - 10px); /* Vertically center the 20px tall animatable image */
width: 20px; /* Width of each frame within the SVG sprite */
height: 20px; /* Height of each frame within the SVG sprite */
}
@@ -466,3 +462,9 @@ toolbarbutton.bookmark-item {
#firefox-view-button {
list-style-image: url("chrome://browser/skin/firefox-view.svg");
}
+
+#content-analysis-indicator {
+ -moz-context-properties: fill, stroke;
+ stroke: var(--toolbarbutton-icon-fill);
+ list-style-image: url("chrome://global/skin/icons/content-analysis.svg");
+}