mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Updated to OTCv8 3.1 rev 163
This commit is contained in:
@@ -6,6 +6,8 @@ CheckBox < UICheckBox
|
||||
image-color: #dfdfdfff
|
||||
image-rect: 0 0 12 12
|
||||
image-source: /images/ui/checkbox
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
color: #ffffff
|
||||
@@ -20,6 +22,7 @@ CheckBox < UICheckBox
|
||||
image-color: #dfdfdf88
|
||||
color: #dfdfdf88
|
||||
opacity: 0.8
|
||||
change-cursor-image: false
|
||||
|
||||
ColorBox < UICheckBox
|
||||
size: 16 16
|
||||
@@ -42,6 +45,8 @@ ButtonBox < UICheckBox
|
||||
image-color: #dfdfdf
|
||||
image-clip: 0 0 22 23
|
||||
image-border: 3
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
image-clip: 0 23 22 23
|
||||
@@ -54,6 +59,7 @@ ButtonBox < UICheckBox
|
||||
$disabled:
|
||||
color: #dfdfdf88
|
||||
image-color: #dfdfdf88
|
||||
change-cursor-image: false
|
||||
|
||||
ButtonBoxRounded < ButtonBox
|
||||
image-source: /images/ui/button_rounded
|
@@ -9,9 +9,11 @@ TextEdit < UITextEdit
|
||||
image-border: 1
|
||||
selection-color: #272727
|
||||
selection-background-color: #cccccc
|
||||
change-cursor-image: true
|
||||
$disabled:
|
||||
color: #27272788
|
||||
opacity: 0.5
|
||||
change-cursor-image: false
|
||||
|
||||
PasswordTextEdit < TextEdit
|
||||
text-hidden: true
|
||||
|
Reference in New Issue
Block a user