]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/cupertino/src/field/_Radio.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / cupertino / src / field / _Radio.scss
1 /**
2 * @class Ext.field.Radio
3 */
4 .x-field-radio .x-field-mask {
5 &::after {
6 color: transparent;
7 }
8 }
9
10 .x-input-radio:checked + .x-field-mask::after {
11 color: $ios7-blue;
12 }
13
14 .x-item-disabled {
15 .x-input-radio:checked + .x-field-mask::after {
16 color: lighten($ios7-blue, 20%);
17 }
18 }