search-widget-frontend.css 1.3 KB

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