CSS Highlight While Hovering Over Message
This edit highlights thread topics, conversations, search results and some other stuff. I have poor vision so this might come in handy for others who have bad vision too. Credit goes to Jake Bunce and Brogan, originally posted here. Create your own highlight css color here: http://html-color-codes.info/
Add to EXTRA.css
I wish you success.
This edit highlights thread topics, conversations, search results and some other stuff. I have poor vision so this might come in handy for others who have bad vision too. Credit goes to Jake Bunce and Brogan, originally posted here. Create your own highlight css color here: http://html-color-codes.info/
Add to EXTRA.css
Kod:
.nodeList .nodeInfo:hover, .discussionList .discussionListItem:hover, .discussionListItem:hover .posterAvatar, .discussionListItem:hover .stats, .searchResults .searchResult:hover, .profileContent .searchResult:hover
{
background-color: #fafafa;
}
I wish you success.