tibia-client/modules/client_skins/skins/default/styles/comboboxes.otui

46 lines
897 B
Plaintext
Raw Normal View History

2012-01-05 19:02:27 +01:00
ComboBoxPopupMenuButton < UIButton
2012-01-11 13:06:50 +01:00
height: 18
2012-01-05 19:02:27 +01:00
font: verdana-11px-antialised
text-align: left
text-offset: 2 0
2012-01-05 19:02:27 +01:00
color: #aaaaaa
2012-01-17 07:43:48 +01:00
background-color: alpha
2012-01-05 19:02:27 +01:00
2012-02-06 02:44:47 +01:00
$hover !disabled:
2012-01-05 19:02:27 +01:00
color: #ffffff
background-color: #ffffff44
$disabled:
color: #555555
ComboBoxPopupMenuSeparator < UIWidget
image-source: /images/combobox_square.png
image-repeated: true
2012-01-11 13:06:50 +01:00
image-clip: 1 59 89 1
2012-01-05 19:02:27 +01:00
height: 1
phantom: true
ComboBoxPopupMenu < UIPopupMenu
image-source: /images/combobox_square.png
image-clip: 0 60 89 20
image-border: 1
image-border-top: 0
2012-01-11 13:06:50 +01:00
padding: 1
2012-01-04 12:24:29 +01:00
ComboBox < UIComboBox
font: verdana-11px-antialised
color: #aaaaaa
size: 86 20
text-offset: 3 0
text-align: left
image-source: /images/combobox_square.png
image-border: 1
image-border-right: 17
image-clip: 0 0 89 20
2012-01-05 19:02:27 +01:00
2012-02-06 02:44:47 +01:00
$hover !disabled:
image-clip: 0 20 89 20
2012-01-05 19:02:27 +01:00
$on:
image-clip: 0 40 89 20