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
This commit is contained in:
Andrew Ozz 2014-03-01 22:36:14 +00:00
parent 580b05ae5d
commit cd0552a810

View File

@ -80,6 +80,8 @@ td {
.mce-content-body img.mce-wp-nextpage, .mce-content-body img.mce-wp-nextpage,
.mce-content-body img.mce-wp-more { .mce-content-body img.mce-wp-more {
border: 0; border: 0;
-webkit-box-shadow: none;
box-shadow: none;
width: 95%; width: 95%;
height: 10px; height: 10px;
display: block; display: block;