jetpack
/
jetpack_vendor
/
automattic
/
jetpack-search
/
src
/
widgets
/
css
/
search-widget-frontend.css
search-widget-frontend.css
67 lines
| 1 | .jetpack-search-filters-widget__sub-heading { |
| 2 | font-size: inherit; |
| 3 | font-weight: 700; |
| 4 | margin: 0 0 0.5em; |
| 5 | padding: 0; |
| 6 | } |
| 7 | |
| 8 | /* The first heading after the form */ |
| 9 | .jetpack-search-form + .jetpack-search-filters-widget__sub-heading { |
| 10 | margin-top: 1.5em; |
| 11 | margin-bottom: 0.5em !important; |
| 12 | } |
| 13 | |
| 14 | .jetpack-search-filters-widget__clear { |
| 15 | margin-top: 0.5em; |
| 16 | margin-bottom: 0.5em; |
| 17 | } |
| 18 | |
| 19 | .jetpack-search-sort-wrapper { |
| 20 | margin-top: 1em; |
| 21 | margin-bottom: 1.5em; |
| 22 | } |
| 23 | |
| 24 | .jetpack-search-sort-wrapper label { |
| 25 | display: inherit; |
| 26 | } |
| 27 | |
| 28 | .widget_search .jetpack-search-filters-widget__filter-list input[type="checkbox"] { |
| 29 | width: auto; |
| 30 | height: auto; |
| 31 | } |
| 32 | |
| 33 | ul.jetpack-search-filters-widget__filter-list li { |
| 34 | border: none; |
| 35 | padding: 0; |
| 36 | list-style: none; |
| 37 | } |
| 38 | |
| 39 | ul.jetpack-search-filters-widget__filter-list li a { |
| 40 | text-decoration: none; |
| 41 | } |
| 42 | |
| 43 | ul.jetpack-search-filters-widget__filter-list li a:hover { |
| 44 | box-shadow: none; |
| 45 | } |
| 46 | |
| 47 | ul.jetpack-search-filters-widget__filter-list li label { |
| 48 | font-weight: inherit; |
| 49 | display: inherit; |
| 50 | } |
| 51 | |
| 52 | .jetpack-search-filters-widget__filter-list { |
| 53 | list-style: none; |
| 54 | } |
| 55 | |
| 56 | ul.jetpack-search-filters-widget__filter-list { |
| 57 | margin-bottom: 1.5em; |
| 58 | } |
| 59 | |
| 60 | body.search .jetpack-search-form input[name="s"]::placeholder { |
| 61 | color: transparent; |
| 62 | } |
| 63 | |
| 64 | body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder { |
| 65 | color: inherit; |
| 66 | } |
| 67 |