@progress/kendo-theme-material 7.1.0-dev.8 → 7.1.0
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/dist/all.css +153 -34
- package/dist/all.scss +2659 -1640
- package/dist/meta/sassdoc-data.json +1460 -1576
- package/dist/meta/sassdoc-raw-data.json +723 -777
- package/dist/meta/variables.json +464 -400
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +0 -229
- package/scss/action-buttons/_theme.scss +2 -2
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_theme.scss +12 -1
- package/scss/breadcrumb/_variables.scss +2 -2
- package/scss/button/_theme.scss +3 -3
- package/scss/button/_variables.scss +3 -3
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +3 -3
- package/scss/chat/_variables.scss +2 -2
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +4 -4
- package/scss/chip/_theme.scss +16 -13
- package/scss/chip/_variables.scss +8 -8
- package/scss/core/_index.scss +4 -1
- package/scss/core/color-system/_functions.scss +101 -0
- package/scss/core/color-system/_palettes-legacy.scss +671 -0
- package/scss/core/color-system/_palettes.scss +297 -0
- package/scss/core/color-system/_swatch-legacy.scss +65 -0
- package/scss/core/color-system/_swatch.scss +426 -0
- package/scss/dataviz/_variables.scss +42 -42
- package/scss/dock-manager/_variables.scss +2 -2
- package/scss/draggable/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +20 -20
- package/scss/filemanager/_variables.scss +3 -3
- package/scss/gantt/_layout.scss +1 -1
- package/scss/gantt/_theme.scss +1 -1
- package/scss/gantt/_variables.scss +8 -8
- package/scss/grid/_theme.scss +67 -52
- package/scss/grid/_variables.scss +9 -6
- package/scss/input/_variables.scss +5 -6
- package/scss/list/_theme.scss +8 -0
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +2 -2
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +2 -2
- package/scss/panelbar/_variables.scss +12 -12
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +8 -8
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_theme.scss +1 -1
- package/scss/scheduler/_theme.scss +12 -0
- package/scss/scheduler/_variables.scss +7 -7
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +7 -7
- package/scss/switch/_theme.scss +1 -1
- package/scss/switch/_variables.scss +3 -3
- package/scss/table/_layout.scss +25 -0
- package/scss/table/_theme.scss +31 -16
- package/scss/table/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +5 -4
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +4 -4
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/tooltip/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/core/color-system/_color-system-material.scss +0 -801
- package/scss/core/color-system/index.import.scss +0 -1
package/dist/all.css
CHANGED
|
@@ -265,16 +265,13 @@ kendo-sortable {
|
|
|
265
265
|
text-indent: -4000px;
|
|
266
266
|
text-align: center;
|
|
267
267
|
position: absolute;
|
|
268
|
-
color: currentColor;
|
|
269
268
|
}
|
|
270
269
|
|
|
271
270
|
.k-loading-image {
|
|
272
271
|
z-index: 2;
|
|
273
|
-
color: currentColor;
|
|
274
272
|
}
|
|
275
273
|
|
|
276
274
|
.k-loading-color {
|
|
277
|
-
background-color: #ffffff;
|
|
278
275
|
opacity: 0.3;
|
|
279
276
|
}
|
|
280
277
|
|
|
@@ -290,7 +287,6 @@ kendo-sortable {
|
|
|
290
287
|
position: relative;
|
|
291
288
|
background-color: transparent;
|
|
292
289
|
box-sizing: border-box;
|
|
293
|
-
color: currentColor;
|
|
294
290
|
}
|
|
295
291
|
|
|
296
292
|
.k-i-loading::before, .k-i-loading::after {
|
|
@@ -27096,6 +27092,10 @@ kendo-sortable {
|
|
|
27096
27092
|
color: rgba(0, 0, 0, 0.54);
|
|
27097
27093
|
}
|
|
27098
27094
|
|
|
27095
|
+
.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
|
|
27096
|
+
background-color: #ebebeb;
|
|
27097
|
+
}
|
|
27098
|
+
|
|
27099
27099
|
.k-listgroup {
|
|
27100
27100
|
border-radius: 4px;
|
|
27101
27101
|
margin: 0;
|
|
@@ -28592,11 +28592,13 @@ kendo-badge-container {
|
|
|
28592
28592
|
}
|
|
28593
28593
|
|
|
28594
28594
|
.k-chip-outline-error:hover, .k-chip-outline-error.k-hover {
|
|
28595
|
+
border-color: #b61100;
|
|
28595
28596
|
color: white;
|
|
28596
28597
|
background-color: #b61100;
|
|
28597
28598
|
}
|
|
28598
28599
|
|
|
28599
28600
|
.k-chip-outline-error.k-selected {
|
|
28601
|
+
border-color: #b61100;
|
|
28600
28602
|
color: white;
|
|
28601
28603
|
background-color: #b61100;
|
|
28602
28604
|
}
|
|
@@ -28612,11 +28614,13 @@ kendo-badge-container {
|
|
|
28612
28614
|
}
|
|
28613
28615
|
|
|
28614
28616
|
.k-chip-outline-info:hover, .k-chip-outline-info.k-hover {
|
|
28617
|
+
border-color: #0042af;
|
|
28615
28618
|
color: white;
|
|
28616
28619
|
background-color: #0042af;
|
|
28617
28620
|
}
|
|
28618
28621
|
|
|
28619
28622
|
.k-chip-outline-info.k-selected {
|
|
28623
|
+
border-color: #0042af;
|
|
28620
28624
|
color: white;
|
|
28621
28625
|
background-color: #0042af;
|
|
28622
28626
|
}
|
|
@@ -28652,11 +28656,13 @@ kendo-badge-container {
|
|
|
28652
28656
|
}
|
|
28653
28657
|
|
|
28654
28658
|
.k-chip-outline-success:hover, .k-chip-outline-success.k-hover {
|
|
28659
|
+
border-color: #298700;
|
|
28655
28660
|
color: white;
|
|
28656
28661
|
background-color: #298700;
|
|
28657
28662
|
}
|
|
28658
28663
|
|
|
28659
28664
|
.k-chip-outline-success.k-selected {
|
|
28665
|
+
border-color: #298700;
|
|
28660
28666
|
color: white;
|
|
28661
28667
|
background-color: #298700;
|
|
28662
28668
|
}
|
|
@@ -28696,6 +28702,7 @@ kendo-badge-container {
|
|
|
28696
28702
|
|
|
28697
28703
|
.k-chip-outline-error:focus, .k-chip-outline-error.k-focus {
|
|
28698
28704
|
box-shadow: none;
|
|
28705
|
+
color: #7a0c00;
|
|
28699
28706
|
background-color: #fbaea6;
|
|
28700
28707
|
}
|
|
28701
28708
|
|
|
@@ -28715,6 +28722,7 @@ kendo-badge-container {
|
|
|
28715
28722
|
|
|
28716
28723
|
.k-chip-outline-info:focus, .k-chip-outline-info.k-focus {
|
|
28717
28724
|
box-shadow: none;
|
|
28725
|
+
color: #002c75;
|
|
28718
28726
|
background-color: #a6c5f7;
|
|
28719
28727
|
}
|
|
28720
28728
|
|
|
@@ -28753,6 +28761,7 @@ kendo-badge-container {
|
|
|
28753
28761
|
|
|
28754
28762
|
.k-chip-outline-success:focus, .k-chip-outline-success.k-focus {
|
|
28755
28763
|
box-shadow: none;
|
|
28764
|
+
color: #1c5a00;
|
|
28756
28765
|
background-color: #b9e5a6;
|
|
28757
28766
|
}
|
|
28758
28767
|
|
|
@@ -32800,17 +32809,22 @@ textarea.k-input-inner {
|
|
|
32800
32809
|
margin: 0;
|
|
32801
32810
|
border-style: solid;
|
|
32802
32811
|
border-color: inherit;
|
|
32803
|
-
|
|
32804
|
-
|
|
32812
|
+
border-width: 0 0 0 1px;
|
|
32813
|
+
height: 16px;
|
|
32814
|
+
align-self: center;
|
|
32805
32815
|
}
|
|
32806
32816
|
|
|
32807
32817
|
.k-input-separator-horizontal {
|
|
32818
|
+
height: auto;
|
|
32808
32819
|
margin-inline: 8px;
|
|
32820
|
+
align-self: stretch;
|
|
32809
32821
|
border-width: 1px 0 0;
|
|
32810
32822
|
}
|
|
32811
32823
|
|
|
32812
32824
|
.k-input-separator-vertical {
|
|
32825
|
+
height: auto;
|
|
32813
32826
|
margin-block: 8px;
|
|
32827
|
+
align-self: stretch;
|
|
32814
32828
|
border-width: 0 0 0 1px;
|
|
32815
32829
|
}
|
|
32816
32830
|
|
|
@@ -33701,8 +33715,8 @@ select.k-picker-lg {
|
|
|
33701
33715
|
white-space: nowrap;
|
|
33702
33716
|
text-overflow: ellipsis;
|
|
33703
33717
|
position: absolute;
|
|
33704
|
-
top: 29px;
|
|
33705
|
-
left: 17px;
|
|
33718
|
+
top: var(--kendo-floating-label-offset-y, 29px);
|
|
33719
|
+
left: var(--kendo-floating-label-offset-x, 17px);
|
|
33706
33720
|
overflow: hidden;
|
|
33707
33721
|
cursor: text;
|
|
33708
33722
|
transform-origin: left center;
|
|
@@ -33715,22 +33729,22 @@ select.k-picker-lg {
|
|
|
33715
33729
|
}
|
|
33716
33730
|
|
|
33717
33731
|
.k-floating-label-container.k-empty > .k-label {
|
|
33718
|
-
top: 29px;
|
|
33719
|
-
left: 17px;
|
|
33732
|
+
top: var(--kendo-floating-label-offset-y, 29px);
|
|
33733
|
+
left: var(--kendo-floating-label-offset-x, 17px);
|
|
33720
33734
|
transform: scale(1);
|
|
33721
33735
|
pointer-events: none;
|
|
33722
33736
|
}
|
|
33723
33737
|
|
|
33724
33738
|
.k-floating-label-container > .k-label,
|
|
33725
33739
|
.k-floating-label-container.k-focus > .k-label {
|
|
33726
|
-
top: 0px;
|
|
33727
|
-
left: 0px;
|
|
33740
|
+
top: var(--kendo-floating-label-focus-offset-y, 0px);
|
|
33741
|
+
left: var(--kendo-floating-label-focus-offset-x, 0px);
|
|
33728
33742
|
transform: scale(0.75);
|
|
33729
33743
|
}
|
|
33730
33744
|
|
|
33731
33745
|
.k-floating-label-container:focus-within > .k-label {
|
|
33732
|
-
top: 0px;
|
|
33733
|
-
left: 0px;
|
|
33746
|
+
top: var(--kendo-floating-label-focus-offset-y, 0px);
|
|
33747
|
+
left: var(--kendo-floating-label-focus-offset-x, 0px);
|
|
33734
33748
|
transform: scale(0.75);
|
|
33735
33749
|
}
|
|
33736
33750
|
|
|
@@ -33751,7 +33765,7 @@ select.k-picker-lg {
|
|
|
33751
33765
|
[dir="rtl"] .k-floating-label-container.k-empty > .k-label,
|
|
33752
33766
|
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
33753
33767
|
left: auto;
|
|
33754
|
-
right: 17px;
|
|
33768
|
+
right: var(--kendo-floating-label-offset-x, 17px);
|
|
33755
33769
|
}
|
|
33756
33770
|
|
|
33757
33771
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -33760,13 +33774,13 @@ select.k-picker-lg {
|
|
|
33760
33774
|
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
|
|
33761
33775
|
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
|
|
33762
33776
|
left: auto;
|
|
33763
|
-
right: 0px;
|
|
33777
|
+
right: var(--kendo-floating-label-focus-offset-x, 0px);
|
|
33764
33778
|
}
|
|
33765
33779
|
|
|
33766
33780
|
[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
|
|
33767
33781
|
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
|
|
33768
33782
|
left: auto;
|
|
33769
|
-
right: 0px;
|
|
33783
|
+
right: var(--kendo-floating-label-focus-offset-x, 0px);
|
|
33770
33784
|
}
|
|
33771
33785
|
|
|
33772
33786
|
.k-floating-label-container > .k-label {
|
|
@@ -39670,6 +39684,10 @@ kendo-card-footer {
|
|
|
39670
39684
|
gap: 8px;
|
|
39671
39685
|
}
|
|
39672
39686
|
|
|
39687
|
+
.k-card-horizontal .k-actions-horizontal {
|
|
39688
|
+
width: auto;
|
|
39689
|
+
}
|
|
39690
|
+
|
|
39673
39691
|
.k-card-list {
|
|
39674
39692
|
display: flex;
|
|
39675
39693
|
flex-flow: column nowrap;
|
|
@@ -40515,6 +40533,66 @@ kendo-card-footer {
|
|
|
40515
40533
|
color: #424242;
|
|
40516
40534
|
}
|
|
40517
40535
|
|
|
40536
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
40537
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
|
|
40538
|
+
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
40539
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40540
|
+
}
|
|
40541
|
+
|
|
40542
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
40543
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
|
|
40544
|
+
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
40545
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40546
|
+
}
|
|
40547
|
+
|
|
40548
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
40549
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
|
|
40550
|
+
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
40551
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40552
|
+
}
|
|
40553
|
+
|
|
40554
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
40555
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
|
|
40556
|
+
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
40557
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40558
|
+
}
|
|
40559
|
+
|
|
40560
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
40561
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
|
|
40562
|
+
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
40563
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40564
|
+
}
|
|
40565
|
+
|
|
40566
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
40567
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
|
|
40568
|
+
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
40569
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40570
|
+
}
|
|
40571
|
+
|
|
40572
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
40573
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
|
|
40574
|
+
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
40575
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40576
|
+
}
|
|
40577
|
+
|
|
40578
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
40579
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
|
|
40580
|
+
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
40581
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40582
|
+
}
|
|
40583
|
+
|
|
40584
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
40585
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
|
|
40586
|
+
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
40587
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40588
|
+
}
|
|
40589
|
+
|
|
40590
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
40591
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
|
|
40592
|
+
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
40593
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40594
|
+
}
|
|
40595
|
+
|
|
40518
40596
|
.k-breadcrumb {
|
|
40519
40597
|
border-width: 0px;
|
|
40520
40598
|
border-style: solid;
|
|
@@ -40944,6 +41022,17 @@ kendo-card-footer {
|
|
|
40944
41022
|
transition-timing-function: ease-in-out;
|
|
40945
41023
|
}
|
|
40946
41024
|
|
|
41025
|
+
.k-stepper .k-step-indicator::before {
|
|
41026
|
+
border-radius: 50%;
|
|
41027
|
+
content: "";
|
|
41028
|
+
width: 100%;
|
|
41029
|
+
height: 100%;
|
|
41030
|
+
position: absolute;
|
|
41031
|
+
top: 0;
|
|
41032
|
+
left: 0;
|
|
41033
|
+
z-index: -1;
|
|
41034
|
+
}
|
|
41035
|
+
|
|
40947
41036
|
.k-stepper .k-step-indicator::after {
|
|
40948
41037
|
border-radius: 100%;
|
|
40949
41038
|
content: "";
|
|
@@ -43924,6 +44013,16 @@ div.k-grid-footer {
|
|
|
43924
44013
|
z-index: 3;
|
|
43925
44014
|
}
|
|
43926
44015
|
|
|
44016
|
+
.k-master-row .k-grid-content-sticky::before {
|
|
44017
|
+
content: "";
|
|
44018
|
+
width: 100%;
|
|
44019
|
+
height: 100%;
|
|
44020
|
+
position: absolute;
|
|
44021
|
+
top: 0;
|
|
44022
|
+
left: 0;
|
|
44023
|
+
z-index: -1;
|
|
44024
|
+
}
|
|
44025
|
+
|
|
43927
44026
|
kendo-grid .k-table-row.k-grid-row-sticky {
|
|
43928
44027
|
border: 0;
|
|
43929
44028
|
position: static;
|
|
@@ -47676,6 +47775,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
47676
47775
|
border-bottom-width: 1px;
|
|
47677
47776
|
border-color: inherit;
|
|
47678
47777
|
flex-shrink: 0;
|
|
47778
|
+
z-index: 1;
|
|
47679
47779
|
}
|
|
47680
47780
|
|
|
47681
47781
|
.k-filemanager-content-container {
|
|
@@ -47688,6 +47788,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
47688
47788
|
overflow: hidden;
|
|
47689
47789
|
}
|
|
47690
47790
|
|
|
47791
|
+
.k-filemanager-splitter {
|
|
47792
|
+
border-width: 0;
|
|
47793
|
+
}
|
|
47794
|
+
|
|
47691
47795
|
.k-filemanager-navigation {
|
|
47692
47796
|
padding-block: 16px;
|
|
47693
47797
|
padding-inline: 16px;
|
|
@@ -49265,17 +49369,23 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49265
49369
|
overflow: scroll;
|
|
49266
49370
|
}
|
|
49267
49371
|
|
|
49268
|
-
.k-gantt-timeline .k-timeline {
|
|
49372
|
+
.k-gantt-timeline-pane .k-gantt-timeline {
|
|
49269
49373
|
height: 100%;
|
|
49270
49374
|
border-width: 0;
|
|
49271
49375
|
display: flex;
|
|
49272
49376
|
}
|
|
49273
49377
|
|
|
49274
|
-
.k-gantt-timeline .k-
|
|
49378
|
+
.k-gantt-timeline-pane .k-gantt-timeline *,
|
|
49379
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::before,
|
|
49380
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
|
|
49381
|
+
box-sizing: border-box;
|
|
49382
|
+
}
|
|
49383
|
+
|
|
49384
|
+
.k-gantt-timeline-pane .k-grid-content {
|
|
49275
49385
|
overflow-x: scroll;
|
|
49276
49386
|
}
|
|
49277
49387
|
|
|
49278
|
-
.k-gantt-timeline .k-header {
|
|
49388
|
+
.k-gantt-timeline-pane .k-header {
|
|
49279
49389
|
padding-block: 16px;
|
|
49280
49390
|
padding-inline: 24px;
|
|
49281
49391
|
border-width: 0 0 1px 1px;
|
|
@@ -49756,7 +49866,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49756
49866
|
}
|
|
49757
49867
|
|
|
49758
49868
|
.k-pdf-export-shadow .k-gantt,
|
|
49759
|
-
.k-pdf-export-shadow .k-gantt-timeline,
|
|
49869
|
+
.k-pdf-export-shadow .k-gantt-timeline-pane,
|
|
49760
49870
|
.k-pdf-export-shadow .k-gantt-dependencies {
|
|
49761
49871
|
width: auto !important;
|
|
49762
49872
|
height: auto !important;
|
|
@@ -49789,24 +49899,24 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49789
49899
|
margin-inline: -26px;
|
|
49790
49900
|
}
|
|
49791
49901
|
|
|
49792
|
-
.k-rtl .k-gantt-timeline .k-header,
|
|
49793
|
-
[dir="rtl"] .k-gantt-timeline .k-header {
|
|
49902
|
+
.k-rtl .k-gantt-timeline-pane .k-header,
|
|
49903
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-header {
|
|
49794
49904
|
border-width: 0 1px 1px 0;
|
|
49795
49905
|
}
|
|
49796
49906
|
|
|
49797
|
-
.k-rtl .k-gantt-timeline .k-header:first-child,
|
|
49798
|
-
[dir="rtl"] .k-gantt-timeline .k-header:first-child {
|
|
49907
|
+
.k-rtl .k-gantt-timeline-pane .k-header:first-child,
|
|
49908
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-header:first-child {
|
|
49799
49909
|
border-right-width: 0;
|
|
49800
49910
|
}
|
|
49801
49911
|
|
|
49802
|
-
.k-rtl .k-gantt-timeline .k-task-start,
|
|
49803
|
-
[dir="rtl"] .k-gantt-timeline .k-task-start {
|
|
49912
|
+
.k-rtl .k-gantt-timeline-pane .k-task-start,
|
|
49913
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-task-start {
|
|
49804
49914
|
left: auto;
|
|
49805
49915
|
right: 0;
|
|
49806
49916
|
}
|
|
49807
49917
|
|
|
49808
|
-
.k-rtl .k-gantt-timeline .k-task-end,
|
|
49809
|
-
[dir="rtl"] .k-gantt-timeline .k-task-end {
|
|
49918
|
+
.k-rtl .k-gantt-timeline-pane .k-task-end,
|
|
49919
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-task-end {
|
|
49810
49920
|
right: auto;
|
|
49811
49921
|
left: 0;
|
|
49812
49922
|
}
|
|
@@ -49859,8 +49969,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49859
49969
|
margin-right: 0.2em;
|
|
49860
49970
|
}
|
|
49861
49971
|
|
|
49862
|
-
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
|
|
49863
|
-
[dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
|
|
49972
|
+
.k-rtl .k-gantt-timeline-pane .k-milestone-wrap .k-task-start,
|
|
49973
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
|
|
49864
49974
|
right: -0.1em;
|
|
49865
49975
|
}
|
|
49866
49976
|
|
|
@@ -49870,7 +49980,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49870
49980
|
right: 0;
|
|
49871
49981
|
}
|
|
49872
49982
|
|
|
49873
|
-
.k-rtl .k-gantt-timeline .k-header {
|
|
49983
|
+
.k-rtl .k-gantt-timeline-pane .k-header {
|
|
49874
49984
|
border-width: 0 1px 1px 0;
|
|
49875
49985
|
}
|
|
49876
49986
|
|
|
@@ -50068,11 +50178,11 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
50068
50178
|
background-color: #f31700;
|
|
50069
50179
|
}
|
|
50070
50180
|
|
|
50071
|
-
.k-gantt-timeline tbody > tr:not(:only-child) > .k-header {
|
|
50181
|
+
.k-gantt-timeline-pane tbody > tr:not(:only-child) > .k-header {
|
|
50072
50182
|
border-left-color: rgba(0, 0, 0, 0.12);
|
|
50073
50183
|
}
|
|
50074
50184
|
|
|
50075
|
-
.k-rtl .k-gantt-timeline .k-grid-header tbody > tr:not(:only-child) > .k-header {
|
|
50185
|
+
.k-rtl .k-gantt-timeline-pane .k-grid-header tbody > tr:not(:only-child) > .k-header {
|
|
50076
50186
|
border-right-color: rgba(0, 0, 0, 0.12);
|
|
50077
50187
|
}
|
|
50078
50188
|
|
|
@@ -51294,6 +51404,15 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
51294
51404
|
color: white;
|
|
51295
51405
|
}
|
|
51296
51406
|
|
|
51407
|
+
.k-scheduler-layout td.k-selected,
|
|
51408
|
+
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
51409
|
+
background-color: rgba(229, 26, 95, 0.25);
|
|
51410
|
+
}
|
|
51411
|
+
|
|
51412
|
+
.k-scheduler-agendaview .k-scheduler-content tr.k-selected {
|
|
51413
|
+
background-color: rgba(229, 26, 95, 0.25);
|
|
51414
|
+
}
|
|
51415
|
+
|
|
51297
51416
|
.k-event .k-event-actions .k-link {
|
|
51298
51417
|
color: #3f51b5;
|
|
51299
51418
|
background-color: white;
|