CSS Effects on like/quote

Russ

Well-known member
I know I saw this modification somewhere, does anyone recall a link to it?

It styled the like/quote/reply with like a little background using css. Can't find it for the life of me.
 
Do you mean like/reply?

I would hunt in the css for LinkLink and LikeLabel for the like link...

publicControls css class may be able to style both.

Hope this helps,

Rob
 
Add to EXTRA.css:
Code:
.message .publicControls .item {
background-color: orange;
padding: 2px;
border: 1px solid darkorange;
}
Change the code to suit.
 
Add to EXTRA.css:
Code:
.message .publicControls .item {
background-color: orange;
padding: 2px;
border: 1px solid darkorange;
}
Change the code to suit.
What Brogan said...

I'm still finding my away around and am still on an xF learning curve :)
 
Top Bottom