Upgrade TinyMCE to 3.5.9. Fix the css for the original 'fullscreen' plugin (not enabled by default).

Fixes #25561, fixes #25281.


git-svn-id: https://develop.svn.wordpress.org/trunk@25761 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-10-10 21:49:23 +00:00
parent a837e4b528
commit ee5d2021e0
15 changed files with 184 additions and 66 deletions

View File

@@ -2084,6 +2084,12 @@ RTL
background-image: linear-gradient(to top, #ececec, #f9f9f9);
}
#mce_fullscreen_container {
background: #fff;
/* Fix for the default fullscreen plugin for the media modal */
z-index: 110000 !important;
}
/* =CSS 3 transitions
-------------------------------------------------------------- */