I'm going a little nuts here, trying to figure out why I can't change this one color in my Admin CSS. I have altered almost everything, but I can't find the one for underlines on hyperlinks. Here is my wp-admin.css :
http://kalico.pastebin.com/934453
I have used a color utility to determine the hex code and it's coming up #6699CC. However, that number is not in the CSS anywhere. (So far this utility has been spot on, but maybe it's making a mistake??) I did find that color code in upload.css, and changed it....but it didn't have an impact on the rest of the admin interface (obviously....but I was desperate :)).
I have also searched for the class that affects the "a" tags, and I'm still not getting it right.
Does anyone have any idea what I'm doing wrong, or if this one little piece of CSS is really coming from somewhere else?
I also have a question about AJAX -- at least I think it's about AJAX -- in any case I'm sure it will reveal how little I know about AJAX. How do I alter the colors of things in Admin that fade....like after activating a plugin, the confirmation box fades from yellow to blue. I'd like to change that fade, if I can.
Thanks in advance. :)