| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | justify-content: flex-start; |
| 17 | 17 | align-items: flex-start; |
| 18 | 18 | } |
| 19 | 19 | /* Border Color and Shadow */ |
| 20 | -.wpdevelop .button:not([class*="button-primary"]), | |
| 20 | +/*.wpdevelop .button:not([class*="button-primary"]),*/ | |
| 21 | 21 | .wpdevelop .control-group .btn-toolbar .btn-group > .button:not([class*="button-primary"]), |
| 22 | 22 | .wpdevelop .control-group .btn-toolbar .btn-group > input[type=text], |
| 23 | 23 | .wpdevelop .control-group .btn-toolbar .btn-group > select, |
| 24 | 24 | .wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button, |
| @@ -108,9 +108,9 @@ | ||
| 108 | 108 | padding: 5px 10px; |
| 109 | 109 | white-space: nowrap; |
| 110 | 110 | line-height: 2.5em; |
| 111 | 111 | margin-right: 3px; |
| 112 | - font-size: 11px; | |
| 112 | + font-size: 12px; | |
| 113 | 113 | border-radius: .2em; |
| 114 | 114 | } |
| 115 | 115 | /* TimeLine Popover Labels - ID */ |
| 116 | 116 | .wpdevelop .popover-content .wpbc-popover-content-data.wpbc-listing-collumn .field-id span.label { |
| @@ -137,9 +137,9 @@ | ||
| 137 | 137 | /*background: #ffffeb;*/ |
| 138 | 138 | /*border-color: #d2d2d2 !important;*/ |
| 139 | 139 | background: transparent; |
| 140 | 140 | border-color: #d2d2d2 !important; |
| 141 | - border-left: 4px solid #08a !important; | |
| 141 | + border-left: 4px solid var(--wpbc_admin-theme-color, #08a ) !important; | |
| 142 | 142 | } |
| 143 | 143 | .wpdevelop.wpbc_resources_table table > tbody > tr.row_selected_color > td{ |
| 144 | 144 | border-left: 0px solid #d2d2d2 !important; |
| 145 | 145 | } |
| @@ -227,9 +227,10 @@ | ||
| 227 | 227 | /* Active navigation tab */ |
| 228 | 228 | .wpdvlp-top-tabs .nav-tab-active, |
| 229 | 229 | .wpdvlp-top-tabs a.nav-tab-active:hover, |
| 230 | 230 | .wpdvlp-top-tabs a.nav-tab-active:focus { |
| 231 | - border-bottom: 4px solid #1e7bc7; | |
| 231 | + /*border-bottom: 4px solid var(--wpbc_admin-theme-color, #1e7bc7);*/ | |
| 232 | + border-bottom: 4px solid var(--wpbc_admin-active-tab-color, #707980); | |
| 232 | 233 | } |
| 233 | 234 | /* Active navigation tab : Focus*/ |
| 234 | 235 | .wpdvlp-top-tabs a.nav-tab-active:focus { |
| 235 | 236 | color: inherit !important; |
| @@ -249,9 +250,9 @@ | ||
| 249 | 250 | border-bottom-color: #d54e21; |
| 250 | 251 | } |
| 251 | 252 | .wpdvlp-top-tabs .nav-tab-active:hover{ |
| 252 | 253 | color: #FFF !important; |
| 253 | - background: #7A7A88 !important; | |
| 254 | + background: var(--wpbc_admin-active-tab-color, #707980) !important; | |
| 254 | 255 | } |
| 255 | 256 | /* Sub tabs */ /* ../core/any/css/admin-menu.css */ |
| 256 | 257 | .wpdvlp-sub-tabs { |
| 257 | 258 | border: 1px solid #dadada; |
| @@ -636,11 +637,8 @@ | ||
| 636 | 637 | border-top:1px solid #ddd; |
| 637 | 638 | border-right:1px solid #ddd; |
| 638 | 639 | border-bottom:1px solid #ddd; |
| 639 | 640 | } |
| 640 | -.wpbc_page div.wpbc_inner_message { | |
| 641 | - /*margin-top:1px;*/ | |
| 642 | -} | |
| 643 | 641 | /* Read booking button -- EYE ------------------------------------------------------------------------------------- */ |
| 644 | 642 | /* //FixIn: 9.6.1.2 */ |
| 645 | 643 | /* |
| 646 | 644 | a.wpbc_is_new_button, |
| @@ -723,9 +721,8 @@ | ||
| 723 | 721 | } |
| 724 | 722 | .wpbc_top_tab__general_availability, |
| 725 | 723 | .wpbc_top_tab__payment_gateways { |
| 726 | 724 | order: 2; |
| 727 | - border-left: 1px solid #cfcfcf !important; | |
| 728 | 725 | } |
| 729 | 726 | |
| 730 | 727 | /* Show WordPress notice messages (such as: "WordPress 6.4.2 is available!") at right side of the page. */ |
| 731 | 728 | .toplevel_page_wpbc #update-nag, |