mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Change hover colors of the small buttons.
Contributes to CURA-5941
This commit is contained in:
parent
8cfb9350bc
commit
12522c9293
4 changed files with 10 additions and 11 deletions
|
@ -9,7 +9,6 @@ UM.SimpleButton
|
|||
{
|
||||
width: UM.Theme.getSize("small_button").width
|
||||
height: UM.Theme.getSize("small_button").height
|
||||
hoverBackgroundColor: UM.Theme.getColor("small_button_hover")
|
||||
hoverColor: UM.Theme.getColor("small_button_text_hover")
|
||||
color: UM.Theme.getColor("small_button_text")
|
||||
iconMargin: 0.5 * UM.Theme.getSize("wide_lining").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue