78 | | input:disabled, |
79 | | input.disabled, |
80 | | textarea:disabled, |
81 | | textarea.disabled { |
82 | | -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04); |
83 | | box-shadow: inset 0 1px 2px rgba(0,0,0,0.04); |
84 | | border-color: rgba(222, 222, 222, .75); |
85 | | background: rgba(255, 255, 255, .5); |
86 | | color: rgba(51, 51, 51, .5); |
87 | | } |
88 | | |
89 | | input[type=checkbox]:disabled, |
90 | | input[type=radio]:disabled, |
91 | | input[type=checkbox]:disabled:checked:before, |
92 | | input[type=radio]:disabled:checked:before { |
93 | | opacity: 0.7; |
94 | | } |
95 | | |
| 253 | input:disabled, |
| 254 | input.disabled, |
| 255 | textarea:disabled, |
| 256 | textarea.disabled { |
| 257 | -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04); |
| 258 | box-shadow: inset 0 1px 2px rgba(0,0,0,0.04); |
| 259 | border-color: rgba(222, 222, 222, .75); |
| 260 | background: rgba(255, 255, 255, .5); |
| 261 | color: rgba(51, 51, 51, .5); |
| 262 | } |
| 263 | |
| 264 | input[type=checkbox]:disabled, |
| 265 | input[type=radio]:disabled, |
| 266 | input[type=checkbox]:disabled:checked:before, |
| 267 | input[type=radio]:disabled:checked:before { |
| 268 | opacity: 0.7; |
| 269 | } |
| 270 | |