PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
← All changes | core/any/css/admin-menu.css +36 -18 10.1011.8.3 View file →
@@ -76,9 +76,9 @@
76 76 .wpdvlp-top-tabs .nav-tab-active,
77 77 .wpdvlp-top-tabs a.nav-tab-active:hover,
78 78 .wpdvlp-top-tabs a.nav-tab-active:focus {
79 79 border-color: #777;
80 - border-bottom-color: #AAB;
80 + border-bottom-color: var(--wpbc_admin-active-tab-color, #707980);
81 81 background: none repeat scroll 0 0 #7A7A88;
82 82 text-shadow: 0 0px 0 #111;
83 83 border-width: 1px;
84 84 color: #FFF;
@@ -180,34 +180,52 @@
180 180 .wpdvlp-sub-tabs .nav-tabs .nav-tab.go-to-link span {
181 181 border-bottom: 1px dashed;
182 182 padding:0 2px;
183 183 }
184 -.wpbc_new_label{
185 - text-transform: uppercase;
186 - /*! color: #5b6b0d;*/
187 - color: #e7760d;
188 - vertical-align: super;
189 - font-size: 8px;
190 - font-weight: 600;
191 - border: none;
192 - /*! background: #afd10f; */
193 - border-radius: 2px;
194 - float: left;
195 - padding: 0 3px;
196 - line-height: 1.75em;
184 +.wpbc_new_label {
185 + text-transform: uppercase;
186 + color: #fff;
187 + font-size: 9px;
188 + font-weight: 600;
189 + border: none;
190 + background: #16a016;
191 + border-radius: 2px;
192 + padding: 1px 4px;
193 + line-height: 1.75em;
197 194 }
195 +.active .wpbc_new_label {
196 + background: #25ac25;
197 +}
198 +.wpbc_settings_page_wrapper.compact .wpbc_new_label {
199 + max-width: max-content;
200 + margin: 10px auto 0;
201 + display: block;
202 +}
203 +a.wpbc_pro_label,
204 +a.wpbc_pro_label:hover {
205 + text-underline-offset: 4px;
206 + padding: 2px 10px 5px !important;
207 + text-decoration-style: dashed;
208 +}
209 +a.wpbc_pro_label:hover {
210 + text-decoration-style: solid;
211 +}
198 212 .wpbc_pro_label,
213 +a.wpbc_pro_label:hover,
199 214 .wpbc_settings_navigation_column .wpbc_settings_navigation_item a span.wpbc_pro_label{
200 - text-transform: uppercase;
215 + /*text-transform: uppercase;
216 + font-size: 9px;
217 + background: #9ac86d;
218 + padding: 0px 5px 1px;*/
201 219 color: #f9ffe2;
202 - font-size: 9px;
203 220 font-weight: 600;
204 221 border: none;
205 - background: #9ac86d;
206 222 border-radius: 2px;
207 223 line-height: 1.4em;
208 - padding: 0px 5px 1px;
209 224 margin-left: auto;
225 + font-size: 11px;
226 + background: #3b9911;
227 + padding: 0px 5px 2px;
210 228 }
211 229 .wpdvlp-sub-tabs .wpbc_submit_button {
212 230 float:right;
213 231 margin:0px 5px 0px 0px;