|
@@ -124,6 +124,9 @@
|
|
|
<theme_item name="font_hover_color" type="Color" default="Color( 0.94, 0.94, 0.94, 1 )">
|
|
|
Text [Color] used when the [Button] is being hovered.
|
|
|
</theme_item>
|
|
|
+ <theme_item name="font_hover_pressed_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
|
|
+ Text [Color] used when the [Button] is being hovered and pressed.
|
|
|
+ </theme_item>
|
|
|
<theme_item name="font_outline_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
|
|
Text outline [Color] of the [Button].
|
|
|
</theme_item>
|
|
@@ -149,7 +152,7 @@
|
|
|
Icon modulate [Color] used when the [Button] is being hovered and pressed.
|
|
|
</theme_item>
|
|
|
<theme_item name="icon_normal_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
|
|
- Default icon [Color] of the [Button].
|
|
|
+ Default icon modulate [Color] of the [Button].
|
|
|
</theme_item>
|
|
|
<theme_item name="icon_pressed_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
|
|
Icon modulate [Color] used when the [Button] is being pressed.
|