Ed Mullen wrote:

> It's always bugged me that Google chose virtually identical colors for
> unvisited and visited links on the results pages.  I tried the following
> in userContent.css
> 
> /* set visited link color on Google */ @-moz-document domain(google.com)
> *|*:visited:visited {
> color:#f99 !important;
> }
> 
> It doesn't seem to work.  I tried perusing Google's css but it is an
> unbelievable mess to look at.  Any ideas?

You mean the Google search pages? Place the following rule at the end of 
your userContent.css file:

/* set visited link color on Google, and everywhere else too */
a:visited { color:#800080 !important; }

Works for me in both SM and Firefox.

You are right about Google code being a mess. Always was.

-- 
   -bts
   -This space for rent, but the price is high
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to