Selected history links
80,261pages on
this wiki
this wiki
Forum page
This Forum has been archived
Visit the new ForumsForums: Index → Community Central Forum → Selected history links
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 989 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
I'm trying to change the background color of the highlighted text when you view the history for a page. Currently it is white, but I want to make it #333333. I've inserted li.selected { background-color:#333333; } into my Monaco.css, but it still isn't working.
Here is an image showing the highlighted text with the ugly background color which blocks out the text:
Thanks, SSgtGriffin 01:16, September 21, 2010 (UTC)
li.selectedis probably too general. Apply the change to#pagehistory li.selectedinstead. In other words, use this:#pagehistory li.selected { background-color:#333333; }- ~ Gardimuer { ʈalk } 06:25, September 21, 2010 (UTC)
- All right. Thanks. SSgtGriffin on YouTube 22:52, September 21, 2010 (UTC)