mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Some fixes and design tweaks:
* Fixed the game_viplist module to work with the latest vip protocols. * Fixed a referencing error in the game_cooldown module * Started editing the design of the popupmenu (needs more work).
This commit is contained in:
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 409 B |
BIN
modules/client_skins/skins/default/images/button_square.png
Normal file
BIN
modules/client_skins/skins/default/images/button_square.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 315 B |
@@ -3,7 +3,7 @@ Button < UIButton
|
||||
color: #f0ad4dff
|
||||
size: 106 22
|
||||
text-offset: 0 0
|
||||
image-source: /images/button.png
|
||||
image-source: /images/button_rounded.png
|
||||
image-color: white
|
||||
image-clip: 0 0 20 20
|
||||
image-border: 2
|
||||
@@ -58,4 +58,4 @@ NextButton < BrowseButton
|
||||
icon-source: /images/arrow_right.png
|
||||
|
||||
PreviousButton < BrowseButton
|
||||
icon-source: /images/arrow_left.png
|
||||
icon-source: /images/arrow_left.png
|
||||
|
@@ -1,8 +1,17 @@
|
||||
PopupMenuButton < UIButton
|
||||
height: 18
|
||||
margin-left: 3
|
||||
margin-right: 3
|
||||
margin-left: 5
|
||||
margin-right: 5
|
||||
margin-top: 1
|
||||
margin-bottom: 1
|
||||
size: 0 21
|
||||
text-offset: 0 0
|
||||
font: verdana-11px-antialised
|
||||
|
||||
image-source: /images/button_square.png
|
||||
image-color: white
|
||||
image-clip: 0 0 20 20
|
||||
image-border: 2
|
||||
|
||||
color: #aaaaaa
|
||||
background-color: alpha
|
||||
@@ -10,6 +19,7 @@ PopupMenuButton < UIButton
|
||||
$hover !disabled:
|
||||
color: #ffffff
|
||||
background-color: #ffffff44
|
||||
image-clip: 0 40 20 20
|
||||
|
||||
$disabled:
|
||||
color: #555555
|
||||
@@ -17,6 +27,7 @@ PopupMenuButton < UIButton
|
||||
PopupMenuSeparator < UIWidget
|
||||
margin-left: 2
|
||||
margin-right: 2
|
||||
margin-bottom: 1
|
||||
image-source: /images/menubox.png
|
||||
image-border-left: 1
|
||||
image-border-right: 1
|
||||
|
Reference in New Issue
Block a user