Add background color on widget control with blue admin, props arena, fixes #9589

git-svn-id: http://svn.automattic.com/wordpress/trunk@11146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-04-30 23:33:54 +00:00
parent 2d760369c0
commit cbf39b4bf0
2 changed files with 6 additions and 1 deletions

View File

@ -615,6 +615,11 @@ input.readonly, textarea.readonly {
border-color: #dfdfdf;
}
.widget,
.postbox {
background-color: #fff;
}
.ui-sortable .postbox h3 {
color: #093e56;
}

View File

@ -614,7 +614,7 @@ input.readonly, textarea.readonly {
.widget,
.postbox {
background-color: #FFF;
background-color: #fff;
}
.ui-sortable .postbox h3 {