tibia-client/modules/core_styles/styles/checkboxes.otui

49 lines
893 B
Plaintext
Raw Normal View History

2011-11-16 01:04:24 +01:00
CheckBox < UICheckBox
size: 12 12
box-size: 12 12
text-offset: 16 -1
color: #aaaaaa
2011-11-16 06:28:18 +01:00
background-color: #ffffffff
2011-11-16 01:04:24 +01:00
$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
2011-11-16 06:23:16 +01:00
coords: 0 36 12 12
2011-11-16 06:28:18 +01:00
$disabled:
2011-11-16 06:23:16 +01:00
background-color: #ffffff88
color: #aaaaaa88
ColorBox < UICheckBox
size: 16 16
box-size: 16 16
background-color: #ffffffff
$checked:
image:
source: /core_styles/images/colorbox.png
coords: 16 0 16 16
$!checked:
image:
source: /core_styles/images/colorbox.png
coords: 0 0 16 16