mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* All modules are sandboxed now * All images,sounds,fonts,translations and styles were moved to "data" folder * Reorganize image files folders * Remove unmaintained modules: client_particles, client_shaders * Implement new automatic way to load styles and fonts * Add hide/show offline option in VipList * Add invite/exclude to/from private channel in players menus * Many other minor changes
63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
ComboBoxPopupMenuButton < UIButton
|
|
height: 20
|
|
font: verdana-11px-antialised
|
|
text-align: left
|
|
text-offset: 4 0
|
|
color: #aaaaaa
|
|
background-color: alpha
|
|
|
|
$hover !disabled:
|
|
color: #ffffff
|
|
background-color: #ffffff44
|
|
|
|
$disabled:
|
|
color: #555555
|
|
|
|
ComboBoxPopupMenu < UIPopupMenu
|
|
image-source: /images/ui/combobox_square
|
|
image-clip: 0 60 89 20
|
|
image-border-left: 1
|
|
image-border-right: 1
|
|
|
|
ComboBox < UIComboBox
|
|
font: verdana-11px-antialised
|
|
color: #aaaaaa
|
|
size: 89 20
|
|
text-offset: 3 0
|
|
text-align: left
|
|
image-source: /images/ui/combobox_square
|
|
image-border: 1
|
|
image-border-right: 17
|
|
image-clip: 0 0 89 20
|
|
|
|
$hover !disabled:
|
|
image-clip: 0 20 89 20
|
|
|
|
$on:
|
|
image-clip: 0 40 89 20
|
|
|
|
ComboBoxRoundedPopupMenuButton < UIButton
|
|
height: 20
|
|
font: verdana-11px-antialised
|
|
text-align: left
|
|
text-offset: 4 0
|
|
color: #aaaaaa
|
|
background-color: alpha
|
|
|
|
$hover !disabled:
|
|
color: #ffffff
|
|
background-color: #ffffff44
|
|
|
|
$disabled:
|
|
color: #555555
|
|
|
|
ComboBoxRoundedPopupMenu < UIPopupMenu
|
|
image-source: /images/ui/combobox_rounded
|
|
image-clip: 0 60 89 20
|
|
image-border-left: 1
|
|
image-border-right: 1
|
|
|
|
ComboBoxRounded < ComboBox
|
|
image-source: /images/ui/combobox_rounded
|
|
image-border: 2
|