adjust both themes for SeaMonkey 2.7 changes, i.e. bug 576402
[themes.git] / EarlyBlue / global / richlistbox.css
index c6870eba8ed0557d49b1035d7c0af454b77f6f59..b801611582547aa3a76cf10b1465c7fc5163cbd8 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;
@@ -59,12 +60,12 @@ richlistbox:focus > richlistitem[selected="true"] {
   color: #FFFFFF;
 }
 
-richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
+richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] {
   outline: 1px dotted #666699;
-  -moz-outline-offset: -1px;
+  outline-offset: -1px;
 }
 
-richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {
+richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"][selected="true"] {
   outline: 1px dotted #666699;
 }