Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | ec-thread-composer .main-content .title-label, |
| 2 | ec-thread-composer .main-content .post-label { |
| 3 | color: var(--TWPT-primary-text-alt)!important; |
| 4 | } |
| 5 | |
| 6 | ec-thread-composer .main-content .title-input, |
| 7 | ec-thread-composer .main-content ec-rich-text-editor { |
| 8 | border-color: var(--TWPT-card-border)!important; |
| 9 | } |
| 10 | |
| 11 | ec-thread-composer .main-content .title-alert, |
| 12 | ec-thread-composer .main-content .footer-disclaimer-error { |
| 13 | color: var(--TWPT-bad-text)!important; |
| 14 | } |
| 15 | |
| 16 | ec-thread-composer .main-content .hero-button-container material-button { |
| 17 | border-color: var(--TWPT-input-underline); |
| 18 | } |
| 19 | |
| 20 | ec-thread-composer .main-content .hero-button-container material-button .content { |
| 21 | color: var(--TWPT-blue-A100)!important; |
| 22 | } |
| 23 | |
| 24 | ec-thread-composer .main-content .draft-button { |
| 25 | background: revert!important; |
| 26 | color: var(--TWPT-interop-blue); |
| 27 | border-color: var(--TWPT-card-border)!important; |
| 28 | } |
| 29 | |
| 30 | ec-thread-composer .main-content .post-button { |
| 31 | background: var(--TWPT-interop-blue)!important; |
| 32 | color: #1f1f1f!important; |
| 33 | } |
| 34 | |
| 35 | ec-thread-composer .main-content .post-button[disabled] { |
| 36 | background: rgba(227, 227, 227, 0.122)!important; |
| 37 | } |
| 38 | |
| 39 | ec-thread-composer material-drawer { |
| 40 | background-color: inherit!important; |
| 41 | } |
| 42 | |
| 43 | ec-thread-composer material-drawer .right-panel { |
| 44 | border-left-color: var(--TWPT-card-border)!important; |
| 45 | } |
| 46 | |
| 47 | ec-thread-composer material-drawer .panel-section-title { |
| 48 | color: var(--TWPT-primary-text)!important; |
| 49 | } |
| 50 | |
| 51 | ec-thread-composer material-drawer .panel-section-divider { |
| 52 | border-color: var(--TWPT-card-border)!important; |
| 53 | } |
| 54 | |
| 55 | ec-thread-composer material-drawer material-radio .radio-label { |
| 56 | color: var(--TWPT-primary-text-alt)!important; |
| 57 | } |
| 58 | |
| 59 | ec-thread-composer material-drawer material-radio .radio-description, |
| 60 | ec-thread-composer material-drawer .settings-section .panel-section-item .select-label { |
| 61 | color: var(--TWPT-secondary-text)!important; |
| 62 | } |
| 63 | |
| 64 | material-dialog.community-video-dialog .footer material-button.cancel { |
| 65 | color: var(--TWPT-interop-blue)!important; |
| 66 | } |
| 67 | |
| 68 | material-dialog.community-video-dialog .footer material-button.update:not([disabled]) { |
| 69 | background: var(--TWPT-interop-blue)!important; |
| 70 | color: #1f1f1f!important; |
| 71 | } |
| 72 | |
| 73 | // Note: see _thread-view.scss. There is a rule for the thread creation footer. |