Updated to OTCv8 3.1 rev 163

This commit is contained in:
OTCv8
2022-03-31 16:03:15 +00:00
parent 36b1113111
commit c113da6be9
12 changed files with 37 additions and 3 deletions

View File

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

View File

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