PluginProbe ʕ •ᴥ•ʔ
Slider Ultimate / 2.2.10
Slider Ultimate v2.2.10
2.2.10 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9
ultimate-slider / assets / css / plugin-deactivation.css
ultimate-slider / assets / css Last commit date
dashboard-review-ask.css 4 years ago ewd-ulb-main.css 4 years ago ewd-us-admin.css 3 years ago ewd-us-blocks.css 4 years ago ewd-us-helper-install-notice.css 4 years ago ewd-us-welcome-screen.css 4 years ago ewd-us.css 4 years ago plugin-deactivation.css 1 month ago
plugin-deactivation.css
83 lines
1 .ewd-us-deactivate-survey-modal {
2 display: none;
3 table-layout: fixed;
4 position: fixed;
5 z-index: 9999;
6 width: 100%;
7 height: 100%;
8 text-align: center;
9 font-size: 14px;
10 top: 0;
11 left: 0;
12 background: rgba(0,0,0,0.8);
13 }
14 .ewd-us-deactivate-survey-wrap {
15 display: table-cell;
16 vertical-align: middle;
17 }
18 .ewd-us-deactivate-survey {
19 background-color: #fff;
20 max-width: 550px;
21 margin: 0 auto;
22 padding: 30px;
23 text-align: left;
24 }
25 .ewd-us-deactivate-survey .error {
26 display: block;
27 color: red;
28 margin: 0 0 10px 0;
29 }
30 .ewd-us-deactivate-survey-title {
31 display: block;
32 font-size: 18px;
33 font-weight: 700;
34 text-transform: uppercase;
35 border-bottom: 1px solid #ddd;
36 padding: 0 0 18px 0;
37 margin: 0 0 18px 0;
38 }
39 .ewd-us-deactivate-survey-title span {
40 color: #999;
41 margin-right: 10px;
42 }
43 #ewd-us-deactivation-cancel {
44 display: inline-block;
45 float: right;
46 cursor: pointer;
47 }
48 .ewd-us-deactivate-survey-desc {
49 display: block;
50 font-weight: 600;
51 margin: 0 0 18px 0;
52 }
53 .ewd-us-deactivate-survey-option {
54 margin: 0 0 10px 0;
55 }
56 .ewd-us-deactivate-survey-option-input {
57 margin-right: 10px !important;
58 }
59 .ewd-us-deactivate-survey-option-details {
60 display: none;
61 width: 90%;
62 margin: 10px 0 0 30px;
63 }
64 .ewd-us-deactivate-survey-footer {
65 margin-top: 18px;
66 }
67 .ewd-us-deactivate-survey-deactivate {
68 float: right;
69 font-size: 13px;
70 color: #ccc;
71 text-decoration: none;
72 padding-top: 7px;
73 }
74
75 /*************************************
76 * "Try Premium" Upgrade Link
77 *************************************/
78 /* We also style the upgrade link here since this file loads on the plugins listing screen */
79
80 .ewd-us-plugin-page-upgrade-link {
81 color: #1da867;
82 font-weight: 600;
83 }