Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Remove Hilighting Newest Nodes

by kutsu (Priest)
on Apr 17, 2006 at 18:42 UTC ( [id://543886]=note: print w/replies, xml ) Need Help??


in reply to Hilighting Newest Nodes (implemented)

I second the idea that it not be the default. This isn't because I don't like it (I don't though as it makes it very hard to read) but because to disable it you have to find the original background color and reset that yourself and for some of the monks less familiar with html and css this can, and proably will, cause a bit of confusion.

So to help a few people along the way the css needed to remove highlighting (on the default themes and NN only) are:

tr.post_head, tr.highlight { background-color: <color>; } where color is: #FFF /* Blue/Green Web-Safe and Red */ #010D5D /* JBlue */ #eee /* Perl-Blue */ or for the NightShift and Dark themes just: tr.highlight { background-color: #000; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://543886]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-28 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found