From cd0552a810c76b2d4b3e820ea410f31e4f0490ea Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 1 Mar 2014 22:36:14 +0000 Subject: [PATCH] TinyMCE: remove box-shadow from the "more" and "nextpage" placeholder images, props avryl, see #24067 Built from https://develop.svn.wordpress.org/trunk@27345 git-svn-id: http://core.svn.wordpress.org/trunk@27197 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 0026e1415f..04c6d54363 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -80,6 +80,8 @@ td { .mce-content-body img.mce-wp-nextpage, .mce-content-body img.mce-wp-more { border: 0; + -webkit-box-shadow: none; + box-shadow: none; width: 95%; height: 10px; display: block;