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 {
72 .editor-context-toolbar {
74 background-color: #FFF;
75 border: 1px solid #DDD;
78 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
86 background-color: #FFF;
87 border-top: 1px solid #DDD;
88 border-left: 1px solid #DDD;
89 transform: rotate(45deg);
97 .editor-modal-wrapper {
101 justify-content: center;
103 background-color: rgba(0, 0, 0, 0.5);
108 background-color: #FFF;
109 border: 1px solid #DDD;
113 .editor-modal-header {
115 justify-content: space-between;
118 .editor-modal-title {
122 // Specific UI elements
123 .editor-color-select-row {
126 .editor-color-select-option {
131 .editor-color-select-option:hover {
133 box-sizing: border-box;
135 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
137 .editor-table-creator-row {
140 .editor-table-creator-cell {
141 border: 1px solid #DDD;
146 background-color: var(--editor-color-primary);
149 .editor-table-creator-display {
154 // In-editor elements
157 display: inline-flex;
159 .editor-image-decorator {
165 display: inline-block;
167 border: 1px dashed var(--editor-color-primary);
170 .editor-image-decorator-handle {
175 border: 2px solid var(--editor-color-primary);
176 background-color: #FFF;
179 inset-inline-start: -5px;
180 inset-block-start: -5px;
184 inset-inline-end: -5px;
185 inset-block-start: -5px;
189 inset-inline-end: -5px;
190 inset-block-end: -5px;
194 inset-inline-start: -5px;
195 inset-block-end: -5px;
200 .editor-table-marker {
202 background-color: var(--editor-color-primary);
210 .editor-table-marker-column {
214 .editor-table-marker-row {
219 // Editor theme styles
223 .editor-theme-italic {
226 .editor-theme-strikethrough {
227 text-decoration-line: line-through;
229 .editor-theme-underline {
230 text-decoration-line: underline;
232 .editor-theme-underline-strikethrough {
233 text-decoration: underline line-through;