update both themes to the state of SeaMonkey 2.3 and Firefox 6
[themes.git] / EarlyBlue / global / colorpicker.css
index e089a9e6066efedd8cd67279e1726baad0042bdd..cb24e7893f604d2499f6877e835514444e18215c 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 button */
@@ -59,7 +59,7 @@ colorpicker[type="button"] {
 
 colorpicker[type="button"]:focus {
 }
+
 colorpicker[type="button"][open="true"] {
   border: 1px inset #CCD0DD;
 }
@@ -67,20 +67,20 @@ colorpicker[type="button"][open="true"] {
 /* ::::: colorpicker tiles ::::: */
 
 .colorpickertile {
-  width                 : 20px;
-  height                : 20px;
-  margin                : 1px;
-  border                : 1px inset #CCD0DD;
+  width: 20px;
+  height: 20px;
+  margin: 1px;
+  border: 1px inset #CCD0DD;
 }
 
 .colorpickertile[selected="true"] {
-  border                : 1px solid #000000;
+  border: 1px solid #000000;
 }
 
 .colorpickertile[hover="true"] {
-  border                : 1px solid #FFFFFF;
+  border: 1px solid #FFFFFF;
 }
 
 .cp-light[hover="true"] {
-  border                : 2px dotted #9999CC;
+  border: 2px dotted #9999CC;
 }