Files
tcms/bl-plugins/tinymce/css/tinymce_toolbar.css
T
Ty Clifford cebb0d3af1 -
2026-07-03 07:31:09 -04:00

15 lines
366 B
CSS

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
border-top: none !important;
}
/* TinyMCE focus styling to match the theme */
.tox-tinymce:focus,
.tox-tinymce--focused {
border: 2px solid #b0bec5 !important;
box-shadow: none !important;
outline: none !important;
}
.tox-edit-focus .tox-edit-area::before {
opacity: 0 !important;
}