Add hover and tab-header rules for “Restaurant”
This commit is contained in:
parent
07c7618d3d
commit
b2c53ad032
Binary file not shown.
After Width: | Height: | Size: 243 B |
|
@ -1,6 +1,6 @@
|
||||||
style[*; textcolor=#532b2b]
|
style[*; textcolor=#532b2b]
|
||||||
|
|
||||||
bgcolor[#fadcbe;true]
|
bgcolor[#fadcbe]
|
||||||
background9[
|
background9[
|
||||||
5,5;1,1;restaurant_gui_bg.png;
|
5,5;1,1;restaurant_gui_bg.png;
|
||||||
true;
|
true;
|
||||||
|
@ -11,14 +11,25 @@ tableoptions[background=#fadcbe;highlight=#d7ff87;color=#532b2b]
|
||||||
listcolors[#fadcbe;#d7ff87;#a65200;#ce7f7f;#fff]
|
listcolors[#fadcbe;#d7ff87;#a65200;#ce7f7f;#fff]
|
||||||
|
|
||||||
style_type[
|
style_type[
|
||||||
button,image_button;
|
button,image_button,item_image_button;
|
||||||
bgimg=restaurant_gui_button_bg_inactive.png;
|
bgimg=restaurant_gui_button_bg_inactive.png;
|
||||||
border=false;
|
border=false;
|
||||||
bgimg_middle=3,3,-4,-5
|
bgimg_middle=3,3,-4,-5
|
||||||
]
|
]
|
||||||
style_type[
|
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;
|
bgimg=restaurant_gui_button_bg_active.png;
|
||||||
border=false;
|
border=false;
|
||||||
bgimg_middle=3,3,-3,-4
|
bgimg_middle=3,3,-3,-4
|
||||||
]
|
]
|
||||||
|
|
||||||
|
style_type[
|
||||||
|
tabheader;
|
||||||
|
textcolor=white
|
||||||
|
]
|
||||||
|
|
Ŝarĝante…
Reference in New Issue