You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
466 B

Button < UIButton
font: helvetica-11px-bold
background-color: #ffffff
color: #f0ad4dff
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
state.pressed:
text-translate: 1 1
border-image:
source: /core_ui/images/button_down.png
border: 5
state.disabled:
color: #999999
background-color: #ffffff88