2011-08-14 04:09:11 +02:00
|
|
|
Button < UIButton
|
2011-11-01 03:35:50 +01:00
|
|
|
font: verdana-11px-antialised
|
2011-08-20 22:30:41 +02:00
|
|
|
color: #f0ad4dff
|
2012-05-10 15:06:06 +02:00
|
|
|
size: 106 22
|
2012-01-10 23:13:40 +01:00
|
|
|
text-offset: 0 0
|
2012-06-19 10:46:49 +02:00
|
|
|
image-source: /images/button.png
|
2012-05-10 15:06:06 +02:00
|
|
|
image-color: white
|
|
|
|
image-clip: 0 0 20 20
|
|
|
|
image-border: 2
|
2012-04-30 18:40:12 +02:00
|
|
|
padding: 5 10 5 10
|
2011-08-14 04:09:11 +02:00
|
|
|
|
2012-02-06 02:44:47 +01:00
|
|
|
$hover !disabled:
|
2012-05-10 15:06:06 +02:00
|
|
|
image-clip: 0 20 20 20
|
2011-08-14 04:09:11 +02:00
|
|
|
|
2011-11-16 00:47:32 +01:00
|
|
|
$pressed:
|
2012-05-10 15:06:06 +02:00
|
|
|
image-clip: 0 40 20 20
|
2012-01-10 23:13:40 +01:00
|
|
|
text-offset: 1 1
|
2011-08-14 04:09:11 +02:00
|
|
|
|
2011-11-16 00:47:32 +01:00
|
|
|
$disabled:
|
2011-11-16 06:23:16 +01:00
|
|
|
color: #f0ad4d88
|
2011-11-01 17:41:15 +01:00
|
|
|
|
2012-03-18 14:34:39 +01:00
|
|
|
TabButton < UIButton
|
2012-01-13 00:47:31 +01:00
|
|
|
size: 20 20
|
2012-07-20 20:20:06 +02:00
|
|
|
image-source: /images/tabbutton_rounded.png
|
2012-01-13 00:47:31 +01:00
|
|
|
image-color: white
|
|
|
|
image-clip: 0 0 20 20
|
|
|
|
image-border: 2
|
|
|
|
icon-color: white
|
|
|
|
color: #aaaaaa
|
|
|
|
|
|
|
|
$hover !on:
|
|
|
|
image-clip: 0 20 20 20
|
|
|
|
color: white
|
|
|
|
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff66
|
|
|
|
icon-color: #888888
|
|
|
|
|
|
|
|
$on:
|
|
|
|
image-clip: 0 40 20 20
|
2012-07-15 13:49:28 +02:00
|
|
|
color: #80c7f8
|
2012-07-26 12:19:34 +02:00
|
|
|
|
|
|
|
BrowseButton < Button
|
|
|
|
size: 20 29
|
|
|
|
icon-clip: 0 0 12 21
|
|
|
|
|
|
|
|
$hover !disabled:
|
|
|
|
icon-clip: 0 21 12 21
|
|
|
|
|
|
|
|
$pressed:
|
|
|
|
icon-clip: 0 22 12 21
|
|
|
|
|
|
|
|
$disabled:
|
|
|
|
image-color: #ffffff55
|
|
|
|
icon-color: #ffffff55
|
|
|
|
|
|
|
|
NextButton < BrowseButton
|
|
|
|
icon-source: /images/arrow_right.png
|
|
|
|
|
|
|
|
PreviousButton < BrowseButton
|
|
|
|
icon-source: /images/arrow_left.png
|