You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
615 B

CheckBox < UICheckBox
size: 12 12
box-size: 12 12
text-offset: 16 -1
color: #aaaaaa
background-color: #ffffffff
$hover:
color: #cccccc
$!checked:
image:
source: /core_styles/images/checkbox.png
coords: 0 0 12 12
$hover !checked:
image:
source: /core_styles/images/checkbox.png
coords: 0 12 12 12
$checked:
image:
source: /core_styles/images/checkbox.png
coords: 0 24 12 12
$hover checked:
image:
source: /core_styles/images/checkbox.png
coords: 0 36 12 12
$disabled:
background-color: #ffffff88
color: #aaaaaa88