mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Tweaks for restyling benefitting the dark theme.
part of CURA-8012
This commit is contained in:
parent
e3dc5bc460
commit
952e02676f
3 changed files with 11 additions and 7 deletions
|
@ -9,11 +9,11 @@ import Cura 1.1 as Cura
|
|||
|
||||
Cura.ActionButton
|
||||
{
|
||||
color: UM.Theme.getColor("secondary_button")
|
||||
textColor: UM.Theme.getColor("secondary_button_text")
|
||||
color: "transparent"
|
||||
textColor: UM.Theme.getColor("text_link")
|
||||
outlineColor: "transparent"
|
||||
outlineDisabledColor: "transparent"
|
||||
disabledColor: UM.Theme.getColor("action_button_disabled")
|
||||
disabledColor: "transparent"
|
||||
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||
hoverColor: UM.Theme.getColor("secondary_button_hover")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue