mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user