3 --editor-color-primary: #206ea7;
8 background-color: #FFF;
14 .editor-toolbar-main {
17 justify-content: center;
18 border-top: 1px solid #DDD;
19 border-bottom: 1px solid #DDD;
22 body.editor-is-fullscreen {
28 .editor-content-area {
33 .editor-content-wrap {
45 justify-content: center;
47 .editor-button:hover {
48 background-color: #EEE;
52 .editor-button[disabled] {
57 .editor-button-active, .editor-button-active:hover {
58 background-color: #ceebff;
61 .editor-button-format-preview {
65 .editor-button-icon svg {
73 .editor-dropdown-menu-container {
76 .editor-dropdown-menu {
78 background-color: #FFF;
79 box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
85 flex-direction: column;
87 .editor-menu-list > .editor-button {
92 .editor-format-menu .editor-dropdown-menu {
96 .editor-overflow-container {
100 .editor-context-toolbar {
102 background-color: #FFF;
103 border: 1px solid #DDD;
106 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
114 background-color: #FFF;
115 border-top: 1px solid #DDD;
116 border-left: 1px solid #DDD;
117 transform: rotate(45deg);
125 .editor-modal-wrapper {
129 justify-content: center;
131 background-color: rgba(0, 0, 0, 0.5);
136 background-color: #FFF;
137 border: 1px solid #DDD;
141 .editor-modal-header {
143 justify-content: space-between;
146 .editor-modal-title {
150 // Specific UI elements
151 .editor-color-select-row {
154 .editor-color-select-option {
159 .editor-color-select-option:hover {
161 box-sizing: border-box;
163 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
165 .editor-table-creator-row {
168 .editor-table-creator-cell {
169 border: 1px solid #DDD;
174 background-color: var(--editor-color-primary);
177 .editor-table-creator-display {
182 // In-editor elements
185 display: inline-flex;
187 .editor-image-decorator {
193 display: inline-block;
195 border: 1px dashed var(--editor-color-primary);
198 .editor-image-decorator-handle {
203 border: 2px solid var(--editor-color-primary);
204 background-color: #FFF;
207 inset-inline-start: -5px;
208 inset-block-start: -5px;
212 inset-inline-end: -5px;
213 inset-block-start: -5px;
217 inset-inline-end: -5px;
218 inset-block-end: -5px;
222 inset-inline-start: -5px;
223 inset-block-end: -5px;
228 .editor-table-marker {
230 background-color: var(--editor-color-primary);
238 .editor-table-marker-column {
242 .editor-table-marker-row {
247 // Editor theme styles
251 .editor-theme-italic {
254 .editor-theme-strikethrough {
255 text-decoration-line: line-through;
257 .editor-theme-underline {
258 text-decoration-line: underline;
260 .editor-theme-underline-strikethrough {
261 text-decoration: underline line-through;