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