mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-02 12:09:20 +02:00
59 lines
1.0 KiB
Plaintext
59 lines
1.0 KiB
Plaintext
CheckBox < UICheckBox
|
|
size: 12 12
|
|
text-align: left
|
|
text-offset: 18 -1
|
|
color: #dfdfdf
|
|
image-color: #dfdfdfff
|
|
image-rect: 0 0 12 12
|
|
image-source: /images/ui/checkbox
|
|
|
|
$hover !disabled:
|
|
color: #ffffff
|
|
|
|
$!checked:
|
|
image-clip: 0 0 12 12
|
|
|
|
$checked:
|
|
image-clip: 0 12 12 12
|
|
|
|
$disabled:
|
|
image-color: #dfdfdf88
|
|
color: #dfdfdf88
|
|
opacity: 0.8
|
|
|
|
ColorBox < UICheckBox
|
|
size: 16 16
|
|
image-color: #dfdfdfff
|
|
image-source: /images/ui/colorbox
|
|
|
|
$checked:
|
|
image-clip: 16 0 16 16
|
|
|
|
$!checked:
|
|
image-clip: 0 0 16 16
|
|
|
|
ButtonBox < UICheckBox
|
|
font: verdana-11px-antialised
|
|
color: white
|
|
size: 106 23
|
|
text-offset: 0 0
|
|
text-align: center
|
|
image-source: /images/ui/button
|
|
image-color: #dfdfdf
|
|
image-clip: 0 0 22 23
|
|
image-border: 3
|
|
|
|
$hover !disabled:
|
|
image-clip: 0 23 22 23
|
|
|
|
$checked:
|
|
image-clip: 0 46 22 23
|
|
color: white
|
|
text-offset: 2 2
|
|
|
|
$disabled:
|
|
color: #dfdfdf88
|
|
image-color: #dfdfdf88
|
|
|
|
ButtonBoxRounded < ButtonBox
|
|
image-source: /images/ui/button_rounded |