You can just point, I'll go from there
wilmarso - June 25, 2008 - 14:24
How can I change the background and font and font colors for the inputs for the user login?
I'm using a dark background (#101010) and a light colored site font (#C0C0C0) and the username and password entered are hard to see.
I assume it's simple, but I don't know which element to change in my site's *.css file, or if there's more to it than that.

If you use Firefox, you
If you use Firefox, you could try the firebug extension. Using the inspect feature usually makes fast work of finding what you need to apply the css to.
I am using Firefox and Firebug
Thanks nevets.
Firebug is a big help.