@progress/kendo-theme-bootstrap 4.43.1-dev.3 → 4.43.1-dev.4

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.
Files changed (51) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +497 -527
  3. package/dist/all.scss +862 -917
  4. package/modules/@progress/kendo-theme-default/package.json +2 -2
  5. package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +13 -0
  6. package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +4 -4
  7. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +1 -7
  8. package/modules/@progress/kendo-theme-default/scss/checkbox/_index.scss +1 -0
  9. package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +2 -1
  10. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +49 -7
  11. package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +0 -14
  12. package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +5 -1
  13. package/modules/@progress/kendo-theme-default/scss/coloreditor/_variables.scss +3 -3
  14. package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -0
  15. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +22 -29
  16. package/modules/@progress/kendo-theme-default/scss/combobox/_theme.scss +59 -99
  17. package/modules/@progress/kendo-theme-default/scss/combobox/_variables.scss +1 -32
  18. package/modules/@progress/kendo-theme-default/scss/dropdowngrid/_layout.scss +1 -0
  19. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +37 -55
  20. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_theme.scss +33 -75
  21. package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +9 -16
  22. package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +0 -4
  23. package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +6 -6
  24. package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +4 -8
  25. package/modules/@progress/kendo-theme-default/scss/imageeditor/_variables.scss +1 -0
  26. package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +1 -1
  27. package/modules/@progress/kendo-theme-default/scss/list/_index.scss +1 -0
  28. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +15 -3
  29. package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +4 -0
  30. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +4 -7
  31. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +17 -31
  32. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss +44 -14
  33. package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +5 -0
  34. package/modules/@progress/kendo-theme-default/scss/radio/_index.scss +1 -0
  35. package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +2 -1
  36. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +1 -1
  37. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +4 -8
  38. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +15 -0
  39. package/package.json +3 -3
  40. package/scss/checkbox/_index.scss +1 -0
  41. package/scss/coloreditor/_variables.scss +3 -3
  42. package/scss/combobox/_layout.scss +4 -6
  43. package/scss/combobox/_variables.scss +1 -32
  44. package/scss/dropdownlist/_layout.scss +3 -6
  45. package/scss/fab/index.md +0 -0
  46. package/scss/grid/_variables.scss +6 -6
  47. package/scss/imageeditor/_variables.scss +1 -0
  48. package/scss/input/_variables.scss +1 -1
  49. package/scss/list/_index.scss +1 -0
  50. package/scss/list/_variables.scss +4 -0
  51. package/scss/radio/_index.scss +1 -0
package/dist/all.css CHANGED
@@ -10471,6 +10471,258 @@ kendo-sortable {
10471
10471
  background-color: #d3d3d4;
10472
10472
  }
10473
10473
 
