2011-08-14 04:09:11 +02:00
|
|
|
Button < UIButton
|
|
|
|
font: helvetica-11px-bold
|
2011-08-28 19:49:15 +02:00
|
|
|
background-color: white
|
2011-08-20 22:30:41 +02:00
|
|
|
color: #f0ad4dff
|
2011-08-14 04:09:11 +02:00
|
|
|
size: 106 24
|
|
|
|
border-image:
|
|
|
|
source: /core_ui/images/button.png
|
|
|
|
border: 5
|
|
|
|
|
|
|
|
state.hover:
|
|
|
|
border-image:
|
|
|
|
source: /core_ui/images/button_hover.png
|
|
|
|
border: 5
|
|
|
|
|
2011-08-26 17:06:52 +02:00
|
|
|
state.pressed:
|
2011-08-14 04:09:11 +02:00
|
|
|
text-translate: 1 1
|
|
|
|
border-image:
|
|
|
|
source: /core_ui/images/button_down.png
|
|
|
|
border: 5
|
|
|
|
|
2011-08-26 20:56:56 +02:00
|
|
|
state.disabled:
|
|
|
|
color: #999999
|
|
|
|
background-color: #ffffff88
|