mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Align radio buttons with new designs.
Fix radiobutton looking the same checked and unchecked when disabled CURA-8991
This commit is contained in:
parent
b86b1133df
commit
b3e8c7190e
2 changed files with 68 additions and 24 deletions
|
@ -335,6 +335,19 @@
|
|||
"checkbox_text": "text_default",
|
||||
"checkbox_text_disabled": "text_disabled",
|
||||
|
||||
"radio": "background_1",
|
||||
"radio_disabled": "background_2",
|
||||
"radio_selected": "accent_1",
|
||||
"radio_selected_disabled": "text_disabled",
|
||||
"radio_border": [180, 180, 180, 255],
|
||||
"radio_border_hover": "border_main",
|
||||
"radio_border_disabled": "text_disabled",
|
||||
"radio_dot": "background_1",
|
||||
"radio_dot_disabled": "background_2",
|
||||
"radio_text": "text_default",
|
||||
"radio_text_disabled": "text_disabled",
|
||||
|
||||
|
||||
"category_background": "background_2",
|
||||
|
||||
"tooltip": [25, 25, 25, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue