61 lines
1.0 KiB
Plaintext
61 lines
1.0 KiB
Plaintext
Button < UIButton
|
|
font: verdana-11px-antialised
|
|
color: #f0ad4dff
|
|
size: 106 22
|
|
text-offset: 0 0
|
|
image-source: /images/button.png
|
|
image-color: white
|
|
image-clip: 0 0 20 20
|
|
image-border: 2
|
|
padding: 5 10 5 10
|
|
|
|
$hover !disabled:
|
|
image-clip: 0 20 20 20
|
|
|
|
$pressed:
|
|
image-clip: 0 40 20 20
|
|
text-offset: 1 1
|
|
|
|
$disabled:
|
|
color: #f0ad4d88
|
|
|
|
TabButton < UIButton
|
|
size: 20 20
|
|
image-source: /images/tabbutton_rounded.png
|
|
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
|
|
color: #80c7f8
|
|
|
|
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 |