10474
+ .k-checkbox {
10475
+ border-radius: 0.25rem;
10476
+ margin: 0;
10477
+ padding: 0;
10478
+ width: 1rem;
10479
+ height: 1rem;
10480
+ line-height: initial;
10481
+ border-width: 1px;
10482
+ border-style: solid;
10483
+ outline: 0;
10484
+ box-sizing: border-box;
10485
+ background-position: center;
10486
+ background-repeat: no-repeat;
10487
+ background-size: contain;
10488
+ display: inline-block;
10489
+ flex: none;
10490
+ vertical-align: middle;
10491
+ position: relative;
10492
+ cursor: pointer;
10493
+ -webkit-appearance: none;
10494
+ }
10495
+
10496
+ .k-checkbox:checked,
10497
+ .k-checkbox.k-checked {
10498
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
10499
+ }
10500
+
10501
+ .k-checkbox:indeterminate,
10502
+ .k-checkbox.k-indeterminate,
10503
+ .k-checkbox.k-state-indeterminate {
10504
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
10505
+ }
10506
+
10507
+ .k-checkbox:disabled,
10508
+ .k-checkbox.k-disabled,
10509
+ .k-checkbox:disabled + .k-checkbox-label,
10510
+ .k-checkbox.k-disabled + .k-checkbox-label {
10511
+ outline: none;
10512
+ cursor: default;
10513
+ opacity: 0.65;
10514
+ filter: grayscale(0.1);
10515
+ pointer-events: none;
10516
+ box-shadow: none;
10517
+ }
10518
+
10519
+ .k-checkbox-label {
10520
+ margin: 0;
10521
+ padding: 0;
10522
+ line-height: calc(1rem + 1px);
10523
+ display: inline-flex;
10524
+ align-items: flex-start;
10525
+ vertical-align: middle;
10526
+ position: relative;
10527
+ cursor: pointer;
10528
+ }
10529
+
10530
+ .k-checkbox-label .k-label {
10531
+ cursor: pointer;
10532
+ }
10533
+
10534
+ .k-checkbox-label .k-ripple {
10535
+ top: 0.5rem;
10536
+ left: 0.5rem;
10537
+ right: auto;
10538
+ bottom: auto;
10539
+ width: 2.5rem;
10540
+ height: 2.5rem;
10541
+ transform: translate(-50%, -50%);
10542
+ border-radius: 50%;
10543
+ visibility: hidden !important;
10544
+ }
10545
+
10546
+ .k-checkbox-label .k-ripple-blob {
10547
+ top: 50% !important;
10548
+ left: 50% !important;
10549
+ width: 200% !important;
10550
+ height: 200% !important;
10551
+ }
10552
+
10553
+ .k-checkbox + .k-checkbox-label {
10554
+ display: inline;
10555
+ }
10556
+
10557
+ .k-checkbox + .k-checkbox-label,
10558
+ .k-checkbox-label + .k-checkbox {
10559
+ margin-left: 0.25rem;
10560
+ }
10561
+
10562
+ .k-checkbox-label > .k-checkbox {
10563
+ margin-right: 0.25rem;
10564
+ flex-shrink: 0;
10565
+ }
10566
+
10567
+ kendo-label.k-checkbox-label > .k-checkbox:last-child {
10568
+ margin-right: 0;
10569
+ }
10570
+
10571
+ kendo-label.k-checkbox-label > .k-label:first-child {
10572
+ margin-right: 0.25rem;
10573
+ }
10574
+
10575
+ kendo-label.k-checkbox-label > .k-label {
10576
+ display: inline;
10577
+ }
10578
+
10579
+ .k-checkbox-label:empty {
10580
+ display: none !important;
10581
+ }
10582
+
10583
+ .k-checkbox-label.k-no-text {
10584
+ min-width: 1px;
10585
+ }
10586
+
10587
+ .k-checkbox-list {
10588
+ margin: 0px;
10589
+ padding: 0px;
10590
+ list-style: none;
10591
+ }
10592
+
10593
+ .k-checkbox-list .k-checkbox-item {
10594
+ padding: 0.25rem 0px;
10595
+ }
10596
+
10597
+ .k-list-horizontal .k-checkbox-item {
10598
+ display: inline-block;
10599
+ margin: 0 32px 0 0;
10600
+ }
10601
+
10602
+ .k-list-horizontal .k-checkbox-item:last-child {
10603
+ margin-right: 0;
10604
+ }
10605
+
10606
+ .k-rtl .k-checkbox + .k-checkbox-label,
10607
+ .k-rtl .k-checkbox-label + .k-checkbox,
10608
+ [dir="rtl"] .k-checkbox + .k-checkbox-label,
10609
+ [dir="rtl"] .k-checkbox-label + .k-checkbox {
10610
+ margin-left: 0;
10611
+ margin-right: 0.25rem;
10612
+ }
10613
+
10614
+ .k-rtl .k-checkbox-label > .k-checkbox,
10615
+ [dir="rtl"] .k-checkbox-label > .k-checkbox {
10616
+ margin-right: 0;
10617
+ margin-left: 0.25rem;
10618
+ }
10619
+
10620
+ .k-rtl kendo-label.k-checkbox-label > .k-checkbox:last-child,
10621
+ [dir="rtl"] kendo-label.k-checkbox-label > .k-checkbox:last-child {
10622
+ margin-left: 0;
10623
+ }
10624
+
10625
+ .k-rtl kendo-label.k-checkbox-label > .k-label:first-child,
10626
+ [dir="rtl"] kendo-label.k-checkbox-label > .k-label:first-child {
10627
+ margin-right: 0;
10628
+ margin-left: 0.25rem;
10629
+ }
10630
+
10631
+ .k-rtl .k-list-horizontal .k-checkbox-item,
10632
+ [dir="rtl"] .k-list-horizontal .k-checkbox-item {
10633
+ margin-right: 0;
10634
+ margin-left: 32px;
10635
+ }
10636
+
10637
+ .k-rtl .k-list-horizontal .k-checkbox-item:last-child,
10638
+ [dir="rtl"] .k-list-horizontal .k-checkbox-item:last-child {
10639
+ margin-left: 0;
10640
+ }
10641
+
10642
+ .k-ripple-container .k-checkbox::after {
10643
+ content: "";
10644
+ display: block;
10645
+ position: absolute;
10646
+ left: 0;
10647
+ top: 0;
10648
+ width: 3rem;
10649
+ height: 3rem;
10650
+ margin-left: calc(-1rem + -1px);
10651
+ margin-top: calc(-1rem + -1px);
10652
+ border-radius: 100%;
10653
+ z-index: 1;
10654
+ transform: scale(0);
10655
+ }
10656
+
10657
+ .k-ripple-container .k-checkbox:disabled::after,
10658
+ .k-ripple-container .k-checkbox.k-disabled::after {
10659
+ display: none;
10660
+ }
10661
+
10662
+ .k-checkbox::-ms-check {
10663
+ border-width: 1px;
10664
+ border-color: inherit;
10665
+ color: inherit;
10666
+ background-color: inherit;
10667
+ }
10668
+
10669
+ .k-checkbox {
10670
+ border-color: #ced4da;
10671
+ background-color: #ffffff;
10672
+ }
10673
+
10674
+ .k-checkbox:focus,
10675
+ .k-checkbox.k-state-focus {
10676
+ border-color: #86b7fe;
10677
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
10678
+ }
10679
+
10680
+ .k-checkbox:indeterminate,
10681
+ .k-checkbox.k-state-indeterminate,
10682
+ .k-checkbox.k-indeterminate {
10683
+ border-color: #0d6efd;
10684
+ color: white;
10685
+ background-color: #0d6efd;
10686
+ }
10687
+
10688
+ .k-checkbox:checked,
10689
+ .k-checkbox.k-checked {
10690
+ border-color: #0d6efd;
10691
+ color: white;
10692
+ background-color: #0d6efd;
10693
+ }
10694
+
10695
+ .k-checkbox:checked:focus,
10696
+ .k-checkbox.k-checked.k-state-focus {
10697
+ border-color: #0d6efd;
10698
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
10699
+ }
10700
+
10701
+ .k-checkbox.k-invalid,
10702
+ .k-checkbox.k-state-invalid,
10703
+ .k-checkbox.ng-invalid.ng-touched,
10704
+ .k-checkbox.ng-invalid.ng-dirty {
10705
+ border-color: #dc3545;
10706
+ }
10707
+
10708
+ .k-checkbox.k-invalid + .k-checkbox-label,
10709
+ .k-checkbox.k-state-invalid + .k-checkbox-label,
10710
+ .k-checkbox.ng-invalid.ng-touched + .k-checkbox-label,
10711
+ .k-checkbox.ng-invalid.ng-dirty + .k-checkbox-label {
10712
+ color: #dc3545;
10713
+ }
10714
+
10715
+ .k-ripple-container .k-checkbox::after {
10716
+ background: #0d6efd;
10717
+ opacity: 0.3;
10718
+ }
10719
+
10720
+ .k-list,
10721
+ .k-list-container {
10722
+ font-size: 1rem;
10723
+ line-height: 1.5;
10724
+ }
10725
+
10474
10726
  .k-list-scroller {
10475
10727
  position: relative;
10476
10728
  overflow: auto;
@@ -10527,7 +10779,7 @@ kendo-list > .k-group-header,
10527
10779
  .k-list-optionlabel {
10528
10780
  padding: 0.25rem 1rem;
10529
10781
  min-height: 1.5em;
10530
- line-height: 1.5em;
10782
+ line-height: 1.5;
10531
10783
  white-space: normal;
10532
10784
  display: flex;
10533
10785
  align-items: center;
@@ -10541,6 +10793,12 @@ kendo-list > .k-group-header,
10541
10793
  outline: none;
10542
10794
  }
10543
10795
 
10796
+ .k-list__item .k-checkbox, .k-list .k-item .k-checkbox, .k-list-optionlabel .k-checkbox {
10797
+ margin-top: calc(0.75em - 0.5rem);
10798
+ font-size: inherit;
10799
+ align-self: flex-start;
10800
+ }
10801
+
10544
10802
  .k-list__item.k-first::before, .k-list .k-first.k-item::before,
10545
10803
  .k-first.k-list-optionlabel::before {
10546
10804
  content: "";
@@ -11376,7 +11634,7 @@ kendo-list > .k-group-header,
11376
11634
  .k-textbox-container,
11377
11635
  .k-floating-label-container {
11378
11636
  padding-top: 1.5rem;
11379
- width: 12.4em;
11637
+ width: 200px;
11380
11638
  display: inline-flex;
11381
11639
  vertical-align: middle;
11382
11640
  position: relative;
@@ -11474,131 +11732,103 @@ kendo-list > .k-group-header,
11474
11732
  }
11475
11733
 
11476
11734
  .k-combobox {
11477
- width: 12.4em;
11478
- border-width: 0;
11735
+ border-radius: 0.25rem;
11736
+ width: 200px;
11737
+ border-width: 1px;
11738
+ border-style: solid;
11479
11739
  box-sizing: border-box;
11480
11740
  outline: 0;
11481
- background: none;
11482
11741
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
11483
11742
  font-size: 1rem;
11484
11743
  line-height: 1.5;
11485
- text-align: left;
11744
+ text-align: start;
11486
11745
  white-space: nowrap;
11487
11746
  display: inline-flex;
11747
+ flex-flow: row nowrap;
11488
11748
  vertical-align: middle;
11489
11749
  position: relative;
11750
+ overflow: hidden;
11751
+ transition: all .1s ease;
11490
11752
  -webkit-touch-callout: none;
11491
11753
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
11492
11754
  }
11493
11755
 
11494
- .k-combobox .k-dropdown-wrap {
11495
- border-radius: 0.25rem;
11496
- padding: 0;
11497
- width: 100%;
11498
- border-width: 1px;
11499
- border-style: solid;
11500
- box-sizing: border-box;
11501
- position: relative;
11502
- display: flex;
11503
- flex-flow: row nowrap;
11504
- transition: all .1s ease;
11505
- outline: 0;
11506
- cursor: initial;
11507
- overflow: hidden;
11756
+ .k-combobox .k-i-loading {
11757
+ width: calc(16px + 0.75rem);
11758
+ height: 2.25rem;
11508
11759
  }
11509
11760
 
11510
11761
  .k-combobox .k-select {
11511
11762
  padding: 0.375rem 0.375rem;
11512
11763
  border-width: 0;
11513
11764
  border-inline-start-width: 1px;
11514
- box-sizing: border-box;
11515
11765
  border-style: solid;
11766
+ box-sizing: border-box;
11767
+ outline: 0;
11516
11768
  display: flex;
11769
+ flex-flow: row nowrap;
11517
11770
  align-items: center;
11518
11771
  justify-content: center;
11519
11772
  flex: 0 0 auto;
11520
- text-align: center;
11521
11773
  cursor: pointer;
11522
11774
  }
11523
11775
 
11524
- .k-combobox[dir="rtl"],
11525
- .k-rtl .k-combobox {
11526
- text-align: right;
11527
- }
11528
-
11529
- .k-combobox .k-dropdown-wrap {
11776
+ .k-combobox {
11530
11777
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
11531
11778
  }
11532
11779
 
11533
- .k-combobox .k-dropdown-wrap .k-select {
11780
+ .k-combobox .k-select {
11534
11781
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
11535
11782
  }
11536
11783
 
11537
- .k-combobox .k-dropdown-wrap {
11784
+ .k-combobox {
11538
11785
  border-color: #ced4da;
11539
11786
  color: #495057;
11540
11787
  background-color: #ffffff;
11541
11788
  }
11542
11789
 
11543
- .k-combobox .k-dropdown-wrap.k-invalid, .k-combobox .k-dropdown-wrap.k-invalid:hover, .k-combobox .k-dropdown-wrap.k-state-invalid {
11544
- border-color: #dc3545;
11545
- }
11546
-
11547
- .k-combobox .k-dropdown-wrap.k-invalid .k-input-validation-icon, .k-combobox .k-dropdown-wrap.k-invalid:hover .k-input-validation-icon, .k-combobox .k-dropdown-wrap.k-state-invalid .k-input-validation-icon {
11548
- color: #dc3545;
11549
- }
11550
-
11551
- .k-combobox .k-dropdown-wrap.k-invalid:focus, .k-combobox .k-dropdown-wrap.k-invalid.k-state-focused, .k-combobox .k-dropdown-wrap.k-invalid:hover:focus, .k-combobox .k-dropdown-wrap.k-invalid:hover.k-state-focused, .k-combobox .k-dropdown-wrap.k-state-invalid:focus, .k-combobox .k-dropdown-wrap.k-state-invalid.k-state-focused {
11552
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
11553
- }
11554
-
11555
- .k-combobox .k-select {
11556
- border-color: #e4e7eb;
11557
- color: #212529;
11558
- background-color: #e4e7eb;
11559
- }
11560
-
11561
- .k-combobox .k-select:hover {
11562
- border-color: #c7cdd5;
11563
- background-color: #ced3db;
11790
+ .k-combobox:focus, .k-combobox.k-state-focus {
11791
+ border-color: #86b7fe;
11792
+ color: #495057;
11793
+ background-color: #ffffff;
11794
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
11564
11795
  }
11565
11796
 
11566
- .k-combobox > .k-state-focused {
11797
+ .k-combobox:focus-within {
11567
11798
  border-color: #86b7fe;
11568
11799
  color: #495057;
11569
11800
  background-color: #ffffff;
11570
11801
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
11571
11802
  }
11572
11803
 
11573
- .k-combobox.k-state-invalid .k-dropdown-wrap, .k-combobox.ng-invalid.ng-touched .k-dropdown-wrap, .k-combobox.ng-invalid.ng-dirty .k-dropdown-wrap {
11804
+ .k-combobox.k-invalid, .k-combobox.ng-invalid, .k-combobox.k-state-invalid {
11574
11805
  border-color: #dc3545;
11575
11806
  }
11576
11807
 
11577
- .k-combobox.k-state-invalid .k-dropdown-wrap .k-input-validation-icon, .k-combobox.ng-invalid.ng-touched .k-dropdown-wrap .k-input-validation-icon, .k-combobox.ng-invalid.ng-dirty .k-dropdown-wrap .k-input-validation-icon {
11808
+ .k-combobox.k-invalid .k-input-validation-icon, .k-combobox.ng-invalid .k-input-validation-icon, .k-combobox.k-state-invalid .k-input-validation-icon {
11578
11809
  color: #dc3545;
11579
11810
  }
11580
11811
 
11581
- .k-combobox.k-state-invalid .k-dropdown-wrap:focus, .k-combobox.k-state-invalid .k-dropdown-wrap.k-state-focused, .k-combobox.ng-invalid.ng-touched .k-dropdown-wrap:focus, .k-combobox.ng-invalid.ng-touched .k-dropdown-wrap.k-state-focused, .k-combobox.ng-invalid.ng-dirty .k-dropdown-wrap:focus, .k-combobox.ng-invalid.ng-dirty .k-dropdown-wrap.k-state-focused {
11812
+ .k-combobox.k-invalid:focus-within, .k-combobox.k-invalid.k-state-focus, .k-combobox.ng-invalid:focus-within, .k-combobox.ng-invalid.k-state-focus, .k-combobox.k-state-invalid:focus-within, .k-combobox.k-state-invalid.k-state-focus {
11582
11813
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
11583
11814
  }
11584
11815
 
11585
- .k-combobox.k-state-focus .k-dropdown-wrap {
11586
- border-color: #86b7fe;
11587
- color: #495057;
11588
- background-color: #ffffff;
11589
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
11590
- }
11591
-
11592
- .k-combobox.k-invalid .k-dropdown-wrap {
11593
- border-color: #dc3545;
11816
+ .k-combobox .k-select {
11817
+ border-color: #e4e7eb;
11818
+ color: #212529;
11819
+ background-color: #e4e7eb;
11594
11820
  }
11595
11821
 
11596
- .k-combobox.k-invalid .k-dropdown-wrap .k-input-validation-icon {
11597
- color: #dc3545;
11822
+ .k-combobox .k-select:hover,
11823
+ .k-combobox .k-select.k-state-hover {
11824
+ border-color: #c7cdd5;
11825
+ background-color: #ced3db;
11598
11826
  }
11599
11827
 
11600
- .k-combobox.k-invalid.k-state-focus .k-dropdown-wrap {
11601
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
11828
+ .k-combobox .k-select:active,
11829
+ .k-combobox .k-select.k-state-active {
11830
+ border-color: #bfc6d0;
11831
+ background-color: #c7cdd5;
11602
11832
  }
11603
11833
 
11604
11834
  .k-table {
@@ -12747,6 +12977,7 @@ kendo-badge-container {
12747
12977
  .k-color-preview {
12748
12978
  border-width: 1px;
12749
12979
  border-radius: 0.25rem;
12980
+ box-sizing: border-box;
12750
12981
  border-style: solid;
12751
12982
  display: inline-flex;
12752
12983
  flex-direction: row;
@@ -12755,17 +12986,50 @@ kendo-badge-container {
12755
12986
  overflow: hidden;
12756
12987
  }
12757
12988
 
12758
- .k-color-preview::before {
12759
- content: "";
12989
+ .k-coloreditor-current-color {
12990
+ cursor: pointer;
12991
+ }
12992
+
12993
+ .k-icon-color-preview {
12994
+ border-width: 0;
12995
+ border-radius: 0;
12996
+ display: flex;
12997
+ flex-flow: column nowrap;
12998
+ align-items: center;
12999
+ justify-content: center;
13000
+ gap: 2px;
13001
+ }
13002
+
13003
+ .k-icon-color-preview .k-color-preview-mask {
13004
+ width: 14px;
13005
+ height: 2px;
13006
+ }
13007
+
13008
+ .k-color-preview-mask {
12760
13009
  width: 100%;
12761
13010
  height: 100%;
12762
- display: block;
12763
13011
  position: relative;
13012
+ }
13013
+
13014
+ .k-color-preview-mask::before {
13015
+ content: "";
13016
+ width: 100%;
13017
+ height: 100%;
13018
+ position: absolute;
13019
+ top: 0;
13020
+ left: 0;
12764
13021
  z-index: -1;
13022
+ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC");
13023
+ background-size: contain;
13024
+ background-position: 0 0;
12765
13025
  }
12766
13026
 
12767
- .k-coloreditor-current-color {
12768
- cursor: pointer;
13027
+ .k-no-color .k-color-preview-mask::before {
13028
+ content: "";
13029
+ background-color: #ffffff;
13030
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23dc3545' stroke-width='1'/%3e%3c/svg%3e");
13031
+ background-size: 100% 100%;
13032
+ background-position: 0 0;
12769
13033
  }
12770
13034
 
12771
13035
  .k-no-color::before {
@@ -12781,23 +13045,10 @@ kendo-badge-container {
12781
13045
  border-color: #dee2e6;
12782
13046
  }
12783
13047
 
12784
- .k-color-preview::before {
12785
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC");
12786
- background-size: contain;
12787
- background-position: 0;
12788
- }
12789
-
12790
13048
  .k-color-preview:hover, .k-color-preview.k-state-hover, .k-color-preview.k-hover {
12791
13049
  border-color: #d6d9dc;
12792
13050
  }
12793
13051
 
12794
- .k-no-color::before {
12795
- background-color: #ffffff;
12796
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23dc3545' stroke-width='1'/%3e%3c/svg%3e");
12797
- background-size: 100% 100%;
12798
- background-position: 0 0;
12799
- }
12800
-
12801
13052
  .k-loader {
12802
13053
  position: relative;
12803
13054
  display: inline-block;
@@ -13611,7 +13862,7 @@ kendo-badge-container {
13611
13862
  }
13612
13863
 
13613
13864
  .k-button::after {
13614
- border-radius: 0.25rem;
13865
+ border-radius: inherit;
13615
13866
  content: "";
13616
13867
  opacity: 0;
13617
13868
  display: none;
@@ -13625,12 +13876,6 @@ kendo-badge-container {
13625
13876
  transition: opacity .2s ease-in-out;
13626
13877
  }
13627
13878
 
13628
- .k-ie .k-button,
13629
- .k-ie .k-button-group {
13630
- display: inline-block;
13631
- overflow: visible;
13632
- }
13633
-
13634
13879
  .k-ie .k-button-icontext .k-icon,
13635
13880
  .k-ie .k-button-icontext .k-image,
13636
13881
  .k-ie .k-button-icontext .k-sprite {
@@ -13902,6 +14147,18 @@ kendo-badge-container {
13902
14147
  align-items: center;
13903
14148
  }
13904
14149
 
14150
+ .k-toolbar .k-textbox,
14151
+ .k-toolbar .k-combobox,
14152
+ .k-toolbar .k-dropdown,
14153
+ .k-toolbar .k-dropdowntree,
14154
+ .k-toolbar .k-searchbox,
14155
+ .k-toolbar .k-numerictextbox,
14156
+ .k-toolbar .k-datepicker,
14157
+ .k-toolbar .k-timepicker,
14158
+ .k-toolbar .k-datetimepicker {
14159
+ width: 10em;
14160
+ }
14161
+
13905
14162
  .k-toolbar-group {
13906
14163
  display: flex;
13907
14164
  flex-direction: inherit;
@@ -13910,6 +14167,7 @@ kendo-badge-container {
13910
14167
  }
13911
14168
 
13912
14169
  kendo-toolbar-renderer {
14170
+ display: inline-block;
13913
14171
  border-color: inherit;
13914
14172
  }
13915
14173
 
@@ -14211,10 +14469,6 @@ kendo-label > .k-label {
14211
14469
  width: 100%;
14212
14470
  }
14213
14471
 
14214
- .k-form .k-editor .k-dropdown, .k-form .k-editor .k-dropdowntree {
14215
- width: 12.4em;
14216
- }
14217
-
14218
14472
  .k-form-buttons {
14219
14473
  margin-top: 2rem;
14220
14474
  padding: 0;
@@ -14670,7 +14924,7 @@ kendo-label > .k-label {
14670
14924
  border-radius: 0.25rem;
14671
14925
  margin: 0;
14672
14926
  padding: 0;
14673
- width: 12.4em;
14927
+ width: 200px;
14674
14928
  height: calc(1.5em + 0.75rem + 2px);
14675
14929
  border-width: 1px;
14676
14930
  border-style: solid;
@@ -14858,299 +15112,54 @@ textarea.k-textarea {
14858
15112
  resize: both;
14859
15113
  }
14860
15114
 
14861
- .k-textbox-container > .k-textarea,
14862
- .k-floating-label-container > .k-textarea {
14863
- flex: 1 1 auto;
14864
- width: 100%;
14865
- }
14866
-
14867
- .k-ie .k-textarea :-ms-input-placeholder, .k-ie .k-textarea:-ms-input-placeholder {
14868
- color: #6c757d;
14869
- }
14870
-
14871
- .k-textarea {
14872
- transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
14873
- }
14874
-
14875
- .k-textarea {
14876
- border-color: #ced4da;
14877
- color: #495057;
14878
- background-color: #ffffff;
14879
- }
14880
-
14881
- .k-textarea:focus, .k-textarea.k-state-focus, .k-textarea.k-state-focused {
14882
- border-color: #86b7fe;
14883
- color: #495057;
14884
- background-color: #ffffff;
14885
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
14886
- }
14887
-
14888
- .k-textarea:focus-within {
14889
- border-color: #86b7fe;
14890
- color: #495057;
14891
- background-color: #ffffff;
14892
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
14893
- }
14894
-
14895
- .k-textarea.k-invalid, .k-textarea.k-state-invalid, .k-textarea.ng-invalid.ng-touched, .k-textarea.ng-invalid.ng-dirty {
14896
- border-color: #dc3545;
14897
- }
14898
-
14899
- .k-textarea.k-invalid .k-input-validation-icon, .k-textarea.k-state-invalid .k-input-validation-icon, .k-textarea.ng-invalid.ng-touched .k-input-validation-icon, .k-textarea.ng-invalid.ng-dirty .k-input-validation-icon {
14900
- color: #dc3545;
14901
- }
14902
-
14903
- .k-textarea.k-invalid:focus, .k-textarea.k-invalid.k-state-focus, .k-textarea.k-invalid.k-state-focused, .k-textarea.k-state-invalid:focus, .k-textarea.k-state-invalid.k-state-focus, .k-textarea.k-state-invalid.k-state-focused, .k-textarea.ng-invalid.ng-touched:focus, .k-textarea.ng-invalid.ng-touched.k-state-focus, .k-textarea.ng-invalid.ng-touched.k-state-focused, .k-textarea.ng-invalid.ng-dirty:focus, .k-textarea.ng-invalid.ng-dirty.k-state-focus, .k-textarea.ng-invalid.ng-dirty.k-state-focused {
14904
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
14905
- }
14906
-
14907
- .k-textarea.k-invalid:focus-within, .k-textarea.k-state-invalid:focus-within, .k-textarea.ng-invalid.ng-touched:focus-within, .k-textarea.ng-invalid.ng-dirty:focus-within {
14908
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
14909
- }
14910
-
14911
- .k-checkbox {
14912
- border-radius: 0.25rem;
14913
- margin: 0;
14914
- padding: 0;
14915
- width: 1rem;
14916
- height: 1rem;
14917
- line-height: initial;
14918
- border-width: 1px;
14919
- border-style: solid;
14920
- outline: 0;
14921
- box-sizing: border-box;
14922
- background-position: center;
14923
- background-repeat: no-repeat;
14924
- background-size: contain;
14925
- display: inline-block;
14926
- vertical-align: middle;
14927
- position: relative;
14928
- cursor: pointer;
14929
- -webkit-appearance: none;
14930
- }
14931
-
14932
- .k-checkbox:checked,
14933
- .k-checkbox.k-checked {
14934
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
14935
- }
14936
-
14937
- .k-checkbox:indeterminate,
14938
- .k-checkbox.k-indeterminate,
14939
- .k-checkbox.k-state-indeterminate {
14940
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
14941
- }
14942
-
14943
- .k-checkbox:disabled,
14944
- .k-checkbox.k-disabled,
14945
- .k-checkbox:disabled + .k-checkbox-label,
14946
- .k-checkbox.k-disabled + .k-checkbox-label {
14947
- outline: none;
14948
- cursor: default;
14949
- opacity: 0.65;
14950
- filter: grayscale(0.1);
14951
- pointer-events: none;
14952
- box-shadow: none;
14953
- }
14954
-
14955
- .k-checkbox-label {
14956
- margin: 0;
14957
- padding: 0;
14958
- line-height: calc(1rem + 1px);
14959
- display: inline-flex;
14960
- align-items: flex-start;
14961
- vertical-align: middle;
14962
- position: relative;
14963
- cursor: pointer;
14964
- }
14965
-
14966
- .k-checkbox-label .k-label {
14967
- cursor: pointer;
14968
- }
14969
-
14970
- .k-checkbox-label .k-ripple {
14971
- top: 0.5rem;
14972
- left: 0.5rem;
14973
- right: auto;
14974
- bottom: auto;
14975
- width: 2.5rem;
14976
- height: 2.5rem;
14977
- transform: translate(-50%, -50%);
14978
- border-radius: 50%;
14979
- visibility: hidden !important;
14980
- }
14981
-
14982
- .k-checkbox-label .k-ripple-blob {
14983
- top: 50% !important;
14984
- left: 50% !important;
14985
- width: 200% !important;
14986
- height: 200% !important;
14987
- }
14988
-
14989
- .k-checkbox + .k-checkbox-label {
14990
- display: inline;
14991
- }
14992
-
14993
- .k-checkbox + .k-checkbox-label,
14994
- .k-checkbox-label + .k-checkbox {
14995
- margin-left: 0.25rem;
14996
- }
14997
-
14998
- .k-checkbox-label > .k-checkbox {
14999
- margin-right: 0.25rem;
15000
- flex-shrink: 0;
15001
- }
15002
-
15003
- kendo-label.k-checkbox-label > .k-checkbox:last-child {
15004
- margin-right: 0;
15005
- }
15006
-
15007
- kendo-label.k-checkbox-label > .k-label:first-child {
15008
- margin-right: 0.25rem;
15009
- }
15010
-
15011
- kendo-label.k-checkbox-label > .k-label {
15012
- display: inline;
15013
- }
15014
-
15015
- .k-checkbox-label:empty {
15016
- display: none;
15017
- }
15018
-
15019
- .k-checkbox-label.k-no-text {
15020
- min-width: 1px;
15021
- }
15022
-
15023
- .k-checkbox-list {
15024
- margin: 0px;
15025
- padding: 0px;
15026
- list-style: none;
15027
- }
15028
-
15029
- .k-checkbox-list .k-checkbox-item {
15030
- padding: 0.25rem 0px;
15031
- }
15032
-
15033
- .k-list-horizontal .k-checkbox-item {
15034
- display: inline-block;
15035
- margin: 0 32px 0 0;
15036
- }
15037
-
15038
- .k-list-horizontal .k-checkbox-item:last-child {
15039
- margin-right: 0;
15040
- }
15041
-
15042
- .k-rtl .k-checkbox + .k-checkbox-label,
15043
- .k-rtl .k-checkbox-label + .k-checkbox,
15044
- [dir="rtl"] .k-checkbox + .k-checkbox-label,
15045
- [dir="rtl"] .k-checkbox-label + .k-checkbox {
15046
- margin-left: 0;
15047
- margin-right: 0.25rem;
15048
- }
15049
-
15050
- .k-rtl .k-checkbox-label > .k-checkbox,
15051
- [dir="rtl"] .k-checkbox-label > .k-checkbox {
15052
- margin-right: 0;
15053
- margin-left: 0.25rem;
15054
- }
15055
-
15056
- .k-rtl kendo-label.k-checkbox-label > .k-checkbox:last-child,
15057
- [dir="rtl"] kendo-label.k-checkbox-label > .k-checkbox:last-child {
15058
- margin-left: 0;
15059
- }
15060
-
15061
- .k-rtl kendo-label.k-checkbox-label > .k-label:first-child,
15062
- [dir="rtl"] kendo-label.k-checkbox-label > .k-label:first-child {
15063
- margin-right: 0;
15064
- margin-left: 0.25rem;
15065
- }
15066
-
15067
- .k-rtl .k-list-horizontal .k-checkbox-item,
15068
- [dir="rtl"] .k-list-horizontal .k-checkbox-item {
15069
- margin-right: 0;
15070
- margin-left: 32px;
15071
- }
15072
-
15073
- .k-rtl .k-list-horizontal .k-checkbox-item:last-child,
15074
- [dir="rtl"] .k-list-horizontal .k-checkbox-item:last-child {
15075
- margin-left: 0;
15076
- }
15077
-
15078
- .k-ripple-container .k-checkbox::after {
15079
- content: "";
15080
- display: block;
15081
- position: absolute;
15082
- left: 0;
15083
- top: 0;
15084
- width: 3rem;
15085
- height: 3rem;
15086
- margin-left: calc(-1rem + -1px);
15087
- margin-top: calc(-1rem + -1px);
15088
- border-radius: 100%;
15089
- z-index: 1;
15090
- transform: scale(0);
15115
+ .k-textbox-container > .k-textarea,
15116
+ .k-floating-label-container > .k-textarea {
15117
+ flex: 1 1 auto;
15118
+ width: 100%;
15091
15119
  }
15092
15120
 
15093
- .k-ripple-container .k-checkbox:disabled::after,
15094
- .k-ripple-container .k-checkbox.k-disabled::after {
15095
- display: none;
15121
+ .k-ie .k-textarea :-ms-input-placeholder, .k-ie .k-textarea:-ms-input-placeholder {
15122
+ color: #6c757d;
15096
15123
  }
15097
15124
 
15098
- .k-checkbox::-ms-check {
15099
- border-width: 1px;
15100
- border-color: inherit;
15101
- color: inherit;
15102
- background-color: inherit;
15125
+ .k-textarea {
15126
+ transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
15103
15127
  }
15104
15128
 
15105
- .k-checkbox {
15129
+ .k-textarea {
15106
15130
  border-color: #ced4da;
15131
+ color: #495057;
15107
15132
  background-color: #ffffff;
15108
15133
  }
15109
15134
 
15110
- .k-checkbox:focus,
15111
- .k-checkbox.k-state-focus {
15135
+ .k-textarea:focus, .k-textarea.k-state-focus, .k-textarea.k-state-focused {
15112
15136
  border-color: #86b7fe;
15137
+ color: #495057;
15138
+ background-color: #ffffff;
15113
15139
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
15114
15140
  }
15115
15141
 
15116
- .k-checkbox:indeterminate,
15117
- .k-checkbox.k-state-indeterminate,
15118
- .k-checkbox.k-indeterminate {
15119
- border-color: #0d6efd;
15120
- color: white;
15121
- background-color: #0d6efd;
15122
- }
15123
-
15124
- .k-checkbox:checked,
15125
- .k-checkbox.k-checked {
15126
- border-color: #0d6efd;
15127
- color: white;
15128
- background-color: #0d6efd;
15129
- }
15130
-
15131
- .k-checkbox:checked:focus,
15132
- .k-checkbox.k-checked.k-state-focus {
15133
- border-color: #0d6efd;
15142
+ .k-textarea:focus-within {
15143
+ border-color: #86b7fe;
15144
+ color: #495057;
15145
+ background-color: #ffffff;
15134
15146
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
15135
15147
  }
15136
15148
 
15137
- .k-checkbox.k-invalid,
15138
- .k-checkbox.k-state-invalid,
15139
- .k-checkbox.ng-invalid.ng-touched,
15140
- .k-checkbox.ng-invalid.ng-dirty {
15149
+ .k-textarea.k-invalid, .k-textarea.k-state-invalid, .k-textarea.ng-invalid.ng-touched, .k-textarea.ng-invalid.ng-dirty {
15141
15150
  border-color: #dc3545;
15142
15151
  }
15143
15152
 
15144
- .k-checkbox.k-invalid + .k-checkbox-label,
15145
- .k-checkbox.k-state-invalid + .k-checkbox-label,
15146
- .k-checkbox.ng-invalid.ng-touched + .k-checkbox-label,
15147
- .k-checkbox.ng-invalid.ng-dirty + .k-checkbox-label {
15153
+ .k-textarea.k-invalid .k-input-validation-icon, .k-textarea.k-state-invalid .k-input-validation-icon, .k-textarea.ng-invalid.ng-touched .k-input-validation-icon, .k-textarea.ng-invalid.ng-dirty .k-input-validation-icon {
15148
15154
  color: #dc3545;
15149
15155
  }
15150
15156
 
15151
- .k-ripple-container .k-checkbox::after {
15152
- background: #0d6efd;
15153
- opacity: 0.3;
15157
+ .k-textarea.k-invalid:focus, .k-textarea.k-invalid.k-state-focus, .k-textarea.k-invalid.k-state-focused, .k-textarea.k-state-invalid:focus, .k-textarea.k-state-invalid.k-state-focus, .k-textarea.k-state-invalid.k-state-focused, .k-textarea.ng-invalid.ng-touched:focus, .k-textarea.ng-invalid.ng-touched.k-state-focus, .k-textarea.ng-invalid.ng-touched.k-state-focused, .k-textarea.ng-invalid.ng-dirty:focus, .k-textarea.ng-invalid.ng-dirty.k-state-focus, .k-textarea.ng-invalid.ng-dirty.k-state-focused {
15158
+ box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
15159
+ }
15160
+
15161
+ .k-textarea.k-invalid:focus-within, .k-textarea.k-state-invalid:focus-within, .k-textarea.ng-invalid.ng-touched:focus-within, .k-textarea.ng-invalid.ng-dirty:focus-within {
15162
+ box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
15154
15163
  }
15155
15164
 
15156
15165
  .k-listbox {
@@ -15520,6 +15529,7 @@ kendo-label.k-checkbox-label > .k-label {
15520
15529
  background-repeat: no-repeat;
15521
15530
  background-size: contain;
15522
15531
  display: inline-block;
15532
+ flex: none;
15523
15533
  vertical-align: middle;
15524
15534
  position: relative;
15525
15535
  cursor: pointer;
@@ -15563,7 +15573,7 @@ kendo-label.k-checkbox-label > .k-label {
15563
15573
  }
15564
15574
 
15565
15575
  .k-radio-label:empty {
15566
- display: none;
15576
+ display: none !important;
15567
15577
  }
15568
15578
 
15569
15579
  .k-radio-label .k-ripple {
@@ -17215,22 +17225,22 @@ kendo-label.k-radio-label > .k-label {
17215
17225
 
17216
17226
  .k-autocomplete {
17217
17227
  border-radius: 0.25rem;
17218
- width: 12.4em;
17228
+ width: 200px;
17219
17229
  border-width: 1px;
17220
17230
  border-style: solid;
17221
- outline: 0;
17222
17231
  box-sizing: border-box;
17232
+ outline: 0;
17223
17233
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
17224
17234
  font-size: 1rem;
17225
17235
  line-height: 1.5;
17236
+ text-align: start;
17226
17237
  white-space: nowrap;
17227
17238
  display: inline-flex;
17228
17239
  flex-flow: row nowrap;
17229
- align-items: stretch;
17230
17240
  vertical-align: middle;
17231
- transition: all .1s ease;
17232
17241
  position: relative;
17233
- cursor: default;
17242
+ overflow: hidden;
17243
+ transition: all .1s ease;
17234
17244
  -webkit-touch-callout: none;
17235
17245
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
17236
17246
  }
@@ -17411,7 +17421,7 @@ kendo-label.k-radio-label > .k-label {
17411
17421
  }
17412
17422
 
17413
17423
  .k-numerictextbox {
17414
- width: 12.4em;
17424
+ width: 200px;
17415
17425
  border-width: 0;
17416
17426
  box-sizing: border-box;
17417
17427
  outline: 0;
@@ -17811,14 +17821,18 @@ kendo-label.k-radio-label > .k-label {
17811
17821
  }
17812
17822
 
17813
17823
  .k-coloreditor-preview {
17824
+ display: flex;
17825
+ flex-flow: column nowrap;
17826
+ align-items: stretch;
17827
+ justify-content: center;
17828
+ gap: 0.25rem;
17814
17829
  position: relative;
17815
- gap: 2px;
17816
17830
  z-index: 1;
17817
17831
  }
17818
17832
 
17819
17833
  .k-coloreditor-preview .k-color-preview {
17820
- width: 34px;
17821
- height: 14px;
17834
+ width: 32px;
17835
+ height: 12px;
17822
17836
  }
17823
17837
 
17824
17838
  .k-coloreditor-views {
@@ -17895,6 +17909,13 @@ kendo-label.k-radio-label > .k-label {
17895
17909
  overflow: hidden;
17896
17910
  }
17897
17911
 
17912
+ .k-colorpicker .k-color-preview {
17913
+ margin: 0.375rem;
17914
+ width: 1.5em;
17915
+ height: 1.5em;
17916
+ z-index: 1;
17917
+ }
17918
+
17898
17919
  .k-colorpicker .k-tool-icon {
17899
17920
  padding: 0.375rem;
17900
17921
  width: calc(1.5em + 0.75rem);
@@ -17992,7 +18013,7 @@ kendo-label.k-radio-label > .k-label {
17992
18013
 
17993
18014
  .k-dateinput {
17994
18015
  border-radius: 0.25rem;
17995
- width: 12.4em;
18016
+ width: 200px;
17996
18017
  border-width: 1px;
17997
18018
  border-style: solid;
17998
18019
  box-sizing: border-box;
@@ -18117,7 +18138,7 @@ kendo-label.k-radio-label > .k-label {
18117
18138
 
18118
18139
  .k-datepicker {
18119
18140
  border-radius: 0.25rem;
18120
- width: 12.4em;
18141
+ width: 200px;
18121
18142
  border-width: 1px;
18122
18143
  border-style: solid;
18123
18144
  box-sizing: border-box;
@@ -18208,7 +18229,7 @@ kendo-label.k-radio-label > .k-label {
18208
18229
 
18209
18230
  .k-timepicker {
18210
18231
  border-radius: 0.25rem;
18211
- width: 12.4em;
18232
+ width: 200px;
18212
18233
  border-width: 1px;
18213
18234
  border-style: solid;
18214
18235
  box-sizing: border-box;
@@ -18299,7 +18320,7 @@ kendo-label.k-radio-label > .k-label {
18299
18320
 
18300
18321
  .k-datetimepicker {
18301
18322
  border-radius: 0.25rem;
18302
- width: 12.4em;
18323
+ width: 200px;
18303
18324
  border-width: 1px;
18304
18325
  border-style: solid;
18305
18326
  box-sizing: border-box;
@@ -18742,73 +18763,57 @@ kendo-label.k-radio-label > .k-label {
18742
18763
  }
18743
18764
 
18744
18765
  .k-dropdown, .k-dropdowntree {
18745
- width: 12.4em;
18746
- border-width: 0;
18747
- outline: 0;
18748
- background: none;
18766
+ border-radius: 0.25rem;
18767
+ width: 200px;
18768
+ border-width: 1px;
18769
+ border-style: solid;
18749
18770
  box-sizing: border-box;
18771
+ outline: 0;
18750
18772
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
18751
18773
  font-size: 1rem;
18752
18774
  line-height: 1.5;
18753
- text-align: left;
18775
+ text-align: start;
18754
18776
  white-space: nowrap;
18755
18777
  display: inline-flex;
18778
+ flex-flow: row nowrap;
18756
18779
  vertical-align: middle;
18757
18780
  position: relative;
18781
+ overflow: hidden;
18782
+ transition: all .1s ease;
18758
18783
  -webkit-touch-callout: none;
18759
18784
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18760
18785
  }
18761
18786
 
18762
- .k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
18763
- border-radius: 0.25rem;
18764
- padding: 0;
18765
- width: 100%;
18766
- display: flex;
18767
- flex-flow: row nowrap;
18768
- border-width: 1px;
18769
- border-style: solid;
18770
- box-sizing: border-box;
18771
- position: relative;
18772
- transition: all .1s ease;
18773
- cursor: pointer;
18774
- outline: 0;
18775
- overflow: hidden;
18787
+ .k-dropdown .k-i-loading, .k-dropdowntree .k-i-loading {
18788
+ width: calc(16px + 0.75rem);
18789
+ height: 2.25rem;
18776
18790
  }
18777
18791
 
18778
- .k-dropdown .k-dropdown-wrap .k-select, .k-dropdowntree .k-dropdown-wrap .k-select {
18792
+ .k-dropdown .k-select, .k-dropdowntree .k-select {
18779
18793
  padding: 0.375rem 0.375rem;
18780
18794
  border-width: 0;
18781
18795
  border-inline-start-width: 1px;
18796
+ border-style: solid;
18782
18797
  border-color: transparent;
18783
18798
  box-sizing: border-box;
18784
- border-style: solid;
18799
+ outline: 0;
18785
18800
  display: flex;
18801
+ flex-flow: row nowrap;
18786
18802
  align-items: center;
18787
18803
  justify-content: center;
18788
18804
  flex: 0 0 auto;
18789
- text-align: center;
18790
18805
  cursor: pointer;
18791
18806
  }
18792
18807
 
18793
- .k-dropdown.k-rtl, .k-rtl.k-dropdowntree,
18794
- .k-dropdown[dir="rtl"],
18795
- .k-dropdowntree[dir="rtl"],
18796
- .k-rtl .k-dropdown,
18797
- .k-rtl .k-dropdowntree,
18798
- [dir="rtl"] .k-dropdown,
18799
- [dir="rtl"] .k-dropdowntree {
18800
- text-align: right;
18801
- }
18802
-
18803
18808
  .k-dropdown-operator {
18804
18809
  width: auto;
18805
18810
  }
18806
18811
 
18807
- .k-dropdown-operator .k-dropdown-wrap .k-input {
18812
+ .k-dropdown-operator .k-input {
18808
18813
  display: none;
18809
18814
  }
18810
18815
 
18811
- .k-dropdown-operator .k-dropdown-wrap .k-select {
18816
+ .k-dropdown-operator .k-select {
18812
18817
  width: calc(1.5em + 0.75rem);
18813
18818
  height: calc(1.5em + 0.75rem);
18814
18819
  }
@@ -18826,68 +18831,45 @@ select.k-dropdown, select.k-dropdowntree {
18826
18831
  cursor: pointer;
18827
18832
  }
18828
18833
 
18829
- .k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
18834
+ .k-dropdown, .k-dropdowntree {
18830
18835
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
18831
18836
  }
18832
18837
 
18833
- .k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
18838
+ .k-dropdown, .k-dropdowntree {
18834
18839
  border-color: #e4e7eb;
18835
18840
  color: #212529;
18836
18841
  background-color: #e4e7eb;
18837
18842
  }
18838
18843
 
18839
- .k-dropdown .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap:hover, .k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover {
18844
+ .k-dropdown:hover, .k-dropdowntree:hover, .k-dropdown.k-state-hover, .k-state-hover.k-dropdowntree {
18840
18845
  border-color: #c7cdd5;
18841
18846
  background-color: #ced3db;
18842
18847
  }
18843
18848
 
18844
- .k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
18849
+ .k-dropdown:focus, .k-dropdowntree:focus, .k-dropdown.k-state-focus, .k-state-focus.k-dropdowntree {
18845
18850
  border-color: #bfc6d0;
18846
18851
  background-color: #c7cdd5;
18847
18852
  box-shadow: 0 0 0 3px rgba(228, 231, 235, 0.5);
18848
18853
  }
18849
18854
 
18850
- .k-dropdown .k-dropdown-wrap.k-invalid, .k-dropdowntree .k-dropdown-wrap.k-invalid, .k-dropdown .k-dropdown-wrap.k-invalid:hover, .k-dropdowntree .k-dropdown-wrap.k-invalid:hover, .k-dropdown .k-dropdown-wrap.k-state-invalid, .k-dropdowntree .k-dropdown-wrap.k-state-invalid {
18851
- border-color: #dc3545;
18852
- }
18853
-
18854
- .k-dropdown .k-dropdown-wrap.k-invalid .k-input-validation-icon, .k-dropdowntree .k-dropdown-wrap.k-invalid .k-input-validation-icon, .k-dropdown .k-dropdown-wrap.k-invalid:hover .k-input-validation-icon, .k-dropdowntree .k-dropdown-wrap.k-invalid:hover .k-input-validation-icon, .k-dropdown .k-dropdown-wrap.k-state-invalid .k-input-validation-icon, .k-dropdowntree .k-dropdown-wrap.k-state-invalid .k-input-validation-icon {
18855
- color: #dc3545;
18856
- }
18857
-
18858
- .k-dropdown .k-dropdown-wrap.k-invalid:focus, .k-dropdowntree .k-dropdown-wrap.k-invalid:focus, .k-dropdown .k-dropdown-wrap.k-invalid.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-invalid.k-state-focused, .k-dropdown .k-dropdown-wrap.k-invalid:hover:focus, .k-dropdowntree .k-dropdown-wrap.k-invalid:hover:focus, .k-dropdown .k-dropdown-wrap.k-invalid:hover.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-invalid:hover.k-state-focused, .k-dropdown .k-dropdown-wrap.k-state-invalid:focus, .k-dropdowntree .k-dropdown-wrap.k-state-invalid:focus, .k-dropdown .k-dropdown-wrap.k-state-invalid.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-invalid.k-state-focused {
18859
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
18855
+ .k-dropdown:focus-within, .k-dropdowntree:focus-within {
18856
+ border-color: #bfc6d0;
18857
+ background-color: #c7cdd5;
18858
+ box-shadow: 0 0 0 3px rgba(228, 231, 235, 0.5);
18860
18859
  }
18861
18860
 
18862
- .k-dropdown.k-state-invalid > .k-dropdown-wrap, .k-state-invalid.k-dropdowntree > .k-dropdown-wrap, .k-dropdown.ng-invalid.ng-touched > .k-dropdown-wrap, .ng-invalid.ng-touched.k-dropdowntree > .k-dropdown-wrap, .k-dropdown.ng-invalid.ng-dirty > .k-dropdown-wrap, .ng-invalid.ng-dirty.k-dropdowntree > .k-dropdown-wrap {
18861
+ .k-dropdown.k-invalid, .k-invalid.k-dropdowntree, .k-dropdown.ng-invalid, .ng-invalid.k-dropdowntree, .k-dropdown.k-state-invalid, .k-state-invalid.k-dropdowntree {
18863
18862
  border-color: #dc3545;
18864
18863
  }
18865
18864
 
18866
- .k-dropdown.k-state-invalid > .k-dropdown-wrap .k-input-validation-icon, .k-state-invalid.k-dropdowntree > .k-dropdown-wrap .k-input-validation-icon, .k-dropdown.ng-invalid.ng-touched > .k-dropdown-wrap .k-input-validation-icon, .ng-invalid.ng-touched.k-dropdowntree > .k-dropdown-wrap .k-input-validation-icon, .k-dropdown.ng-invalid.ng-dirty > .k-dropdown-wrap .k-input-validation-icon, .ng-invalid.ng-dirty.k-dropdowntree > .k-dropdown-wrap .k-input-validation-icon {
18865
+ .k-dropdown.k-invalid .k-input-validation-icon, .k-invalid.k-dropdowntree .k-input-validation-icon, .k-dropdown.ng-invalid .k-input-validation-icon, .ng-invalid.k-dropdowntree .k-input-validation-icon, .k-dropdown.k-state-invalid .k-input-validation-icon, .k-state-invalid.k-dropdowntree .k-input-validation-icon {
18867
18866
  color: #dc3545;
18868
18867
  }
18869
18868
 
18870
- .k-dropdown.k-state-invalid > .k-dropdown-wrap:focus, .k-state-invalid.k-dropdowntree > .k-dropdown-wrap:focus, .k-dropdown.k-state-invalid > .k-dropdown-wrap.k-state-focused, .k-state-invalid.k-dropdowntree > .k-dropdown-wrap.k-state-focused, .k-dropdown.ng-invalid.ng-touched > .k-dropdown-wrap:focus, .ng-invalid.ng-touched.k-dropdowntree > .k-dropdown-wrap:focus, .k-dropdown.ng-invalid.ng-touched > .k-dropdown-wrap.k-state-focused, .ng-invalid.ng-touched.k-dropdowntree > .k-dropdown-wrap.k-state-focused, .k-dropdown.ng-invalid.ng-dirty > .k-dropdown-wrap:focus, .ng-invalid.ng-dirty.k-dropdowntree > .k-dropdown-wrap:focus, .k-dropdown.ng-invalid.ng-dirty > .k-dropdown-wrap.k-state-focused, .ng-invalid.ng-dirty.k-dropdowntree > .k-dropdown-wrap.k-state-focused {
18869
+ .k-dropdown.k-invalid:focus-within, .k-invalid.k-dropdowntree:focus-within, .k-dropdown.k-invalid.k-state-focus, .k-invalid.k-state-focus.k-dropdowntree, .k-dropdown.ng-invalid:focus-within, .ng-invalid.k-dropdowntree:focus-within, .k-dropdown.ng-invalid.k-state-focus, .ng-invalid.k-state-focus.k-dropdowntree, .k-dropdown.k-state-invalid:focus-within, .k-state-invalid.k-dropdowntree:focus-within, .k-dropdown.k-state-invalid.k-state-focus, .k-state-invalid.k-state-focus.k-dropdowntree {
18871
18870
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
18872
18871
  }
18873
18872
 
18874
- select.k-dropdown, select.k-dropdowntree {
18875
- border-color: #e4e7eb;
18876
- color: #212529;
18877
- background-color: #e4e7eb;
18878
- }
18879
-
18880
- select.k-dropdown:hover, select.k-dropdowntree:hover {
18881
- border-color: #c7cdd5;
18882
- background-color: #ced3db;
18883
- }
18884
-
18885
- select.k-dropdown:focus, select.k-dropdowntree:focus {
18886
- border-color: #bfc6d0;
18887
- background-color: #c7cdd5;
18888
- box-shadow: 0 0 0 3px rgba(228, 231, 235, 0.5);
18889
- }
18890
-
18891
18873
  .k-multiselect, .k-dropdowntree {
18892
18874
  border-radius: 0.25rem;
18893
18875
  width: 100%;
@@ -19400,7 +19382,7 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
19400
19382
  }
19401
19383
 
19402
19384
  .k-dropdowntree {
19403
- width: 12.4em;
19385
+ width: 200px;
19404
19386
  }
19405
19387
 
19406
19388
  .k-popup-dropdowntree {
@@ -19416,67 +19398,61 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
19416
19398
  }
19417
19399
 
19418
19400
  .k-maskedtextbox {
19419
- width: 12.4em;
19401
+ border-radius: 0.25rem;
19402
+ width: 200px;
19403
+ border-width: 1px;
19404
+ border-style: solid;
19405
+ box-sizing: border-box;
19406
+ outline: 0;
19420
19407
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19421
19408
  font-size: 1rem;
19422
19409
  line-height: 1.5;
19423
- border-width: 0;
19424
- box-sizing: border-box;
19425
- outline: 0;
19426
- background: none;
19427
- text-align: left;
19410
+ text-align: start;
19428
19411
  white-space: nowrap;
19429
19412
  display: inline-flex;
19413
+ flex-flow: row nowrap;
19430
19414
  vertical-align: middle;
19431
19415
  position: relative;
19416
+ overflow: hidden;
19417
+ transition: all .1s ease;
19432
19418
  -webkit-touch-callout: none;
19433
19419
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19434
19420
  }
19435
19421
 
19436
- .k-maskedtextbox > .k-textbox {
19437
- flex: 1 0 0%;
19438
- min-width: 0;
19439
- }
19440
-
19441
- .k-maskedtextbox > .k-textbox.k-state-invalid {
19442
- transition: none;
19443
- }
19444
-
19445
- .k-maskedtextbox .k-i-warning {
19446
- position: absolute;
19447
- top: 50%;
19448
- transform: translateY(-50%);
19449
- right: 1rem;
19450
- }
19451
-
19452
- .k-maskedtextbox[dir="rtl"],
19453
- .k-rtl .k-maskedtextbox {
19454
- text-align: right;
19422
+ .k-maskedtextbox .k-i-loading {
19423
+ width: calc(16px + 0.75rem);
19424
+ height: 2.25rem;
19455
19425
  }
19456
19426
 
19457
- .k-maskedtextbox[dir="rtl"] .k-i-warning,
19458
- .k-rtl .k-maskedtextbox .k-i-warning {
19459
- right: auto;
19460
- left: 1rem;
19427
+ .k-maskedtextbox {
19428
+ border-color: #ced4da;
19429
+ color: #495057;
19430
+ background-color: #ffffff;
19461
19431
  }
19462
19432
 
19463
- .k-maskedtextbox ::-ms-clear {
19464
- display: none;
19433
+ .k-maskedtextbox:focus, .k-maskedtextbox.k-state-focus {
19434
+ border-color: #86b7fe;
19435
+ color: #495057;
19436
+ background-color: #ffffff;
19437
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
19465
19438
  }
19466
19439
 
19467
- .k-maskedtextbox .k-i-warning {
19468
- color: #dc3545;
19440
+ .k-maskedtextbox:focus-within {
19441
+ border-color: #86b7fe;
19442
+ color: #495057;
19443
+ background-color: #ffffff;
19444
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
19469
19445
  }
19470
19446
 
19471
- .k-maskedtextbox.k-state-invalid .k-textbox, .k-maskedtextbox.ng-invalid.ng-touched .k-textbox, .k-maskedtextbox.ng-invalid.ng-dirty .k-textbox {
19447
+ .k-maskedtextbox.k-invalid, .k-maskedtextbox.ng-invalid, .k-maskedtextbox.k-state-invalid {
19472
19448
  border-color: #dc3545;
19473
19449
  }
19474
19450
 
19475
- .k-maskedtextbox.k-state-invalid .k-input-validation-icon, .k-maskedtextbox.ng-invalid.ng-touched .k-input-validation-icon, .k-maskedtextbox.ng-invalid.ng-dirty .k-input-validation-icon {
19451
+ .k-maskedtextbox.k-invalid .k-input-validation-icon, .k-maskedtextbox.ng-invalid .k-input-validation-icon, .k-maskedtextbox.k-state-invalid .k-input-validation-icon {
19476
19452
  color: #dc3545;
19477
19453
  }
19478
19454
 
19479
- .k-maskedtextbox.k-state-invalid:focus .k-textbox, .k-maskedtextbox.k-state-invalid.k-state-focused .k-textbox, .k-maskedtextbox.ng-invalid.ng-touched:focus .k-textbox, .k-maskedtextbox.ng-invalid.ng-touched.k-state-focused .k-textbox, .k-maskedtextbox.ng-invalid.ng-dirty:focus .k-textbox, .k-maskedtextbox.ng-invalid.ng-dirty.k-state-focused .k-textbox {
19455
+ .k-maskedtextbox.k-invalid:focus-within, .k-maskedtextbox.k-invalid.k-state-focus, .k-maskedtextbox.ng-invalid:focus-within, .k-maskedtextbox.ng-invalid.k-state-focus, .k-maskedtextbox.k-state-invalid:focus-within, .k-maskedtextbox.k-state-invalid.k-state-focus {
19480
19456
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
19481
19457
  }
19482
19458
 
@@ -20427,6 +20403,18 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
20427
20403
  display: inline-block;
20428
20404
  }
20429
20405
 
20406
+ .k-appbar .k-textbox,
20407
+ .k-appbar .k-combobox,
20408
+ .k-appbar .k-dropdown,
20409
+ .k-appbar .k-dropdowntree,
20410
+ .k-appbar .k-searchbox,
20411
+ .k-appbar .k-numerictextbox,
20412
+ .k-appbar .k-datepicker,
20413
+ .k-appbar .k-timepicker,
20414
+ .k-appbar .k-datetimepicker {
20415
+ width: 10em;
20416
+ }
20417
+
20430
20418
  .k-appbar-static {
20431
20419
  position: static;
20432
20420
  }
@@ -26216,7 +26204,7 @@ kendo-card-footer {
26216
26204
  }
26217
26205
 
26218
26206
  .k-grid-search {
26219
- width: 12.4em;
26207
+ width: 200px;
26220
26208
  }
26221
26209
 
26222
26210
  .k-grouping-header {
@@ -26523,7 +26511,6 @@ div.k-grid-footer {
26523
26511
  }
26524
26512
 
26525
26513
  .k-grid-columnmenu-popup.k-popup {
26526
- padding: 0.5rem 0;
26527
26514
  }
26528
26515
 
26529
26516
  .k-filter-row {
@@ -27104,7 +27091,7 @@ div.k-grid-norecords {
27104
27091
 
27105
27092
  .k-column-chooser-title,
27106
27093
  .k-column-list-item {
27107
- padding: 0.25rem 1.5rem;
27094
+ padding: 0.25rem 1rem;
27108
27095
  }
27109
27096
 
27110
27097
  .k-column-list-item {
@@ -27119,7 +27106,7 @@ div.k-grid-norecords {
27119
27106
  }
27120
27107
 
27121
27108
  .k-columnmenu-item {
27122
- padding: 0.25rem 1.5rem;
27109
+ padding: 0.25rem 1rem;
27123
27110
  outline: 0;
27124
27111
  cursor: pointer;
27125
27112
  }
@@ -27842,16 +27829,10 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
27842
27829
  min-width: 1.5em;
27843
27830
  }
27844
27831
 
27845
- .k-spreadsheet-toolbar [data-tool="fontSize"] {
27846
- width: 5rem;
27847
- }
27848
-
27849
- .k-spreadsheet-toolbar [data-tool="fontFamily"] {
27850
- width: 6rem;
27851
- }
27852
-
27853
- .k-spreadsheet-toolbar [data-tool="format"] {
27854
- width: 4rem;
27832
+ .k-spreadsheet-toolbar .k-combobox,
27833
+ .k-spreadsheet-toolbar .k-dropdown,
27834
+ .k-spreadsheet-toolbar .k-dropdowntree {
27835
+ width: 5em;
27855
27836
  }
27856
27837
 
27857
27838
  .k-spreadsheet-action-bar {
@@ -30724,6 +30705,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
30724
30705
  background: transparent;
30725
30706
  }
30726
30707
 
30708
+ .k-editor-toolbar,
30727
30709
  .k-editor > .k-toolbar {
30728
30710
  border-width: 0 0 1px 0;
30729
30711
  flex-shrink: 0;
@@ -30751,7 +30733,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
30751
30733
  visibility: hidden;
30752
30734
  }
30753
30735
 
30754
- .k-editor-toolbar .k-overflow-anchor {
30736
+ .k-editor-toolbar .k-overflow-tools .k-overflow-anchor {
30755
30737
  border-width: 0;
30756
30738
  padding: 0.5rem;
30757
30739
  width: calc(1.5em + 1.75rem + 2px);
@@ -30868,14 +30850,6 @@ td.k-editor-content {
30868
30850
  display: none;
30869
30851
  }
30870
30852
 
30871
- .k-rtl .k-editor .k-editor-widget .k-dropdown-wrap {
30872
- padding-left: 0;
30873
- }
30874
-
30875
- .k-rtl .k-editor .k-editor-widget .k-dropdown-wrap .k-select {
30876
- border-width: 0;
30877
- }
30878
-
30879
30853
  .k-editor-find-replace .k-content {
30880
30854
  position: relative;
30881
30855
  }
@@ -31372,18 +31346,17 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31372
31346
  }
31373
31347
 
31374
31348
  .k-imageeditor-action-pane {
31349
+ padding: 2rem 1rem;
31350
+ width: 241px;
31375
31351
  border-width: 0;
31376
31352
  border-left-width: 1px;
31377
31353
  border-style: solid;
31378
31354
  border-color: inherit;
31379
- flex-shrink: 0;
31355
+ box-sizing: border-box;
31356
+ flex: none;
31380
31357
  overflow-y: auto;
31381
31358
  }
31382
31359
 
31383
- .k-imageeditor-action-pane > .k-form {
31384
- padding: 2rem 1rem;
31385
- }
31386
-
31387
31360
  .k-imageeditor-crop-overlay {
31388
31361
  width: 100%;
31389
31362
  height: 100%;
@@ -31462,10 +31435,6 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31462
31435
  align-self: flex-start;
31463
31436
  }
31464
31437
 
31465
- .k-ie .k-imageeditor-action-pane {
31466
- flex: 0 0 auto;
31467
- }
31468
-
31469
31438
  .k-imageeditor {
31470
31439
  border-color: #dee2e6;
31471
31440
  color: #212529;
@@ -33606,7 +33575,7 @@ kendo-scheduler .k-recurrence-editor {
33606
33575
  .k-scheduler-edit-form .k-widget.k-recur-month,
33607
33576
  .k-scheduler-edit-form .k-widget.k-recur-weekday,
33608
33577
  .k-scheduler-edit-form .k-widget.k-recur-weekday-offset {
33609
- width: 9em;
33578
+ width: 10em;
33610
33579
  }
33611
33580
 
33612
33581
  .k-rtl .k-scheduler-header th,
@@ -34613,6 +34582,10 @@ ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-sched
34613
34582
  box-shadow: none;
34614
34583
  }
34615
34584
 
34585
+ .k-mediaplayer-toolbar .k-dropdown, .k-mediaplayer-toolbar .k-dropdowntree {
34586
+ width: auto;
34587
+ }
34588
+
34616
34589
  .k-mediaplayer-time-wrap {
34617
34590
  flex: 1;
34618
34591
  }
@@ -36421,39 +36394,36 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36421
36394
  }
36422
36395
 
36423
36396
  .k-navigator .k-button {
36424
- margin: 0;
36425
36397
  padding: 0;
36426
36398
  width: auto;
36427
36399
  height: auto;
36428
- border-radius: 100%;
36429
36400
  line-height: 1;
36430
36401
  box-shadow: none;
36431
36402
  position: absolute;
36432
36403
  }
36433
36404
 
36434
- .k-navigator .k-button:not(:hover) {
36435
- border-color: transparent;
36436
- background: none;
36437
- }
36438
-
36405
+ .k-navigator .k-navigator-n,
36439
36406
  .k-navigator .k-navigator-up {
36440
36407
  transform: translateX(-50%);
36441
36408
  top: 2px;
36442
36409
  left: 50%;
36443
36410
  }
36444
36411
 
36412
+ .k-navigator .k-navigator-e,
36445
36413
  .k-navigator .k-navigator-right {
36446
36414
  transform: translateY(-50%);
36447
36415
  right: 2px;
36448
36416
  top: 50%;
36449
36417
  }
36450
36418
 
36419
+ .k-navigator .k-navigator-s,
36451
36420
  .k-navigator .k-navigator-down {
36452
36421
  transform: translateX(-50%);
36453
36422
  bottom: 2px;
36454
36423
  left: 50%;
36455
36424
  }
36456
36425
 
36426
+ .k-navigator .k-navigator-w,
36457
36427
  .k-navigator .k-navigator-left {
36458
36428
  transform: translateY(-50%);
36459
36429
  left: 2px;