2011-11-16 01:04:24 +01:00
|
|
|
CheckBox < UICheckBox
|
2012-01-11 13:06:50 +01:00
|
|
|
size: 16 16
|
2012-01-04 11:26:58 +01:00
|
|
|
text-align: left
|
2014-07-02 18:20:02 +02:00
|
|
|
text-offset: 18 1
|
|
|
|
color: #dfdfdf
|
|
|
|
image-color: #dfdfdfff
|
|
|
|
image-rect: 0 0 15 15
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/checkbox
|
2011-11-16 01:04:24 +01:00
|
|
|
|
2012-02-06 02:44:47 +01:00
|
|
|
$hover !disabled:
|
2014-07-02 18:20:02 +02:00
|
|
|
color: #ffffff
|
2011-11-16 01:04:24 +01:00
|
|
|
|
|
|
|
$!checked:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-clip: 0 0 15 15
|
2011-11-16 01:04:24 +01:00
|
|
|
|
|
|
|
$hover !checked:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-clip: 0 15 15 15
|
2011-11-16 01:04:24 +01:00
|
|
|
|
|
|
|
$checked:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-clip: 0 30 15 15
|
2011-11-16 01:04:24 +01:00
|
|
|
|
|
|
|
$hover checked:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-clip: 0 45 15 15
|
2011-11-16 06:23:16 +01:00
|
|
|
|
2011-11-16 06:28:18 +01:00
|
|
|
$disabled:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-color: #dfdfdf88
|
|
|
|
color: #dfdfdf88
|
|
|
|
opacity: 0.8
|
2011-11-16 18:03:11 +01:00
|
|
|
|
|
|
|
ColorBox < UICheckBox
|
|
|
|
size: 16 16
|
2014-07-02 18:20:02 +02:00
|
|
|
image-color: #dfdfdfff
|
2013-01-18 23:39:11 +01:00
|
|
|
image-source: /images/ui/colorbox
|
2011-11-16 18:03:11 +01:00
|
|
|
|
|
|
|
$checked:
|
2012-01-11 13:06:50 +01:00
|
|
|
image-clip: 16 0 16 16
|
2011-11-16 18:03:11 +01:00
|
|
|
|
|
|
|
$!checked:
|
2012-01-11 13:06:50 +01:00
|
|
|
image-clip: 0 0 16 16
|
2012-01-04 00:34:35 +01:00
|
|
|
|
2011-11-30 03:42:21 +01:00
|
|
|
ButtonBox < UICheckBox
|
|
|
|
font: verdana-11px-antialised
|
2014-07-02 18:20:02 +02:00
|
|
|
color: #dfdfdfff
|
|
|
|
size: 106 23
|
2011-11-30 03:42:21 +01:00
|
|
|
text-offset: 0 0
|
|
|
|
text-align: center
|
2014-07-02 18:20:02 +02:00
|
|
|
image-source: /images/ui/button
|
|
|
|
image-color: #dfdfdf
|
|
|
|
image-clip: 0 0 22 23
|
2013-01-21 22:36:53 +01:00
|
|
|
image-border: 3
|
2011-11-30 03:42:21 +01:00
|
|
|
|
2012-02-06 02:44:47 +01:00
|
|
|
$hover !disabled:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-clip: 0 23 22 23
|
2011-11-30 03:42:21 +01:00
|
|
|
|
|
|
|
$checked:
|
2014-07-02 18:20:02 +02:00
|
|
|
image-clip: 0 46 22 23
|
|
|
|
color: #dfdfdf
|
2011-11-30 03:42:21 +01:00
|
|
|
|
|
|
|
$disabled:
|
2014-07-02 18:20:02 +02:00
|
|
|
color: #dfdfdf88
|
|
|
|
image-color: #dfdfdf88
|
2012-08-07 01:13:33 +02:00
|
|
|
|
|
|
|
ButtonBoxRounded < ButtonBox
|
2014-07-02 18:20:02 +02:00
|
|
|
image-source: /images/ui/button_rounded
|