| @@ -1,9 +1,14 @@ | ||
| 1 | +@import "../../global/colors.css"; | |
| 1 | 2 | @import "components/combobox.css"; |
| 2 | 3 | @import "components/suggestion.css"; |
| 3 | 4 | |
| 4 | -#posts-filter .search-box { | |
| 5 | - position: relative; | |
| 5 | +#posts-filter, | |
| 6 | +#wc-orders-filter { | |
| 7 | + | |
| 8 | + & .search-box { | |
| 9 | + position: relative; | |
| 10 | + } | |
| 6 | 11 | } |
| 7 | 12 | |
| 8 | 13 | #ep-woocommerce-order-search { |
| 9 | 14 | display: contents; |