Style the edit/IP/report links

TPerry

Well-known member
Anyone know the CSS types for the Edit, IP, Report, etc links below a post in a node?
Chrome Developer refers (for the edit) to this:
Code:
class="item control edit OverlayTrigger"
Thanks.
 
Phrases support HTML.
So just replace the phrase text with the image code:
Code:
<img src="path/to/image.png">

Here's the Report link using a small avatar image:
report.webp
 
so if I use an image via the phrases, how would I control the border around the image and the text-color ?
Also how to implement the mouse-over effect ?

Anyone got this working for all those links to include an image and also use some CSS ?


Many thanks!


:)
 
Top Bottom