PluginProbe ʕ •ᴥ•ʔ
WP Chat App / 3.4.4
WP Chat App v3.4.4
3.8.1 3.8.2 trunk 2.6 3.4 3.4.1 3.4.2 3.4.4 3.4.5 3.4.6 3.5 3.6 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.6.9 3.7.0 3.7.1 3.7.2 3.7.3 3.7.4 3.8.0
wp-whatsapp / assets / css / admin.css
wp-whatsapp / assets / css Last commit date
admin.css 2 years ago reset.css 2 years ago tooltip.css 2 years ago
admin.css
487 lines
1 /*
2 To change this license header, choose License Headers in Project Properties.
3 To change this template file, choose Tools | Templates
4 and open the template in the editor.
5 */
6 /*
7 Created on : Oct 15, 2018, 4:01:41 PM
8 Author : tatthang96
9 */
10 .img-size-table {
11 max-width: 48px !important;
12 max-height: 48px !important;
13 border-radius: 50%;
14 }
15
16 .ui-autocomplete-loading {
17 background-position-x: 365px !important;
18 }
19
20 .time-available td {
21 padding: 0px;
22 }
23
24 .time-available {
25 margin: 0px;
26 border-top: 0px;
27 border-collapse: separate;
28 }
29 /*List Account*/
30 .nta-list-box-accounts {
31 max-width: 390px;
32 }
33
34 .nta-list-box-select {
35 max-width: 388px;
36 box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
37 }
38 .nta-list-box-accounts .nta-list-items {
39 background-color: #fff;
40 }
41
42 .nta-list-box-accounts .nta-list-items:hover {
43 cursor: move;
44 }
45
46 .nta-list-box-accounts .nta-list-items .btn-remove-account:hover {
47 cursor: pointer;
48 }
49
50 .nta-list-box-accounts .nta-list-items:hover .icon-block img {
51 opacity: 1;
52 }
53
54 :not(:last-child).nta-list-items {
55 border-bottom: 1px solid #f2f2f2;
56 }
57
58 .nta-list-items .box-content:not(.box-content-woo) {
59 display: table;
60 padding: 10px;
61 }
62
63 .nta-list-items .box-content-woo {
64 padding: 10px;
65 }
66
67 .box-content .box-row {
68 display: table-row;
69 }
70
71 .box-content .btn-remove-account {
72 color: #a00;
73 }
74
75 .box-content .account-avatar {
76 display: table-cell;
77 text-align: center;
78 width: 50px;
79 vertical-align: top;
80 }
81
82 .icon-block img {
83 opacity: 0.7;
84 }
85
86 .account-avatar .wa_img_wrap {
87 width: 48px;
88 height: 48px;
89 border-radius: 50%;
90 -webkit-border-radius: 50%;
91 -moz-border-radius: 50%;
92 }
93
94 .box-content .container-block {
95 display: table-cell;
96 vertical-align: middle;
97 padding-left: 10px;
98 }
99
100 .box-content .container-block a {
101 text-decoration: none;
102 }
103
104 .box-content .container-block ul {
105 margin: 0px;
106 }
107
108 .box-content .container-block span {
109 display: inline-block;
110 padding: 2px 5px;
111 border-radius: 3px;
112 background-color: #c9cfd6;
113 line-height: 1.4;
114 color: #fff;
115 }
116
117 .box-content .container-block span.active-date {
118 background-color: #00bc28;
119 }
120
121 .box-content .container-block h4 {
122 color: #3584b5;
123 margin: 0px 0px 5px;
124 }
125
126 .box-content .container-block p {
127 margin: 0px 0px 5px;
128 }
129
130 .nta-list-box-accounts .box-content .container-block {
131 width: 280px;
132 }
133
134 .box-content .icon-block {
135 display: table-cell;
136 vertical-align: middle;
137 }
138
139 /*All Accounts Admin Page*/
140
141 /*Selected Account*/
142
143 #nta_wa_avatar {
144 width: 8%;
145 }
146
147 #nta_wa_number {
148 width: 15%;
149 }
150
151 .nta-shortcode-table {
152 min-width: 165px;
153 }
154
155 .post-type-whatsapp-accounts #remove-post-thumbnail {
156 color: #a00;
157 }
158
159 .nta-list-box-select {
160 max-height: 293px;
161 overflow-y: auto;
162 }
163
164 .nta-list-box-select .ui-menu-item:hover {
165 background-color: #f7f9fb;
166 cursor: pointer;
167 }
168
169 .nta-list-box-select .ui-menu-item {
170 padding: 0px;
171 }
172
173 :not(:last-child).ui-menu-item {
174 border-bottom: 1px solid #f2f2f2;
175 }
176
177 #input-account {
178 width: 390px;
179 }
180
181 .nta-list-box-select .box-content .container-block {
182 width: 300px;
183 }
184
185 #input-users,
186 #input-users-woo {
187 width: 390px;
188 background-color: #f7f9fb;
189 }
190
191 /*ADMIN TAB STYLE*/
192 .nta-tab-wrapper {
193 border-bottom: 1px solid #ccc !important;
194 }
195 .nta-tab-wrapper .nav-tab-active {
196 border-bottom: 1px solid #fff;
197 }
198
199 ul.nta-tab-wrapper li {
200 margin: 0;
201 }
202
203 ul.nta-tab-wrapper .nav-tab {
204 background: #fff;
205 }
206
207 .nta-selected-tab {
208 margin-left: 0px;
209 }
210
211 .nta-tabs-content {
212 border: 1px solid #dfdfdf;
213 border-top: none;
214 padding: 20px;
215 background: #fff;
216 }
217
218 /*SVG SIZE AVTAR*/
219 .nta-whatsapp-default-avatar {
220 width: 48px;
221 height: 48px;
222 }
223
224 /*ON/OFF BUTTON STYLE*/
225 #nta-wa-switch:checked + label.green {
226 background: #aedcae;
227 }
228 #nta-wa-switch:checked + label.green:after {
229 background: #5cb85c;
230 }
231 #nta-wa-switch:checked + label:after {
232 left: calc(100% - 18px);
233 }
234 #nta-wa-switch + label {
235 background: #ddd;
236 border-radius: 20px;
237 }
238 #nta-wa-switch + label:after {
239 background: #fff;
240 border-radius: 50%;
241 width: 16px;
242 height: 16px;
243 top: 2px;
244 left: 2px;
245 }
246
247 /* End of duplication */
248
249 .nta-wa-switch-control input[type="checkbox"] {
250 display: none;
251 }
252 .nta-wa-switch-control input[type="checkbox"] + label {
253 display: inline-block;
254 width: 40px;
255 height: 20px;
256 position: relative;
257 transition: 0.3s;
258 /*margin: 0px 20px;*/
259 box-sizing: border-box;
260 }
261 .nta-wa-switch-control input[type="checkbox"] + label:after,
262 .nta-wa-switch-control input[type="checkbox"] + label:before {
263 content: "";
264 display: block;
265 position: absolute;
266 left: 2px;
267 top: 2px;
268 /* width: 20px;
269 height: 20px; */
270 transition: 0.3s;
271 cursor: pointer;
272
273 }
274
275 /* Switch input */
276 .nta-wa-switch-control input:checked + label.green {
277 background: #aedcae;
278 }
279 .nta-wa-switch-control input:checked + label.green:after {
280 background: #5cb85c;
281 }
282 .nta-wa-switch-control input:checked + label:after {
283 left: calc(100% - 18px);
284 }
285 .nta-wa-switch-control input + label {
286 background: #ddd;
287 border-radius: 20px;
288 }
289 .nta-wa-switch-control input + label:after {
290 background: #fff;
291 border-radius: 50%;
292 width: 16px;
293 height: 16px;
294 }
295 /* Switch input */
296
297 /* JQUERY UI AUTOCOMPLE CUSTOM */
298 .whatsapp_page_floating-widget-whatsapp
299 .ui-autocomplete
300 .ui-menu-item.ui-state-focus {
301 background-color: #f7f9fb;
302 }
303
304 .toplevel_page_nta_whatsapp .ui-autocomplete .ui-menu-item.ui-state-focus {
305 background-color: #f7f9fb;
306 }
307
308 .wa-validate-error {
309 color: red;
310 }
311
312 /* DISPLAY PAGES FLOATING WIDGET CSS */
313 .nta-wa-pages-content {
314 padding-top: 20px !important;
315 }
316
317 #nta-wa-pages-checkall-show,
318 #nta-wa-pages-checkall-hide {
319 margin-left: 16px;
320 }
321
322 #nta-wa-display-pages-list {
323 max-height: 150px;
324 overflow-y: scroll;
325 background: #fff;
326 padding: 15px;
327 border: 1px solid #dfdfdf;
328 }
329
330 .hide-select {
331 display: none !important;
332 }
333
334 .wa-save-loading {
335 animation: rotation 2s infinite linear;
336 }
337
338 .wa-save .wa-save-loading {
339 margin: 5px 0 0 5px;
340 }
341
342 /* Meta button styles */
343 .meta-button-style{
344 display: flex;
345 }
346
347 .meta-button-style > div{
348 width: 50%;
349 }
350
351 .meta-button-style .preview-button{
352 display: flex;
353 align-items: center;
354 justify-content: center;
355 position: relative;
356 }
357
358 .meta-button-style .preview-button p {
359 position: absolute;
360 top: 0;
361 font-weight: 600;
362 line-height: 1.3;
363 font-size: 14px;
364 }
365
366
367
368 @media screen and (max-width: 782px) {
369 .meta-button-style{
370 display: block;
371 }
372
373 .meta-button-style > div{
374 width: unset;
375 }
376 .meta-button-style .preview-button p {
377 position: static;
378 }
379
380 .meta-button-style .preview-button{
381 flex-direction: column;
382 }
383 }
384
385 .nta-wa-border-box,
386 .nta-wa-border-box *,
387 .nta-wa-border-box :before,
388 .nta-wa-border-box :after {
389 box-sizing: border-box;
390 }
391
392 .nta-wa-d-row {
393 display: flex;
394 flex-wrap: wrap;
395 }
396
397 .nta-wa-radio-select-img {
398 margin: 10px 20px 10px 0;
399 }
400
401 .nta-wa-radio-select-img:last-child {
402 margin: 10px 0;
403 }
404
405 .nta-wa-radio-select-img input {
406 position: absolute;
407 top: 0;
408 left: 0;
409 opacity: 0;
410 visibility: hidden;
411 z-index: -1;
412 }
413
414 .nta-wa-radio-select-img span {
415 display: block;
416 text-align: center;
417 }
418
419 .nta-wa-radio-img-wrap {
420 border: 3px solid #f0f0f0;
421 border-radius: 5px;
422 background-color: #ffffff;
423 padding: 10px;
424 height: 155px;
425 margin-bottom: 10px;
426 transition: all .3s;
427 width: 200px;
428 }
429
430 .nta-wa-radio-img-wrap img {
431 width: 100%;
432 }
433
434 .nta-wa-radio-select-img input:checked + label .nta-wa-radio-img-wrap {
435 border-color: #2DB742;
436 }
437
438 .nta-wa-radio-select-img input:checked + label span {
439 font-weight: 600;
440 }
441
442 .dashicons-editor-help.njt-wa-tooltip{
443 font-size: 18px;
444 color: #a0a0a0;
445 }
446
447 input.njt-wa-pro,
448 select.njt-wa-pro,
449 select.njt-wa-pro:hover,
450 input.njt-wa-pro:hover,
451 select.njt-wa-pro:focus,
452 input.njt-wa-pro:focus
453 {
454 background: rgba(255,255,255,.5);
455 border-color: rgba(222,222,222,.75);
456 box-shadow: inset 0 1px 2px rgb(0 0 0 / 4%);
457 color: rgba(51,51,51,.5);
458 }
459
460 input.njt-wa-pro:checked::before{
461 opacity: .7;
462 }
463
464 /* Widget Preview Styles */
465 #app-preview .wa__popup_intro p,
466 #app-preview .wa__popup_notice p,
467 #app-preview .nta-wa-gdpr p
468 {
469 margin: 0;
470 }
471
472 #app-preview .wa__popup_intro p {
473 font-size: 12px;
474 }
475 #app-preview .wa__popup_notice p,
476 #app-preview .nta-wa-gdpr p {
477 font-size: 11px;
478 }
479 #app-preview .nta-wa-gdpr p:first-child {
480 display: inline;
481 }
482
483 .nta-tabs-content #njt-post-selector{
484 max-width: 100%;
485 width: 100%;
486 }
487