tibia-client/modules/core_ui/styles/buttons.otui

25 lines
490 B
Plaintext
Raw Normal View History

2011-08-14 04:09:11 +02:00
Button < UIButton
2011-11-01 03:35:50 +01:00
font: verdana-11px-antialised
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
2011-10-29 22:47:16 +02:00
text-translate: 0 0
2011-08-14 04:09:11 +02:00
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:
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