Adrià Vilanova Martínez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | material-dialog, material-dialog .dialog-header { |
| 2 | background-color: var(--TWPT-primary-background)!important; |
| 3 | } |
| 4 | |
| 5 | ec-movable-dialog[showminimize] material-dialog .dialog-header { |
| 6 | background-color: #d2e3fc!important; |
| 7 | } |
| 8 | |
| 9 | material-dialog .title { |
| 10 | color: var(--TWPT-primary-text-alt)!important; |
| 11 | } |
| 12 | |
Adrià Vilanova Martínez | f14773e | 2024-03-15 22:38:12 +0100 | [diff] [blame] | 13 | material-dialog header material-button:is(.close-button, [debugid="close-button"]) material-icon { |
| 14 | color: var(--TWPT-subtle-button-background)!important; |
| 15 | } |
| 16 | |
Adrià Vilanova Martínez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 17 | ec-movable-dialog[showminimize] material-dialog .dialog-header .title, ec-movable-dialog[showminimize] material-dialog header material-icon { |
| 18 | color: var(--TWPT-primary-background)!important; |
| 19 | } |
| 20 | |
| 21 | ec-movable-dialog material-dialog :is(.header-notice, .notice), material-dialog .legal-prompt { |
| 22 | background-color: #394457!important; |
| 23 | } |
| 24 | |
| 25 | ec-movable-dialog material-dialog .main :is(.header-notice, .notice) material-icon[icon="info_outline"] { |
| 26 | color: var(--TWPT-blue-A100)!important; |
| 27 | } |
| 28 | |
| 29 | material-dialog .section-title, |
| 30 | material-dialog .select-label, |
| 31 | material-dialog .input-label, |
| 32 | material-dialog .btn-no, |
| 33 | ec-display-name-editor, |
| 34 | .forum-selection-label { |
| 35 | color: var(--TWPT-secondary-text)!important; |
| 36 | } |
| 37 | |
| 38 | material-dialog main > .user { |
| 39 | border-bottom-color: var(--TWPT-card-border)!important; |
| 40 | } |
| 41 | |
| 42 | ec-movable-dialog[showminimize] material-dialog footer > [footer] > .footer > [footer] > simple-html { |
| 43 | color: var(--TWPT-secondary-text)!important; |
| 44 | background-color: var(--TWPT-active-background)!important; |
| 45 | border-top-color: #25231f!important; |
| 46 | } |
| 47 | |
| 48 | ec-movable-dialog[showminimize] material-dialog footer > [footer] > .footer > [footer] > simple-html a { |
| 49 | color: var(--TWPT-link)!important; |
| 50 | } |
| 51 | |
| 52 | material-dialog .footer material-button[raised]:not([disabled]), |
| 53 | material-dialog .footer .mdc-button.submit:not(:disabled){ |
| 54 | background-color: var(--TWPT-blue-A100)!important; |
| 55 | color: #1f1f1f!important; |
| 56 | } |