mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
add checkbox ui files
This commit is contained in:
parent
fbbd2b2539
commit
7e89ed8a98
BIN
modules/core_styles/images/checkbox.png
Normal file
BIN
modules/core_styles/images/checkbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 548 B |
28
modules/core_styles/styles/checkboxes.otui
Normal file
28
modules/core_styles/styles/checkboxes.otui
Normal file
@ -0,0 +1,28 @@
|
||||
CheckBox < UICheckBox
|
||||
size: 12 12
|
||||
box-size: 12 12
|
||||
text-offset: 16 -1
|
||||
color: #aaaaaa
|
||||
|
||||
$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
|
Loading…
x
Reference in New Issue
Block a user