mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Better button style
This commit is contained in:
parent
fe01ac4ef1
commit
0a5b32dfdf
1 changed files with 6 additions and 6 deletions
|
|
@ -5,13 +5,13 @@
|
|||
[resource]
|
||||
default_font = ExtResource("1_dp7be")
|
||||
default_font_size = 16
|
||||
Button/colors/font_color = Color(0, 0.717647, 0, 1)
|
||||
Button/colors/font_disabled_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_focus_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_hover_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_hover_pressed_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_color = Color(0, 0.588235, 0, 1)
|
||||
Button/colors/font_disabled_color = Color(0, 0.12549, 0, 1)
|
||||
Button/colors/font_focus_color = Color(0, 0.882353, 0, 1)
|
||||
Button/colors/font_hover_color = Color(0, 0.772549, 0, 1)
|
||||
Button/colors/font_hover_pressed_color = Color(0, 0.262745, 0, 1)
|
||||
Button/colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_pressed_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_pressed_color = Color(0, 0.870588, 0, 1)
|
||||
Button/colors/icon_disabled_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_focus_color = Color(0, 0, 0, 1)
|
||||
Button/colors/icon_hover_color = Color(0, 0, 0, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue