mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Make tooltip backgrounds dark as well
Looks very professional. Contributes to issue CURA-3948.
This commit is contained in:
parent
f0d5187896
commit
9241cfa5c6
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
"mode_switch_text_hover": [255, 255, 255, 255],
|
||||
"mode_switch_text_checked": [12, 169, 227, 255],
|
||||
|
||||
"tooltip": [12, 169, 227, 255],
|
||||
"tooltip": [40, 40, 40, 255],
|
||||
"tooltip_text": [255, 255, 255, 255],
|
||||
|
||||
"message_background": [255, 255, 255, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue