update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / LCARStrek / global / menulist.css
index 54b29a391503113a4a9300def999cea2a02f9ffe..09feabda19d43e04b6ee1fa7f8dfab726977c3e0 100644 (file)
@@ -45,7 +45,7 @@
 /* :::::::::: menulist :::::::::: */
 
 menulist {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   margin: 2px 4px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
@@ -101,7 +101,7 @@ menulist[disabled="true"] {
 /* ..... dropmarker ..... */
 
 .menulist-dropmarker {
-  -moz-border-radius: 0px 3px 3px 0px;
+  border-radius: 0px 3px 3px 0px;
   min-width: 15px;
   border: none;
   border-left: 1px solid #9C9CFF;