mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-10 21:40:08 +00:00
Add white background to .postbox, props Speedboxer, fixes #7636
git-svn-id: https://develop.svn.wordpress.org/trunk@8768 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -471,6 +471,10 @@ input.readonly {
|
||||
background-image: url(../images/toggle-arrow.gif);
|
||||
}
|
||||
|
||||
#poststuff .postbox {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
#quicktags #ed_link {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
@@ -456,6 +456,10 @@ input.readonly {
|
||||
background-image: url(../images/toggle-arrow.gif);
|
||||
}
|
||||
|
||||
#poststuff .postbox {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
#quicktags #ed_link {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user