diff --git a/textures/restaurant_gui_button_bg_hovered.png b/textures/restaurant_gui_button_bg_hovered.png new file mode 100644 index 0000000..e37cf92 Binary files /dev/null and b/textures/restaurant_gui_button_bg_hovered.png differ 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 +]