[wp-trac] [WordPress Trac] #17102: Custom background color has no effect if background: is specified in style.css
WordPress Trac
wp-trac at lists.automattic.com
Sun Apr 10 17:22:18 UTC 2011
#17102: Custom background color has no effect if background: is specified in
style.css
-------------------------+-----------------------------
Reporter: pseudoxiah | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: 3.1.1
Severity: minor | Keywords:
-------------------------+-----------------------------
The custom background callback built in WordPress generates the CSS for
solid color like this:
{{{
body {
background-color:#000;
}
}}}
However this has no effect if in style.css a background image is specified
like this:
{{{
body {
background:url(images/bg.png);
}
}}}
The patch added to this ticket resolves this by adding all custom
background properties in a single {{{background:}}} declaration.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17102>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list