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

git-svn-id: https://develop.svn.wordpress.org/trunk@11146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-04-30 23:33:54 +00:00
parent 31210eb4b9
commit 1ef2a296d9
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 {