mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
CURA-4321 make print button blue when available, slight color changes on hover and pressed
This commit is contained in:
parent
4aa8d38bd3
commit
a4ebedee83
2 changed files with 17 additions and 9 deletions
|
@ -143,6 +143,14 @@
|
|||
"action_button_disabled_text": [127, 127, 127, 255],
|
||||
"action_button_disabled_border": [245, 245, 245, 255],
|
||||
|
||||
"print_button_ready": [12, 169, 227, 255],
|
||||
"print_button_ready_border": [12, 169, 227, 255],
|
||||
"print_button_ready_text": [255, 255, 255, 255],
|
||||
"print_button_ready_hovered": [12, 169, 255, 255],
|
||||
"print_button_ready_hovered_border": [12, 169, 227, 255],
|
||||
"print_button_ready_pressed": [12, 169, 220, 255],
|
||||
"print_button_ready_pressed_border": [12, 169, 227, 255],
|
||||
|
||||
"scrollbar_background": [255, 255, 255, 255],
|
||||
"scrollbar_handle": [24, 41, 77, 255],
|
||||
"scrollbar_handle_hover": [12, 159, 227, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue