[wp-trac] Re: [WordPress Trac] #9589: Background color on widget
control with blue admin
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 24 18:40:10 GMT 2009
#9589: Background color on widget control with blue admin
--------------------------+-------------------------------------------------
Reporter: arena | Owner: Nicholas91
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8
Component: Widgets | Version: 2.8
Severity: normal | Keywords: has-patch tested commit
--------------------------+-------------------------------------------------
Changes (by Nicholas91):
* cc: dragos.nicholas@… (added)
* keywords: has-patch needs-testing => has-patch tested commit
* owner: azaozz => Nicholas91
Comment:
I've added the correct patch.
It seems I can't use the
{{{
svn diff filename.css > filename.diff
}}}
command for CSS files...
Anyway, I've just added the "widget-inside" class to line 616 like so:
{{{
.metabox-holder .postbox,
#poststuff .postbox,
.widget-inside {
background-color: #FFF;
}
}}}
Tested on Ubuntu/FireFox/Opera.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9589#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list