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 / assets / css / admin.css
strong-testimonials / assets / css Last commit date
admin-global.css 1 month ago admin-global.min.css 1 year ago admin-upsells.css 1 year ago admin-upsells.min.css 1 year ago admin.css 1 month ago admin.min.css 1 month ago blocks.min.css 1 year ago challenge.css 1 year ago challenge.min.css 1 year ago
admin.css
886 lines
1 /**
2 * Strong Testimonials admin stylesheet
3 */
4 @font-face {
5 font-family: 'DM Sans';
6 src: url('../font/dm/DMSans-Regular.ttf');
7 }
8
9 .icon-blue {
10 color: #0073aa; }
11
12 .error {
13 color: red !important; }
14
15 .required-phrase {
16 color: red;
17 font-style: normal;
18 font-weight: 400;
19 font-size: 0.9em; }
20
21 .required-phrase:before,
22 label.required:after {
23 content: '*';
24 display: inline-block;
25 color: red;
26 font-size: 27px;
27 line-height: 19px;
28 height: 19px;
29 font-weight: 600;
30 vertical-align: middle;
31 position: relative;
32 top: 1px; }
33
34 .has-input {
35 display: inline-block; }
36
37 .error-message {
38 display: inline-block;
39 margin-left: 0.5em; }
40
41 button.nogo {
42 margin: 0 3px; }
43
44 li.warning {
45 background: lightyellow; }
46
47 .between-inputs {
48 margin-left: 0.3em;
49 margin-right: 0.3em; }
50
51 .intro p {
52 font-size: 14px; }
53
54 .wrap.wpmtst h2 {
55 margin: 2em 0 1em; }
56
57 .wrap.wpmtst p {
58 font-size: 14px; }
59
60 .wrap.wpmtst .notice p {
61 font-size: 13px; }
62
63 .wpmtst .list-wrap {
64 padding: .5em; }
65
66 .wp-core-ui .button-primary.active,
67 .wp-core-ui .button-primary.active:hover,
68 .wp-core-ui .button-primary.active:focus,
69 .wp-core-ui .button-primary:active {
70 vertical-align: baseline; }
71
72 /* Firefox fix */
73 a.widget-action:focus {
74 outline: none; }
75
76 /* Slug field */
77 input#post_name {
78 width: 98%; }
79
80 fieldset > div {
81 min-height: 30px; }
82
83 /* Help sections
84 ---------------------------------------------------------*/
85 div.help {
86 margin-left: 0; }
87
88 div.help.minor {
89 font-size: 0.9em;
90 text-align: left; }
91
92 /* Settings table
93 ---------------------------------------------------------*/
94 .wpmtst i.fa.example {
95 color: #0073aa; }
96
97 .stackem ul {
98 margin: 14px 0 0 0; }
99
100 .stackem li {
101 margin-top: 16px;
102 margin-bottom: 16px; }
103
104 .stackem label {
105 display: inline-block;
106 line-height: 28px;
107 margin-right: 0.5em;
108 vertical-align: baseline; }
109
110 .stackem label.inline {
111 display: inline-block; }
112
113 .stackem p.description {
114 margin-top: 0;
115 margin-left: 22px; }
116
117 .stackem p.description.warning {
118 color: #CD0000; }
119
120 .stackem .notice {
121 background: none;
122 border: none;
123 box-shadow: none;
124 display: inline-block;
125 font-size: .9em;
126 font-style: italic;
127 margin: 0 .2em;
128 padding: 0;
129 color: #868686; }
130
131 .stackem span.link {
132 display: inline-block;
133 margin: 0 .3em;
134 font-size: .9em;
135 line-height: 28px; }
136
137 .stackem label.disabled {
138 color: #888; }
139
140 div.radio {
141 line-height: 1.5em; }
142
143 div.radio:hover {
144 color: #000; }
145
146 #screenshot-screen-options,
147 #help-section {
148 display: none; }
149
150 .screenshot > div {
151 display: inline-block;
152 box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.8); }
153
154 .help-text {
155 padding: 0.5em 0; }
156
157 /* form table */
158 .wpmtst .form-table {
159 vertical-align: middle; }
160
161 .wpmtst .form-table .actions {
162 /*vertical-align: top;*/ }
163
164 .wpmtst .form-table td {
165 padding-top: 15px;
166 /* override PopupMaker's override */ }
167
168 .wpmtst .form-table td:nth-child(1) {
169 width: 200px; }
170
171 .wpmtst .form-table .parent {
172 border-bottom: 0;
173 vertical-align: top; }
174
175 .wpmtst .form-table .child {
176 border-top: 0; }
177
178 .wpmtst .form-table p {
179 /*margin-bottom: 1em;*/ }
180
181 .wpmtst .form-table td p:last-child {
182 margin-bottom: 0; }
183
184 .wpmtst .form-table input,
185 .wpmtst .form-table select,
186 .wpmtst .form-table textarea {
187 /*line-height: 1.5em;*/ }
188
189 .wpmtst .form-table input[type="button"] {
190 line-height: 26px;
191 height: 28px; }
192
193 .wpmtst select {
194 min-width: 120px; }
195
196 .wpmtst option {
197 padding-left: 5px; }
198
199 .wpmtst .form-table div.box {
200 border: 1px solid #DDD;
201 display: inline-block;
202 padding: 10px; }
203
204 .wpmtst .form-table .row {
205 line-height: 2.5em; }
206
207 .wpmtst .form-table .alpha {
208 width: 120px; }
209
210 .wpmtst .form-table .alpha.alpha-110 {
211 width: 110px; }
212
213 .wpmtst .form-table .alpha + div {
214 display: inline-block; }
215
216 .wpmtst label.success-action {
217 display: inline-block;
218 width: 11em;
219 padding: 10px 0; }
220
221 /* compact */
222 .wpmtst .form-table.compact th {
223 vertical-align: top; }
224
225 .wpmtst .form-table.compact td {
226 vertical-align: middle; }
227
228 /*.wpmtst .form-table.compact td:nth-child(3) {*/
229 .wpmtst .form-table.compact td.actions {
230 width: 100px;
231 vertical-align: bottom; }
232
233 /*.wpmtst .form-table.compact td:nth-child(3) input.button {*/
234 .wpmtst .form-table.compact td.actions input.button {
235 margin-right: 0;
236 margin-bottom: 3px; }
237
238 .wpmtst .form-table.compact input[type="text"] {
239 width: 100%; }
240
241 .wpmtst .form-table.compact input.error {
242 border-color: red;
243 border-radius: 2px;
244 box-shadow: none; }
245
246 .wpmtst .form-table.compact label.error {
247 color: red;
248 display: block; }
249
250 /* end: form-table */
251 .code {
252 background: #FFF; }
253
254 .code.wide {
255 padding: 2px 5px;
256 margin: 3px;
257 border-radius: 2px; }
258
259 .submit-buttons input.button {
260 margin-right: 10px; }
261
262 .custom-input {
263 line-height: 1.3em; }
264
265 .indent {
266 margin-left: 2em; }
267
268 .outdent {
269 margin-left: -2em; }
270
271 .hilite {
272 background: lightyellow;
273 border-radius: 4px;
274 display: inline-block;
275 padding: .25em .75em;
276 box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
277
278 p.description.hilite {
279 margin-bottom: 2em; }
280
281 ul.compact {
282 margin: 0; }
283
284 ul.compact li {
285 display: inline-block;
286 margin: 6px 30px 6px 0; }
287
288 /* Add-on license table
289 ------------------------------------------------*/
290 #licenses-form .form-table {
291 width: auto;
292 max-width: 1024px; }
293
294 #licenses-form .form-table label {
295 /* to match text inputs */
296 line-height: 27px; }
297
298 #licenses-form .form-table th,
299 #licenses-form .form-table td {
300 vertical-align: top; }
301
302 #licenses-form th.for-license-key,
303 #licenses-form th.for-license-status {
304 width: 350px; }
305
306 #licenses-form .form-table th {
307 padding: 15px; }
308
309 #licenses-form .form-table td {
310 white-space: nowrap;
311 padding: 15px; }
312
313 #licenses-form .form-table th:first-child,
314 #licenses-form .form-table td:first-child {
315 padding-left: 0; }
316
317 #licenses-form .form-table input[type="text"] {
318 font-family: Consolas, Monaco, monospace;
319 width: 100%; }
320
321 #licenses-form .form-table label {
322 padding-left: 0;
323 text-indent: 0; }
324
325 #licenses-form .doing-ajax:before {
326 display: inline-block;
327 font: normal 22px/29px dashicons;
328 content: "\F463";
329 text-align: center;
330 vertical-align: middle;
331 -webkit-animation-name: rotate;
332 -webkit-animation-duration: 1.5s;
333 -webkit-animation-iteration-count: infinite;
334 -webkit-animation-timing-function: linear;
335 -moz-animation-name: rotate;
336 -moz-animation-duration: 1.5s;
337 -moz-animation-iteration-count: infinite;
338 -moz-animation-timing-function: linear;
339 animation-name: rotate;
340 animation-duration: 1.5s;
341 animation-iteration-count: infinite;
342 animation-timing-function: linear; }
343
344 #licenses-form span.license-status {
345 display: inline-block;
346 font-size: 0.9em;
347 line-height: 28px;
348 height: 27px;
349 margin: 1px 10px 1px 0;
350 padding: 0 8px;
351 text-transform: uppercase;
352 border-radius: 3px;
353 vertical-align: middle; }
354
355 #licenses-form span.active {
356 background: green;
357 color: #FFF; }
358
359 #licenses-form span.inactive {
360 background: #999;
361 color: #FFF; }
362
363 #licenses-form span.ib {
364 display: inline-block;
365 vertical-align: middle; }
366
367 .activation-error {
368 color: red; }
369
370 /* Descriptions
371 ------------------------------------------------*/
372 .form-table th .description,
373 .form-table td .description {
374 font-size: 14px;
375 font-style: italic;
376 /*text-indent: 24px;*/ }
377
378 .description.inline {
379 display: inline-block;
380 margin-left: 1em; }
381
382 .description a {
383 text-decoration: underline; }
384
385 .description a:hover {
386 text-decoration: none; }
387
388 .radio .description {
389 padding-left: 20px; }
390
391 li.checkbox {
392 margin-bottom: 10px; }
393
394 .checkbox .description {
395 padding-left: 24px; }
396
397 ul.description {
398 font-style: italic;
399 color: #666;
400 margin-top: 4px;
401 list-style-type: disc;
402 margin-left: 21px;
403 margin-bottom: 0; }
404
405 /* Widget
406 ------------------------------------------------*/
407 .wpmtst-widget-form {
408 margin-bottom: 1em; }
409
410 .widget-inside p {
411 margin: .5em 0; }
412
413 input[disabled],
414 input[readonly] {
415 color: #999;
416 background: rgba(0, 0, 0, 0.04); }
417
418 /* Categories admin list
419 ------------------------------------------------*/
420 .widefat th.column-ID {
421 width: 2.2em; }
422
423 /* Post list table
424 ------------------------------------------------*/
425 td.column-shortcode,
426 td.column-id {
427 white-space: nowrap;
428 font-family: Consolas, Monaco, monospace; }
429
430 th.sortable.column-id a span {
431 float: right; }
432
433 td.column-id {
434 text-align: right; }
435
436 /* Star rating in list table
437 --------------------------------------------------*/
438 .column-rating {
439 width: auto !important; }
440
441 /* Views list table
442 --------------------------------------------------*/
443 .wp-list-table.fixed.wpm-testimonial_page_testimonial-views {
444 table-layout: auto; }
445
446 .wpmtst2 > h1 {
447 margin-bottom: 15px; }
448
449 /* WordPress fixes
450 --------------------------------------------------*/
451 /* settings page */
452 @media screen and (max-width: 782px) {
453 .wpm-testimonial_page_testimonial-settings .form-table td input[type="text"] {
454 display: inline-block;
455 width: auto; } }
456
457 /* Animation
458 --------------------------------------------------*/
459
460 @keyframes rotate {
461 from {
462 transform: rotate(0deg); }
463 to {
464 transform: rotate(360deg); } }
465
466 /* Misc
467 --------------------------------------------------*/
468 .slug-example {
469 font-weight: bold;
470 color: #0073aa; }
471
472 .form-table.width-auto {
473 width: auto; }
474
475 .form-table td p:first-child {
476 margin-top: 6px; }
477
478 .current-dashicon {
479 display: inline-block;
480 background: #0073aa;
481 color: #FFF;
482 border-radius: 2px;
483 text-align: center;
484 vertical-align: middle;
485 width: 28px;
486 height: 28px;
487 position: relative;
488 top: -3px; }
489
490 .current-dashicon .dashicons {
491 vertical-align: middle;
492 line-height: 1.3; }
493
494 /*
495 Back these out to have normal "reset" buttons
496 */
497 /* wp-includes/css/buttons.css:109 */
498 /*
499 .wp-core-ui input[type="reset"],
500 .wp-core-ui input[type="reset"]:hover,
501 .wp-core-ui input[type="reset"]:active,
502 .wp-core-ui input[type="reset"]:focus {
503 background: none;
504 border: none;
505 -webkit-box-shadow: none;
506 box-shadow: none;
507 padding: 0 2px 1px;
508 width: auto;
509 }
510 */
511 .wp-core-ui input[type="reset"],
512 .wp-core-ui input[type="reset"]:hover,
513 .wp-core-ui input[type="reset"]:active,
514 .wp-core-ui input[type="reset"]:focus {
515 background: #F7F7F7;
516 border: 1px solid #CCC;
517 box-shadow: 0 1px 0 #CCC;
518 padding: 0 10px 1px;
519 width: auto; }
520
521 /* wp-admin/css/forms.css:102 */
522 /*
523 .wp-core-ui input[type="reset"]:hover,
524 .wp-core-ui input[type="reset"]:active {
525 color: #00a0d2;
526 }
527 */
528 /* Based on section 2.0 in wp-includes/css/buttons.css:125 */
529 .wp-core-ui input[type="reset"]:hover,
530 .wp-core-ui input[type="reset"]:focus {
531 background: #fafafa;
532 border-color: #999;
533 color: #23282d; }
534
535 .wp-core-ui input[type="reset"]:focus {
536 border-color: #5b9dd9;
537 box-shadow: 0 0 3px rgba(0, 115, 170, 0.8); }
538
539 .wp-core-ui input[type="reset"]:active {
540 background: #eee;
541 border-color: #999;
542 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
543 transform: translateY(1px); }
544
545 input.button.restore-default {
546 font: normal 20px/1 dashicons;
547 padding: 1px 3px; }
548
549 .wpmtst .subsubsub {
550 float: none;
551 margin-left: 16px; }
552
553 .regular-text.half {
554 width: 12.5em; }
555
556 .regular-text.third {
557 width: 20em; }
558
559 input.code {
560 font-size: 13px;
561 font-family: Consolas, Monaco, monospace; }
562
563 .wrap h2.nav-tab-wrapper {
564 margin-top: 6px; }
565
566 .tab-header {
567 padding: 1em 0; }
568
569 .striped > tbody > tr.readonly {
570 background: lightyellow; }
571
572 ul.standard {
573 list-style: disc;
574 padding-left: 1.5em; }
575
576 .form-table p.error {
577 margin: 0.5em 0; }
578
579
580 .wp-list-table .type-wpm-testimonial .row-actions span.id span {
581 color: #777; }
582
583 .wpm-testimonial_page_about-strong-testimonials .wpmst-mascot {
584 width: 160px;
585 margin-left: 1rem;
586 float: right; }
587
588 .edit-php.post-type-wpm-testimonial .wpmtst-notice {
589 padding: 2.5rem 2rem;
590 border: 2px solid #7F22DE; }
591
592 .edit-php.post-type-wpm-testimonial .wpmtst-notice img {
593 max-width: 100%; }
594
595 .edit-php.post-type-wpm-testimonial .wpmst-mascot {
596 width: 120px;
597 margin-right: 2rem;
598 float: left; }
599
600 /* notices */
601 .wpmtst-notice-wrap {
602 border: none;
603 padding: 0;
604 box-shadow: none;
605 background: transparent;
606 }
607
608 .wpmtst-notice {
609 padding: 2rem;
610 }
611
612 .wpmtst-notice--feedback {
613 background: #fff;
614 border-radius: 10px;
615 border: 3px solid transparent;
616 box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.16);
617 padding-right: 140px !important;
618 box-sizing: border-box;
619 position: relative;
620 overflow: hidden;
621 margin-bottom: 20px;
622 }
623
624 .wpmtst-notice--feedback p {
625 color: #888;
626 }
627
628 .wpmtst-notice--feedback__bg {
629 background: url(../img/notice-bg-1.png) no-repeat 50% 50%;
630 width: 400px;
631 height: 400px;
632 position: absolute;
633 right: -225px;
634 top: -100px;
635 background-size: 100%;
636 }
637
638 .wpmtst-notice--upsell {
639 background: #fbc556;
640 border-radius: 10px;
641 border: 3px solid transparent;
642 box-shadow: none;
643 padding-right: 140px !important;
644 box-sizing: border-box;
645 position: relative;
646 overflow: hidden;
647 margin-bottom: 20px;
648 }
649
650 .wpm-testimonial_page_about-strong-testimonials .wpmtst-notice--upsell .button {
651 padding: 0 1.5rem;
652 height: 2.5rem;
653 line-height: 2.5rem;
654 }
655
656 .wpmtst-notice--upsell p {
657 color: #8d6e30;
658 }
659
660 .wpmtst-notice--upsell__bg {
661 background: url(../img/notice-bg-2.png) no-repeat 50% 50%;
662 width: 380px;
663 height: 400px;
664 position: absolute;
665 right: -260px;
666 top: -80px;
667 background-size: 100%;
668 }
669
670 @media screen and (min-width: 1100px) {
671 .wpmtst-notice-wrap {
672 display: flex;
673 justify-content: space-between;
674 }
675
676 .edit-php.post-type-wpm-testimonial .wpmtst-notice--feedback,
677 .wpm-testimonial_page_testimonial-views .wpmtst-notice--feedback {
678 width: calc(50% - 15px);
679 }
680 .edit-php.post-type-wpm-testimonial .wpmtst-notice--upsell,
681 .wpm-testimonial_page_testimonial-views .wpmtst-notice--upsell {
682 width: calc(50% - 15px);
683 }
684 }
685
686 @media screen and (min-width: 1400px) {
687 .wpmtst-notice--feedback {
688 padding-right: 320px !important;
689 }
690 .wpmtst-notice--feedback p {
691 font-size: 14px;
692 font-weight: 600;
693 }
694 .wpmtst-notice--feedback__bg {
695 right: -60px;
696 }
697 .wpmtst-notice--upsell {
698 padding-right: 320px !important;
699 }
700 .wpmtst-notice--upsell p {
701 font-size: 14px;
702 font-weight: 600;
703 }
704 .wpmtst-notice--upsell__bg {
705 right: -60px;
706 }
707 }
708
709
710
711 /**
712 Onboarding CSS
713 */
714
715 .wpmtst-onboarding-wrapper {
716 text-align: center;
717 padding: 25px;
718 }
719
720 .wpmtst-onboarding-title {
721 display: inline-flex;
722 vertical-align: middle;
723 align-items: center;
724 }
725 img.wpmtst-onboarding-title-icon {
726 max-width: 35px;
727 vertical-align: middle;
728 }
729 .wpmtst-onboarding-title >span {
730 font-size: 16px;
731 margin-left: 10px;
732 font-weight: 700;
733 }
734 .wpmtst-onboarding-text-wrap p {
735 font-size: 16px;
736 font-weight: 400;
737 margin: 0;
738 }
739 .wpmtst-onboarding-text-wrap {
740 padding: 10px 0 30px 0;
741 max-width:960px;
742 margin:0 auto;
743 }
744 img.wpmtst-onboarding-banner {
745 width: auto;
746 max-width: 300px;
747 }
748 a.wpmtst-onboarding-button {
749 font-family: 'DM Sans';
750 font-style: normal;
751 font-weight: 400;
752 font-size: 18px;
753 line-height: 43px;
754 color: #fff;
755 text-decoration: none;
756 background: #E84855;
757 border-radius: 100px;
758 padding: 15px 45px;
759 }
760
761 a.wpmtst-onboarding-button:hover {
762 background-color: #98c1d9;
763 color: #293241;
764 border-color: #f3f4f7;
765 }
766
767 .wpmtst-onboarding-button-wrap {
768 padding: 30px 0;
769 }
770 .wpmtst-onboarding-button-wrap {
771 padding: 30px 0 0 0;
772 }
773 p.wpmtst-onboarding-doc {
774 font-family: 'DM Sans';
775 font-style: normal;
776 font-weight: 300;
777 font-size: 14px;
778 line-height: 44px;
779 text-align: center;
780 color: #000000;
781 }
782
783 p.wpmtst-onboarding-doc a:hover {
784 text-decoration: underline;
785 }
786
787 p.wpmtst-onboarding-doc > a {
788 text-decoration: none;
789 color: #E84855;
790 }
791
792 /* Toggles */
793 .wpmtst-toggle {
794 position: relative;
795 position: relative;
796 user-select: none;
797 display: inline-block;
798 }
799
800 .wpmtst-toggle__items {
801 box-sizing: border-box;
802 display: inline-block;
803 position: relative;
804 }
805 .wpmtst-toggle__items > * {
806 box-sizing: inherit;
807 }
808
809 .wpmtst-toggle__input[type=checkbox],
810 body .media-modal-content .attachment-details .wpmtst-toggle__input[type=checkbox] {
811 border-radius: 2px;
812 border: 2px solid #6c7781;
813 margin-right: 12px;
814 transition: none;
815 height: 100%;
816 left: 0;
817 top: 0;
818 margin: 0;
819 padding: 0;
820 opacity: 0;
821 position: absolute;
822 width: 100%;
823 z-index: 1; }
824
825 .wpmtst-toggle__track,
826 body .media-modal-content .attachment-details .wpmtst-toggle__track {
827 background-color: #fff;
828 border: 2px solid #6c7781;
829 border-radius: 9px;
830 display: inline-block;
831 height: 18px;
832 width: 36px;
833 vertical-align: top;
834 transition: background .2s ease; }
835
836 .wpmtst-toggle__thumb,
837 body .media-modal-content .attachment-details .wpmtst-toggle__thumb {
838 background-color: #6c7781;
839 border: 5px solid #6c7781;
840 border-radius: 50%;
841 display: block;
842 height: 10px;
843 width: 10px;
844 position: absolute;
845 left: 4px;
846 top: 4px;
847 transition: transform .2s ease; }
848
849 body .media-modal-content .attachment-details .wpmtst-toggle__thumb,
850 body .media-modal-content .attachment-details .wpmtst-toggle__track {
851 min-width:auto;
852 min-height:auto;
853 float:none;
854 padding:0;
855 }
856
857 .wpmtst-toggle__off {
858 position: absolute;
859 right: 6px;
860 top: 6px;
861 color: #6c7781;
862 fill: currentColor; }
863
864 .wpmtst-toggle__on {
865 position: absolute;
866 top: 6px;
867 left: 8px;
868 border: 1px solid #fff;
869 outline: 1px solid transparent;
870 outline-offset: -1px;
871 display: none; }
872
873 .wpmtst-toggle__input[type=checkbox]:checked + .wpmtst-toggle__items .wpmtst-toggle__track {
874 background-color: #11a0d2;
875 border: 9px solid transparent; }
876
877 .wpmtst-toggle__input[type=checkbox]:checked + .wpmtst-toggle__items .wpmtst-toggle__thumb {
878 background-color: #fff;
879 border-width: 0;
880 transform: translateX(18px); }
881
882 .wpmtst-toggle__input[type=checkbox]:checked + .wpmtst-toggle__items .wpmtst-toggle__off {
883 display: none; }
884
885 .wpmtst-toggle__input[type=checkbox]:checked + .wpmtst-toggle__items .wpmtst-toggle__on {
886 display: inline-block; }