some small design improvements for focus and hover; prepare for 1.6 release
[themes.git] / LCARStrek / global / checkbox.css
index 3002ae129c4b560dc185174353441773f8ab5e82..6ef631fc2a90589cb2a93353658b1677fc2a229c 100644 (file)
@@ -63,7 +63,7 @@ checkbox {
 /* ..... focused state ..... */
 
 checkbox:focus > .checkbox-label-box {
-  border: 1px dotted #FF9F00;
+  border: 1px dotted #008484;
 }
 
 /* ..... disabled state ..... */
@@ -92,6 +92,11 @@ checkbox:hover:active > .checkbox-check {
   border: 1px solid #FFCF00;
 }
 
+checkbox:hover > .checkbox-label-box,
+checkbox:hover:active > .checkbox-label-box {
+  color: #FFCF00;
+}
+
 /* ..... checked state ..... */
 
 checkbox[checked="true"] > .checkbox-check {