Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | // The stepper is shown in the "new thread" and "edit message" views |
| 2 | material-stepper { |
| 3 | border-top-color: var(--TWPT-card-border)!important; |
| 4 | } |
| 5 | |
| 6 | material-stepper .stepper-step-name, |
| 7 | material-stepper .purpose-title { |
| 8 | color: var(--TWPT-primary-text)!important; |
| 9 | } |
| 10 | |
| 11 | ec-ask-flow .display-name-label, |
| 12 | material-stepper .additional-details-label, |
| 13 | material-stepper .detail-label { |
| 14 | color: var(--TWPT-secondary-text)!important; |
| 15 | } |
| 16 | |
| 17 | material-stepper .stepper-step[selectable=true]:focus { |
| 18 | background-color: rgba(60, 64, 67, .24)!important; |
| 19 | } |