mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
focus and active states fixes
This commit is contained in:
@@ -2,6 +2,9 @@ Label < UILabel
|
||||
font: verdana-11px-antialised
|
||||
color: #aaaaaa
|
||||
|
||||
$disabled:
|
||||
color: #aaaaaa88
|
||||
|
||||
LargerLabel < Label
|
||||
|
||||
|
||||
|
@@ -7,5 +7,8 @@ LineEdit < UILineEdit
|
||||
source: /core_styles/images/panel_flat.png
|
||||
border: 1
|
||||
|
||||
$disabled:
|
||||
color: #aaaaaa88
|
||||
|
||||
PasswordLineEdit < LineEdit
|
||||
text hidden: true
|
||||
|
@@ -2,6 +2,7 @@ Window < UIWindow
|
||||
font: verdana-11px-antialised
|
||||
size: 200 200
|
||||
opacity: 255
|
||||
color: white
|
||||
background-color: white
|
||||
head height: 20
|
||||
head text align: center
|
||||
@@ -15,6 +16,9 @@ Window < UIWindow
|
||||
$pressed:
|
||||
opacity: 192
|
||||
|
||||
$disabled:
|
||||
color: #aaaaaa88
|
||||
|
||||
MiniWindow < UIWindow
|
||||
font: verdana-11px-antialised
|
||||
size: 192 200
|
||||
|
Reference in New Issue
Block a user