3 --editor-color-primary: #206ea7;
14 border: 1px solid #DDD;
19 .editor-button:hover {
20 background-color: #EEE;
24 .editor-button[disabled] {
27 background-color: #EEE;
30 .editor-button-active, .editor-button-active:hover {
31 background-color: #ceebff;
34 .editor-button-format-preview {
38 .editor-button-icon svg {
45 .editor-dropdown-menu-container {
48 .editor-dropdown-menu {
50 background-color: #FFF;
51 box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
57 flex-direction: column;
59 .editor-menu-list > .editor-button {
64 .editor-format-menu .editor-dropdown-menu {
68 .editor-overflow-container {
73 .editor-modal-wrapper {
77 justify-content: center;
79 background-color: rgba(0, 0, 0, 0.5);
84 background-color: #FFF;
85 border: 1px solid #DDD;
89 .editor-modal-header {
91 justify-content: space-between;
98 // Specific UI elements
99 .editor-color-select-row {
102 .editor-color-select-option {
107 .editor-color-select-option:hover {
109 box-sizing: border-box;
111 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
113 .editor-table-creator-row {
116 .editor-table-creator-cell {
117 border: 1px solid #DDD;
122 background-color: var(--editor-color-primary);
125 .editor-table-creator-display {
130 // In-editor elements
133 display: inline-flex;
135 .editor-image-decorator {
141 display: inline-block;
143 border: 1px dashed var(--editor-color-primary);
146 .editor-image-decorator-handle {
151 border: 2px solid var(--editor-color-primary);
152 background-color: #FFF;
155 inset-inline-start: -5px;
156 inset-block-start: -5px;
160 inset-inline-end: -5px;
161 inset-block-start: -5px;
165 inset-inline-end: -5px;
166 inset-block-end: -5px;
170 inset-inline-start: -5px;
171 inset-block-end: -5px;
176 .editor-table-marker {
178 background-color: var(--editor-color-primary);
186 .editor-table-marker-column {
190 .editor-table-marker-row {
195 // Editor theme styles
199 .editor-theme-italic {
202 .editor-theme-strikethrough {
203 text-decoration-line: line-through;
205 .editor-theme-underline {
206 text-decoration-line: underline;
208 .editor-theme-underline-strikethrough {
209 text-decoration: underline line-through;