mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Give secondary buttons a background colour again
This background colour is the same as the main background, on which these buttons almost always are situated. However in the cases where they are not, such as the post-processing scripts button, this makes the text easier to read than a completely transparent background colour. Done as a 5 minute fix.
This commit is contained in:
parent
50e0885b55
commit
14f0c30795
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
"primary_text": [255, 255, 255, 204],
|
||||
"secondary": [95, 95, 95, 255],
|
||||
|
||||
"secondary_button": [0, 0, 0, 0],
|
||||
"secondary_button": [39, 44, 48, 255],
|
||||
"secondary_button_hover": [85, 85, 87, 255],
|
||||
"secondary_button_text": [255, 255, 255, 255],
|
||||
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
"primary_button_hover": [16, 70, 156, 255],
|
||||
"primary_button_text": [255, 255, 255, 255],
|
||||
|
||||
"secondary_button": [255, 255, 255, 0],
|
||||
"secondary_button": [255, 255, 255, 255],
|
||||
"secondary_button_shadow": [216, 216, 216, 255],
|
||||
"secondary_button_hover": [232, 240, 253, 255],
|
||||
"secondary_button_text": [25, 110, 240, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue