Add white background to .postbox, props Speedboxer, fixes #7636

git-svn-id: http://svn.automattic.com/wordpress/trunk@8768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-08-29 05:16:48 +00:00
parent 01a8c764b3
commit 803b1572e6
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;
}