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:
parent
01a8c764b3
commit
803b1572e6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue