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:
parent
e3b214f047
commit
3efb4694ab
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user