From 3efb4694ab92fe3f8e554034b0dba017e8fed440 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 6 Mar 2014 00:28:57 +0000 Subject: [PATCH] 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 --- src/wp-includes/js/tinymce/skins/wordpress/wp-content.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css index afff0c8599..f23dfbdce1 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -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;