PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.1.4
Jetpack – WP Security, Backup, Speed, & Growth v7.1.4
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 7.1.4, at modules/plugin-search/plugin-search.css

53 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: #00be28;
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: #fafafa;
29 border-top: 1px solid #ddd;
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 are before being moved to bottom row*/
39 .action-links .jetpack-plugin-search__dismiss {
40 display: none;
41 }
42
43 .jetpack-plugin-search__bottom .jetpack-plugin-search__dismiss {
44 color: #484848;
45 font-style: italic;
46 text-decoration: underline;
47 cursor: pointer;
48 }
49
50 .jetpack-plugin-search__dismiss:hover {
51 color: #666;
52 }
53