TinyMCE: remove border-radius and padding from placeholder images, props avryl, see #27106
Built from https://develop.svn.wordpress.org/trunk@27427 git-svn-id: http://core.svn.wordpress.org/trunk@27274 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
62d68cc992
commit
79441fc1c1
|
@ -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