fix for checkbox hover state.

This commit is contained in:
Saman Bemel-Benrud
2013-05-28 18:32:54 -04:00
parent 38039b5eeb
commit 61084ec684
+2 -3
View File
@@ -1179,11 +1179,10 @@ input[type=number] {
margin-right: 5px;
width: 20px;
vertical-align: middle;
opacity: 0.5;
}
.checkselect .set input[type="checkbox"] {
opacity: 1;
.checkselect label:not(.set) input[type="checkbox"] {
opacity: .5;
}
/* Preset form radio button */