UNPKG

froala-editor

Version:

The next generation Javascript WYSIWYG HTML rich text editor made by devs for devs. High performance and modern design make it easy to use for developers and loved by users.

145 lines (130 loc) 3.73 kB
/*! * froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2025 Froala Labs */ .fr-clearfix::after { clear: both; display: block; content: ""; height: 0; } .fr-hide-by-clipping { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell { border: 1px double #0098f7; } .fr-element table td, .fr-element table th { user-select: text; -o-user-select: text; -moz-user-select: text; -khtml-user-select: text; -webkit-user-select: text; -ms-user-select: text; } .fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; } .fr-table-resizer { cursor: col-resize; position: absolute; z-index: 3; display: none; } .fr-table-resizer.fr-moving { z-index: 2; } .fr-table-resizer div { -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-right: 1px solid #0098f7; } .fr-no-selection { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; } .fr-table-selector { display: block; position: absolute; z-index: 9999; width: 16px; height: 16px; padding: 3px; border: transparent 2px solid; border-radius: 4px 4px 0 0; } .fr-table-selector a { width: 16px; height: 16px; display: block; } .fr-table-selector a > svg { width: 16px; height: 16px; } .fr-table-selector-active { opacity: 1; visibility: visible; border: #fdcf00 2px solid; } .fr-table-selector-active a > svg { color: #fdcf00; } .fr-table-selector-active-selected { border: #0d65ff 2px solid; } .fr-table-selector-active-selected a > svg { color: #0d65ff; } .fr-table-selector-inactive { opacity: 0; visibility: hidden; } .fr-view .fr-table-selection-hover { outline: #fdcf00 2px solid; } .fr-view .fr-table-selected { outline: #0d65ff 2px solid; caret-color: transparent; } .fr-popup .fr-table-size { margin: 20px; } .fr-popup .fr-table-size .fr-table-size-info { text-align: center; font-size: 14px; } .fr-popup .fr-table-size .fr-select-table-size { line-height: 0; padding: 5px; white-space: nowrap; } .fr-popup .fr-table-size .fr-select-table-size > span { display: inline-block; padding: 0 4px 4px 0; background: transparent; } .fr-popup .fr-table-size .fr-select-table-size > span > span { display: inline-block; width: 18px; height: 18px; border: 1px solid #DDD; } .fr-popup .fr-table-size .fr-select-table-size > span.hover { background: transparent; } .fr-popup .fr-table-size .fr-select-table-size > span.hover > span { background: rgba(0, 152, 247, 0.3); border: solid 1px #0098f7; } .fr-popup .fr-table-size .fr-select-table-size .new-line::after { clear: both; display: block; content: ""; height: 0; } .fr-popup.fr-above .fr-table-size .fr-select-table-size > span { display: inline-block !important; } .fr-popup .fr-table-colors { display: block; padding: 20px; padding-bottom: 0; } .fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span { width: 12px; height: 12px; } .fr-insert-helper { position: absolute; z-index: 9999; white-space: nowrap; }