forked from 0x2620/oxjs
update oxmedium theme button disabled color and gradient; fix setting value of an Ox.SelectInput
This commit is contained in:
parent
47efc7377a
commit
9c46e17b9f
2 changed files with 8 additions and 3 deletions
|
|
@ -29,8 +29,8 @@
|
|||
"buttonGradient": [[176, 176, 176], [144, 144, 144]],
|
||||
"buttonActiveColor": [0, 0, 0],
|
||||
"buttonActiveGradient": [[160, 160, 160], [160, 160, 160]],
|
||||
"buttonDisabledColor": [64, 64, 64],
|
||||
"buttonDisabledGradient": [[128, 128, 128], [96, 96, 96]],
|
||||
"buttonDisabledColor": [96, 96, 96],
|
||||
"buttonDisabledGradient": [[176, 176, 176], [144, 144, 144]],
|
||||
"buttonSelectedColor": [255, 255, 255],
|
||||
"buttonSelectedGradient": [[96, 96, 96], [128, 128, 128]],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue