Thread: PRS-T1 Calibre added CSS
View Single Post
Old 01-29-2012, 09:03 PM   #5
soseono
Connoisseur
soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.soseono can successfully navigate the Paris bus system.
 
soseono's Avatar
 
Posts: 62
Karma: 36180
Join Date: Dec 2011
Location: US East Coast
Device: Kobo Aura HD, Kindle 4, Sony PRS-T1 (formerly PRS-500 & 505), iPad Air
You can easily un-highlight with css, without removing the actual a tags. Try this:

a:link { text-decoration:none; background-color:transparent; }
a:visited { text-decoration:none; background-color:transparent; }
a:hover { text-decoration:none; background-color:transparent; }
a:active { text-decoration:none; background-color:transparent; }

ps. Also, adding "!important" to the above might help overriding whatever other css settings.
http://www.w3.org/TR/CSS2/cascade.html#important-rules

Last edited by soseono; 01-29-2012 at 09:08 PM.
soseono is offline   Reply With Quote