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

@ -1,4 +1,7 @@
Cursors Cursors
text:
image: textcursor
hot-spot: 4 9
target: target:
image: targetcursor image: targetcursor
hot-spot: 9 9 hot-spot: 9 9
@ -8,6 +11,6 @@ Cursors
vertical: vertical:
image: verticalcursor image: verticalcursor
hot-spot: 4 9 hot-spot: 4 9
text: pointer:
image: textcursor image: pointer
hot-spot: 4 9 hot-spot: 5 0

BIN
data/cursors/pointer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

View File

@ -9,6 +9,8 @@ Button < UIButton
image-border: 3 image-border: 3
padding: 5 10 5 10 padding: 5 10 5 10
opacity: 1.0 opacity: 1.0
change-cursor-image: true
cursor: pointer
$hover !disabled: $hover !disabled:
image-clip: 0 23 22 23 image-clip: 0 23 22 23
@ -20,6 +22,7 @@ Button < UIButton
$disabled: $disabled:
color: #dfdfdf88 color: #dfdfdf88
opacity: 0.8 opacity: 0.8
change-cursor-image: false
TabButton < UIButton TabButton < UIButton
size: 22 23 size: 22 23
@ -30,6 +33,8 @@ TabButton < UIButton
text-offset: 0 1 text-offset: 0 1
icon-color: #dfdfdf icon-color: #dfdfdf
color: #dfdfdf color: #dfdfdf
change-cursor-image: true
cursor: pointer
$hover !on: $hover !on:
image-clip: 0 23 22 23 image-clip: 0 23 22 23
@ -38,6 +43,7 @@ TabButton < UIButton
$disabled: $disabled:
image-color: #dfdfdf66 image-color: #dfdfdf66
icon-color: #dfdfdf icon-color: #dfdfdf
change-cursor-image: false
$on: $on:
image-clip: 0 46 22 23 image-clip: 0 46 22 23
@ -49,6 +55,8 @@ NextButton < UIButton
image-clip: 12 0 12 21 image-clip: 12 0 12 21
image-color: #ffffff image-color: #ffffff
text-offset: 0 1 text-offset: 0 1
change-cursor-image: true
cursor: pointer
$hover !disabled: $hover !disabled:
image-clip: 12 21 12 21 image-clip: 12 21 12 21
@ -58,6 +66,7 @@ NextButton < UIButton
$disabled: $disabled:
image-color: #dfdfdf88 image-color: #dfdfdf88
change-cursor-image: false
PreviousButton < UIButton PreviousButton < UIButton
size: 12 21 size: 12 21
@ -65,6 +74,8 @@ PreviousButton < UIButton
image-clip: 0 0 12 21 image-clip: 0 0 12 21
image-color: #ffffff image-color: #ffffff
text-offset: 0 1 text-offset: 0 1
change-cursor-image: true
cursor: pointer
$hover !disabled: $hover !disabled:
image-clip: 0 21 12 21 image-clip: 0 21 12 21
@ -74,12 +85,15 @@ PreviousButton < UIButton
$disabled: $disabled:
image-color: #dfdfdf88 image-color: #dfdfdf88
change-cursor-image: false
AddButton < UIButton AddButton < UIButton
size: 20 20 size: 20 20
image-source: /images/ui/icon_add image-source: /images/ui/icon_add
image-color: #dfdfdfff image-color: #dfdfdfff
text-offset: 0 1 text-offset: 0 1
change-cursor-image: true
cursor: pointer
$hover !disabled: $hover !disabled:
image-color: #dfdfdf99 image-color: #dfdfdf99
@ -89,3 +103,4 @@ AddButton < UIButton
$disabled: $disabled:
image-color: #dfdfdf55 image-color: #dfdfdf55
change-cursor-image: false

View File

