ordering-ui-admin-external 1.45.35 → 1.45.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/_bundles/main.css CHANGED
@@ -17238,6 +17238,8 @@ button.rbc-btn {
17238
17238
  overflow: visible;
17239
17239
  text-transform: none;
17240
17240
  -webkit-appearance: button;
17241
+ -moz-appearance: button;
17242
+ appearance: button;
17241
17243
  cursor: pointer;
17242
17244
  }
17243
17245
 
@@ -17266,6 +17268,14 @@ button.rbc-input::-moz-focus-inner {
17266
17268
  align-items: stretch;
17267
17269
  }
17268
17270
 
17271
+ .rbc-m-b-negative-3 {
17272
+ margin-bottom: -3px;
17273
+ }
17274
+
17275
+ .rbc-h-full {
17276
+ height: 100%;
17277
+ }
17278
+
17269
17279
  .rbc-calendar *,
17270
17280
  .rbc-calendar *:before,
17271
17281
  .rbc-calendar *:after {
@@ -17432,6 +17442,7 @@ button.rbc-input::-moz-focus-inner {
17432
17442
  }
17433
17443
  .rbc-toolbar button:hover {
17434
17444
  color: #373a3c;
17445
+ cursor: pointer;
17435
17446
  background-color: #e6e6e6;
17436
17447
  border-color: #adadad;
17437
17448
  }
@@ -17645,6 +17656,7 @@ button.rbc-input::-moz-focus-inner {
17645
17656
  -ms-flex: 1 0 0px;
17646
17657
  flex: 1 0 0;
17647
17658
  overflow: hidden;
17659
+ right: 1px;
17648
17660
  }
17649
17661
 
17650
17662
  .rbc-day-bg {
@@ -18044,3 +18056,16 @@ button.rbc-input::-moz-focus-inner {
18044
18056
  background-color: #74ad31;
18045
18057
  pointer-events: none;
18046
18058
  }
18059
+
18060
+ .rbc-resource-grouping.rbc-time-header-content {
18061
+ display: -webkit-box;
18062
+ display: -ms-flexbox;
18063
+ display: flex;
18064
+ -webkit-box-orient: vertical;
18065
+ -webkit-box-direction: normal;
18066
+ -ms-flex-direction: column;
18067
+ flex-direction: column;
18068
+ }
18069
+ .rbc-resource-grouping .rbc-row .rbc-header {
18070
+ width: 141px;
18071
+ }