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

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