mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Editor: Provide API for the editor to be dynamically instantiated via JS. First run.
See: #35760 git-svn-id: https://develop.svn.wordpress.org/trunk@40476 602fd350-edb4-49c9-b593-d223f7449a82
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