Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | ec-canned-responses .filter-label, |
| 2 | ec-canned-responses ec-canned-response-row .name { |
| 3 | color: var(--TWPT-primary-text)!important; |
| 4 | } |
| 5 | |
| 6 | ec-canned-responses .label-row, |
| 7 | ec-canned-responses ec-canned-response-row .snippet, |
| 8 | ec-canned-responses ec-canned-response-row .tag .content, |
| 9 | ec-canned-responses ec-canned-response-row .TWPT-tag .TWPT-content { |
| 10 | color: var(--TWPT-secondary-text)!important; |
| 11 | } |
| 12 | |
| 13 | ec-canned-responses ec-canned-response-row .header.closed:hover, |
| 14 | ec-canned-responses ec-canned-response-row .header.closed:focus, |
| 15 | ec-canned-responses ec-canned-response-row .header.closed:hover .toolbar, |
| 16 | ec-canned-responses ec-canned-response-row .header.closed:focus .toolbar, |
| 17 | ec-canned-responses ec-canned-response-row material-expansionpanel:not(.expanded) .main-header:focus-within, |
| 18 | ec-canned-responses ec-canned-response-row material-expansionpanel:not(.expanded) .main-header:hover { |
| 19 | background-color: var(--TWPT-active-background)!important; |
| 20 | } |
| 21 | |
| 22 | ec-canned-responses .filter-row, |
| 23 | ec-canned-responses .label-row, |
| 24 | ec-canned-responses ec-canned-response-row material-expansionpanel { |
| 25 | border-bottom-color: var(--TWPT-subtle-border)!important; |
| 26 | } |
| 27 | |
| 28 | ec-canned-responses .create-button { |
| 29 | background: #0842a0!important; |
| 30 | color: #d3e3fd!important; |
| 31 | } |