sync DOMi theme with changes in SeaMonkey 2.10 cycle
[themes.git] / LCARStrek / global / richlistbox.css
index d83468c60e6d1408545b036034405361dc9f470a..d876842dbd7042c53feafba711d4f63a433e39c7 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;
@@ -64,7 +64,7 @@ richlistbox:focus > richlistitem[selected="true"] {
 
 richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"] {
   outline: 1px dotted #FF9F00;
-  -moz-outline-offset: -1px;
+  outline-offset: -1px;
 }
 
 richlistbox[seltype="multiple"]:-moz-focusring > richlistitem[current="true"][selected="true"] {