mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add checkbox disabled color to darktheme
CURA-8688
This commit is contained in:
parent
79ee9ffc91
commit
62f6643a49
2 changed files with 2 additions and 1 deletions
|
@ -159,6 +159,7 @@
|
|||
"checkbox_mark": "text_default",
|
||||
"checkbox_square": "text_disabled",
|
||||
"checkbox_text": "text_default",
|
||||
"checkbox_disabled": "background_2",
|
||||
|
||||
"tooltip": "background_2",
|
||||
"tooltip_text": "text_default",
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
"checkbox_border": [180, 180, 180, 255],
|
||||
"checkbox_border_hover": [25, 110, 240, 255],
|
||||
"checkbox_mark": [35, 35, 35, 255],
|
||||
"checkbox_disabled": [223, 223, 223, 255],
|
||||
"checkbox_disabled": "background_2",
|
||||
"checkbox_text": [0, 12, 26, 255],
|
||||
|
||||
"tooltip": [25, 25, 25, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue