mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Show a border around text fields and drop-downs when hovering
And when they are focused. This applies to the setting text fields, extruder selectors and drop-downs as well as to the machine settings. Contributes to issue CURA-9217.
This commit is contained in:
parent
efdb21b7a1
commit
7fda81b678
9 changed files with 26 additions and 11 deletions
|
@ -15,7 +15,7 @@
|
|||
"accent_2": [16, 70, 156, 255],
|
||||
"border_main": [118, 118, 119, 255],
|
||||
"border_accent_1": [255, 255, 255, 255],
|
||||
"border_accent_2": [16, 70, 156, 255],
|
||||
"border_accent_2": [243, 243, 243, 255],
|
||||
"border_field": [57, 57, 58, 255],
|
||||
|
||||
"text_default": [255, 255, 255, 255],
|
||||
|
|
|
@ -363,7 +363,7 @@
|
|||
|
||||
"text_field": "background_1",
|
||||
"text_field_border": [180, 180, 180, 255],
|
||||
"text_field_border_hovered": "border_main",
|
||||
"text_field_border_hovered": "border_accent_2",
|
||||
"text_field_border_disabled": "background_2",
|
||||
"text_field_text": "text_default",
|
||||
"text_field_text_disabled": "text_disabled",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue