blob: 61553f4f7d4c7cb5a0d52474bc53e2666f9552a6 [file] [log] [blame]
ec-editor-command material-button,
ec-formatting-popup material-button {
box-shadow: none!important;
}
ec-editor-command material-button.is-active {
background: var(--TWPT-active-background)!important;
}
ec-rich-text-editor .placeholder {
color: rgba(255, 255, 255, .38)!important;
}
ec-rich-text-editor .input-wrapper,
ec-rich-text-editor .spacer {
border-color: var(--TWPT-card-border)!important;
}
ec-rich-text-editor .input-wrapper.input-wrapper--focused {
border-color: var(--TWPT-blue-A100)!important;
}
ec-rich-text-editor .input {
color: var(--TWPT-primary-text)!important;
}
ec-rich-text-editor .hint {
color: var(--TWPT-subtle-button-background)!important;
}
material-select-searchbox + material-list material-list-item {
color: rgba(255, 255, 255, .87)!important;
}
ec-attachment .filename {
color: var(--TWPT-primary-text)!important;
}