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

44 lines
805 B
Plaintext
Raw Normal View History

2012-01-02 21:46:40 +01:00
PopupMenuButton < UIButton
height: 18
margin-left: 5
margin-right: 5
margin-top: 1
margin-bottom: 1
size: 0 21
text-offset: 0 0
2012-01-11 13:06:50 +01:00
font: verdana-11px-antialised
image-source: /images/ui/button_popupmenu
image-color: white
image-clip: 0 0 20 20
image-border: 2
2012-01-11 13:06:50 +01:00
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
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-top: 3
2012-02-06 02:44:47 +01:00
padding-bottom: 3