ADD/REMOVE group button breaks on mouseover

mbevc1

Member
In frontend form view a button to add / remove groups breaks when mouse over.

With firebug I see, that there is a display:none added to <i> element which holds the icon. For this reason the entire button breaks.

Please see images for more details ...

Step 1
step01.JPG


Step 2
step02.JPG
 
The solutions is here:

I added this to my template:

a [class^="icon-"], a [class*=" icon-"] {
display: inline !important;
}

Solution by STARTPOINT

Thank you
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top