cannot find css for login text field?

kmaisch

Joined: 2004-04-26
Posts: 79
Posted: Sun, 2005-12-25 01:03

See this page: http://www.kmaisch.com/gallery/main.php?g2_view=core.UserAdmin&g2_subView=core.UserLogin&g2_return=http%3A%2F%2Fwww.kmaisch.com%2Fgallery%2Fmain.php%3Fg2_view%3Dcore.UserAdmin%26g2_subView%3Dcore.UserLogin&g2_navId=x669db772

I am trying to make the login text fields (username and password) white, not dark blue like the background.

My CSS has this:

#giFormUsername, .giFormUsername {
background: url('../kmaisch/images/userinfo.png') no-repeat 0 1px;
padding-left: 17px;
}

#giFormGroupname {
background: url('../kmaisch/images/groupinfo.png') no-repeat 0 1px;
padding-left: 17px;
}

#giFormPassword {
background: url('../kmaisch/images/key7-16-bw.gif') no-repeat 0 1px;
padding-left: 17px;

Should I add another value in there?

Kim