summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/linux/mail/menulist.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/themes/linux/mail/menulist.css')
-rw-r--r--comm/mail/themes/linux/mail/menulist.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/comm/mail/themes/linux/mail/menulist.css b/comm/mail/themes/linux/mail/menulist.css
new file mode 100644
index 0000000000..3a12b2ed12
--- /dev/null
+++ b/comm/mail/themes/linux/mail/menulist.css
@@ -0,0 +1,29 @@
+/* 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/menulist.css");
+@namespace html url("http://www.w3.org/1999/xhtml");
+
+menulist::part(text-input) {
+ padding: 2px 2px 3px;
+}
+
+menulist[is="menulist-editable"][editable="true"] {
+ padding-inline-end: 2.4em;
+}
+
+menulist[is="menulist-editable"][editable="true"]::part(dropmarker) {
+ width: 2em;
+ margin-top: -2px;
+ margin-bottom: -2px;
+ margin-inline-end: -2.4em;
+}
+
+menulist[is="menulist-editable"][editable="true"]::part(text-input) {
+ margin-inline-end: 6px;
+}
+
+menulist[open="true"]::part(text-input) {
+ color: FieldText;
+}