summaryrefslogtreecommitdiff
path: root/themes/shared/customizableui/customizeMode.inc.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/shared/customizableui/customizeMode.inc.css')
-rw-r--r--themes/shared/customizableui/customizeMode.inc.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/shared/customizableui/customizeMode.inc.css b/themes/shared/customizableui/customizeMode.inc.css
index 4259017..8535637 100644
--- a/themes/shared/customizableui/customizeMode.inc.css
+++ b/themes/shared/customizableui/customizeMode.inc.css
@@ -182,7 +182,7 @@
height: 24px;
}
-%ifdef CAN_DRAW_IN_TITLEBAR
+%ifdef MOZ_CAN_DRAW_IN_TITLEBAR
#customization-titlebar-visibility-button > .button-box > .button-text,
%endif
#customization-lwtheme-button > .box-inherit > .box-inherit > .button-text {
@@ -198,7 +198,7 @@
background-size: contain;
}
-%ifdef CAN_DRAW_IN_TITLEBAR
+%ifdef MOZ_CAN_DRAW_IN_TITLEBAR
#customization-titlebar-visibility-button {
list-style-image: url("chrome://browser/skin/customizableui/customize-titleBar-toggle.png");
-moz-image-region: rect(0, 24px, 24px, 0);
@@ -222,7 +222,7 @@
-moz-image-region: rect(0, 96px, 48px, 48px);
}
}
-%endif /* CAN_DRAW_IN_TITLEBAR */
+%endif /* MOZ_CAN_DRAW_IN_TITLEBAR */
#main-window[customize-entered] #customization-panel-container {
background-image: url("chrome://browser/skin/customizableui/customizeMode-separatorHorizontal.png"),
@@ -456,4 +456,4 @@ toolbarpaletteitem[place="toolbar"]:not([mousedown="true"]):-moz-focusring {
.customization-lwtheme-menu-footeritem:first-child {
border-inline-end: 1px solid var(--panel-separator-color);
-} \ No newline at end of file
+}