Version 2.2 - retro layout + bug fixes

This commit is contained in:
OTCv8
2020-03-31 21:34:09 +02:00
parent 1df9b82846
commit 6b39f061ae
189 changed files with 3384 additions and 4603 deletions

View File

@@ -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