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:
Andrew Ozz 2008-08-29 05:16:48 +00:00
parent 7e1f0947d8
commit 0ee936577d
2 changed files with 8 additions and 0 deletions

View File

@ -471,6 +471,10 @@ input.readonly {
background-image: url(../images/toggle-arrow.gif);
}
#poststuff .postbox {
background-color: #FFF;
}
#quicktags #ed_link {
color: #00f;
}

View File

@ -456,6 +456,10 @@ input.readonly {
background-image: url(../images/toggle-arrow.gif);
}
#poststuff .postbox {
background-color: #FFF;
}
#quicktags #ed_link {
color: #00f;
}