Search filter list padding between entries

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
caffrey123
Jr. Propeller Head
Posts: 3
Joined: Mon Oct 14, 2019 5:49 am

Search filter list padding between entries

Post by caffrey123 »

Hi all,

My first post on the forum. I am using HTML5 help and Tripane skin.

The Search filter list has a padding of 5px between entries in the list. See image.
padding.jpg
I need this to be 0. I can amend the texteffects.css in the output and this works:

.mc-dropdown-item {
display: block;
width: 100%;
padding: 5px;
white-space: nowrap;
text-decoration: none;
color: inherit !important;

but this is overwritten on regeneration. How can i permanently set this to 0? I can't see any options in the skin etc?

Thanks
You do not have the required permissions to view the files attached to this post.
Beaver
Propeller Head
Posts: 45
Joined: Fri Mar 10, 2017 4:09 am

Re: Search filter list padding between entries

Post by Beaver »

in the Skins I see only by *Search Bar* the Height.
I find it a bug, because if you change the height the filter list must also change (inherit it).

Remark I used this (filterlist) but in the results you don't see:
.... returned X result(s).
I think this is a bug (in Flare 2019 R2).
Post Reply