Quote:
Originally Posted by Goonie
Nice one. Thankyou!!
I also need to change the colours of the top links within a thread. 'Thread Tools', 'Administrative', 'Search Thread', 'Rate This Thread' etc.
I'm probably being a moron but I don't know what I'm looking for...
|
This can be changed by the classes
#postlist_popups .popupmenu:hover a.popupctrl, #postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active, .postlist_popups .popupmenu:hover a.popupctrl, .postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active
and
#postlist_popups .popupmenu a.popupctrl, #postlist_popups .popupmenu .popupctrl a.popupctrl.active, .postlist_popups .popupmenu a.popupctrl, .postlist_popups .popupmenu .popupctrl a.popupctrl.active
located in the postlist.css file.
Hope it works for you!