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 {
69 .editor-modal-wrapper {
73 justify-content: center;
75 background-color: rgba(0, 0, 0, 0.5);
80 background-color: #FFF;
81 border: 1px solid #DDD;
85 .editor-modal-header {
87 justify-content: space-between;
94 // Specific UI elements
95 .editor-color-select-row {
98 .editor-color-select-option {
103 .editor-color-select-option:hover {
105 box-sizing: border-box;
107 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
109 .editor-table-creator-row {
112 .editor-table-creator-cell {
113 border: 1px solid #DDD;
118 background-color: var(--editor-color-primary);
121 .editor-table-creator-display {
126 // In-editor elements
129 display: inline-flex;
131 .editor-image-decorator {
137 display: inline-block;
139 border: 1px dashed var(--editor-color-primary);
142 .editor-image-decorator-handle {
147 border: 2px solid var(--editor-color-primary);
148 background-color: #FFF;
151 inset-inline-start: -5px;
152 inset-block-start: -5px;
156 inset-inline-end: -5px;
157 inset-block-start: -5px;
161 inset-inline-end: -5px;
162 inset-block-end: -5px;
166 inset-inline-start: -5px;
167 inset-block-end: -5px;
172 .editor-table-marker {
174 background-color: var(--editor-color-primary);
182 .editor-table-marker-column {
186 .editor-table-marker-row {
191 // Editor theme styles
195 .editor-theme-italic {
198 .editor-theme-strikethrough {
199 text-decoration-line: line-through;
201 .editor-theme-underline {
202 text-decoration-line: underline;
204 .editor-theme-underline-strikethrough {
205 text-decoration: underline line-through;