Home | History | Annotate | Download | only in css

Lines Matching full:disabled

190 /* Disabled *******************************************************************/
192 button:not(.custom-appearance):not(.link-button):disabled,
193 input[type='button']:not(.custom-appearance):not(.link-button):disabled,
194 input[type='submit']:not(.custom-appearance):not(.link-button):disabled,
195 select:disabled {
203 select:disabled {
208 input[type='checkbox']:disabled,
209 input[type='radio']:disabled {
213 input[type='password']:disabled,
214 input[type='search']:disabled,
215 input[type='text']:disabled,
216 input[type='url']:disabled,
217 input:not([type]):disabled {
266 .link-button[disabled] {
308 label > input[type=checkbox]:disabled ~ span,
309 label > input[type=radio]:disabled ~ span {