TinyMCE: add internal command and shortcut (Alt+Shift+X) for toggling <code>. Define a button that can be added to any toolbar as wp_code. See #6113

git-svn-id: https://develop.svn.wordpress.org/trunk@27545 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-03-14 22:42:59 +00:00
parent b6e2bd9f0e
commit 0fdb6dadfb
2 changed files with 15 additions and 0 deletions

View File

@@ -661,6 +661,10 @@ i.mce-i-wp_page:before {
content: '\f158';
}
.mce-i-wp_code:before {
content: "\e017";
}
/* Editors */
.wp-editor-wrap {
position: relative;