PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.2
WP Coder – Insert & Manage Code Snippets v3.2
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 -18 3.33.2 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);
@@ -606,8 +612,9 @@
606 612 color: #ffffff;
607 613 }
608 614
609 615 .button-editor {
616 + position: absolute;
610 617 right: 0;
611 618 bottom: 2px;
612 619 cursor: pointer;
613 620 padding: 5px 10px;
@@ -619,13 +626,8 @@
619 626 .button-editor:focus, .button-editor:hover {
620 627 background-color: var(--wowp-yellow);
621 628 }
622 629
623 -.add-img-btn {
624 - align-self: flex-end;
625 - text-align: right;
626 -}
627 -
628 630 .has-tooltip {
629 631 position: relative;
630 632 cursor: help;
631 633 }
@@ -796,11 +798,8 @@
796 798 }
797 799 .wowp-wrap .is-relative {
798 800 position: relative;
799 801 }
800 -.wowp-wrap ._m-is-auto {
801 - margin-inline-start: auto;
802 -}
803 802
804 803 .w_block {
805 804 background-color: #ebf3ff;
806 805 padding: 50px 32px;
@@ -1063,14 +1062,8 @@
1063 1062 --notification-color: var(--wowp-danger);
1064 1063 }
1065 1064 .wowp-notification.-error:before {
1066 1065 content: "";
1067 -}
1068 -.wowp-notification.-lock {
1069 - --notification-color: var(--wowp-danger);
1070 -}
1071 -.wowp-notification.-lock:before {
1072 - content: "";
1073 1066 }
1074 1067 .wowp-notification.-success {
1075 1068 --notification-color: var(--wowp-success);
1076 1069 }