mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +00:00
TinyMCE: update to 4.2.1. Changelog: https://github.com/tinymce/tinymce-dist/blob/master/changelog.txt.
Fixes #32801. git-svn-id: https://develop.svn.wordpress.org/trunk@33013 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.mce-window .mce-wp-help .mce-container-body.mce-undefined {
|
||||
.mce-window .mce-wp-help > .mce-container-body {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
@@ -423,6 +423,10 @@ div.mce-path {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-listbox button {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn i {
|
||||
text-shadow: none;
|
||||
}
|
||||
@@ -472,13 +476,7 @@ div.mce-path {
|
||||
}
|
||||
|
||||
.mce-listbox i.mce-caret {
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
.mce-panel .mce-btn button.mce-open i.mce-caret,
|
||||
.mce-panel .mce-btn.mce-listbox i.mce-caret {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
right: 4px;
|
||||
}
|
||||
|
||||
.mce-panel .mce-btn:hover i.mce-caret {
|
||||
|
||||
Reference in New Issue
Block a user