update both themes for toolkit winstripe trunk changes up to 2010-02-21
[themes.git] / LCARStrek / global / menulist.css
index 39581aa2d5b49a17e1a761a7120f7021cb5d944b..519b2abb5baff8d9f8bd3cf9fbf26c860e58fbdd 100644 (file)
@@ -50,6 +50,7 @@ menulist {
   border: 1px solid #9C9CFF;
   background-color: #000000;
   color: #E7ADE7;
+  text-shadow: none;
 }
 
 menulist[menuactive="true"],
@@ -79,7 +80,7 @@ menulist[open="true"] {
 .menulist-description {
   font-style: italic;
   color: #8050B0;
-  margin-left: 1ex !important;
+  -moz-margin-start: 1ex !important;
 }
 
 menulist:focus > .menulist-label-box {
@@ -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;