Ticket #27906: 27906-1.patch
File 27906-1.patch, 2.9 KB (added by , 10 years ago) |
---|
-
wp-admin/css/forms-rtl.css
75 75 line-height: 10px; 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 { 98 80 float: right; … … 268 250 color: #666; 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 273 273 ------------------------------------------------------------------------------*/ -
wp-admin/css/forms.css
75 75 line-height: 10px; 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 { 98 80 float: left; … … 268 250 color: #666; 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 273 273 ------------------------------------------------------------------------------*/