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