PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
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
← All changes | css/dashboard-widget.css +38 -41 12.2.316.3-a.1 View file →
@@ -1,56 +1,50 @@
1 -@charset "UTF-8";
2 -/*
3 -The MIT License (MIT)
4 -
5 -Copyright © 2011–2015 thoughtbot, inc.
6 -
7 -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
8 -documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
9 -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
10 -persons to whom the Software is furnished to do so, subject to the following conditions:
11 -
12 -The above copyright notice and this permission notice shall be included in all copies or substantial
13 -portions of the Software.
14 -
15 -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
16 -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17 -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
18 -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19 -
20 -https://github.com/thoughtbot/bourbon
21 -*/
1 +/**
2 + * $gray color functions:
3 + *
4 + * color.adjust( $gray, $lightness: 10% )
5 + * color.adjust( $gray, $lightness: 20% )
6 + * color.adjust( $gray, $lightness: 30% )
7 + * color.adjust( $gray, $lightness: -10% )
8 + * color.adjust( $gray, $lightness: -20% )
9 + * color.adjust( $gray, $lightness: -30% )
10 + *
11 + * See wordpress.com/design-handbook/colors/ for more info.
12 + */
22 13 :root {
23 14 --font-title-large: 36px;
24 15 --font-title-small: 24px;
25 16 --font-body: 16px;
26 17 --font-label: 12px;
27 - --jp-black: #000000;
18 + --jp-black: #000;
28 19 --jp-black-80: #2c3338;
29 - --jp-white: #ffffff;
20 + --jp-white: #fff;
30 21 --jp-white-off: #f9f9f6;
31 22 --jp-gray: #dcdcde;
32 - --jp-gray-0: #F6F7F7;
23 + --jp-gray-0: #f6f7f7;
33 24 --jp-gray-5: #dcdcde;
34 25 --jp-gray-10: #c3c4c7;
35 - --jp-gray-20: #A7AAAD;
26 + --jp-gray-20: #a7aaad;
36 27 --jp-gray-30: #8c8f94;
37 - --jp-gray-40: #787C82;
28 + --jp-gray-40: #787c82;
38 29 --jp-gray-50: #646970;
39 - --jp-gray-60: #50575E;
30 + --jp-gray-60: #50575e;
40 31 --jp-gray-70: #3c434a;
41 - --jp-gray-80: #2C3338;
32 + --jp-gray-80: #2c3338;
42 33 --jp-gray-90: #1d2327;
43 34 --jp-gray-100: #101517;
44 35 --jp-gray-off: #e2e2df;
36 + --jp-yellow-5: #f5e6b3;
45 37 --jp-yellow-10: #f2cf75;
38 + --jp-yellow-40: #c08c00;
46 39 --jp-orange-20: #faa754;
47 - --jp-red-0: #F7EBEC;
48 - --jp-red-50: #D63638;
49 - --jp-red-60: #B32D2E;
50 - --jp-red-80: #8A2424;
40 + --jp-blue-5: #ced9f2;
41 + --jp-red-0: #f7ebec;
42 + --jp-red-50: #d63638;
43 + --jp-red-60: #b32d2e;
44 + --jp-red-80: #8a2424;
51 45 --jp-red: #d63639;
52 - --jp-pink: #C9356E;
46 + --jp-pink: #c9356e;
53 47 --jp-green-0: #f0f2eb;
54 48 --jp-green-5: #d0e6b8;
55 49 --jp-green-10: #9dd977;
56 50 --jp-green-20: #64ca43;
@@ -62,11 +56,13 @@
62 56 --jp-green-80: #004515;
63 57 --jp-green-90: #003010;
64 58 --jp-green-100: #001c09;
65 59 --jp-green: #069e08;
60 + --jp-green-mint: #d3f6d5;
66 61 --jp-green-primary: var(--jp-green-40);
67 62 --jp-green-secondary: var(--jp-green-30);
68 63 --jp-border-radius: 4px;
64 + --jp-border-radius-rna: 8px;
69 65 --jp-menu-border-height: 1px;
70 66 --jp-underline-thickness: 2px;
71 67 --jp-modal-padding-large: 32px;
72 68 --jp-modal-padding: 24px;
@@ -74,14 +70,10 @@
74 70 --jp-modal-radius: 8px;
75 71 --jp-button-padding: 8px;
76 72 --jp-button-radius: 4px;
77 73 --jp-gap: 16px;
78 - --jp-highlight: #3858e9;
79 74 }
80 75
81 -#jetpack_summary_widget {
82 - /* Widget settings */
83 -}
84 76 #jetpack_summary_widget * {
85 77 box-sizing: border-box;
86 78 }
87 79 #jetpack_summary_widget h2.hndle span {
@@ -97,12 +89,15 @@
97 89 }
98 90 #jetpack_summary_widget pre.stats-widget-error {
99 91 overflow: scroll;
100 92 }
101 -#jetpack_summary_widget .js-toggle-stats_dashboard_widget_control .toggle-indicator:before {
93 +#jetpack_summary_widget {
94 + /* Widget settings */
95 +}
96 +#jetpack_summary_widget .js-toggle-stats_dashboard_widget_control .toggle-indicator::before {
102 97 content: "\f111";
103 98 display: inline-block;
104 - font: normal 20px/1 dashicons;
99 + font: 400 20px/1 dashicons;
105 100 }
106 101 #jetpack_summary_widget .inside {
107 102 margin: 0;
108 103 padding: 0;
@@ -118,9 +113,8 @@
118 113 #jetpack_summary_widget .inside #dashboard_stats {
119 114 box-sizing: border-box;
120 115 width: 100%;
121 116 padding: 0 10px;
122 - /* Widget graph contents */
123 117 }
124 118 #jetpack_summary_widget .inside #dashboard_stats.is-loading {
125 119 display: none;
126 120 }
@@ -129,8 +123,11 @@
129 123 }
130 124 #jetpack_summary_widget .inside #dashboard_stats #stats-graph {
131 125 margin: 0;
132 126 }
127 +#jetpack_summary_widget .inside #dashboard_stats {
128 + /* Widget graph contents */
129 +}
133 130 #jetpack_summary_widget .inside #dashboard_stats #stat-chart {
134 131 background: none !important;
135 132 }
136 133 #jetpack_summary_widget .inside #dashboard_stats #stats-info {
@@ -292,9 +289,9 @@
292 289 padding: 1em 1.5em 1em 1.5em;
293 290 }
294 291 #jetpack_summary_widget footer h3 {
295 292 font-size: 1em;
296 - font-weight: normal;
293 + font-weight: 400;
297 294 margin: 0 0 0.25em 0;
298 295 padding: 0;
299 296 }
300 297 #jetpack_summary_widget footer p.blocked-count {