diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-17 23:46:54 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-17 23:46:54 +0200 |
commit | c4ae8c2df44cac2a8b3e4c8db43c2870b7d2bf69 (patch) | |
tree | 3146fb8bf172f6397e97ac449e54f69f006e1dbc | |
parent | 9c2da5a7beba1254e52c907d501a22dec0075ac6 (diff) | |
download | hurrycurry-c4ae8c2df44cac2a8b3e4c8db43c2870b7d2bf69.tar hurrycurry-c4ae8c2df44cac2a8b3e4c8db43c2870b7d2bf69.tar.bz2 hurrycurry-c4ae8c2df44cac2a8b3e4c8db43c2870b7d2bf69.tar.zst |
dont grey out font when disable in setup
-rw-r--r-- | client/menu/theme/paper.tres | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/theme/paper.tres b/client/menu/theme/paper.tres index 32cf2701..acf6699a 100644 --- a/client/menu/theme/paper.tres +++ b/client/menu/theme/paper.tres @@ -74,6 +74,7 @@ Button/styles/hover = SubResource("StyleBoxFlat_3p3im") Button/styles/normal = SubResource("StyleBoxFlat_xxmhf") Button/styles/pressed = SubResource("StyleBoxFlat_xxmhf") CheckBox/colors/font_color = Color(0, 0, 0, 1) +CheckBox/colors/font_disabled_color = Color(0, 0, 0, 1) CheckBox/colors/font_focus_color = Color(0, 0, 0, 1) CheckBox/colors/font_hover_color = Color(0, 0, 0, 1) CheckBox/colors/font_hover_pressed_color = Color(0, 0, 0, 1) |