PluginProbe
WP Directory Kit / 1.1.0
WP Directory Kit v1.1.0
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / admin / css / wpdirectorykit-admin.scss

wpdirectorykit-admin.scss in WP Directory Kit 1.1.0, at admin/css/wpdirectorykit-admin.scss

986 lines 22.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * All of the CSS for your admin-specific functionality should be
3 * included in this file.
4 */
5
6 /* General */
7 #adminmenu .wp-has-current-submenu ul a[href="admin.php?page=wdk_importdemo"]="admin.php?page=wdk_importdemo""] {
8 display: none;
9 }
10
11 .wdk-wrap .clearfix:after
12 {
13 content: '';
14 display: table;
15 clear: both;
16 }
17
18 .wdk-wrap .postbox-header h3
19 {
20 padding-left:15px;
21 }
22
23 .wdk-wrap .pull_right
24 {
25 float:right;
26 }
27
28 .wdk-wrap .hidden
29 {
30 display:none;
31 }
32
33 .wdk-wrap .img-link
34 {
35 display: block;
36 }
37
38 .actions_column a:hover span
39 {
40 color:black;
41 }
42
43 .wp-list-table a.title
44 {
45 font-weight: bold;
46 }
47 /* Sortable */
48
49 .wdk-wrap .ui-sortable-handle a
50 {
51 text-decoration: none;
52 border: 0px;
53 color: black;
54 }
55
56 .wdk-wrap .ui-sortable-handle a:hover
57 {
58 color: #135e96;
59 }
60
61 .wdk-wrap .ui-sortable-handle h3 a
62 {
63 font-size: 16px;
64 }
65
66 .wdk-wrap .ui-sortable-handle h3 span
67 {
68 padding-right: 15px;
69 }
70
71 .wdk-wrap .hndle
72 {
73 display:block;
74 }
75
76 .wdk-wrap .listing_edit_map {
77 height: 350px;
78 width: 100%;
79 }
80
81 /* Alerts */
82
83 .wdk-wrap .alert
84 {
85 border-radius: 0;
86 }
87
88 .wdk-wrap .alert.alert-success
89 {
90 background: #E6F4E7;
91 color: #376637;
92 border-left: 3px solid #88BF88;
93 margin: 0px 0px 5px 0px;
94 padding: 15px;
95 font-weight: bold;
96 }
97
98 .wdk-wrap .alert.alert-danger
99 {
100 background: #FFE6DF;
101 color: #AB3C1B;
102 border-left: 3px solid #E98B6F;
103 margin: 0px 0px 5px 0px;
104 padding: 15px;
105 font-weight: bold;
106 }
107
108 .wdk-wrap .alert.alert-info
109 {
110 background: #cce5ff;
111 color: #3d648e;
112 border-left: 3px solid #3d648e;
113 margin: 0px 0px 5px 0px;
114 padding: 15px;
115 font-weight: bold;
116 }
117
118 /* Labels */
119 .wdk-wrap .label {
120 display: inline-block;
121 }
122
123 .wdk-wrap .label.label-success {
124 background: #E6F4E7;
125 color: #376637;
126 margin: 0px 5px 5px 0px;
127 padding: 5px;
128 }
129
130 .wdk-wrap .label.label-danger {
131 background: #FFE6DF;
132 color: #AB3C1B;
133 margin: 0px 5px 5px 0px;
134 padding: 5px;
135 }
136
137 .wdk-wrap .label.label-info {
138 background: #cce5ff;
139 color: #3d648e;
140 margin: 0px 5px 5px 0px;
141 padding: 5px;
142 }
143
144 .wdk-wrap .label.label-warning {
145 color: #664d03;
146 background-color: #fff3cd;
147 border-color: #ffecb5;
148 margin: 0px 5px 5px 0px;
149 padding: 5px;
150 }
151
152 /* Custom fields layout */
153
154 div.wdk-field-edit
155 {
156 margin: 15px 0px;
157 display: flex;
158 justify-content: flex-start;
159 }
160
161 div.wdk-field-edit label
162 {
163 width: auto;
164 display: inline-block;
165 vertical-align: top;
166 max-width: 80px;
167 flex: 0 0 100px;
168 padding-right: 10px;
169 font-weight: 600;
170 }
171
172
173 div.wdk-field-edit.edittable {
174 & {
175 padding: 0px;
176 margin: 0;
177 }
178
179 div.wdk-field-container {
180 & {
181 padding:0px;
182 }
183
184 .wdk_dropdown_tree {
185 max-width: 351px;
186 }
187 }
188 }
189
190
191 div.wdk-field-edit div.wdk-field-container {
192 & {
193 display: inline-block;
194 padding:0px 15px;
195 padding-right: 0;
196 flex: 1 2 auto;
197 }
198
199 .wdk_dropdown_tree,
200 input:not([type="checkbox"]):not([type="radio"]),
201 select {
202 width: 100%;
203 max-width: 230px;
204 }
205
206 .wdk_dropdown_tree > .btn-group {
207 width: 100%;
208 display: flex;
209 height: auto;
210 }
211
212 .wdk_dropdown_tree button {
213 padding: 0 8px;
214 height: auto;
215 box-shadow: 0 0 0 transparent;
216 border: 1px solid #8c8f94;
217 background-color: #fff;
218 color: #2c3338;
219 min-height: 30px;
220 }
221
222 .wdk_dropdown_tree button.btn.btn-default.dropdown-toggle,
223 .wdk_dropdown_tree button {
224 border-radius: 4px;
225 }
226
227 .wdk_dropdown_tree button:first-child {
228 border-top-right-radius: 0;
229 border-bottom-right-radius: 0;
230 }
231
232 .wdk_dropdown_tree .list_container .input-group {
233 border: 1px solid #8c8f94;
234 }
235
236 .wdk_dropdown_tree .list_scroll {
237 border-left: 1px solid #8c8f94;
238 left: 0;
239 }
240
241 .wdk_dropdown_tree button.btn.btn-default.dropdown-toggle:last-child {
242 border-top-left-radius: 0;
243 border-bottom-left-radius: 0;
244
245 background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
246 background-size: auto;
247 background-size: 16px 16px;
248 cursor: pointer;
249 vertical-align: middle;
250 }
251
252 .wdk_dropdown_tree {
253 min-width: initial;
254 position: relative;
255 }
256
257 .wdk_dropdown_tree .list_container input.form-control.search_term {
258 height: initial;
259 padding: 0 8px;
260 }
261
262 .wdk_dropdown_tree .list_container .input-group-addon {
263 &{
264 position: relative;
265 padding: 6px 14px;
266 }
267
268 & i {
269 position: absolute;
270 left: 0;
271 margin-left: 5px;
272 top: 50%;
273 margin-top: -9px;
274 }
275
276 & i.fa-spin {
277 margin-left: 7px;
278 margin-top: -7px;
279 }
280
281 .fa:after {
282 font-family: dashicons;
283 line-height: 1;
284 font-weight: 400;
285 font-style: normal;
286 text-transform: none;
287 text-rendering: auto;
288 font-size: 20px;
289 text-align: center;
290 }
291
292 .loader-spiner.fa.fa-spinner:after,
293 .fa.fa-search:before {
294 display: none !important;
295 }
296
297 .fa.fa-search:after {
298 content: "\f179";
299 }
300
301 .loader-spiner.fa.fa-spinner:after {
302 content: "\f113";
303 }
304
305 .loader-spiner.fa.fa-spinner {
306 -webkit-animation: wdk-spin 2s infinite linear;
307 animation: wdk-spin 2s infinite linear;
308 }
309
310 @keyframes wdk-spin {
311 0% {
312 -webkit-transform: rotate(0deg);
313 transform: rotate(0deg);
314 }
315 100% {
316 -webkit-transform: rotate(360deg);
317 transform: rotate(360deg);
318 }
319 }
320 }
321
322 }
323
324 div.wdk-field-edit p.wdk-hint
325 {
326 font-style: italic;
327 }
328
329 /* Tables */
330
331 .wdk-wrap .widefat .actions_column
332 {
333 text-align: right;
334 }
335
336 .wdk-wrap .form-table td {
337 vertical-align: top;
338 }
339
340 .wdk-wrap .wdk-side-content {
341 display: flex;
342 flex-wrap: wrap;
343 }
344
345 .wdk-wrap .wdk-side-content .wdk-col {
346 flex: 1 2 auto;
347 }
348
349 .wdk-wrap .wdk-side-content .wdk-col.main {
350 flex: 1 2 50%;
351 padding-right: 35px;
352 }
353
354 .wdk-wrap .wdk-side-content .wdk-col.sidebar {
355 flex: 1 2 30%;
356 min-width: 400px;
357 padding: 22px 0;
358 }
359
360 .wdk-wrap .wdk-side-content + .form-table td {
361 padding-right: 0;
362 }
363
364 .wdk-wrap .wdk-side-content + .form-table th,
365 .wdk-wrap .wdk-side-content .form-table th {
366 max-width: 85px;
367 padding-right: 10px;
368 }
369
370
371 /* Filtering above/below tables */
372
373 .wdk-wrap .tablenav.top .left
374 {
375 float:left;
376 }
377
378 .wdk-wrap .inputbox_map {
379 height: 250px;
380 width: 100%;
381 max-width: 450px
382 }
383
384 /* Visual Builder Search Forms */
385 .wdk-builder-container .widget-title h3, .widget-title h4 {
386 white-space: initial;
387 }
388 .wdk-builder-container .wdk-builder-elements-column
389 {
390 margin-bottom: 15px;
391 display:block;
392 width: 40%;
393 float: left;
394 padding-top: 6px;
395 }
396
397
398 .wdk-builder-elements-box h3.sec-title {
399 position: relative;
400 border: 1px solid #c3c4c7;
401 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
402 color: #fff;
403 background: #2c3338;
404 padding: 10px 15px;
405 margin-bottom: 0;
406 margin-top: 0;
407 margin-right: 15px;
408 }
409
410 .wdk-builder-elements
411 {
412 width: 100%;
413 min-height: auto;
414 box-sizing: border-box;
415 padding: 15px 15px 15px 0px;
416 display: grid;
417 grid-template-columns: repeat(2, 1fr);
418 grid-column-gap: 10px;
419 grid-row-gap: 0;
420 }
421
422 .wdk-builder-elements .widget
423 {
424 width: 100%;
425 }
426
427 .wdk-builder-selected
428 {
429 margin-top: 6px;
430 width:80%;
431 border: 1px solid #c3c4c7;
432 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
433 min-height:400px;
434 float:left;
435 box-sizing: border-box;
436 padding: 15px;
437 }
438
439 #wdk-drop .widget.ui-draggable.ui-sortable-handle,
440 #wdk-drop .ui-sortable-placeholder.widget-placeholder,
441 .wdk-wrap .drop-container .widget.ui-draggable.ui-sortable-handle,
442 .wdk-wrap .drop-container .ui-sortable-placeholder.widget-placeholder
443 {
444 width:300px;
445 margin:0px 15px 15px 0px;
446 float:left;
447 }
448
449 #wdk-drag .widget-action,
450 #wdk-drag .widget-inside
451 {
452 display:none !important;
453 }
454
455
456 .wdk-builder-container button[aria-expanded="true"]="true""] .toggle-indicator::before {
457 content: "\f142"
458 }
459
460 #wdk-drop .widget-inside,
461 .wdk-wrap .drop-container .widget-inside
462 {
463 padding: 5px;
464 }
465
466 /* Visual Builder result item */
467
468 .wdk-wrap .drop-container
469 {
470 width: 60%;
471 float: left;
472 }
473
474 .wdk-wrap .drop-container .wdk-builder-selected
475 {
476 width:100%;
477 min-height: 100px;
478 }
479
480 .wdk-wrap .drop-container>h3
481 {
482 padding-bottom:0px;
483 margin-bottom:0px;
484 }
485
486 .wdk-wrap .listing_custom_fields div.wdk-field-edit div.wdk-field-container .wp-editor-wrap input,
487 .wdk-wrap .listing_custom_fields div.wdk-field-edit div.wdk-field-container .wp-editor-wrap select {
488 width: auto;
489 max-width: auto;
490 }
491
492 .wdk-field-edit.SECTION .title {
493 border-bottom: 1px solid #c3c4c7;
494 width: 100%;
495 padding: 10px 0;
496 }
497
498 .wdk_dropdown_tree button.btn.btn-default.dropdown-toggle:last-child i {
499 display: none;
500 }
501
502 /* columns */
503
504 .wdk-wrap
505 {
506
507 div.wdk-field-edit.notes a {
508 margin-left: 5px;
509 display: inline-block;
510 font-weight: 600;
511 font-size: 14px;
512 }
513
514 .mb0 {
515 margin-bottom: 0 !important;
516 }
517
518 .align-top {
519 vertical-align: top !important;
520 }
521
522 .text-capitalize {
523 text-transform: capitalize !important;
524 }
525
526 .alert p {
527 margin: 0;
528 }
529
530 .color-primary {
531 color: #004c8c;
532 }
533
534 .wdk-infinity-load {
535 -webkit-animation: wdk-spin 2s infinite linear;
536 animation: wdk-spin 2s infinite linear;
537 }
538
539 .postbox .inside {
540 padding: 0 12px 0;
541 }
542
543 table.wp-list-table tr.no-items {
544 background-color: #f0f0f1;
545 }
546
547 @keyframes wdk-spin {
548 0% {
549 -webkit-transform: rotate(0deg);
550 transform: rotate(0deg);
551 }
552 100% {
553 -webkit-transform: rotate(360deg);
554 transform: rotate(360deg);
555 }
556 }
557
558 .wdk-field-edit.SECTION .title {
559 width: 100%;
560 position: relative;
561 border: 1px solid #c3c4c7;
562 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
563 color: #fff;
564 background: #2c3338;
565 padding: 10px 15px;
566 margin-bottom: 0;
567 margin-top: 0;
568 }
569
570 .meta-box-sortables .wdk_field.SECTION .postbox {
571 color: #fff;
572 background: #2c3338;
573 }
574
575 .meta-box-sortables .wdk_field.SECTION.ui-sortable-handle a {
576 color: #fff;
577 }
578
579 .meta-box-sortables .wdk_field.SECTION.ui-sortable-handle a:hover {
580 color: #72aee6;
581 }
582
583
584 .listing_custom_fields div.wdk-field-edit div.wdk-field-container input,
585 .listing_custom_fields div.wdk-field-edit div.wdk-field-container select {
586 max-width: initial;
587 flex: 1 2;
588 }
589
590 div.wdk-field-edit div.wdk-field-container {
591 display: flex;
592 align-items: flex-start;
593 flex-wrap: wrap;
594 }
595
596 div.wdk-field-edit div.wdk-field-container .suffix:not(:empty) {
597 padding: 5px 0px 5px 5px;
598 }
599
600 div.wdk-field-edit div.wdk-field-container .wp-editor-wrap {
601 width: 100%;
602 }
603
604 div.wdk-field-edit p.wdk-hint {
605 flex: 0 0 100%;
606 }
607
608 .wdk-row
609 {
610 & {
611 display: -ms-flexbox;
612 display: flex;
613 -ms-flex-wrap: wrap;
614 flex-wrap: wrap;
615 margin-right: -15px;
616 margin-left: -15px;
617 }
618
619 & > [class*='wdk-col']*='wdk-col']
620 {
621 position: relative;
622 width: 100%;
623 padding-right: 15px;
624 padding-left: 15px;
625 box-sizing: border-box;
626 }
627
628 .wdk-col-auto {
629 -ms-flex: 0 0 auto;
630 flex: 0 0 auto;
631 width: auto;
632 max-width: 100%;
633 }
634
635
636 @for $i from 1 through 12 {
637 .wdk-col-#{$i} {
638 -webkit-flex: 0 0 calc(100% / 12 * #{$i});
639 flex: 0 0 calc(100% / 12 * #{$i});
640 max-width: calc(100% / 12 * #{$i});
641 }
642 }
643
644 @media (min-width:992px){
645 @for $i from 1 through 12 {
646 .wdk-col-md-#{$i} {
647 -webkit-flex: 0 0 calc(100% / 12 * #{$i});
648 flex: 0 0 calc(100% / 12 * #{$i});
649 max-width: calc(100% / 12 * #{$i});
650 }
651 }
652 }
653 }
654
655 .text-center {
656 text-align: center;
657 }
658
659 .text-left {
660 text-align: left;
661 }
662
663 .text-right {
664 text-align: right;
665 }
666
667 .button.btn-danger {
668 color: #ffffff;
669 background-color: #c1002b;
670 border-color: #c1002b;
671
672 &:hover, &:hover {
673 -webkit-box-shadow: 0 1px 5px rgba(193, 0, 43, 0.4) !important;
674 box-shadow: 0 1px 5px rgba(193, 0, 43, 0.4) !important;
675 }
676 }
677
678 .button.btn-info {
679 color: #ffffff;
680 background-color: #00c9b7;
681 border-color: #00c9b7;
682
683 &:hover, &:hover {
684 -webkit-box-shadow: 0 1px 5px #00c9b875 !important;
685 box-shadow: 0 1px 5px #00c9b875 !important;
686 }
687 }
688
689 .button.xl {
690 padding: 10px 30px;
691 }
692
693 .wp-editor-wrap .wp-editor-container {
694 width: 100%;
695 margin: 0;
696 box-shadow: none;
697 border-radius: 4px;
698 border: 1px solid #8c8f94;
699 background-color: #fff;
700 color: #2c3338;
701 overflow: hidden;
702 }
703
704 /* addon subscription */
705 .wdk-pricing {
706 margin: 10px 0;
707 .wdk-sec-header {
708 margin-bottom: 20px;
709 .wdk-sec-title {
710 font-size: 24px;
711 font-weight: 300;
712 line-height: 1.5;
713 margin-top: 5px;
714 .mark {
715 font-weight: 700;
716 }
717 .mark.color {
718 color: #c1002b;
719 }
720 .mark.up {
721 text-transform: uppercase;
722 }
723 }
724 .wdk-sec-subtitle {
725 font-size: 20px;
726 font-weight: 400;
727 }
728 }
729
730 .wdk-pac {
731 text-align: center;
732 background-color: #fff;
733 border: 1px solid #dcdcde;
734 box-sizing: border-box;
735 margin-bottom: 15px;
736 &.featured {
737 .header {
738 background: -webkit-gradient(linear, left top, left bottom, from(#5837ff), to(#5533ff));
739 background: linear-gradient(#1d2327, #121518);
740 }
741
742 p,
743 .header {
744 color: #fff;
745 }
746 }
747 }
748
749 .wdk-wrap .wdk-pricing .wdk-pac.yearly h4
750 {
751 margin-top:0px;
752 }
753
754 .header {
755 background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfe), to(#f9fbfd));
756 background: linear-gradient(#fcfdfe, #f9fbfd);
757 background-color: rgba(22, 28, 45, 0.03);
758 padding: 0.75rem 1.25rem;
759 margin-bottom: 0;
760 border-bottom: 1px solid rgba(22, 28, 45, 0.125);
761 color: rgb(109, 118, 139);
762 h4 {
763 font-size: 24px;
764 font-weight: 400;
765 margin-bottom: 15px;
766 }
767
768 p {
769 font-size: 16px;
770 }
771 }
772
773 .list-items {
774 padding: 0;
775 margin: 0;
776 list-style: none;
777 .item {
778 display: block;
779 padding: 12px 20px;
780 font-size: 16px;
781 color: rgb(109, 118, 139);
782 }
783 .item:not(:first-child) {
784 border-top: 1px solid rgba(22, 28, 45, 0.125);
785 }
786 }
787
788 .wdk-pac-footer {
789 border-top: 1px solid rgba(22, 28, 45, 0.125);
790 padding: 20px 20px;
791
792 .btn {
793 -webkit-transition: all 0.3s ease;
794 transition: all 0.3s ease;
795 text-decoration: none;
796 font-family: "Poppins", sans-serif;
797 font-weight: 400;
798 white-space: normal;
799 line-height: 1.5;
800 border: 1px solid #506690;
801 padding: 8px 20px;
802 border-radius: 3px;
803
804 &:hover{
805 color: #ffffff;
806 background-color: #506690;
807 border-color: #506690;
808 }
809 }
810 }
811
812 .pricing-value {
813 font-family: "Poppins", sans-serif;
814 font-size: 52px;
815 .price {
816 position: relative;
817 font-weight: 500;
818 line-height: 1;
819 }
820 .price .before,
821 .price .after {
822 font-size: 18px;
823 font-weight: 300;
824 font-style: italic;
825 }
826 .price .before {
827 position: absolute;
828 top: 10px;
829 left: -15px;
830 }
831 .price .after {
832 position: relative;
833 }
834 }
835
836 }
837
838 .winter_mvc-media .winter_mvc-media-card {
839 min-width: 200px;
840 }
841 }
842
843 .wp-core-ui .quicktags-toolbar input.button.button-small {
844 display: inline-block !important;
845 width: auto !important;
846 }
847
848 .wdk-unwrapp-field {
849 .wdk_dropdown_tree > .btn-group {
850 width: 100%;
851 display: flex;
852 height: auto;
853 }
854
855 .wdk_dropdown_tree button {
856 padding: 0 8px;
857 height: auto;
858 box-shadow: 0 0 0 transparent;
859 border: 1px solid #8c8f94;
860 background-color: #fff;
861 color: #2c3338;
862 min-height: 30px;
863 }
864
865 .wdk_dropdown_tree button.btn.btn-default.dropdown-toggle,
866 .wdk_dropdown_tree button {
867 border-radius: 4px;
868 }
869
870 .wdk_dropdown_tree button:first-child {
871 border-top-right-radius: 0;
872 border-bottom-right-radius: 0;
873 border-top-left-radius: 4px;
874 border-bottom-left-radius: 4px;
875 }
876
877 .wdk_dropdown_tree .list_container .input-group {
878 border: 1px solid #8c8f94;
879 }
880
881 .wdk_dropdown_tree .list_scroll {
882 border-left: 1px solid #8c8f94;
883 left: 0;
884 }
885
886 .wdk_dropdown_tree button.btn.btn-default.dropdown-toggle:last-child {
887 border-top-left-radius: 0;
888 border-bottom-left-radius: 0;
889
890 background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
891 background-size: auto;
892 background-size: 16px 16px;
893 cursor: pointer;
894 vertical-align: middle;
895 }
896
897 .wdk_dropdown_tree {
898 min-width: initial;
899 position: relative;
900 }
901
902 .wdk_dropdown_tree .list_container input.form-control.search_term {
903 height: initial;
904 padding: 0 8px;
905 }
906
907 .wdk_dropdown_tree .list_container .input-group-addon {
908 &{
909 position: relative;
910 padding: 6px 14px;
911 }
912
913 & i {
914 position: absolute;
915 left: 0;
916 margin-left: 5px;
917 top: 50%;
918 margin-top: -9px;
919 }
920
921 & i.fa-spin {
922 margin-left: 7px;
923 margin-top: -7px;
924 }
925
926 .fa:after {
927 font-family: dashicons;
928 line-height: 1;
929 font-weight: 400;
930 font-style: normal;
931 text-transform: none;
932 text-rendering: auto;
933 font-size: 20px;
934 text-align: center;
935 }
936
937 .loader-spiner.fa.fa-spinner:after,
938 .fa.fa-search:before {
939 display: none !important;
940 }
941
942 .fa.fa-search:after {
943 content: "\f179";
944 }
945
946 .loader-spiner.fa.fa-spinner:after {
947 content: "\f113";
948 }
949
950 .loader-spiner.fa.fa-spinner {
951 -webkit-animation: wdk-spin 2s infinite linear;
952 animation: wdk-spin 2s infinite linear;
953 }
954
955 @keyframes wdk-spin {
956 0% {
957 -webkit-transform: rotate(0deg);
958 transform: rotate(0deg);
959 }
960 100% {
961 -webkit-transform: rotate(360deg);
962 transform: rotate(360deg);
963 }
964 }
965 }
966 }
967
968 .tablenav .wdk-unwrapp-field {
969 float: left;
970 margin-right: 4px;
971 max-width: 12.5rem;
972 margin-left: 3px;
973 }
974
975 #adminmenu .wp-submenu a[href="admin.php?page=wdk_addons"]="admin.php?page=wdk_addons""],
976 #adminmenu .wp-submenu a[href="admin.php?page=wdk-addons"]="admin.php?page=wdk-addons""],
977 #adminmenu .wp-submenu a[href="admin.php?page=wdk_addons_currencies"]="admin.php?page=wdk_addons_currencies""],
978 #adminmenu .wp-submenu a[href="admin.php?page=wdk_addons_membership"]="admin.php?page=wdk_addons_membership""],
979 #adminmenu .wp-submenu a[href="admin.php?page=wdk_addons_bookings"]="admin.php?page=wdk_addons_bookings""],
980 #adminmenu .wp-submenu li.current a[href="admin.php?page=wdk_addons"]="admin.php?page=wdk_addons""],
981 #adminmenu .wp-submenu li.current a[href="admin.php?page=wdk-addons"]="admin.php?page=wdk-addons""],
982 #adminmenu .wp-submenu li.current a[href="admin.php?page=wdk_addons_currencies"]="admin.php?page=wdk_addons_currencies""],
983 #adminmenu .wp-submenu li.current a[href="admin.php?page=wdk_addons_membership"]="admin.php?page=wdk_addons_membership""],
984 #adminmenu .wp-submenu li.current a[href="admin.php?page=wdk_addons_bookings"]="admin.php?page=wdk_addons_bookings""] {
985 color: greenyellow;
986 }