ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Input boxes, comments will take the color of the entire page background, rather than the div they're in #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Change the page background to a darker color
2.Leave all the other colors alone
3.Observe

What version of the ... are you using?
1. Wordpress: 2.9.2
2. Constructor: 1.0.2
3. PHP:
4. Browser: Firefox 3.6.3 and IE8
5. OS: Win7

What URL of your blog(s)?
1. http://jeanajorgensen.com/wordpress

Please provide any additional information below.

I'm working on a brown-orange-red themed site for someone in WP and your
theme has been wonderful! I've gotten loads of work done that normally take
me forever.  Something is bugging me, though, and I'm not quite sure how to
fix it: both the comments display on the individual post pages, and any
drop-downs / textboxes on the site are, for some reason, taking the page
background color rather than the div background color.  I can go through
and hardcode the fix, but I thought it would be something you'd want to
correct in a future version.

Original issue reported on code.google.com by demented...@gmail.com on 18 May 2010 at 4:32

GoogleCodeExporter commented 9 years ago
Write follow rule on CSS tab:
input, select, textarea {
    background-color:#fff !important
}

Original comment by AntonShe...@gmail.com on 2 Aug 2010 at 10:40