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:
parent
2d760369c0
commit
cbf39b4bf0
|
@ -615,6 +615,11 @@ input.readonly, textarea.readonly {
|
||||||
border-color: #dfdfdf;
|
border-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget,
|
||||||
|
.postbox {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-sortable .postbox h3 {
|
.ui-sortable .postbox h3 {
|
||||||
color: #093e56;
|
color: #093e56;
|
||||||
}
|
}
|
||||||
|
|
|
@ -614,7 +614,7 @@ input.readonly, textarea.readonly {
|
||||||
|
|
||||||
.widget,
|
.widget,
|
||||||
.postbox {
|
.postbox {
|
||||||
background-color: #FFF;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-sortable .postbox h3 {
|
.ui-sortable .postbox h3 {
|
||||||
|
|
Loading…
Reference in New Issue