mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
change color constants
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Button < UIButton
|
||||
font: helvetica-11px-bold
|
||||
background-color: #ffffff
|
||||
background-color: white
|
||||
color: #f0ad4dff
|
||||
size: 106 24
|
||||
border-image:
|
||||
|
@@ -4,5 +4,5 @@ Label < UILabel
|
||||
|
||||
LargerLabel < Label
|
||||
font: helvetica-12px-bold
|
||||
color: #ffffff
|
||||
color: white
|
||||
|
||||
|
@@ -2,7 +2,7 @@ Window < UIWindow
|
||||
font: helvetica-12px-bold
|
||||
size: 200 200
|
||||
opacity: 255
|
||||
background-color: #ffffff
|
||||
background-color: white
|
||||
head:
|
||||
height: 20
|
||||
border-image:
|
||||
|
Reference in New Issue
Block a user