Zen Cart Logo
Forums / Basic Configuration / All text boxes are black i Firefox. Help!

All text boxes are black i Firefox. Help!

Locked

Views: 1,959

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
20 Jun 2008, 2:28 PM
#1
lazze avatar

lazze

New Zenner

Join Date:
Nov 2006
Posts:
29
Plugin Contributions:
0

All text boxes are black i Firefox. Help!

This is the issue:

Check out my site in Firefox:

www.toppshop.net (The language is Norwegian, but i'm sure you know what goes where...)

Every box that the customers uses to ex. create an account, loggin on, using the search function, picking out sizes turns black when clikcking and writing in the box. How do I solve this in Firefox? It's white in IE. The customer don't see what they write and of course i'm losing business....

Help please :blink:

20 Jun 2008, 3:55 PM
#2
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: All text boxes are black i Firefox. Help!

Find this in your stylesheet:

input:focus, select:focus, textarea:focus {
background: #000000;
}

You have two stylesheets. You really should rename the .css extention on
the one you're not using to something like stylesheet.old.

20 Jun 2008, 4:51 PM
#3
lazze avatar

lazze

New Zenner

Join Date:
Nov 2006
Posts:
29
Plugin Contributions:
0

Re: All text boxes are black i Firefox. Help!

Thank you, problem solved :clap:

21 Jun 2008, 12:28 AM
#4
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: All text boxes are black i Firefox. Help!

:clap:You can read more about the Zen Cart stylesheet system in the docs
folder that is included with your Zen Cart download...readme_css_system.html.