]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/tizen/variations/dark/src/field/_Checkbox.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / tizen / variations / dark / src / field / _Checkbox.scss
1 .x-field-checkbox .x-field-mask {
2 &:before {
3 @include background($dark-checkbox-background);
4 color: $dark-checkbox-color;
5 }
6 }
7
8 .x-input-checkbox:checked ~ .x-field-mask:before {
9 color: $dark-checkbox-checked-color;
10 }