PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.6.2
Jetpack – WP Security, Backup, Speed, & Growth v7.6.2
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
jetpack / modules / widgets / search / css / search-widget-frontend.css

search-widget-frontend.css in Jetpack – WP Security, Backup, Speed, & Growth 7.6.2, at modules/widgets/search/css/search-widget-frontend.css

67 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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
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