Merge branch 'master' of linz:/srv/git/themes
[themes.git] / LCARStrek / global / colorpicker.css
index bc42c75a896afdd4fd9408d431962f8f2cbcea2f..f85cae23e28cf3cf46dde7aff55f3c14ca3f1c93 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== colorpicker.css ================================================
   == Styles used by the XUL colorpicker element.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: colorpicker button ::::: */
 
 colorpicker[type="button"] {
   width: 34px;
   height: 20px;
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   border: 1px solid #9C9CFF;
   padding: 3px;
 }
@@ -71,7 +71,7 @@ colorpicker[type="button"][open="true"] > .colorpicker-button-internal-box {
   width: 20px;
   height: 20px;
   margin: 1px;
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   border : 1px solid #9C9CFF;
 }