Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | // Filters (ec-query-builder) |
| 2 | material-condition-builder .compound-condition-operator { |
| 3 | color: var(--TWPT-secondary-text)!important; |
| 4 | } |
| 5 | |
| 6 | material-condition-builder .compound-condition-operator:is(::before, ::after) { |
| 7 | border-left-color: rgba(255, 255, 255, .20)!important; |
| 8 | } |
| 9 | |
| 10 | material-condition-builder .add-button, |
| 11 | ec-query-builder .save-filter-button:not([disabled]) { |
| 12 | color: var(--TWPT-blue-A100)!important; |
| 13 | } |
| 14 | |
| 15 | material-condition-builder .add-condition, |
| 16 | ec-query-builder .close-button { |
| 17 | background-color: var(--TWPT-interop-blue)!important; |
| 18 | color: #1f1f1f!important; |
| 19 | } |