Add hover and tab-header rules for “Restaurant”

This commit is contained in:
Jaidyn Ann 2024-08-13 00:28:46 -05:00
parent 07c7618d3d
commit b2c53ad032
2 changed files with 14 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

View File

@ -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
]