PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.1.1
WP Coder – Insert & Manage Code Snippets v3.1.1
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | assets/css/admin.css +11 -98 3.53.1.1 View file →
@@ -92,11 +92,17 @@
92 92 }
93 93
94 94 .wowp-links {
95 95 position: absolute;
96 - bottom: 0;
97 - left: 36px;
96 + top: 0;
97 + right: 36px;
98 98 display: flex;
99 + border-radius: 0 0 4px 4px;
100 + border: 2px solid;
101 + border-top: none;
102 + background-color: #DFE2FC;
103 + border-image: linear-gradient(to right, #14102C, #E86E2C);
104 + border-image-slice: 1;
99 105 }
100 106 @media screen and (max-width: 850px) {
101 107 .wowp-links {
102 108 display: none;
@@ -108,8 +114,9 @@
108 114 }
109 115
110 116 .wowp-links a {
111 117 text-decoration: none;
118 + color: #14102C;
112 119 display: flex;
113 120 flex-direction: column;
114 121 font-size: 12px;
115 122 align-items: center;
@@ -117,9 +124,9 @@
117 124 transition: all 0.15s linear;
118 125 }
119 126
120 127 .wowp-links a:hover {
121 - color: #14102C;
128 + background-color: #F6C8AF;
122 129 }
123 130
124 131 .wowp-links .codericon,
125 132 .wowp-links .dashicons {
@@ -126,9 +133,8 @@
126 133 width: 15px;
127 134 height: 15px;
128 135 font-size: 15px;
129 136 color: #596FF9;
130 - display: none;
131 137 }
132 138
133 139 .wowp-wrap .nav-tab-wrapper .nav-tab-active {
134 140 color: var(--wowp-blue);
@@ -418,44 +424,8 @@
418 424 position: relative;
419 425 min-height: 30px;
420 426 }
421 427
422 -.wowp-snippet__list + .wowp-snippet__list {
423 - border-top: 1px dashed #8c8f94;
424 -}
425 -.wowp-snippet__list dt {
426 - padding-top: 0.5rem;
427 -}
428 -.wowp-snippet__list dt:has(input:checked) {
429 - background-color: #f0f0f1;
430 - margin-inline: -1.25rem;
431 - padding-inline: 1.25rem;
432 - transition: background-color 0.2s ease-out;
433 -}
434 -.wowp-snippet__list dt:has(input:checked) + dd {
435 - background-color: #f0f0f1;
436 - margin-inline: -1.25rem;
437 - padding-inline: calc(1.25rem + 24px) 1.25rem;
438 - transition: background-color 0.2s ease-out;
439 -}
440 -.wowp-snippet__list dt label {
441 - font-weight: 700;
442 - font-size: 16px;
443 -}
444 -.wowp-snippet__list dt input {
445 - margin-right: 8px;
446 -}
447 -.wowp-snippet__list dd {
448 - padding-top: 8px;
449 - margin-left: 0;
450 - padding-left: 24px;
451 -}
452 -.wowp-snippet__list dd:not(:last-child) {
453 - padding-bottom: 8px;
454 - margin-bottom: 0;
455 - border-bottom: 1px dashed #8c8f94;
456 -}
457 -
458 428 .wowp-notice {
459 429 padding: 22px;
460 430 border-right: none;
461 431 border-top: none;
@@ -642,8 +612,9 @@
642 612 color: #ffffff;
643 613 }
644 614
645 615 .button-editor {
616 + position: absolute;
646 617 right: 0;
647 618 bottom: 2px;
648 619 cursor: pointer;
649 620 padding: 5px 10px;
@@ -655,13 +626,8 @@
655 626 .button-editor:focus, .button-editor:hover {
656 627 background-color: var(--wowp-yellow);
657 628 }
658 629
659 -.add-img-btn {
660 - align-self: flex-end;
661 - text-align: right;
662 -}
663 -
664 630 .has-tooltip {
665 631 position: relative;
666 632 cursor: help;
667 633 }
@@ -797,23 +763,8 @@
797 763 .wowp-input-group input {
798 764 padding-right: 21px;
799 765 }
800 766
801 -.wpcoder-expand {
802 - margin-top: 8px;
803 -}
804 -
805 -.wpcoder-expand__title {
806 - color: var(--wowp-blue);
807 - font-weight: 600;
808 - font-size: 14px;
809 - cursor: pointer;
810 -}
811 -
812 -.wpcoder-expand__content {
813 - padding-block: 8px;
814 -}
815 -
816 767 .wowp-wrap {
817 768 padding: 22px 16px 50px 16px;
818 769 }
819 770 .wowp-wrap .has-shadow {
@@ -847,11 +798,8 @@
847 798 }
848 799 .wowp-wrap .is-relative {
849 800 position: relative;
850 801 }
851 -.wowp-wrap ._m-is-auto {
852 - margin-inline-start: auto;
853 -}
854 802
855 803 .w_block {
856 804 background-color: #ebf3ff;
857 805 padding: 50px 32px;
@@ -989,35 +937,8 @@
989 937 .w_boxes__3-col {
990 938 grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
991 939 }
992 940
993 -@media screen and (max-width: 850px) {
994 - .wowp-feature-box {
995 - display: none;
996 - }
997 -}
998 -.wowp-feature-box .hndle {
999 - color: var(--wowp-orange);
1000 -}
1001 -
1002 -.wowp-feature .wowp-feature-title {
1003 - color: var(--wowp-dark);
1004 - font-weight: bold;
1005 - padding-bottom: 6px;
1006 - font-size: 15px;
1007 -}
1008 -.wowp-feature .wowp-feature-desc {
1009 - margin-left: 0;
1010 - padding-bottom: 6px;
1011 - margin-bottom: 12px;
1012 -}
1013 -.wowp-feature .wowp-feature-desc:not(:last-child) {
1014 - border-bottom: 1px dashed var(--wowp-bg);
1015 -}
1016 -.wowp-feature .minimal-price {
1017 - color: var(--wowp-blue);
1018 -}
1019 -
1020 941 .changelog-list {
1021 942 max-width: 750px;
1022 943 margin-inline: auto;
1023 944 }
@@ -1142,14 +1063,8 @@
1142 1063 }
1143 1064 .wowp-notification.-error:before {
1144 1065 content: "";
1145 1066 }
1146 -.wowp-notification.-lock {
1147 - --notification-color: var(--wowp-danger);
1148 -}
1149 -.wowp-notification.-lock:before {
1150 - content: "";
1151 -}
1152 1067 .wowp-notification.-success {
1153 1068 --notification-color: var(--wowp-success);
1154 1069 }
1155 1070 .wowp-notification.-success:before {
@@ -1154,6 +1069,4 @@
1154 1069 }
1155 1070 .wowp-notification.-success:before {
1156 1071 content: "";
1157 1072 }
1158 -
1159 -/*# sourceMappingURL=admin.css.map */