Editor: Provide API for the editor to be dynamically instantiated via JS. First run.
See: #35760 Built from https://develop.svn.wordpress.org/trunk@40476 git-svn-id: http://core.svn.wordpress.org/trunk@40352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -608,16 +608,12 @@ div.mce-path {
|
||||
}
|
||||
|
||||
/* Menubar */
|
||||
.mce-menubar {
|
||||
div.mce-menubar {
|
||||
border-color: #e5e5e5;
|
||||
background: #fff;
|
||||
border-width: 0px 0px 1px;
|
||||
}
|
||||
|
||||
.mce-menubar .mce-menubtn {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.mce-menubar .mce-menubtn:hover,
|
||||
.mce-menubar .mce-menubtn.mce-active,
|
||||
.mce-menubar .mce-menubtn:focus {
|
||||
@@ -1091,6 +1087,7 @@ i.mce-i-wp_code:before {
|
||||
|
||||
.wp-editor-container {
|
||||
clear: both;
|
||||
border: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.wp-editor-area {
|
||||
|
||||
Reference in New Issue
Block a user