tibia-client/data/styles/10-comboboxes.otui

107 lines
2.0 KiB
Plaintext
Raw Normal View History

2014-07-03 18:15:38 +02:00
ComboBoxPopupScrollMenuButton < UIButton
height: 23
font: verdana-11px-antialised
text-align: left
text-offset: 4 0
color: #dfdfdf
background-color: alpha
margin: 1
$hover !disabled:
color: #dfdfdf
background-color: #355d89
$disabled:
color: #dfdfdf88
ComboBoxPopupScrollMenu < UIPopupScrollMenu
image-source: /images/ui/combobox_square
image-clip: 0 69 91 23
image-border: 1
2012-01-05 19:02:27 +01:00
ComboBoxPopupMenuButton < UIButton
height: 23
2012-01-05 19:02:27 +01:00
font: verdana-11px-antialised
text-align: left
2012-08-05 17:54:23 +02:00
text-offset: 4 0
color: #dfdfdf
2012-01-17 07:43:48 +01:00
background-color: alpha
margin: 1
2012-01-05 19:02:27 +01:00
2012-02-06 02:44:47 +01:00
$hover !disabled:
color: #dfdfdf
background-color: #355d89
2012-01-05 19:02:27 +01:00
$disabled:
color: #dfdfdf88
2012-01-05 19:02:27 +01:00
ComboBoxPopupMenu < UIPopupMenu
image-source: /images/ui/combobox_square
image-clip: 0 69 91 23
image-border: 1
2012-01-04 12:24:29 +01:00
ComboBox < UIComboBox
font: verdana-11px-antialised
color: #dfdfdf
size: 91 23
text-offset: 3 0
text-align: left
image-source: /images/ui/combobox_square
image-border: 3
image-border-right: 19
image-clip: 0 0 91 23
2012-01-05 19:02:27 +01:00
2012-02-06 02:44:47 +01:00
$hover !disabled:
image-clip: 0 23 91 23
2012-01-05 19:02:27 +01:00
$on:
image-clip: 0 46 91 23
$disabled:
color: #dfdfdf88
opacity: 0.8
2014-07-03 18:15:38 +02:00
ComboBoxRoundedPopupScrollMenuButton < UIButton
height: 23
font: verdana-11px-antialised
text-align: left
text-offset: 4 0
color: #dfdfdf
background-color: alpha
$hover !disabled:
color: #ffffff
background-color: #355d89
$disabled:
color: #dfdfdf88
ComboBoxRoundedPopupScrollMenu < UIPopupScrollMenu
image-source: /images/ui/combobox_rounded
image-clip: 0 69 91 23
image-border: 3
2012-08-06 16:55:47 +02:00
ComboBoxRoundedPopupMenuButton < UIButton
height: 23
2012-08-06 16:55:47 +02:00
font: verdana-11px-antialised
text-align: left
text-offset: 4 0
color: #dfdfdf
2012-08-06 16:55:47 +02:00
background-color: alpha
$hover !disabled:
color: #ffffff
background-color: #355d89
2012-08-06 16:55:47 +02:00
$disabled:
color: #dfdfdf88
2012-08-06 16:55:47 +02:00
ComboBoxRoundedPopupMenu < UIPopupMenu
image-source: /images/ui/combobox_rounded
image-clip: 0 69 91 23
image-border: 3
2012-08-06 16:55:47 +02:00
ComboBoxRounded < ComboBox
image-source: /images/ui/combobox_rounded
image-border: 3