TinyMCE: remove box-shadow from the "more" and "nextpage" placeholder images, props avryl, see #24067

git-svn-id: https://develop.svn.wordpress.org/trunk@27345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-03-01 22:35:42 +00:00
parent 8a617607a7
commit 0a1afaf38d
1 changed files with 2 additions and 0 deletions

View File

@ -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;