tibia-client/modules/core_styles/styles/popupmenus.otui

43 lines
738 B
Plaintext
Raw Normal View History

2012-01-02 21:46:40 +01:00
PopupMenuButton < UIButton
font: verdana-11px-antialised
background-color: alpha
color: #aaaaaa
height: 18
margin-left: 3
margin-right: 3
2012-01-05 19:02:27 +01:00
margin-top: 0
margin-bottom: 0
2012-01-02 21:46:40 +01:00
image:
source: /core_styles/images/empty_rect.png
repeated: true
$hover:
color: #ffffff
background-color: #ffffff44
$disabled:
color: #555555
2012-01-02 23:09:49 +01:00
$first:
margin-top: 3
2012-01-02 21:46:40 +01:00
2012-01-02 23:09:49 +01:00
$last:
margin-bottom: 3
2012-01-02 21:46:40 +01:00
PopupMenuSeparator < UIWidget
margin-left: 2
margin-right: 2
2012-01-05 19:02:27 +01:00
border-image:
2012-01-02 21:46:40 +01:00
source: /core_styles/images/menubox.png
2012-01-05 19:02:27 +01:00
border.left: 1
border.right: 1
clip: 0 0 32 2
height: 2
2012-01-02 21:46:40 +01:00
phantom: true
PopupMenu < UIPopupMenu
2012-01-04 12:24:29 +01:00
width: 50
2012-01-02 21:46:40 +01:00
border-image:
source: /core_styles/images/menubox.png
border: 3