Removing the little square near the Link

dynamiser - September 10, 2009 - 14:44
Project:Popups API (Ajax Dialogs)
Version:6.x-1.3
Component:Documentation
Category:feature request
Priority:minor
Assigned:Unassigned
Status:active
Description

Sorry for that, i just cant find a solution to remove or avoid showing this little symbol near the link text.
I just added the popups class to the links (way 2).

It's neither css nor html.

thanks for any suggestions

great module btw

#1

mransom - September 10, 2009 - 17:27

I hide them by putting the following in my theme's style.css

a.popups-processed:after {
display: none;
}

#2

dynamiser - September 14, 2009 - 08:19

thx, worked

 
 

Drupal is a registered trademark of Dries Buytaert.