Changeset 28202
- Timestamp:
- 04/24/2014 10:04:37 PM (10 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-admin/css/forms.css
r27743 r28202 76 76 } 77 77 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 96 78 input[type=checkbox]:checked:before, 97 79 input[type=radio]:checked:before { … … 269 251 } 270 252 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 271 271 /*------------------------------------------------------------------------------ 272 272 2.0 - Forms
Note: See TracChangeset
for help on using the changeset viewer.