64 lines
1.3 KiB
CSS
64 lines
1.3 KiB
CSS
/* Style the TiniMCE editor */
|
|
|
|
div.wp-editor-container {
|
|
border: none;
|
|
}
|
|
|
|
.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
|
|
border: solid #10b4b3;
|
|
border-width: 0 2px 0 2px!important;
|
|
}
|
|
|
|
.mce-tinymce.mce-container.mce-panel {
|
|
border-radius: 0 0 20px 20px;
|
|
}
|
|
|
|
.mce-toolbar-grp.mce-container.mce-panel.mce-first.mce-last {
|
|
border-bottom: 1px solid #10b4b3;
|
|
}
|
|
|
|
.mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last {
|
|
border: solid #10b4b3;
|
|
border-width: 0.5px 0 2px 2px!important;
|
|
border-radius: 0 0 20px 20px;
|
|
}
|
|
|
|
/* TinyMCE Add Media button */
|
|
button.button.insert-media.add_media {
|
|
background: #10b4b3;
|
|
border-color: #10b4b3;
|
|
color: white;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
border-radius: 100px;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
/* TinyMCE Text/Visual switcher buttons */
|
|
|
|
button.wp-switch-editor {
|
|
padding: 13px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
/* TinyMCE Text tab styling */
|
|
|
|
.quicktags-toolbar.hide-if-no-js {
|
|
border-color: #10b4b3;
|
|
}
|
|
|
|
textarea.wp-editor-area {
|
|
border: solid #10b4b3;
|
|
border-width: 0 2px 2px 2px!important;
|
|
border-radius: 0 0 20px 20px;
|
|
}
|
|
|
|
/* TinyMCE editor buttons */
|
|
input.ed_button.button.button-small {
|
|
color: #10b4b3;
|
|
border-color: #10b4b3;
|
|
}
|
|
|
|
.mce-menu .mce-menu-item.mce-active, .mce-menu .mce-menu-item:hover {
|
|
background: #10b4b3!important;
|
|
} |