some actual work on getting Firefox theming nearer to right
[themes.git] / LCARStrek / global / richlistbox.css
index c181500ce8435a540ce0ec309fb1ad38d436617c..b7f9beaf4d008b26c58f3a6e35a029f75c47ea8d 100644 (file)
@@ -40,7 +40,7 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 richlistbox {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   border: 1px solid #9C9CFF;
   margin: 2px 4px;
   background-color: #000000;
@@ -62,12 +62,12 @@ richlistbox:focus > richlistitem[selected="true"] {
   color: #FFCF00;
 }
 
-richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
+richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] {
   outline: 1px dotted #FF9F00;
   -moz-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 #FF9F00;
 }