mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
fix disabled state in uicheckbox
This commit is contained in:
@@ -4,6 +4,7 @@ Button < UIButton
|
||||
color: #f0ad4dff
|
||||
size: 106 24
|
||||
text-translate: 0 0
|
||||
|
||||
border-image:
|
||||
source: /core_styles/images/button.png
|
||||
border: 5
|
||||
@@ -20,7 +21,7 @@ Button < UIButton
|
||||
border: 5
|
||||
|
||||
$disabled:
|
||||
color: #999999
|
||||
color: #f0ad4d88
|
||||
background-color: #ffffff88
|
||||
|
||||
TopButton < UIButton
|
||||
|
@@ -3,6 +3,8 @@ CheckBox < UICheckBox
|
||||
box-size: 12 12
|
||||
text-offset: 16 -1
|
||||
color: #aaaaaa
|
||||
enabled: false
|
||||
background-color: #ffffff88
|
||||
|
||||
$hover:
|
||||
color: #cccccc
|
||||
@@ -25,4 +27,8 @@ CheckBox < UICheckBox
|
||||
$hover checked:
|
||||
image:
|
||||
source: /core_styles/images/checkbox.png
|
||||
coords: 0 36 12 12
|
||||
coords: 0 36 12 12
|
||||
|
||||
$disabled
|
||||
background-color: #ffffff88
|
||||
color: #aaaaaa88
|
Reference in New Issue
Block a user