@ -6,6 +6,8 @@ CheckBox < UICheckBox
image-color: #dfdfdfff image-color: #dfdfdfff
image-rect: 0 0 15 15 image-rect: 0 0 15 15
image-source: /images/ui/checkbox image-source: /images/ui/checkbox
change-cursor-image: true
cursor: pointer
$hover !disabled: $hover !disabled:
color: #ffffff color: #ffffff
@ -26,6 +28,7 @@ CheckBox < UICheckBox
image-color: #dfdfdf88 image-color: #dfdfdf88
color: #dfdfdf88 color: #dfdfdf88
opacity: 0.8 opacity: 0.8
change-cursor-image: false
ColorBox < UICheckBox ColorBox < UICheckBox
size: 16 16 size: 16 16
@ -48,6 +51,8 @@ ButtonBox < UICheckBox
image-color: #dfdfdf image-color: #dfdfdf
image-clip: 0 0 22 23 image-clip: 0 0 22 23
image-border: 3 image-border: 3
change-cursor-image: true
cursor: pointer
$hover !disabled: $hover !disabled:
image-clip: 0 23 22 23 image-clip: 0 23 22 23
@ -59,6 +64,7 @@ ButtonBox < UICheckBox
$disabled: $disabled:
color: #dfdfdf88 color: #dfdfdf88
image-color: #dfdfdf88 image-color: #dfdfdf88
change-cursor-image: false
ButtonBoxRounded < ButtonBox ButtonBoxRounded < ButtonBox
image-source: /images/ui/button_rounded image-source: /images/ui/button_rounded

View File

@ -9,9 +9,11 @@ TextEdit < UITextEdit
image-border: 1 image-border: 1
selection-color: #272727 selection-color: #272727
selection-background-color: #cccccc selection-background-color: #cccccc
change-cursor-image: true
$disabled: $disabled:
color: #27272788 color: #27272788
opacity: 0.5 opacity: 0.5
change-cursor-image: false
PasswordTextEdit < TextEdit PasswordTextEdit < TextEdit
text-hidden: true text-hidden: true

View File

@ -6,6 +6,8 @@ CheckBox < UICheckBox
image-color: #dfdfdfff image-color: #dfdfdfff
image-rect: 0 0 12 12 image-rect: 0 0 12 12
image-source: /images/ui/checkbox image-source: /images/ui/checkbox
change-cursor-image: true
cursor: pointer
$hover !disabled: $hover !disabled:
color: #ffffff color: #ffffff
@ -20,6 +22,7 @@ CheckBox < UICheckBox
image-color: #dfdfdf88 image-color: #dfdfdf88
color: #dfdfdf88 color: #dfdfdf88
opacity: 0.8 opacity: 0.8
change-cursor-image: false
ColorBox < UICheckBox ColorBox < UICheckBox
size: 16 16 size: 16 16
@ -42,6 +45,8 @@ ButtonBox < UICheckBox
image-color: #dfdfdf image-color: #dfdfdf
image-clip: 0 0 22 23 image-clip: 0 0 22 23
image-border: 3 image-border: 3
change-cursor-image: true
cursor: pointer
$hover !disabled: $hover !disabled:
image-clip: 0 23 22 23 image-clip: 0 23 22 23
@ -54,6 +59,7 @@ ButtonBox < UICheckBox
$disabled: $disabled:
color: #dfdfdf88 color: #dfdfdf88
image-color: #dfdfdf88 image-color: #dfdfdf88
change-cursor-image: false
ButtonBoxRounded < ButtonBox ButtonBoxRounded < ButtonBox
image-source: /images/ui/button_rounded image-source: /images/ui/button_rounded

View File

@ -9,9 +9,11 @@ TextEdit < UITextEdit
image-border: 1 image-border: 1
selection-color: #272727 selection-color: #272727
selection-background-color: #cccccc selection-background-color: #cccccc
change-cursor-image: true
$disabled: $disabled:
color: #27272788 color: #27272788
opacity: 0.5 opacity: 0.5
change-cursor-image: false
PasswordTextEdit < TextEdit PasswordTextEdit < TextEdit
text-hidden: true text-hidden: true

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.