Fix editor popup style
This commit is contained in:
parent
ce976c1108
commit
2e1df9791d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue