Very very minor bug with linkslist

Found a bug? Tell us!!
Post Reply
Sim
Posts: 1
Joined: Wed Jun 21, 2006 8:37 am

Very very minor bug with linkslist

Post by Sim »

This is a very minor bug with linkslist. When using the mt-trendy style, the hover color for the links is the same as the background. It's a simple fix and I figured that it'd be nice if I posted it.

1) Browse to /plugins/serendipity_event_linklist/ on your server
2) Open serendipity_event_linklist.css in something such as Wordpad (not notepad!) or Frontpage or whatever.
3) Change the following:
div.linklist a:hover {
color: #333;
}

To

div.linklist a:hover {
color: #ffff99;
}

And you're set. That makes the hover color the same color as the rest of the sidebar items, such as your archives.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Very very minor bug with linkslist

Post by garvinhicking »

Hi!

Thanks for sharing your fix! :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

A help hint:

Linklist will check to see if the current theme has a "serendipity_event_linklist.css" css file when it generates its css. So you could copy your modified serendipity_event_linklist.css file into the theme folder, so it won't be overwritten by the next plugin update.

I think I am going to remove the a.hover entry from the default css file (since that really should be set by the theme). Thanks for pointing it out to me!
Post Reply