update LCARStrek to trunk
[themes.git] / LCARStrek / global / menulist.css
index 7da4ac5bb39c596cbcab16b04d033db0b2fd7c19..11b6911ae019b17f230ed145184ef5cddfbba660 100644 (file)
@@ -93,12 +93,8 @@ menulist[open="true"]:focus > .menulist-label-box {
 
 .menulist-dropmarker {
   -moz-border-radius: 0px 3px 3px 0px;
-  -moz-box-align: center;
-  -moz-box-pack: center;
   min-width: 15px;
   border-left: 1px solid #9C9CFF;
-  background-color: #000000;
-  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
 }
 
 .menulist-dropmarker,
@@ -106,12 +102,6 @@ menulist[disabled="true"]:hover:active > .menulist-dropmarker {
   padding: 1px;
 }
 
-menulist[disabled="true"] > .menulist-dropmarker {
-  list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif") !important;
-  border-left: 1px solid #8050B0 !important;
-  background-color: #000000 !important;
-}
-
 menulist[menuactive="true"] > .menulist-dropmarker,
 menulist[open="true"] > .menulist-dropmarker,
 menulist:hover > .menulist-dropmarker,