Fix editor popup style

This commit is contained in:
philipp lang 2025-06-17 00:25:38 +02:00
parent ce976c1108
commit 2e1df9791d
1 changed files with 3 additions and 3 deletions

View File

@ -5,14 +5,14 @@
.ce-settings__button, .ce-settings__button,
.ce-toolbar__settings-btn, .ce-toolbar__settings-btn,
.cdx-button, .cdx-button,
.ce-popover, .ce-popover__container,
.ce-toolbar__plus:hover { .ce-toolbar__plus:hover {
@apply bg-primary-700; @apply bg-primary-700;
color: inherit; color: inherit;
} }
.ce-inline-tool-input { .cdx-search-field {
@apply bg-primary-700 text-primary-200 placeholder-primary-500; @apply bg-primary-600;
} }
.ce-block--selected { .ce-block--selected {