Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / "Create an Account" date input boxes white except - e-mail?

"Create an Account" date input boxes white except - e-mail?

Locked

Views: 1,211

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Aug 2009, 1:51 PM
#1
btolly avatar

btolly

New Zenner

Join Date:
May 2009
Posts:
59
Plugin Contributions:
0

"Create an Account" date input boxes white except - e-mail?

When creating an account at my site the input data boxes are filled with white- except when selected- which is fine. Does anyone have an idea why the e-mail input data box would be filled with gray all the time? My CSS must be messed up?

here is a link:
http://www.egresource.com/index.php?main_page=create_account

24 Aug 2009, 3:25 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: "Create an Account" date input boxes white except - e-mail?

It was coded that way in stylesheet.css

#email-address, #login-password, #contactname, #subject {
background: #CCC;
}

24 Aug 2009, 6:00 PM
#3
btolly avatar

btolly

New Zenner

Join Date:
May 2009
Posts:
59
Plugin Contributions:
0

Re: "Create an Account" date input boxes white except - e-mail?

Thanks for the help Steve!

:smile: