mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
580b05ae5d
commit
cd0552a810
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user