start 2.48 cycle
[themes.git] / EarlyBlue / messenger / messengercompose / messengercompose.css
index 15f603481c4fbfe7e3df63427ff74f6ed101b4b5..2e222db33471ac4050c3ea74bfe9d761ec24cdab 100644 (file)
@@ -134,28 +134,28 @@ toolbar[iconsize="small"] > #button-save[disabled="true"] {
 treechildren::-moz-tree-cell-text(default-match) {
   margin-top: 2px;
   margin-bottom: 2px;
-  -moz-margin-start: 15px;
-  -moz-margin-end: -3px;
+  margin-inline-start: 15px;
+  margin-inline-end: -3px;
   border: none;
 }
 
 treechildren::-moz-tree-image(local-abook) {
   margin-top: 2px;
   margin-bottom: 2px;
-  -moz-margin-start: 4px;
-  -moz-margin-end: -1px;
+  margin-inline-start: 4px;
+  margin-inline-end: -1px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
 treechildren::-moz-tree-image(remote-abook) {
   margin: 2px;
-  -moz-margin-end: -3px;
+  margin-inline-end: -3px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
 treechildren::-moz-tree-image(remote-err) {
   margin: 2px;
-  -moz-margin-end: -3px;
+  margin-inline-end: -3px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
 }
 
@@ -168,15 +168,15 @@ treechildren::-moz-tree-image(remote-err) {
 
 #addresses-box > hbox > label,
 #attachments-box > label {
-  -moz-margin-start: 0px;
+  margin-inline-start: 0px;
 }
 
 #msgIdentity{
-  -moz-margin-end: 0px;
+  margin-inline-end: 0px;
 }
 
 #msgSubject {
-  -moz-margin-end: 0px;
+  margin-inline-end: 0px;
 }
 
 #attachmentBucket {
@@ -188,11 +188,52 @@ treechildren::-moz-tree-image(remote-err) {
 }
 
 treechildren::-moz-tree-image(subscribed-news) {
-  -moz-margin-start: 2px;
-  -moz-margin-end: -3px;
+  margin-inline-start: 2px;
+  margin-inline-end: -3px;
   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png");
 }
 
+/* ::::: compact menulists ::::: */
+
+.menulist-compact {
+  -moz-box-align: center;
+  -moz-box-pack: center;
+  margin: 0px;
+  border: 1px outset #CCD0DD;
+  color: #000000;
+  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
+}
+
+.menulist-compact > .menulist-label-box {
+  border: 1px solid transparent;
+}
+
+.menulist-compact > .menulist-label-box > .menulist-label {
+  margin: 0 3px !important;
+  text-align: end;
+}
+
+.menulist-compact > .menulist-label-box > .menulist-icon {
+  margin-inline-start: 2px;
+}
+
+.menulist-compact[open="true"] {
+  border: 1px inset #CCD0DD;
+  /* color: ThreeDHighlight; */
+}
+
+.menulist-compact[disabled="true"] {
+  list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
+}
+
+.menulist-compact:-moz-focusring:not([open="true"]) > .menulist-label-box {
+  border: 1px dotted #999999;
+}
+
+#FontFaceSelect {
+  max-width: 35ch;
+}
+
 /* ::::: lightweight themes ::::: */
 
 #MsgHeadersToolbar:-moz-lwtheme,