update EarlyBlue for customizable compose window, move smime and editor icons into...
[themes.git] / EarlyBlue / global / menulist.css
index 4d7ab887258f0df1392c6a66b029245e85329f63..6f3d49f4c8830522a66de6616eb88924a09a5519 100644 (file)
@@ -65,7 +65,7 @@ menulist {
 .menulist-description {
   font-style: italic;
   color: #808080;
-  margin-left: 1ex !important;
+  -moz-margin-start: 1ex !important;
 }
 
 menulist:focus > .menulist-label-box {
@@ -92,7 +92,10 @@ menulist[disabled="true"]:hover:active > .menulist-dropmarker {
 menulist:hover:active > .menulist-dropmarker,
 menulist[open="true"] > .menulist-dropmarker {
   border: 1px inset #CCD0DD;
-  padding: 2px 0px 0px 2px;
+  padding-top: 2px;
+  padding-bottom: 0px;
+  -moz-padding-start: 2px;
+  -moz-padding-end: 0px;
 }
 
 /* ::::: editable menulists ::::: */