update both themes for toolkit winstripe trunk changes up to 2010-02-21
[themes.git] / EarlyBlue / global / richlistbox.css
index c6870eba8ed0557d49b1035d7c0af454b77f6f59..80188a1ca9e8e5fd7bc19fbdd9e4a3b216e3b548 100644 (file)
@@ -40,6 +40,7 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 richlistbox {
+  -moz-appearance: none;
   margin: 2px 4px;
   background-color: #FFFFFF;
   color: #000000;
@@ -61,7 +62,7 @@ richlistbox:focus > richlistitem[selected="true"] {
 
 richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
   outline: 1px dotted #666699;
-  -moz-outline-offset: -1px;
+  outline-offset: -1px;
 }
 
 richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {