TinyMCE: remove border-radius and padding from placeholder images, props avryl, see #27106

git-svn-id: https://develop.svn.wordpress.org/trunk@27427 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-03-06 00:28:57 +00:00
parent e3b214f047
commit 3efb4694ab
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ td {
}
/* Styles for the WordPress plugins */
.mce-content-body img[data-mce-placeholder] {
border-radius: 0;
padding: 0;
}
.mce-content-body img.mce-wp-nextpage,
.mce-content-body img.mce-wp-more {
border: 0;