TinyMCE: revert style for the blocks drop-down in the toolbar, limit the styles imported for the same drop-down, make the menu highlight color grey. Part props avryl, see #26952

git-svn-id: https://develop.svn.wordpress.org/trunk@27193 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-02-19 03:50:09 +00:00
parent 47510a2092
commit 377c5520ea
4 changed files with 94 additions and 42 deletions
+2 -2
View File
@@ -324,8 +324,8 @@ final class _WP_Editors {
'keep_styles' => false,
'paste_remove_styles' => true,
// limit the preview styles in the menu/toolbar
// 'preview_styles' => 'font-family font-weight font-style text-decoration text-transform color background-color border',
// Limit the preview styles in the menu/toolbar
'preview_styles' => 'font-family font-size font-weight font-style text-decoration text-transform',
'wpeditimage_disable_captions' => $no_captions,
'plugins' => implode( ',', $plugins ),