PluginProbe ʕ •ᴥ•ʔ
10Web Booster – Website speed optimization, Cache & Page Speed optimizer / trunk
10Web Booster – Website speed optimization, Cache & Page Speed optimizer vtrunk
2.33.0 2.30.5 2.30.7 2.30.9 2.31.10 2.31.8 2.32.11 2.32.21 2.32.3 2.32.4 2.32.7 2.6.31 2.6.40 2.6.42 2.6.7 2.7.37 2.7.44 2.7.47 2.8.18 2.8.19 2.8.32 2.8.34 2.8.35 2.9.23 2.9.24 2.9.25 2.9.27 v2.27.4 trunk 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.17 2.0.18 2.0.21 2.0.22 2.0.25 2.0.26 2.0.27 2.0.3 2.0.7 2.0.9 2.10.46 2.10.65 2.10.66 2.10.68 2.11.41 2.11.42 2.11.43 2.12.15 2.12.21 2.12.22 2.12.23 2.12.26 2.13.37 2.13.40 2.13.41 2.13.42 2.13.44 2.13.45 2.13.47 2.14.49 2.14.50 2.15.18 2.17.21 2.17.23 2.18.17 2.19.44 2.19.45 2.19.46 2.19.49 2.2.12 2.2.15 2.2.16 2.2.18 2.2.8 2.20.31 2.20.32 2.20.33 2.21.11 2.21.12 2.21.16 2.21.25 2.22.32 2.23.13 2.23.15 2.23.16 2.23.18 2.24.12 2.24.14 2.24.18 2.25.14 2.26.6 2.28.10 2.28.13 2.28.14 2.28.7 2.29.1 2.29.2 2.29.3 2.3.0 2.3.1 2.3.2 2.3.3 2.30.18
tenweb-speed-optimizer / assets / css / white_label.css
tenweb-speed-optimizer / assets / css Last commit date
DataTables-1.10.20 4 years ago autoupdate_banner.css 3 years ago banner_main.css 3 years ago cdn_page.css 3 years ago datatables.min.css 4 years ago jquery.tagsinput.min.css 4 years ago multi-select.css 3 years ago referral_program_page.css 3 years ago settings_basic.css 3 years ago speed.css 3 years ago speed_elementor_dark.css 3 years ago two_admin.css 3 years ago two_admin_bar.css 3 years ago two_preview.css 3 years ago white_label.css 2 years ago
white_label.css
138 lines
1 .two-body.two-white-label {
2 padding: 21px 20px 25px 20px;
3 font-family: 'Open Sans';
4 }
5 .two-white-label-status {
6 display: flex;
7 justify-content: space-between;
8 }
9
10 .two-white-label-status-input .switch {
11 position: relative;
12 display: inline-block;
13 width: 35px;
14 height: 20px;
15 }
16
17 .two-white-label-status-input .switch input {
18 opacity: 0;
19 width: 0;
20 height: 0;
21 }
22 .two-white-label-status-input .switch input:focus {
23 border: unset;
24 }
25
26 .two-white-label-status-input .slider {
27 position: absolute;
28 cursor: pointer;
29 top: 0;
30 left: 0;
31 right: 0;
32 bottom: 0;
33 background-color: #E6E7E8;
34 -webkit-transition: .4s;
35 transition: .4s;
36 border-radius: 34px;
37 }
38
39 .two-white-label-status-input .slider:before {
40 position: absolute;
41 content: "";
42 height: 14px;
43 width: 14px;
44 left: 3px;
45 bottom: 3px;
46 background-color: white;
47 -webkit-transition: .4s;
48 transition: .4s;
49 border-radius: 50%;
50 }
51
52 .two-white-label-status-input input:checked + .slider {
53 background-color: #22B339;
54 }
55
56 .two-white-label-status-input input:checked + .slider:before {
57 -webkit-transform: translateX(15px);
58 -ms-transform: translateX(15px);
59 transform: translateX(15px);
60 }
61
62 .two-description-wl.two-plugin-description {
63 margin: 25px 0 8px 0;
64 letter-spacing: 0.12px;
65 font-weight: 600;
66 }
67 .two-white-label-settup {
68 display: flex;
69 justify-content: space-between;
70 flex-wrap: nowrap;
71 gap: 20px;
72 }
73 .two-white-label-settup input {
74 border-radius: 6px;
75 border: 1px solid #323A4533;
76 height: 38px;
77 width: 100%;
78 }
79 .two-white-label-settup input::placeholder {
80 font-size: 14px;
81 line-height: 20px;
82 letter-spacing: 0;
83 color: #323A4580;
84 }
85 .two-white-label-settup button {
86 padding: 10px 0;
87 min-width: 180px;
88 border-radius: 25px;
89 color: #ffffff;
90 background-color: #22B339;
91 font-size: 14px;
92 line-height: 20px;
93 letter-spacing: 0.12px;
94 border: none;
95 text-transform: uppercase;
96 cursor: pointer;
97 }
98 .two-white-label-settup button:disabled {
99 background-color: #22B33980;
100 }
101 .two-white-label-apply-on {
102 display: flex;
103 justify-content: space-between;
104 gap: 15px;
105 flex-wrap: nowrap;
106 }
107 .two-white-label-apply-on-each {
108 margin-top: 7px;
109 width: 215px;
110 border-radius: 6px;
111 border: 1px solid #323A4533;
112 padding: 15px 0 15px 32px;
113 box-sizing: border-box;
114 background-color: #ffffff;
115 font-size: 12px;
116 line-height: 18px;
117 letter-spacing: 0.1px;
118 font-weight: 600;
119 background-image: url("../images/check_solid.svg");
120 background-repeat: no-repeat;
121 background-size: 12px;
122 background-position: 13px center;
123 }
124 .two-desc-block {
125 display: flex;
126 justify-content: space-between;
127 flex-wrap: nowrap;
128 gap: 20px;
129 }
130 .two-desc-block .two-empty-desc{
131 min-width: 180px;
132 }
133 @media screen and (max-width: 675px) {
134 .two-white-label-settup,.two-white-label-apply-on {
135 flex-wrap: wrap;
136 }
137 }
138