From b2c53ad0325932ca067b819e959b6224d9d43dad Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:28:46 -0500 Subject: [PATCH] =?UTF-8?q?Add=20hover=20and=20tab-header=20rules=20for=20?= =?UTF-8?q?=E2=80=9CRestaurant=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- textures/restaurant_gui_button_bg_hovered.png | Bin 0 -> 243 bytes themes/restaurant | 17 ++++++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 textures/restaurant_gui_button_bg_hovered.png diff --git a/textures/restaurant_gui_button_bg_hovered.png b/textures/restaurant_gui_button_bg_hovered.png new file mode 100644 index 0000000000000000000000000000000000000000..e37cf92293bfd94ee0f80656a7a24d0f40c1e21b GIT binary patch literal 243 zcmVq{V6GXnsnUZJFFG0CxAj*CNRCZx1cyW^PT tU${>DLAa5cWTKlCftyI^SDNtM{Q#R#L(b$L;8Fkp002ovPDHLkV1fncWdHyG literal 0 HcmV?d00001 diff --git a/themes/restaurant b/themes/restaurant index 82b5561..eaa66da 100644 --- a/themes/restaurant +++ b/themes/restaurant @@ -1,6 +1,6 @@ style[*; textcolor=#532b2b] -bgcolor[#fadcbe;true] +bgcolor[#fadcbe] background9[ 5,5;1,1;restaurant_gui_bg.png; true; @@ -11,14 +11,25 @@ tableoptions[background=#fadcbe;highlight=#d7ff87;color=#532b2b] listcolors[#fadcbe;#d7ff87;#a65200;#ce7f7f;#fff] style_type[ - button,image_button; + button,image_button,item_image_button; bgimg=restaurant_gui_button_bg_inactive.png; border=false; bgimg_middle=3,3,-4,-5 ] style_type[ - button:pressed,image_button:pressed; + button:hovered,image_button:hovered,item_image_button:hovered; + bgimg=restaurant_gui_button_bg_hovered.png; + border=false; + bgimg_middle=3,3,-4,-5 +] +style_type[ + button:pressed,image_button:pressed,item_image_button:pressed; bgimg=restaurant_gui_button_bg_active.png; border=false; bgimg_middle=3,3,-3,-4 ] + +style_type[ + tabheader; + textcolor=white +]