UNPKG

rich-react-editor

Version:

react editor with support of image and multi languages

59 lines (50 loc) 1.18 kB
.ant-dropdown-menu-item-active { background-color: #b5ede0; } .React-editor-container { position: relative; border: 1px solid #e6ecf5; border-radius: 4px; } .text-only .note-editing-area .note-editable{ padding: 6px !important; } .text-only .note-editor .note-toolbar { display: none; } .fullscreen .React-editor-container__language-btn-box { z-index: 1051; position: fixed; } .React-editor-container__language-btn-box { background-color: #f3f3f369; padding: 0 7px; margin: auto; position: absolute; top: 5px; border: 1px solid #eee; border-radius: 4px; left: 6px; cursor: pointer; z-index: 1; display: flex; height: 30px; width: 100px; align-items: center; overflow: hidden; } .React-editor-container__language-btn-box span { font-size: smaller; text-overflow: ellipsis; overflow: hidden; } .React-editor-container__language-btn-box i { color: #000 !important; font-size: 16px !important; margin-right: 05px; margin-top: 0; } .ant-dropdown-menu { max-height: 250px; overflow-y: scroll; }