tibia-client/data/styles/20-popupmenus.otui

84 lines
1.5 KiB
Plaintext
Raw Normal View History

2012-01-02 21:46:40 +01:00
PopupMenuButton < UIButton
height: 18
size: 0 21
text-offset: 4 0
text-align: left
2012-01-11 13:06:50 +01:00
font: verdana-11px-antialised
color: #aaaaaa
background-color: alpha
2012-01-02 21:46:40 +01:00
2012-02-06 02:44:47 +01:00
$hover !disabled:
2012-01-02 21:46:40 +01:00
color: #ffffff
background-color: #ffffff44
image-clip: 0 40 20 20
2012-01-02 21:46:40 +01:00
$disabled:
color: #555555
PopupMenuShortcutLabel < Label
font: verdana-11px-antialised
text-align: right
anchors.fill: parent
margin-right: 2
margin-left: 5
2012-01-02 21:46:40 +01:00
PopupMenuSeparator < UIWidget
margin-left: 2
margin-right: 2
margin-bottom: 1
image-source: /images/ui/menubox
image-border-left: 1
image-border-right: 1
image-clip: 0 0 32 2
2012-01-05 19:02:27 +01:00
height: 2
2012-01-02 21:46:40 +01:00
phantom: true
PopupMenu < UIPopupMenu
2012-01-04 12:24:29 +01:00
width: 50
image-source: /images/ui/menubox
2012-01-11 13:06:50 +01:00
image-border: 3
padding: 3
2014-07-03 18:15:38 +02:00
PopupScrollMenuButton < UIButton
height: 18
size: 0 21
text-offset: 4 0
text-align: left
font: verdana-11px-antialised
color: #aaaaaa
background-color: alpha
$hover !disabled:
color: #ffffff
background-color: #ffffff44
image-clip: 0 40 20 20
$disabled:
color: #555555
PopupScrollMenuShortcutLabel < Label
font: verdana-11px-antialised
text-align: right
anchors.fill: parent
margin-right: 2
margin-left: 5
PopupScrollMenuSeparator < UIWidget
margin-left: 2
margin-right: 2
margin-bottom: 1
image-source: /images/ui/menubox
image-border-left: 1
image-border-right: 1
image-clip: 0 0 32 2
height: 2
phantom: true
PopupScrollMenu < UIPopupScrollMenu
width: 50
image-source: /images/ui/menubox
image-border: 3
padding: 3