PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 14.9
Jetpack – WP Security, Backup, Speed, & Growth v14.9
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 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / plugin-search / plugin-search.css

plugin-search.css in Jetpack – WP Security, Backup, Speed, & Growth 14.9, at modules/plugin-search/plugin-search.css

54 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .plugin-card-jetpack-plugin-search .plugin-action-buttons {
2 white-space: nowrap;
3 }
4
5 .plugin-card-jetpack-plugin-search .plugin-action-buttons .jetpack-plugin-search__primary {
6 background: #069e08;
7 border-color: #00a523;
8 color: #fff;
9 box-shadow: 0 1px 0 #c5e2c3;
10 }
11
12 .plugin-card-jetpack-plugin-search .plugin-action-buttons .jetpack-plugin-search__primary:hover {
13 background: #00a523;
14 border-color: #008b1d;
15 color: #fff;
16 }
17
18 .plugin-card-jetpack-plugin-search .plugin-card-bottom {
19 display: none;
20 }
21
22 .jetpack-plugin-search__bottom {
23 display: flex;
24 align-items: center;
25 align-content: space-between;
26 clear: both;
27 padding: 12px 20px;
28 background-color: #f6f7f7;
29 border-top: 1px solid #dcdcde;
30 overflow: hidden;
31 }
32
33 .jetpack-plugin-search__text {
34 flex: 1;
35 margin: 0 24px 0 16px;
36 }
37
38 /* Hides the link to dismiss cards when it's in action links
39 * are before being moved to bottom row */
40 .action-links .jetpack-plugin-search__dismiss {
41 display: none;
42 }
43
44 .jetpack-plugin-search__bottom .jetpack-plugin-search__dismiss {
45 color: #484848;
46 font-style: italic;
47 text-decoration: underline;
48 cursor: pointer;
49 }
50
51 .jetpack-plugin-search__dismiss:hover {
52 color: #646970;
53 }
54