mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
adjust dropdown background hover color
CURA-8688
This commit is contained in:
parent
ef5fced686
commit
2e92a986db
5 changed files with 2 additions and 5 deletions
|
@ -225,7 +225,6 @@ SettingItem
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
{
|
{
|
||||||
color: parent.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
color: parent.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
||||||
border.color: parent.highlighted ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,6 @@ SettingItem
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
{
|
{
|
||||||
color: parent.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
color: parent.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
||||||
border.color: parent.highlighted ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -146,7 +146,6 @@ ComboBox
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
color: delegateItem.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
color: delegateItem.highlighted ? UM.Theme.getColor("setting_control_highlight") : "transparent"
|
||||||
border.color: delegateItem.highlighted ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
text: delegateLabel.truncated ? delegateItem.text : ""
|
text: delegateLabel.truncated ? delegateItem.text : ""
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
"setting_control": "background_2",
|
"setting_control": "background_2",
|
||||||
"setting_control_selected": [34, 39, 42, 38],
|
"setting_control_selected": [34, 39, 42, 38],
|
||||||
"setting_control_highlight": "background_2",
|
"setting_control_highlight": "background_3",
|
||||||
"setting_control_border": [255, 255, 255, 38],
|
"setting_control_border": [255, 255, 255, 38],
|
||||||
"setting_control_border_highlight": [12, 169, 227, 255],
|
"setting_control_border_highlight": [12, 169, 227, 255],
|
||||||
"setting_control_text": "text_default",
|
"setting_control_text": "text_default",
|
||||||
|
|
|
@ -294,7 +294,7 @@
|
||||||
"setting_category_active_text": [35, 35, 35, 255],
|
"setting_category_active_text": [35, 35, 35, 255],
|
||||||
|
|
||||||
"setting_control": "background_2",
|
"setting_control": "background_2",
|
||||||
"setting_control_highlight": "background_2",
|
"setting_control_highlight": "background_3",
|
||||||
"setting_control_border": [199, 199, 199, 255],
|
"setting_control_border": [199, 199, 199, 255],
|
||||||
"setting_control_border_highlight": [50, 130, 255, 255],
|
"setting_control_border_highlight": [50, 130, 255, 255],
|
||||||
"setting_control_text": [35, 35, 35, 255],
|
"setting_control_text": [35, 35, 35, 255],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue