PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 3.3.2
Strong Testimonials v3.3.2
3.3.2 3.3.1 trunk 1.0.1 2.30.9 2.31.10 2.32 2.32.1 2.32.2 2.32.3 2.32.4 2.33 2.34 2.35 2.36 2.37 2.38 2.38.1 2.39 2.39.1 2.39.2 2.39.3 2.40.0 2.40.1 2.40.2 2.40.3 2.40.4 2.40.5 2.40.6 2.40.7 2.41.0 2.41.1 2.50.0 2.50.1 2.50.2 2.50.3 2.50.4 2.51.0 2.51.1 2.51.2 2.51.3 2.51.4 2.51.5 2.51.6 2.51.7 2.51.8 2.51.9 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.20 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.17 3.2.18 3.2.19 3.2.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0
strong-testimonials / admin / css / uninstall.css
strong-testimonials / admin / css Last commit date
about.css 1 year ago admin-form.css 1 year ago fields.css 1 day ago form-preview.css 1 year ago lite-vs-pro.css 1 year ago logs.css 1 year ago number-spinner.css 1 year ago order.css 1 year ago polylang.css 1 year ago post-editor.css 1 year ago selectize.default.css 1 year ago uninstall.css 1 year ago views.css 1 month ago wpml.css 1 year ago
uninstall.css
125 lines
1 .st-uninstall-form-active .st-uninstall-form-bg {
2 background: rgba(0, 0, 0, .5);
3 position: fixed;
4 top: 0;
5 left: 0;
6 width: 100%;
7 height: 100%;
8 }
9
10 .st-uninstall-form-wrapper {
11 position: fixed;
12 z-index: 999;
13 display: none;
14 width: 100%;
15 height: 100%;
16 top: 0;
17 left: 0;
18 right: 0;
19 bottom: 0;
20 margin: 0 auto;
21 }
22
23 .st-uninstall-form-wrapper .uninstall {
24 text-align: center;
25 }
26
27 .st-uninstall-form-active .st-uninstall-form-wrapper {
28 display: block;
29 z-index: 999;
30 }
31
32 .st-uninstall-form {
33 display: none;
34 }
35
36 .st-uninstall-form-active .st-uninstall-form {
37 position: absolute;
38 left: 0;
39 right: 0;
40 margin: 0 auto;
41 top: 50%;
42 transform: translateY(-50%);
43 max-width: 650px;
44 background: #fff;
45 white-space: normal;
46 max-height: 100vh;
47 }
48
49 .st-uninstall-form-head {
50 background: #774cce;
51 padding: 8px 18px;
52 position: relative;
53 }
54
55 .st-uninstall-form-head h3 {
56 color: #fff;
57 }
58
59 .st-uninstall-form-body {
60 padding: 8px 18px;
61 color: #444;
62 }
63
64 .deactivating-spinner {
65 display: none;
66 }
67
68 .deactivating-spinner .spinner {
69 float: none;
70 margin: 4px 4px 0 18px;
71 vertical-align: bottom;
72 visibility: visible;
73 }
74
75 .toggle-spinner .deactivating-spinner {
76 display: block !important;
77 }
78
79 .st-uninstall-form-footer p {
80 display: flex;
81 align-items: center;
82 justify-content: space-between;
83 }
84
85 .st-uninstall-form.process-response .st-uninstall-form-body {
86 position: relative;
87 }
88
89 .st-uninstall-form.process-response .st-uninstall-form-body:after {
90 content: "";
91 display: block;
92 position: absolute;
93 top: 0;
94 left: 0;
95 width: 100%;
96 height: 100%;
97 background-color: rgba(255, 255, 255, .5);
98 }
99
100 .st-uninstall-form-head .close-uninstall-form {
101 position: absolute;
102 right: 15px;
103 color: #fff;
104 font-family: Arial;
105 font-size: 14px;
106 display: inline-block;
107 top: 50%;
108 transform: translateY(-50%);
109 cursor: pointer;
110 }
111
112 .st-red-text {
113 color:red !important;
114 font-weight:bold;
115 }
116
117 .st-uninstall-options .st-uninstall-options-checkbox {
118 margin-bottom: 0px;
119 }
120
121 @media screen and ( max-height: 600px ) {
122 .st-uninstall-form {
123 overflow-Y:scroll;
124 }
125 }