update both themes to toolkit winstripe changes up to 2010-04-12 and try to get resiz...
[themes.git] / EarlyBlue / global / menulist.css
index 4d7ab887258f0df1392c6a66b029245e85329f63..ebb8641eb3171f4276f96cb1de441ee2468c2be5 100644 (file)
@@ -49,6 +49,7 @@ menulist {
   border: 1px inset #CCD0DD;
   background-color: #CCCCCC;
   color: #000000;
+  text-shadow: none;
 }
 
 .menulist-label-box {
@@ -65,7 +66,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 +93,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 ::::: */
@@ -130,7 +134,7 @@ html|*.menulist-editable-input {
 
 .menulist-compact > .menulist-label-box > .menulist-label {
   margin: 0 3px !important;
-  text-align: right;
+  text-align: end;
 }
 
 .menulist-compact > .menulist-label-box > .menulist-icon {