Bullet style with background image causes side nav issue

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
RiverMonster
Sr. Propeller Head
Posts: 148
Joined: Fri May 09, 2008 8:51 am
Location: Alicante, Spain
Contact:

Bullet style with background image causes side nav issue

Post by RiverMonster »

Hi,

I'm setting custom bullets using the background-image property on a ul > li selector. When I do this any bulleted text looks fine with the bullets positioned as I want them. The problem is that these custom bullets are now showing up to the left of all entries in the HTML5 side nav menu !
BulletInSideNav.gif
Is this a bug? Is there a way I can fix this in the CSS?

Thanks!

Adrian
You do not have the required permissions to view the files attached to this post.
RiverMonster
Sr. Propeller Head
Posts: 148
Joined: Fri May 09, 2008 8:51 am
Location: Alicante, Spain
Contact:

Re: Bullet style with background image causes side nav issue

Post by RiverMonster »

It's ok I figured out a workaround:

li.tree-node, li.tree-node-leaf, li.tree-node-selected
{
background-image: none;
}

I found these classes using developer mode in Chrome. Was not able to see this exact info in Edge.
Post Reply