mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 14:43:27 +02:00
Version 2.2 - retro layout + bug fixes
This commit is contained in:
@@ -2,7 +2,7 @@ Button < UIButton
|
||||
font: verdana-11px-antialised
|
||||
color: #dfdfdfff
|
||||
size: 106 23
|
||||
text-offset: 0 0
|
||||
text-offset: 0 1
|
||||
image-source: /images/ui/button
|
||||
image-color: #dfdfdf
|
||||
image-clip: 0 0 22 23
|
||||
@@ -27,6 +27,7 @@ TabButton < UIButton
|
||||
image-color: #dfdfdf
|
||||
image-clip: 0 0 22 23
|
||||
image-border: 3
|
||||
text-offset: 0 1
|
||||
icon-color: #dfdfdf
|
||||
color: #dfdfdf
|
||||
|
||||
@@ -47,6 +48,7 @@ NextButton < UIButton
|
||||
image-source: /images/ui/arrow_horizontal
|
||||
image-clip: 12 0 12 21
|
||||
image-color: #ffffff
|
||||
text-offset: 0 1
|
||||
|
||||
$hover !disabled:
|
||||
image-clip: 12 21 12 21
|
||||
@@ -62,6 +64,7 @@ PreviousButton < UIButton
|
||||
image-source: /images/ui/arrow_horizontal
|
||||
image-clip: 0 0 12 21
|
||||
image-color: #ffffff
|
||||
text-offset: 0 1
|
||||
|
||||
$hover !disabled:
|
||||
image-clip: 0 21 12 21
|
||||
@@ -76,6 +79,7 @@ AddButton < UIButton
|
||||
size: 20 20
|
||||
image-source: /images/ui/icon_add
|
||||
image-color: #dfdfdfff
|
||||
text-offset: 0 1
|
||||
|
||||
$hover !disabled:
|
||||
image-color: #dfdfdf99
|
||||
|
Reference in New Issue
Block a user