update both themes for toolkit winstripe trunk changes up to 2010-03-19
[themes.git] / LCARStrek / global / menulist.css
index b049ac6d138d2384788740df06a2ba60388a60d2..c6d299ef3f8dc0a0a790b37deffff474a3d50f98 100644 (file)
@@ -50,6 +50,7 @@ menulist {
   border: 1px solid #9C9CFF;
   background-color: #000000;
   color: #E7ADE7;
+  text-shadow: none;
 }
 
 menulist[menuactive="true"],
@@ -124,7 +125,10 @@ menulist:hover > .menulist-dropmarker {
 
 menulist:hover:active > .menulist-dropmarker,
 menulist[open="true"] > .menulist-dropmarker {
-  padding: 2px 0px 0px 2px;
+  padding-top: 2px;
+  padding-bottom: 0;
+  -moz-padding-start: 2px;
+  -moz-padding-end: 0;
   border: none;
   border-left: 1px solid #FFCF00;
   background-color: #FF9F00;
@@ -161,7 +165,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 {