summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/panelUI.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/themes/osx/mail/panelUI.css')
-rw-r--r--comm/mail/themes/osx/mail/panelUI.css58
1 files changed, 58 insertions, 0 deletions
diff --git a/comm/mail/themes/osx/mail/panelUI.css b/comm/mail/themes/osx/mail/panelUI.css
new file mode 100644
index 0000000000..808c135edc
--- /dev/null
+++ b/comm/mail/themes/osx/mail/panelUI.css
@@ -0,0 +1,58 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@import url("chrome://messenger/skin/shared/panelUI.css");
+
+#appMenu-popup {
+ margin-top: 4px;
+}
+
+#appMenu-popup {
+ margin-inline: 0 -8px;
+}
+
+.panel-subview-body {
+ scrollbar-color: color-mix(in srgb, currentColor 26%, transparent) transparent;
+}
+
+.restoreallitem > .toolbarbutton-icon {
+ display: none;
+}
+
+panelmultiview .toolbaritem-combined-buttons > spacer.before-label {
+ /* 8px + 18px toolbarbutton margin start/padding + 16px icon + 4px label padding start */
+ width: 46px;
+}
+
+.subviewbutton[shortcut]::after {
+ opacity: 0.5;
+}
+
+.subviewbutton[shortcut]:not([disabled="true"]):hover::after,
+.subviewbutton[shortcut]:not([disabled="true"]):focus::after {
+ opacity: 1;
+}
+
+menupopup[type="arrow"] {
+ appearance: none;
+ background-color: transparent;
+}
+
+menupopup[type="arrow"]::part(content) {
+ margin: 1px;
+}
+
+menuitem.subviewbutton-iconic > .menu-iconic-left > .menu-iconic-icon {
+ width: 16px;
+}
+
+menu.subviewbutton > .menu-text,
+menuitem.subviewbutton > .menu-text {
+ margin-inline-start: 16px !important;
+}
+
+menuitem.subviewbutton > .menu-right {
+ margin-inline-end: -4px;
+ appearance: none;
+}