PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 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 All 204 releases
← All changes | core/any/css/wpbc_flextable.css +27 -17 10.1.311.8.4 View file →
@@ -1,9 +1,9 @@
1 1 /*
2 2 Document : admin-booking resources-table
3 3 Created on : 2024-01-13
4 4 Author : wpdevelop
5 - Description: Resource FlexTable CSS //FixIn: 9.9.0.7
5 + Description: Resource FlexTable CSS // FixIn: 9.9.0.7.
6 6 */
7 7
8 8 /**
9 9 * General Structure
@@ -70,8 +70,10 @@
70 70 /* 2nd column - ID */
71 71 .wpbc_flextable .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_id{
72 72 flex: 0 1 35px;
73 73 width:35px;
74 + padding-right:0;
75 + padding-left:0;
74 76 }
75 77 /* 3rd column - Title */
76 78 .wpbc_flextable .wpbc_flextable_row .wpbc_flextable_col.wpbc_resource_name{
77 79 display: flex;
@@ -84,8 +86,10 @@
84 86 min-width: Min(350px,100%);
85 87 }
86 88 .wpbc_flextable .wpbc_selectable_head .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_title{
87 89 flex: 1 1 30%;
90 + flex: 1 1 10em;
91 + border-right: 1px solid #ccc;
88 92 }
89 93 .wpbc_flextable .wpbc_selectable_body .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_title{
90 94 /*flex: 1 1 31%;*/
91 95 flex: 1 1 12em;
@@ -96,8 +100,9 @@
96 100 /* 4th column - Labels */
97 101 .wpbc_flextable .wpbc_selectable_body .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_labels{
98 102 flex: 1 1 10%;
99 103 flex: 1 1 10em;
104 + display:none;
100 105 }
101 106 .wpbc_flextable .wpbc_selectable_head .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_other{
102 107 flex: 1 1 auto;
103 108 }
@@ -121,15 +126,15 @@
121 126 margin-bottom: 20px;
122 127 }
123 128 /* STRIPED Table */
124 129 .wpbc_flextable .wpbc_flextable_row{
125 - background-color: #f3f3f3;
126 - border-left: 4px solid #f3f3f3;
130 + background-color: #fefefe;
131 + border-left: 4px solid #fefefe;
127 132 border-bottom: 1px solid #dddddd;
128 133 }
129 134 .wpbc_flextable .wpbc_flextable_row:nth-of-type(2n+1){
130 - background-color: #f8f8f8;
131 - border-left: 4px solid #f8f8f8;
135 + background-color: var(--wpbc_ui_listing__back_alt_color);
136 + border-left: 4px solid var(--wpbc_ui_listing__back_alt_color);
132 137 }
133 138 .wpbc_flextable .wpbc_selectable_head .wpbc_flextable_row,
134 139 .wpbc_flextable .wpbc_selectable_foot .wpbc_flextable_row{
135 140 background-color: #fff;
@@ -135,9 +140,9 @@
135 140 background-color: #fff;
136 141 border-left: 4px solid #fff;
137 142 }
138 143 .wpbc_flextable .wpbc_flextable_row.wpbc_flextable_row_selected{
139 - border-left-color: #08a;
144 + border-left-color: var(--wpbc_admin-theme-color, #08a );
140 145 }
141 146 /* ------------------------------------------------------------------------------------------------------------------ */
142 147 /* TEXT | LINKS */
143 148 /* ------------------------------------------------------------------------------------------------------------------ */
@@ -218,13 +223,12 @@
218 223 position: initial;
219 224 }
220 225 .wpbc_flextable .wpbc_selectable_head .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_other{
221 226 text-align:center;
222 - border-left: 1px solid #ccc;
223 227 }
224 228 @media screen and (max-width: 1155px) {
225 229 .wpbc_flextable .wpbc_selectable_head .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_other{
226 - border-left: 0px solid #ccc; /* MOBILE: show checkbox centered in a row*/
230 + border-left: 0; /* MOBILE: show checkbox centered in a row*/
227 231 }
228 232 }
229 233 /* Pagination button color */
230 234 .wpbc-pagination .button.active,
@@ -245,9 +249,9 @@
245 249 align-items: center;
246 250 }
247 251 .wpbc_flextable_header_tabs .wpdvlp-top-tabs .nav-tab-active,
248 252 .wpbc_flextable_header_tabs .wpdvlp-top-tabs a.nav-tab-active:focus {
249 - border-bottom-color: #707980;
253 + border-bottom-color: var(--wpbc_admin-active-tab-color, #707980);
250 254 }
251 255 /* ------------------------------------------------------------------------------------------------------------------ */
252 256 /* RESOURCE ID --------------- */
253 257 /* ------------------------------------------------------------------------------------------------------------------ */
@@ -271,9 +275,10 @@
271 275 /* ------------------------------------------------------------------------------------------------------------------ */
272 276 .wpbc_resource_field__switchable{
273 277 display:none;
274 278 }
275 -.wpbc_resource_field__switchable.wpbc_resource_field__publish{
279 +/*.wpbc_resource_field__switchable.wpbc_resource_field__publish*/
280 +.wpbc_booking_resource_table:not(.wpbc_booking_resource_prices_table) .wpbc_resource_field__switchable.wpbc_resource_field__extra__labels {
276 281 display:flex;
277 282 }
278 283
279 284 /* ------------------------------------------------------------------------------------------------------------------ */
@@ -408,9 +413,9 @@
408 413 .wpbc_flextable_labels .wpbc_label_resource_single:focus,
409 414 .wpbc_flextable_labels .wpbc_label_resource_single:active,
410 415 .wpbc_flextable_labels .wpbc_label_resource_single:hover{
411 416 font-weight:600;
412 - background-color: #79b;
417 + background-color: var( --wpbc_admin-default_label-color , #4c74a9);
413 418 color:#fff;
414 419 }
415 420 .wpbc_flextable_labels .wpbc_label_resource_parent,
416 421 .wpbc_flextable_labels .wpbc_label_resource_parent:focus,
@@ -423,10 +428,10 @@
423 428 .wpbc_flextable_labels .wpbc_label_capacity_number,
424 429 .wpbc_flextable_labels .wpbc_label_capacity_number:focus,
425 430 .wpbc_flextable_labels .wpbc_label_capacity_number:active,
426 431 .wpbc_flextable_labels .wpbc_label_capacity_number:hover {
427 - background: #fff;
428 - color: #868686;
432 + background: #8faa45;
433 + color: #fff;
429 434 font-size: 70%;
430 435 padding: 1px 6px 2px;
431 436 border-radius: 3px;
432 437 margin: 0;
@@ -482,8 +487,9 @@
482 487
483 488 /* ================================================================================================================== */
484 489 /* Folders */
485 490 /* ================================================================================================================== */
491 +.wpbc_flextable_col_folder_structure,
486 492 .wpbc_flextable .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_folder_structure {
487 493 flex: 0 0 30px;
488 494 align-self: stretch;
489 495 margin: 0;
@@ -532,8 +538,9 @@
532 538 }
533 539
534 540 .wpbc_booking_resource_prices_table .wpbc_flextable .wpbc_flextable_row .wpbc_flextable_col.wpbc_resource_cost {
535 541 flex: 0 1 12em;
542 + flex: 0 1 5em;
536 543 margin-right: 1em;
537 544 margin-left: 1px;
538 545 }
539 546 .wpbc_booking_resource_prices_table .wpbc_flextable .wpbc_flextable_row .wpbc_flextable_col.wpbc_resource_cost .wpbc_ajx_toolbar .ui_container .ui_group .ui_element {
@@ -550,12 +557,15 @@
550 557 }
551 558 .wpbc_booking_resource_prices_table .wpbc_flextable .wpbc_flextable_row .wpbc_flextable_col.wpbc_resource_name {
552 559 flex: 1 1 10em;
553 560 min-width: Min(19em, 99%);
561 + flex: 1 1 12em;
562 + min-width: Min(15em, 99%);
554 563 }
555 564 .wpbc_booking_resource_prices_table .wpbc_flextable_col.wpbc_flextable_col_other.wpbc_other_resource_fields {
556 565 padding: 0;
557 566 flex: 1 1 50%;
567 + flex: 1 1 54%;
558 568 }
559 569
560 570 /* Container depends size ! */
561 571 .wpbc_other_resource_fields {
@@ -597,13 +607,13 @@
597 607 /* WP Booking Calendar > Resources > Searchable Resources page */
598 608 /* ================================================================================================================== */
599 609 /* Disable show LEFT BLUE BORDER in table selected ROWS */
600 610 .wpbc_searchable_resources_table .wpbc_flextable .wpbc_flextable_row.wpbc_flextable_row_selected {
601 - border-left: 4px solid #f3f3f3;
611 + border-left: 4px solid #fefefe;
602 612 border-bottom: 1px solid #dddddd;
603 613 }
604 614 .wpbc_searchable_resources_table .wpbc_flextable .wpbc_flextable_row.wpbc_flextable_row_selected:nth-of-type(2n+1){
605 - border-left: 4px solid #f8f8f8;
615 + border-left: 4px solid #f9f9fa;
606 616 }
607 617 /* :: H e a d e r s :: */
608 618 .wpbc_searchable_resources_table .wpbc_flextable .wpbc_selectable_head .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_title {
609 619 flex: 1 1 auto;
@@ -609,9 +619,9 @@
609 619 flex: 1 1 auto;
610 620 padding-left: 0px;
611 621 }
612 622 .wpbc_searchable_resources_table .wpbc_flextable .wpbc_selectable_head .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_other{
613 - border-left: none;
623 + border-left: 0;
614 624 flex: 1 1 auto;
615 625 }
616 626 .wpbc_searchable_resources_table .wpbc_flextable .wpbc_selectable_head .wpbc_flextable_row .wpbc_flextable_col.wpbc_flextable_col_id{
617 627 width:5em;
@@ -651,9 +661,9 @@
651 661 flex-flow: row nowrap;
652 662 justify-content: flex-start;
653 663 align-items: center;
654 664 flex: 1 1 100%;
655 - font-size: 13px;
665 + font-size: 14px;
656 666 font-weight: 600;
657 667 }
658 668 .wpbc_flextable_resource_title .wpbc_show_hide_children_icon {
659 669 flex:0 1 auto;