Editing unavailable Menu Proxy styles

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
Zerozeddy
Propeller Head
Posts: 45
Joined: Mon Dec 01, 2014 9:42 am

Editing unavailable Menu Proxy styles

Post by Zerozeddy »

(I posted this yesterday, but have retitled and rewritten after investigation and deleted the original, so apologies if that's annoying)

I want to change features of Menu Proxy items that aren't listed in the skin editor.

I can change the borders of the whole menu, but I want to apply this to the menu items, not the menu, and the Border options aren't there.

I see that if I make the edit to the "Menu" style it looks like this in the FLSKN file:

Code: Select all

<Property
   Name="BorderBottom">solid 1px  #000000
</Property>
but adding that line to the "Menu Item" style makes no difference at all.

<If you want the context, I have rogue lines appearing in the generated menu that's picked up from the main Styles.css file, and I want to remove them by making the border 0px just for the proxy>

Any hints welcome!

Thanks.
Last edited by Zerozeddy on Fri Jan 26, 2018 9:17 am, edited 1 time in total.
Zerozeddy
Propeller Head
Posts: 45
Joined: Mon Dec 01, 2014 9:42 am

Re: Editing unavailable Menu Proxy styles

Post by Zerozeddy »

If anyone is interesting I solved it, eventually, by adding this to my main default Styles.css:

Code: Select all

ul.menu._Skins_HTML5_Menu.mc-component li ul
{
	border-bottom-width: 0px;

}
Post Reply