CC-2458:Diabled checkbox do no look diabled

- fixed
This commit is contained in:
james 2011-06-29 16:55:44 -04:00
parent f9f6296e2c
commit 3f8e61f949

View file

@ -1837,3 +1837,7 @@ label span {
#watched-folder-section dd.block-display input {
float:left;
}
input[type="checkbox"][disabled] {
opacity: 0.6;
}