@progress/kendo-theme-classic 7.0.3-dev.3 → 7.1.0-dev.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 +143 -99
- package/dist/all.scss +82 -159
- package/dist/meta/sassdoc-data.json +870 -0
- package/dist/meta/sassdoc-raw-data.json +400 -0
- package/dist/meta/variables.json +6 -62
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/tooltip/_variables.scss +49 -16
package/dist/all.css
CHANGED
|
@@ -27343,6 +27343,7 @@ kendo-sortable {
|
|
|
27343
27343
|
.k-popup.k-popup-transparent {
|
|
27344
27344
|
border-width: 0;
|
|
27345
27345
|
background-color: transparent;
|
|
27346
|
+
box-shadow: none;
|
|
27346
27347
|
}
|
|
27347
27348
|
|
|
27348
27349
|
.k-popup.k-popup-flush {
|
|
@@ -31850,43 +31851,70 @@ kendo-label > .k-label {
|
|
|
31850
31851
|
pointer-events: none;
|
|
31851
31852
|
}
|
|
31852
31853
|
|
|
31853
|
-
.k-tooltip-wrapper .k-tooltip {
|
|
31854
|
-
box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
|
|
31855
|
-
}
|
|
31856
|
-
|
|
31857
31854
|
.k-tooltip {
|
|
31858
31855
|
border-color: rgba(0, 0, 0, 0.75);
|
|
31859
31856
|
color: white;
|
|
31860
31857
|
background-color: rgba(0, 0, 0, 0.75);
|
|
31858
|
+
box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
|
|
31861
31859
|
}
|
|
31862
31860
|
|
|
31863
31861
|
.k-tooltip .k-callout {
|
|
31864
31862
|
color: rgba(0, 0, 0, 0.75);
|
|
31865
31863
|
}
|
|
31866
31864
|
|
|
31867
|
-
.k-tooltip-
|
|
31868
|
-
border-color: #
|
|
31865
|
+
.k-tooltip-inverse {
|
|
31866
|
+
border-color: #404040;
|
|
31869
31867
|
color: white;
|
|
31870
|
-
background-color: #
|
|
31868
|
+
background-color: #404040;
|
|
31871
31869
|
}
|
|
31872
31870
|
|
|
31873
|
-
.k-tooltip-
|
|
31874
|
-
color: #
|
|
31871
|
+
.k-tooltip-inverse .k-callout {
|
|
31872
|
+
color: #404040;
|
|
31875
31873
|
}
|
|
31876
31874
|
|
|
31877
|
-
.k-tooltip-
|
|
31878
|
-
border-color: #
|
|
31875
|
+
.k-tooltip-light {
|
|
31876
|
+
border-color: #ebebeb;
|
|
31879
31877
|
color: black;
|
|
31880
|
-
background-color: #
|
|
31878
|
+
background-color: #ebebeb;
|
|
31881
31879
|
}
|
|
31882
31880
|
|
|
31883
|
-
.k-tooltip-
|
|
31884
|
-
color: #
|
|
31881
|
+
.k-tooltip-light .k-callout {
|
|
31882
|
+
color: #ebebeb;
|
|
31883
|
+
}
|
|
31884
|
+
|
|
31885
|
+
.k-tooltip-dark {
|
|
31886
|
+
border-color: #404040;
|
|
31887
|
+
color: white;
|
|
31888
|
+
background-color: #404040;
|
|
31889
|
+
}
|
|
31890
|
+
|
|
31891
|
+
.k-tooltip-dark .k-callout {
|
|
31892
|
+
color: #404040;
|
|
31893
|
+
}
|
|
31894
|
+
|
|
31895
|
+
.k-tooltip-error {
|
|
31896
|
+
border-color: #d92800;
|
|
31897
|
+
color: white;
|
|
31898
|
+
background-color: #d92800;
|
|
31899
|
+
}
|
|
31900
|
+
|
|
31901
|
+
.k-tooltip-error .k-callout {
|
|
31902
|
+
color: #d92800;
|
|
31903
|
+
}
|
|
31904
|
+
|
|
31905
|
+
.k-tooltip-warning {
|
|
31906
|
+
border-color: #ff9800;
|
|
31907
|
+
color: white;
|
|
31908
|
+
background-color: #ff9800;
|
|
31909
|
+
}
|
|
31910
|
+
|
|
31911
|
+
.k-tooltip-warning .k-callout {
|
|
31912
|
+
color: #ff9800;
|
|
31885
31913
|
}
|
|
31886
31914
|
|
|
31887
31915
|
.k-tooltip-success {
|
|
31888
31916
|
border-color: #3ea44e;
|
|
31889
|
-
color:
|
|
31917
|
+
color: white;
|
|
31890
31918
|
background-color: #3ea44e;
|
|
31891
31919
|
}
|
|
31892
31920
|
|
|
@@ -31894,24 +31922,44 @@ kendo-label > .k-label {
|
|
|
31894
31922
|
color: #3ea44e;
|
|
31895
31923
|
}
|
|
31896
31924
|
|
|
31897
|
-
.k-tooltip-
|
|
31898
|
-
border-color: #
|
|
31925
|
+
.k-tooltip-info {
|
|
31926
|
+
border-color: #2498bc;
|
|
31927
|
+
color: white;
|
|
31928
|
+
background-color: #2498bc;
|
|
31929
|
+
}
|
|
31930
|
+
|
|
31931
|
+
.k-tooltip-info .k-callout {
|
|
31932
|
+
color: #2498bc;
|
|
31933
|
+
}
|
|
31934
|
+
|
|
31935
|
+
.k-tooltip-tertiary {
|
|
31936
|
+
border-color: #03a9f4;
|
|
31937
|
+
color: white;
|
|
31938
|
+
background-color: #03a9f4;
|
|
31939
|
+
}
|
|
31940
|
+
|
|
31941
|
+
.k-tooltip-tertiary .k-callout {
|
|
31942
|
+
color: #03a9f4;
|
|
31943
|
+
}
|
|
31944
|
+
|
|
31945
|
+
.k-tooltip-secondary {
|
|
31946
|
+
border-color: #e9e9e9;
|
|
31899
31947
|
color: black;
|
|
31900
|
-
background-color: #
|
|
31948
|
+
background-color: #e9e9e9;
|
|
31901
31949
|
}
|
|
31902
31950
|
|
|
31903
|
-
.k-tooltip-
|
|
31904
|
-
color: #
|
|
31951
|
+
.k-tooltip-secondary .k-callout {
|
|
31952
|
+
color: #e9e9e9;
|
|
31905
31953
|
}
|
|
31906
31954
|
|
|
31907
|
-
.k-tooltip-
|
|
31908
|
-
border-color: #
|
|
31955
|
+
.k-tooltip-primary {
|
|
31956
|
+
border-color: #f35800;
|
|
31909
31957
|
color: white;
|
|
31910
|
-
background-color: #
|
|
31958
|
+
background-color: #f35800;
|
|
31911
31959
|
}
|
|
31912
31960
|
|
|
31913
|
-
.k-tooltip-
|
|
31914
|
-
color: #
|
|
31961
|
+
.k-tooltip-primary .k-callout {
|
|
31962
|
+
color: #f35800;
|
|
31915
31963
|
}
|
|
31916
31964
|
|
|
31917
31965
|
.k-validator-tooltip {
|
|
@@ -33545,16 +33593,6 @@ select.k-picker-lg {
|
|
|
33545
33593
|
cursor: default;
|
|
33546
33594
|
}
|
|
33547
33595
|
|
|
33548
|
-
.k-slider-wrap {
|
|
33549
|
-
width: 100%;
|
|
33550
|
-
height: 100%;
|
|
33551
|
-
display: flex;
|
|
33552
|
-
flex-flow: inherit;
|
|
33553
|
-
align-items: inherit;
|
|
33554
|
-
gap: inherit;
|
|
33555
|
-
position: relative;
|
|
33556
|
-
}
|
|
33557
|
-
|
|
33558
33596
|
.k-slider {
|
|
33559
33597
|
width: min-content;
|
|
33560
33598
|
height: min-content;
|
|
@@ -33967,16 +34005,6 @@ select.k-picker-lg {
|
|
|
33967
34005
|
position: absolute;
|
|
33968
34006
|
}
|
|
33969
34007
|
|
|
33970
|
-
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
33971
|
-
padding-inline-start: 7px;
|
|
33972
|
-
padding-inline-end: 7px;
|
|
33973
|
-
}
|
|
33974
|
-
|
|
33975
|
-
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
33976
|
-
padding-top: 7px;
|
|
33977
|
-
padding-bottom: 7px;
|
|
33978
|
-
}
|
|
33979
|
-
|
|
33980
34008
|
.k-slider {
|
|
33981
34009
|
color: #272727;
|
|
33982
34010
|
}
|
|
@@ -35186,7 +35214,6 @@ select.k-picker-lg {
|
|
|
35186
35214
|
z-index: -1;
|
|
35187
35215
|
}
|
|
35188
35216
|
|
|
35189
|
-
.k-colorgradient-slider .k-slider-wrap,
|
|
35190
35217
|
.k-colorgradient-slider .k-slider-track-wrap {
|
|
35191
35218
|
z-index: 1;
|
|
35192
35219
|
}
|
|
@@ -38333,6 +38360,14 @@ kendo-card-footer {
|
|
|
38333
38360
|
box-sizing: border-box;
|
|
38334
38361
|
}
|
|
38335
38362
|
|
|
38363
|
+
.k-card .k-card-avatar,
|
|
38364
|
+
.k-card .k-avatar {
|
|
38365
|
+
margin-right: 16px;
|
|
38366
|
+
width: 45px;
|
|
38367
|
+
height: 45px;
|
|
38368
|
+
flex-basis: 45px;
|
|
38369
|
+
}
|
|
38370
|
+
|
|
38336
38371
|
.k-card > .k-card-inner {
|
|
38337
38372
|
border-radius: 7px;
|
|
38338
38373
|
display: flex;
|
|
@@ -38400,15 +38435,6 @@ kendo-card-footer {
|
|
|
38400
38435
|
padding: 0;
|
|
38401
38436
|
}
|
|
38402
38437
|
|
|
38403
|
-
.k-card-avatar,
|
|
38404
|
-
.k-card .k-avatar {
|
|
38405
|
-
margin-right: 16px;
|
|
38406
|
-
width: 45px;
|
|
38407
|
-
height: 45px;
|
|
38408
|
-
flex-basis: 45px;
|
|
38409
|
-
}
|
|
38410
|
-
|
|
38411
|
-
.k-card-image,
|
|
38412
38438
|
.k-card-media {
|
|
38413
38439
|
border: 0;
|
|
38414
38440
|
max-width: 100%;
|
|
@@ -38416,14 +38442,7 @@ kendo-card-footer {
|
|
|
38416
38442
|
overflow: hidden;
|
|
38417
38443
|
}
|
|
38418
38444
|
|
|
38419
|
-
.k-card-
|
|
38420
|
-
.k-card-media > img {
|
|
38421
|
-
border: 0;
|
|
38422
|
-
max-width: 100%;
|
|
38423
|
-
}
|
|
38424
|
-
|
|
38425
|
-
.k-card-horizontal .k-card-image, .k-card-horizontal
|
|
38426
|
-
.k-card-media {
|
|
38445
|
+
.k-card-horizontal .k-card-media {
|
|
38427
38446
|
max-width: 100px;
|
|
38428
38447
|
object-fit: cover;
|
|
38429
38448
|
}
|
|
@@ -38452,16 +38471,16 @@ kendo-card-footer {
|
|
|
38452
38471
|
align-self: stretch;
|
|
38453
38472
|
}
|
|
38454
38473
|
|
|
38455
|
-
.k-card-separator.k-separator-vertical,
|
|
38456
|
-
.k-card-horizontal > .k-card-separator {
|
|
38457
|
-
border-left-width: 1px;
|
|
38458
|
-
}
|
|
38459
|
-
|
|
38460
38474
|
.k-card-separator.k-separator-horizontal,
|
|
38461
38475
|
.k-card-vertical > .k-card-separator {
|
|
38462
38476
|
border-top-width: 1px;
|
|
38463
38477
|
}
|
|
38464
38478
|
|
|
38479
|
+
.k-card-separator.k-separator-vertical,
|
|
38480
|
+
.k-card-horizontal > .k-card-separator {
|
|
38481
|
+
border-left-width: 1px;
|
|
38482
|
+
}
|
|
38483
|
+
|
|
38465
38484
|
.k-card > .k-hr {
|
|
38466
38485
|
margin: 0;
|
|
38467
38486
|
flex: 0 0 auto;
|
|
@@ -38481,37 +38500,6 @@ kendo-card-footer {
|
|
|
38481
38500
|
gap: 8px;
|
|
38482
38501
|
}
|
|
38483
38502
|
|
|
38484
|
-
.k-card-actions-start {
|
|
38485
|
-
justify-content: flex-start;
|
|
38486
|
-
}
|
|
38487
|
-
|
|
38488
|
-
.k-card-actions-end {
|
|
38489
|
-
justify-content: flex-end;
|
|
38490
|
-
}
|
|
38491
|
-
|
|
38492
|
-
.k-card-actions-center {
|
|
38493
|
-
justify-content: center;
|
|
38494
|
-
}
|
|
38495
|
-
|
|
38496
|
-
.k-card-actions-horizontal {
|
|
38497
|
-
flex-flow: row nowrap;
|
|
38498
|
-
}
|
|
38499
|
-
|
|
38500
|
-
.k-card-actions-vertical {
|
|
38501
|
-
flex-flow: column nowrap;
|
|
38502
|
-
}
|
|
38503
|
-
|
|
38504
|
-
.k-card-actions-stretched > * {
|
|
38505
|
-
flex: 1 1 auto;
|
|
38506
|
-
}
|
|
38507
|
-
|
|
38508
|
-
.k-card-action {
|
|
38509
|
-
border-width: 0;
|
|
38510
|
-
border-style: solid;
|
|
38511
|
-
border-color: inherit;
|
|
38512
|
-
display: inline-flex;
|
|
38513
|
-
}
|
|
38514
|
-
|
|
38515
38503
|
.k-card-list {
|
|
38516
38504
|
display: flex;
|
|
38517
38505
|
flex-flow: column nowrap;
|
|
@@ -42755,27 +42743,33 @@ div.k-grid-norecords {
|
|
|
42755
42743
|
overflow: hidden;
|
|
42756
42744
|
}
|
|
42757
42745
|
|
|
42746
|
+
.k-grid .k-grid-sm .k-table-th,
|
|
42758
42747
|
.k-grid-sm .k-table-th {
|
|
42759
42748
|
padding-block: 4px;
|
|
42760
42749
|
padding-inline: 8px;
|
|
42761
42750
|
}
|
|
42762
42751
|
|
|
42752
|
+
.k-grid .k-grid-sm td,
|
|
42753
|
+
.k-grid .k-grid-sm .k-table-td,
|
|
42763
42754
|
.k-grid-sm td,
|
|
42764
42755
|
.k-grid-sm .k-table-td {
|
|
42765
42756
|
padding-block: 4px;
|
|
42766
42757
|
padding-inline: 8px;
|
|
42767
42758
|
}
|
|
42768
42759
|
|
|
42760
|
+
.k-grid .k-grid-sm .k-grouping-header,
|
|
42769
42761
|
.k-grid-sm .k-grouping-header {
|
|
42770
42762
|
padding-block: 4px;
|
|
42771
42763
|
padding-inline: 8px;
|
|
42772
42764
|
gap: 4px;
|
|
42773
42765
|
}
|
|
42774
42766
|
|
|
42767
|
+
.k-grid .k-grid-sm .k-grouping-header::before,
|
|
42775
42768
|
.k-grid-sm .k-grouping-header::before {
|
|
42776
42769
|
margin-inline-start: -4px;
|
|
42777
42770
|
}
|
|
42778
42771
|
|
|
42772
|
+
.k-grid .k-grid-sm .k-grid-header .k-table-th > .k-link,
|
|
42779
42773
|
.k-grid-sm .k-grid-header .k-table-th > .k-link {
|
|
42780
42774
|
margin-block: -4px;
|
|
42781
42775
|
margin-inline: -8px;
|
|
@@ -42783,6 +42777,9 @@ div.k-grid-norecords {
|
|
|
42783
42777
|
padding-inline: 8px;
|
|
42784
42778
|
}
|
|
42785
42779
|
|
|
42780
|
+
.k-grid .k-grid-sm .k-grid-header .k-grid-filter,
|
|
42781
|
+
.k-grid .k-grid-sm .k-grid-header .k-header-column-menu,
|
|
42782
|
+
.k-grid .k-grid-sm .k-grid-header .k-grid-header-menu,
|
|
42786
42783
|
.k-grid-sm .k-grid-header .k-grid-filter,
|
|
42787
42784
|
.k-grid-sm .k-grid-header .k-header-column-menu,
|
|
42788
42785
|
.k-grid-sm .k-grid-header .k-grid-header-menu {
|
|
@@ -42792,35 +42789,47 @@ div.k-grid-norecords {
|
|
|
42792
42789
|
bottom: 0px;
|
|
42793
42790
|
}
|
|
42794
42791
|
|
|
42792
|
+
.k-grid .k-grid-sm .k-table-th > .k-cell-inner,
|
|
42795
42793
|
.k-grid-sm .k-table-th > .k-cell-inner {
|
|
42796
42794
|
margin-block: -4px;
|
|
42797
42795
|
margin-inline: -8px;
|
|
42798
42796
|
}
|
|
42799
42797
|
|
|
42798
|
+
.k-grid .k-grid-sm .k-table-th > .k-cell-inner > .k-link,
|
|
42800
42799
|
.k-grid-sm .k-table-th > .k-cell-inner > .k-link {
|
|
42801
42800
|
padding-block: 4px;
|
|
42802
42801
|
padding-inline: 8px;
|
|
42803
42802
|
}
|
|
42804
42803
|
|
|
42804
|
+
.k-grid .k-grid-sm .k-grouping-row .k-icon,
|
|
42805
42805
|
.k-grid-sm .k-grouping-row .k-icon {
|
|
42806
42806
|
margin-inline-start: 0px;
|
|
42807
42807
|
}
|
|
42808
42808
|
|
|
42809
|
+
.k-grid .k-grid-sm .k-grouping-dropclue,
|
|
42809
42810
|
.k-grid-sm .k-grouping-dropclue {
|
|
42810
42811
|
height: calc(1em + 12px);
|
|
42811
42812
|
}
|
|
42812
42813
|
|
|
42814
|
+
.k-grid .k-grid-sm .k-hierarchy-cell,
|
|
42815
|
+
.k-grid .k-grid-sm .k-drag-cell,
|
|
42813
42816
|
.k-grid-sm .k-hierarchy-cell,
|
|
42814
42817
|
.k-grid-sm .k-drag-cell {
|
|
42815
42818
|
padding: 0;
|
|
42816
42819
|
}
|
|
42817
42820
|
|
|
42821
|
+
.k-grid .k-grid-sm .k-hierarchy-cell > .k-icon,
|
|
42822
|
+
.k-grid .k-grid-sm .k-drag-cell > .k-icon,
|
|
42818
42823
|
.k-grid-sm .k-hierarchy-cell > .k-icon,
|
|
42819
42824
|
.k-grid-sm .k-drag-cell > .k-icon {
|
|
42820
42825
|
padding-block: 4px;
|
|
42821
42826
|
padding-inline: 0;
|
|
42822
42827
|
}
|
|
42823
42828
|
|
|
42829
|
+
.k-grid .k-grid-sm .k-edit-cell,
|
|
42830
|
+
.k-grid .k-grid-sm .k-command-cell,
|
|
42831
|
+
.k-grid .k-grid-sm .k-grid-edit-row td,
|
|
42832
|
+
.k-grid .k-grid-sm .k-grid-edit-row .k-table-td,
|
|
42824
42833
|
.k-grid-sm .k-edit-cell,
|
|
42825
42834
|
.k-grid-sm .k-command-cell,
|
|
42826
42835
|
.k-grid-sm .k-grid-edit-row td,
|
|
@@ -42829,6 +42838,9 @@ div.k-grid-norecords {
|
|
|
42829
42838
|
padding-inline: 8px;
|
|
42830
42839
|
}
|
|
42831
42840
|
|
|
42841
|
+
.k-grid .k-grid-sm .k-filter-row td,
|
|
42842
|
+
.k-grid .k-grid-sm .k-filter-row .k-table-td,
|
|
42843
|
+
.k-grid .k-grid-sm .k-filter-row .k-table-th,
|
|
42832
42844
|
.k-grid-sm .k-filter-row td,
|
|
42833
42845
|
.k-grid-sm .k-filter-row .k-table-td,
|
|
42834
42846
|
.k-grid-sm .k-filter-row .k-table-th {
|
|
@@ -42836,16 +42848,20 @@ div.k-grid-norecords {
|
|
|
42836
42848
|
padding-inline: 8px;
|
|
42837
42849
|
}
|
|
42838
42850
|
|
|
42851
|
+
.k-grid .k-grid-sm .k-filtercell > span,
|
|
42852
|
+
.k-grid .k-grid-sm .k-filtercell .k-filtercell-wrapper,
|
|
42839
42853
|
.k-grid-sm .k-filtercell > span,
|
|
42840
42854
|
.k-grid-sm .k-filtercell .k-filtercell-wrapper {
|
|
42841
42855
|
gap: 2px;
|
|
42842
42856
|
}
|
|
42843
42857
|
|
|
42858
|
+
.k-grid .k-grid-sm .k-selection-aggregates,
|
|
42844
42859
|
.k-grid-sm .k-selection-aggregates {
|
|
42845
42860
|
padding-block: 4px;
|
|
42846
42861
|
padding-inline: 4px;
|
|
42847
42862
|
}
|
|
42848
42863
|
|
|
42864
|
+
.k-grid .k-grid-sm .k-resizer-wrap,
|
|
42849
42865
|
.k-grid-sm .k-resizer-wrap {
|
|
42850
42866
|
display: block;
|
|
42851
42867
|
width: 100%;
|
|
@@ -42857,27 +42873,33 @@ div.k-grid-norecords {
|
|
|
42857
42873
|
z-index: 2;
|
|
42858
42874
|
}
|
|
42859
42875
|
|
|
42876
|
+
.k-grid .k-grid-md .k-table-th,
|
|
42860
42877
|
.k-grid-md .k-table-th {
|
|
42861
42878
|
padding-block: 8px;
|
|
42862
42879
|
padding-inline: 8px;
|
|
42863
42880
|
}
|
|
42864
42881
|
|
|
42882
|
+
.k-grid .k-grid-md td,
|
|
42883
|
+
.k-grid .k-grid-md .k-table-td,
|
|
42865
42884
|
.k-grid-md td,
|
|
42866
42885
|
.k-grid-md .k-table-td {
|
|
42867
42886
|
padding-block: 8px;
|
|
42868
42887
|
padding-inline: 8px;
|
|
42869
42888
|
}
|
|
42870
42889
|
|
|
42890
|
+
.k-grid .k-grid-md .k-grouping-header,
|
|
42871
42891
|
.k-grid-md .k-grouping-header {
|
|
42872
42892
|
padding-block: 8px;
|
|
42873
42893
|
padding-inline: 8px;
|
|
42874
42894
|
gap: 8px;
|
|
42875
42895
|
}
|
|
42876
42896
|
|
|
42897
|
+
.k-grid .k-grid-md .k-grouping-header::before,
|
|
42877
42898
|
.k-grid-md .k-grouping-header::before {
|
|
42878
42899
|
margin-inline-start: -8px;
|
|
42879
42900
|
}
|
|
42880
42901
|
|
|
42902
|
+
.k-grid .k-grid-md .k-grid-header .k-table-th > .k-link,
|
|
42881
42903
|
.k-grid-md .k-grid-header .k-table-th > .k-link {
|
|
42882
42904
|
margin-block: -8px;
|
|
42883
42905
|
margin-inline: -8px;
|
|
@@ -42885,6 +42907,9 @@ div.k-grid-norecords {
|
|
|
42885
42907
|
padding-inline: 8px;
|
|
42886
42908
|
}
|
|
42887
42909
|
|
|
42910
|
+
.k-grid .k-grid-md .k-grid-header .k-grid-filter,
|
|
42911
|
+
.k-grid .k-grid-md .k-grid-header .k-header-column-menu,
|
|
42912
|
+
.k-grid .k-grid-md .k-grid-header .k-grid-header-menu,
|
|
42888
42913
|
.k-grid-md .k-grid-header .k-grid-filter,
|
|
42889
42914
|
.k-grid-md .k-grid-header .k-header-column-menu,
|
|
42890
42915
|
.k-grid-md .k-grid-header .k-grid-header-menu {
|
|
@@ -42894,35 +42919,47 @@ div.k-grid-norecords {
|
|
|
42894
42919
|
bottom: 4px;
|
|
42895
42920
|
}
|
|
42896
42921
|
|
|
42922
|
+
.k-grid .k-grid-md .k-table-th > .k-cell-inner,
|
|
42897
42923
|
.k-grid-md .k-table-th > .k-cell-inner {
|
|
42898
42924
|
margin-block: -8px;
|
|
42899
42925
|
margin-inline: -8px;
|
|
42900
42926
|
}
|
|
42901
42927
|
|
|
42928
|
+
.k-grid .k-grid-md .k-table-th > .k-cell-inner > .k-link,
|
|
42902
42929
|
.k-grid-md .k-table-th > .k-cell-inner > .k-link {
|
|
42903
42930
|
padding-block: 8px;
|
|
42904
42931
|
padding-inline: 8px;
|
|
42905
42932
|
}
|
|
42906
42933
|
|
|
42934
|
+
.k-grid .k-grid-md .k-grouping-row .k-icon,
|
|
42907
42935
|
.k-grid-md .k-grouping-row .k-icon {
|
|
42908
42936
|
margin-inline-start: 0px;
|
|
42909
42937
|
}
|
|
42910
42938
|
|
|
42939
|
+
.k-grid .k-grid-md .k-grouping-dropclue,
|
|
42911
42940
|
.k-grid-md .k-grouping-dropclue {
|
|
42912
42941
|
height: calc(1em + 16px);
|
|
42913
42942
|
}
|
|
42914
42943
|
|
|
42944
|
+
.k-grid .k-grid-md .k-hierarchy-cell,
|
|
42945
|
+
.k-grid .k-grid-md .k-drag-cell,
|
|
42915
42946
|
.k-grid-md .k-hierarchy-cell,
|
|
42916
42947
|
.k-grid-md .k-drag-cell {
|
|
42917
42948
|
padding: 0;
|
|
42918
42949
|
}
|
|
42919
42950
|
|
|
42951
|
+
.k-grid .k-grid-md .k-hierarchy-cell > .k-icon,
|
|
42952
|
+
.k-grid .k-grid-md .k-drag-cell > .k-icon,
|
|
42920
42953
|
.k-grid-md .k-hierarchy-cell > .k-icon,
|
|
42921
42954
|
.k-grid-md .k-drag-cell > .k-icon {
|
|
42922
42955
|
padding-block: 8px;
|
|
42923
42956
|
padding-inline: 0;
|
|
42924
42957
|
}
|
|
42925
42958
|
|
|
42959
|
+
.k-grid .k-grid-md .k-edit-cell,
|
|
42960
|
+
.k-grid .k-grid-md .k-command-cell,
|
|
42961
|
+
.k-grid .k-grid-md .k-grid-edit-row td,
|
|
42962
|
+
.k-grid .k-grid-md .k-grid-edit-row .k-table-td,
|
|
42926
42963
|
.k-grid-md .k-edit-cell,
|
|
42927
42964
|
.k-grid-md .k-command-cell,
|
|
42928
42965
|
.k-grid-md .k-grid-edit-row td,
|
|
@@ -42931,6 +42968,9 @@ div.k-grid-norecords {
|
|
|
42931
42968
|
padding-inline: 8px;
|
|
42932
42969
|
}
|
|
42933
42970
|
|
|
42971
|
+
.k-grid .k-grid-md .k-filter-row td,
|
|
42972
|
+
.k-grid .k-grid-md .k-filter-row .k-table-td,
|
|
42973
|
+
.k-grid .k-grid-md .k-filter-row .k-table-th,
|
|
42934
42974
|
.k-grid-md .k-filter-row td,
|
|
42935
42975
|
.k-grid-md .k-filter-row .k-table-td,
|
|
42936
42976
|
.k-grid-md .k-filter-row .k-table-th {
|
|
@@ -42938,16 +42978,20 @@ div.k-grid-norecords {
|
|
|
42938
42978
|
padding-inline: 8px;
|
|
42939
42979
|
}
|
|
42940
42980
|
|
|
42981
|
+
.k-grid .k-grid-md .k-filtercell > span,
|
|
42982
|
+
.k-grid .k-grid-md .k-filtercell .k-filtercell-wrapper,
|
|
42941
42983
|
.k-grid-md .k-filtercell > span,
|
|
42942
42984
|
.k-grid-md .k-filtercell .k-filtercell-wrapper {
|
|
42943
42985
|
gap: 4px;
|
|
42944
42986
|
}
|
|
42945
42987
|
|
|
42988
|
+
.k-grid .k-grid-md .k-selection-aggregates,
|
|
42946
42989
|
.k-grid-md .k-selection-aggregates {
|
|
42947
42990
|
padding-block: 8px;
|
|
42948
42991
|
padding-inline: 8px;
|
|
42949
42992
|
}
|
|
42950
42993
|
|
|
42994
|
+
.k-grid .k-grid-md .k-resizer-wrap,
|
|
42951
42995
|
.k-grid-md .k-resizer-wrap {
|
|
42952
42996
|
display: block;
|
|
42953
42997
|
width: 100%;
|