Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame^] | 1 | ec-editor-command material-button, |
| 2 | ec-formatting-popup material-button { |
| 3 | box-shadow: none!important; |
| 4 | } |
| 5 | |
| 6 | ec-editor-command material-button.is-active { |
| 7 | background: var(--TWPT-active-background)!important; |
| 8 | } |
| 9 | |
| 10 | ec-rich-text-editor .placeholder { |
| 11 | color: rgba(255, 255, 255, .38)!important; |
| 12 | } |
| 13 | |
| 14 | ec-rich-text-editor .input-wrapper, |
| 15 | ec-rich-text-editor .spacer { |
| 16 | border-color: var(--TWPT-card-border)!important; |
| 17 | } |
| 18 | |
| 19 | ec-rich-text-editor .input-wrapper.input-wrapper--focused { |
| 20 | border-color: var(--TWPT-blue-A100)!important; |
| 21 | } |
| 22 | |
| 23 | ec-rich-text-editor .input { |
| 24 | color: var(--TWPT-primary-text)!important; |
| 25 | } |
| 26 | |
| 27 | ec-rich-text-editor .hint { |
| 28 | color: var(--TWPT-subtle-button-background)!important; |
| 29 | } |
| 30 | |
| 31 | material-select-searchbox + material-list material-list-item { |
| 32 | color: rgba(255, 255, 255, .87)!important; |
| 33 | } |
| 34 | |
| 35 | ec-attachment .filename { |
| 36 | color: var(--TWPT-primary-text)!important; |
| 37 | } |