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:
parent
7e1f0947d8
commit
0ee936577d
@ -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
Block a user