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/jetpack-deactivate-dialog.css +40 -39 12.7.316.3-a.1 View file →
@@ -1,25 +1,28 @@
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 + */
13 +/**
14 + * $gray color functions:
15 + *
16 + * color.adjust( $gray, $lightness: 10% )
17 + * color.adjust( $gray, $lightness: 20% )
18 + * color.adjust( $gray, $lightness: 30% )
19 + * color.adjust( $gray, $lightness: -10% )
20 + * color.adjust( $gray, $lightness: -20% )
21 + * color.adjust( $gray, $lightness: -30% )
22 + *
23 + * See wordpress.com/design-handbook/colors/ for more info.
24 + */
22 25 #TB_window.jetpack-disconnect-modal {
23 26 max-width: 635px;
24 27 max-height: 600px;
25 28 }
@@ -36,14 +39,14 @@
36 39 padding: 24px;
37 40 color: #1d2327;
38 41 }
39 42 #TB_window.jetpack-disconnect-modal #TB_ajaxWindowTitle {
40 - padding-left: 0px;
43 + padding-left: 0;
41 44 margin-top: -2px;
42 45 }
43 46 #TB_window.jetpack-disconnect-modal #TB_ajaxContent {
44 47 width: auto !important;
45 - padding: 0px;
48 + padding: 0;
46 49 max-height: 435px;
47 50 }
48 51 @media screen and (min-width: 661px) {
49 52 #TB_window.jetpack-disconnect-modal #TB_ajaxContent {
@@ -52,9 +55,9 @@
52 55 }
53 56 #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content {
54 57 padding: 24px;
55 58 padding-bottom: 80px;
56 - margin-top: 0px;
59 + margin-top: 0;
57 60 }
58 61 @media screen and (min-width: 661px) {
59 62 #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content {
60 63 padding-bottom: 24px;
@@ -62,9 +65,9 @@
62 65 }
63 66 #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content p {
64 67 font-size: 16px;
65 68 line-height: 24px;
66 - margin-top: 0px;
69 + margin-top: 0;
67 70 }
68 71 #TB_window.jetpack-disconnect-modal #TB_ajaxContent .jetpack_deactivation_dialog_content ul {
69 72 font-size: 16px;
70 73 line-height: 24px;
@@ -83,16 +86,16 @@
83 86 right: 22px;
84 87 color: #50575e;
85 88 top: 22px;
86 89 }
87 -#TB_window.jetpack-disconnect-modal #TB_closeWindowButton:after {
90 +#TB_window.jetpack-disconnect-modal #TB_closeWindowButton::after {
88 91 content: "\f335";
89 - font: normal 32px/29px dashicons;
92 + font: 400 32px/29px dashicons;
90 93 -webkit-font-smoothing: antialiased;
91 94 -moz-osx-font-smoothing: grayscale;
92 95 }
93 96 #TB_window.jetpack-disconnect-modal #TB_closeWindowButton:hover, #TB_window.jetpack-disconnect-modal #TB_closeWindowButton:focus {
94 - color: #a2a2a2;
97 + color: rgb(161.5, 161.5, 161.5);
95 98 outline: none;
96 99 box-shadow: none;
97 100 }
98 101 #TB_window.jetpack-disconnect-modal .tb-close-icon {
@@ -99,9 +102,9 @@
99 102 display: none;
100 103 }
101 104 #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row-container {
102 105 position: absolute;
103 - bottom: 0px;
106 + bottom: 0;
104 107 width: 100%;
105 108 border-top: 1px solid #c3c4c7;
106 109 background-color: rgb(255, 255, 255);
107 110 }
@@ -120,12 +123,11 @@
120 123 }
121 124 #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row p {
122 125 font-size: 13px;
123 126 line-height: 1.5;
124 - margin-top: auto;
125 - margin-bottom: 0px;
126 - margin-top: 0px;
127 - padding-top: 0px;
127 + margin-bottom: 0;
128 + margin-top: 0;
129 + padding-top: 0;
128 130 }
129 131 @media screen and (min-width: 661px) {
130 132 #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row p {
131 133 padding-top: 5px;
@@ -141,9 +143,8 @@
141 143 display: inline-block;
142 144 margin: 0;
143 145 outline: 0;
144 146 overflow: hidden;
145 - font-size: 14px;
146 147 text-overflow: ellipsis;
147 148 text-decoration: none;
148 149 vertical-align: top;
149 150 box-sizing: border-box;
@@ -155,9 +156,9 @@
155 156 margin-bottom: 18px;
156 157 }
157 158 @media screen and (min-width: 661px) {
158 159 #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button {
159 - margin-bottom: 0px;
160 + margin-bottom: 0;
160 161 margin-left: 18px;
161 162 width: auto;
162 163 }
163 164 }
@@ -162,15 +163,15 @@
162 163 }
163 164 }
164 165 #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate {
165 166 background: #d94f4f;
166 - border-color: #a02222;
167 + border-color: rgb(159.5514018692, 34.4485981308, 34.4485981308);
167 168 color: rgb(255, 255, 255);
168 - margin-bottom: 0px;
169 + margin-bottom: 0;
169 170 }
170 171 #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate[disabled], #TB_window.jetpack-disconnect-modal .jetpack_deactivation_dialog_content__buttons-row .jetpack_deactivation_dialog_content__buttons button#jetpack_deactivation_dialog_content__button-deactivate:disabled {
171 - background: #eba3a3;
172 - border-color: #e48484;
172 + background: rgb(235.1121495327, 162.8878504673, 162.8878504673);
173 + border-color: rgb(228.4, 131.8, 131.8);
173 174 }
174 175
175 176 #jetpack_deactivation_dialog {
176 177 display: none;