update both themes to the state of SeaMonkey 2.3 and Firefox 6
[themes.git] / EarlyBlue / global / colorpicker.css
index d0d268ac7fc3669be37cff4bb91ae9f7fcec3730..cb24e7893f604d2499f6877e835514444e18215c 100644 (file)
@@ -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;
 }