@progress/kendo-theme-default 6.3.1-dev.0 → 6.4.0-dev.1
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 +348 -154
- package/dist/all.scss +245 -148
- package/dist/default-main-dark.scss +2 -2
- package/dist/meta/sassdoc-data.json +988 -1096
- package/dist/meta/sassdoc-raw-data.json +494 -544
- package/dist/meta/variables.json +16 -16
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +4 -4
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +11 -2
- package/scss/adaptive/_layout.scss +5 -8
- package/scss/bottom-navigation/_theme.scss +21 -14
- package/scss/breadcrumb/_layout.scss +1 -6
- package/scss/drawer/_layout.scss +13 -3
- package/scss/drawer/_variables.scss +2 -0
- package/scss/editor/_layout.scss +0 -18
- package/scss/expansion-panel/_layout.scss +3 -0
- package/scss/fab/_layout.scss +3 -4
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +5 -11
- package/scss/grid/_layout.scss +3 -1
- package/scss/icons/_layout.scss +10 -7
- package/scss/input/_layout.scss +6 -5
- package/scss/input/_variables.scss +0 -3
- package/scss/listbox/_layout.scss +2 -5
- package/scss/listgroup/_layout.scss +1 -1
- package/scss/pager/_layout.scss +1 -12
- package/scss/scheduler/_layout.scss +3 -16
- package/scss/scrollview/_layout.scss +13 -2
- package/scss/spreadsheet/_layout.scss +4 -2
package/dist/all.css
CHANGED
|
@@ -16790,6 +16790,102 @@ kendo-sortable {
|
|
|
16790
16790
|
background-color: white !important;
|
|
16791
16791
|
}
|
|
16792
16792
|
|
|
16793
|
+
.k-bg-center {
|
|
16794
|
+
background-position: center;
|
|
16795
|
+
}
|
|
16796
|
+
|
|
16797
|
+
.\!k-bg-center {
|
|
16798
|
+
background-position: center !important;
|
|
16799
|
+
}
|
|
16800
|
+
|
|
16801
|
+
.k-bg-top {
|
|
16802
|
+
background-position: top;
|
|
16803
|
+
}
|
|
16804
|
+
|
|
16805
|
+
.\!k-bg-top {
|
|
16806
|
+
background-position: top !important;
|
|
16807
|
+
}
|
|
16808
|
+
|
|
16809
|
+
.k-bg-right {
|
|
16810
|
+
background-position: right;
|
|
16811
|
+
}
|
|
16812
|
+
|
|
16813
|
+
.\!k-bg-right {
|
|
16814
|
+
background-position: right !important;
|
|
16815
|
+
}
|
|
16816
|
+
|
|
16817
|
+
.k-bg-bottom {
|
|
16818
|
+
background-position: bottom;
|
|
16819
|
+
}
|
|
16820
|
+
|
|
16821
|
+
.\!k-bg-bottom {
|
|
16822
|
+
background-position: bottom !important;
|
|
16823
|
+
}
|
|
16824
|
+
|
|
16825
|
+
.k-bg-left {
|
|
16826
|
+
background-position: left;
|
|
16827
|
+
}
|
|
16828
|
+
|
|
16829
|
+
.\!k-bg-left {
|
|
16830
|
+
background-position: left !important;
|
|
16831
|
+
}
|
|
16832
|
+
|
|
16833
|
+
.k-bg-top-left {
|
|
16834
|
+
background-position: top left;
|
|
16835
|
+
}
|
|
16836
|
+
|
|
16837
|
+
.\!k-bg-top-left {
|
|
16838
|
+
background-position: top left !important;
|
|
16839
|
+
}
|
|
16840
|
+
|
|
16841
|
+
.k-bg-top-right {
|
|
16842
|
+
background-position: top right;
|
|
16843
|
+
}
|
|
16844
|
+
|
|
16845
|
+
.\!k-bg-top-right {
|
|
16846
|
+
background-position: top right !important;
|
|
16847
|
+
}
|
|
16848
|
+
|
|
16849
|
+
.k-bg-bottom-left {
|
|
16850
|
+
background-position: bottom left;
|
|
16851
|
+
}
|
|
16852
|
+
|
|
16853
|
+
.\!k-bg-bottom-left {
|
|
16854
|
+
background-position: bottom left !important;
|
|
16855
|
+
}
|
|
16856
|
+
|
|
16857
|
+
.k-bg-bottom-right {
|
|
16858
|
+
background-position: bottom right;
|
|
16859
|
+
}
|
|
16860
|
+
|
|
16861
|
+
.\!k-bg-bottom-right {
|
|
16862
|
+
background-position: bottom right !important;
|
|
16863
|
+
}
|
|
16864
|
+
|
|
16865
|
+
.k-bg-auto {
|
|
16866
|
+
background-size: auto;
|
|
16867
|
+
}
|
|
16868
|
+
|
|
16869
|
+
.\!k-bg-auto {
|
|
16870
|
+
background-size: auto !important;
|
|
16871
|
+
}
|
|
16872
|
+
|
|
16873
|
+
.k-bg-cover {
|
|
16874
|
+
background-size: cover;
|
|
16875
|
+
}
|
|
16876
|
+
|
|
16877
|
+
.\!k-bg-cover {
|
|
16878
|
+
background-size: cover !important;
|
|
16879
|
+
}
|
|
16880
|
+
|
|
16881
|
+
.k-bg-contain {
|
|
16882
|
+
background-size: contain;
|
|
16883
|
+
}
|
|
16884
|
+
|
|
16885
|
+
.\!k-bg-contain {
|
|
16886
|
+
background-size: contain !important;
|
|
16887
|
+
}
|
|
16888
|
+
|
|
16793
16889
|
.k-border-primary {
|
|
16794
16890
|
border-color: #ff6358;
|
|
16795
16891
|
}
|
|
@@ -30013,8 +30109,14 @@ kendo-sortable {
|
|
|
30013
30109
|
.k-rtl .k-i-indent-decrease,
|
|
30014
30110
|
.k-rtl .k-i-caret-alt-right,
|
|
30015
30111
|
.k-rtl .k-i-caret-alt-left,
|
|
30112
|
+
.k-rtl .k-svg-i-caret-alt-right,
|
|
30113
|
+
.k-rtl .k-svg-i-caret-alt-left,
|
|
30114
|
+
[dir="rtl"] .k-i-indent-increase,
|
|
30115
|
+
[dir="rtl"] .k-i-indent-decrease,
|
|
30016
30116
|
[dir="rtl"] .k-i-caret-alt-right,
|
|
30017
|
-
[dir="rtl"] .k-i-caret-alt-left
|
|
30117
|
+
[dir="rtl"] .k-i-caret-alt-left,
|
|
30118
|
+
[dir="rtl"] .k-svg-i-caret-alt-right,
|
|
30119
|
+
[dir="rtl"] .k-svg-i-caret-alt-left {
|
|
30018
30120
|
transform: scaleX(-1);
|
|
30019
30121
|
}
|
|
30020
30122
|
|
|
@@ -30795,7 +30897,7 @@ kendo-sortable {
|
|
|
30795
30897
|
flex: 0 0 auto;
|
|
30796
30898
|
position: absolute;
|
|
30797
30899
|
top: 50%;
|
|
30798
|
-
|
|
30900
|
+
inset-inline-end: 0;
|
|
30799
30901
|
transform: translateY(-50%);
|
|
30800
30902
|
}
|
|
30801
30903
|
|
|
@@ -35694,10 +35796,10 @@ kendo-label > .k-label {
|
|
|
35694
35796
|
box-sizing: border-box;
|
|
35695
35797
|
}
|
|
35696
35798
|
|
|
35697
|
-
.k-input .k-input,
|
|
35698
|
-
.k-input .k-picker,
|
|
35699
|
-
.k-picker .k-input,
|
|
35700
|
-
.k-picker .k-picker {
|
|
35799
|
+
.k-input > .k-input,
|
|
35800
|
+
.k-input > .k-picker,
|
|
35801
|
+
.k-picker > .k-input,
|
|
35802
|
+
.k-picker > .k-picker {
|
|
35701
35803
|
border-width: 0 !important;
|
|
35702
35804
|
color: inherit;
|
|
35703
35805
|
background: none;
|
|
@@ -35908,6 +36010,7 @@ textarea.k-input-inner {
|
|
|
35908
36010
|
flex-flow: row nowrap;
|
|
35909
36011
|
align-items: center;
|
|
35910
36012
|
justify-content: center;
|
|
36013
|
+
box-sizing: content-box;
|
|
35911
36014
|
}
|
|
35912
36015
|
|
|
35913
36016
|
.k-input-icon.k-svg-icon > svg,
|
|
@@ -36127,8 +36230,9 @@ textarea.k-input-inner {
|
|
|
36127
36230
|
.k-picker-sm .k-input-prefix > .k-svg-icon,
|
|
36128
36231
|
.k-picker-sm .k-input-suffix > .k-icon,
|
|
36129
36232
|
.k-picker-sm .k-input-suffix > .k-svg-icon {
|
|
36130
|
-
|
|
36131
|
-
|
|
36233
|
+
padding-block: 2px;
|
|
36234
|
+
padding-inline: 2px;
|
|
36235
|
+
box-sizing: content-box;
|
|
36132
36236
|
}
|
|
36133
36237
|
|
|
36134
36238
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
@@ -36199,8 +36303,9 @@ select.k-picker-sm {
|
|
|
36199
36303
|
.k-picker-md .k-input-prefix > .k-svg-icon,
|
|
36200
36304
|
.k-picker-md .k-input-suffix > .k-icon,
|
|
36201
36305
|
.k-picker-md .k-input-suffix > .k-svg-icon {
|
|
36202
|
-
|
|
36203
|
-
|
|
36306
|
+
padding-block: 4px;
|
|
36307
|
+
padding-inline: 4px;
|
|
36308
|
+
box-sizing: content-box;
|
|
36204
36309
|
}
|
|
36205
36310
|
|
|
36206
36311
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
@@ -36271,8 +36376,9 @@ select.k-picker-md {
|
|
|
36271
36376
|
.k-picker-lg .k-input-prefix > .k-svg-icon,
|
|
36272
36377
|
.k-picker-lg .k-input-suffix > .k-icon,
|
|
36273
36378
|
.k-picker-lg .k-input-suffix > .k-svg-icon {
|
|
36274
|
-
|
|
36275
|
-
|
|
36379
|
+
padding-block: 8px;
|
|
36380
|
+
padding-inline: 8px;
|
|
36381
|
+
box-sizing: content-box;
|
|
36276
36382
|
}
|
|
36277
36383
|
|
|
36278
36384
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
@@ -36719,9 +36825,8 @@ select.k-picker-lg {
|
|
|
36719
36825
|
opacity: .5;
|
|
36720
36826
|
}
|
|
36721
36827
|
|
|
36722
|
-
.k-rtl .k-listbox
|
|
36723
|
-
[dir="rtl"] .k-listbox.k-listbox-actions
|
|
36724
|
-
[dir="rtl"] .k-listbox.k-listbox-actions-right .k-listbox-actions {
|
|
36828
|
+
.k-rtl .k-listbox .k-listbox-actions .k-button-icon, .k-listbox[dir="rtl"] .k-listbox-actions .k-button-icon,
|
|
36829
|
+
[dir="rtl"] .k-listbox .k-listbox-actions .k-button-icon {
|
|
36725
36830
|
transform: scaleX(-1);
|
|
36726
36831
|
}
|
|
36727
36832
|
|
|
@@ -40558,8 +40663,9 @@ select.k-picker-lg {
|
|
|
40558
40663
|
}
|
|
40559
40664
|
|
|
40560
40665
|
.k-fab-icon {
|
|
40561
|
-
|
|
40562
|
-
|
|
40666
|
+
padding-inline: 2px;
|
|
40667
|
+
padding-block: 2px;
|
|
40668
|
+
box-sizing: content-box;
|
|
40563
40669
|
}
|
|
40564
40670
|
|
|
40565
40671
|
.k-icon-wrapper-host:not(:only-child) .k-fab-icon, .k-fab-icon:not(:only-child) {
|
|
@@ -40639,10 +40745,8 @@ select.k-picker-lg {
|
|
|
40639
40745
|
}
|
|
40640
40746
|
|
|
40641
40747
|
.k-fab-item-icon {
|
|
40642
|
-
|
|
40643
|
-
|
|
40644
|
-
padding-block: 8px;
|
|
40645
|
-
padding-inline: 8px;
|
|
40748
|
+
padding-block: 10px;
|
|
40749
|
+
padding-inline: 10px;
|
|
40646
40750
|
border-width: 0;
|
|
40647
40751
|
border-radius: 50%;
|
|
40648
40752
|
box-sizing: content-box;
|
|
@@ -41058,7 +41162,7 @@ select.k-picker-lg {
|
|
|
41058
41162
|
color: #8e8e8e;
|
|
41059
41163
|
}
|
|
41060
41164
|
|
|
41061
|
-
.k-
|
|
41165
|
+
.k-fab-popup {
|
|
41062
41166
|
box-shadow: none;
|
|
41063
41167
|
}
|
|
41064
41168
|
|
|
@@ -41220,7 +41324,7 @@ select.k-picker-lg {
|
|
|
41220
41324
|
border-width: 0px;
|
|
41221
41325
|
border-top-width: 0;
|
|
41222
41326
|
top: 0;
|
|
41223
|
-
|
|
41327
|
+
inset-inline-start: 50%;
|
|
41224
41328
|
transform: translateX(-50%);
|
|
41225
41329
|
}
|
|
41226
41330
|
|
|
@@ -41230,7 +41334,7 @@ select.k-picker-lg {
|
|
|
41230
41334
|
border-width: 0px;
|
|
41231
41335
|
border-bottom-width: 0;
|
|
41232
41336
|
bottom: 0;
|
|
41233
|
-
|
|
41337
|
+
inset-inline-start: 50%;
|
|
41234
41338
|
transform: translateX(-50%);
|
|
41235
41339
|
}
|
|
41236
41340
|
|
|
@@ -41385,6 +41489,13 @@ select.k-picker-lg {
|
|
|
41385
41489
|
align-items: center;
|
|
41386
41490
|
}
|
|
41387
41491
|
|
|
41492
|
+
.k-rtl .k-actionsheet-top,
|
|
41493
|
+
.k-rtl .k-actionsheet-bottom,
|
|
41494
|
+
[dir="rtl"] .k-actionsheet-top,
|
|
41495
|
+
[dir="rtl"] .k-actionsheet-bottom {
|
|
41496
|
+
transform: translateX(50%);
|
|
41497
|
+
}
|
|
41498
|
+
|
|
41388
41499
|
.k-actionsheet {
|
|
41389
41500
|
border-color: rgba(0, 0, 0, 0.08);
|
|
41390
41501
|
color: #424242;
|
|
@@ -41830,10 +41941,10 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
41830
41941
|
|
|
41831
41942
|
.k-drawer-item .k-svg-icon,
|
|
41832
41943
|
.k-drawer-item .k-icon {
|
|
41833
|
-
height: auto;
|
|
41834
|
-
font-size: 16px;
|
|
41835
|
-
line-height: 1.5;
|
|
41836
41944
|
flex-shrink: 0;
|
|
41945
|
+
padding-inline: 0;
|
|
41946
|
+
padding-block: 4px;
|
|
41947
|
+
box-sizing: content-box;
|
|
41837
41948
|
}
|
|
41838
41949
|
|
|
41839
41950
|
.k-drawer-item .k-svg-icon.k-i-none,
|
|
@@ -41841,6 +41952,16 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
41841
41952
|
margin: 0;
|
|
41842
41953
|
}
|
|
41843
41954
|
|
|
41955
|
+
.k-drawer-item .k-icon {
|
|
41956
|
+
height: auto;
|
|
41957
|
+
font-size: 16px;
|
|
41958
|
+
}
|
|
41959
|
+
|
|
41960
|
+
.k-drawer-item .k-svg-icon {
|
|
41961
|
+
width: 16px;
|
|
41962
|
+
height: 16px;
|
|
41963
|
+
}
|
|
41964
|
+
|
|
41844
41965
|
.k-drawer-item .k-item-text {
|
|
41845
41966
|
display: inline-block;
|
|
41846
41967
|
white-space: nowrap;
|
|
@@ -42866,194 +42987,313 @@ kendo-card-footer {
|
|
|
42866
42987
|
z-index: 1;
|
|
42867
42988
|
}
|
|
42868
42989
|
|
|
42869
|
-
.k-bottom-nav-solid.k-bottom-nav-primary {
|
|
42990
|
+
.k-bottom-nav-solid-primary, .k-bottom-nav-solid.k-bottom-nav-primary {
|
|
42870
42991
|
color: #ffc8c5;
|
|
42871
42992
|
background-color: #ff6358;
|
|
42872
42993
|
}
|
|
42873
42994
|
|
|
42874
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
42995
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
42996
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item:focus,
|
|
42875
42997
|
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
42876
42998
|
background-color: rgba(255, 200, 197, 0.2);
|
|
42877
42999
|
}
|
|
42878
43000
|
|
|
42879
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43001
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
42880
43002
|
color: white;
|
|
42881
43003
|
}
|
|
42882
43004
|
|
|
42883
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
43005
|
+
.k-bottom-nav-solid-secondary, .k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
42884
43006
|
color: #c9c9c9;
|
|
42885
43007
|
background-color: #666666;
|
|
42886
43008
|
}
|
|
42887
43009
|
|
|
42888
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
43010
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
43011
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item:focus,
|
|
42889
43012
|
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
42890
43013
|
background-color: rgba(201, 201, 201, 0.2);
|
|
42891
43014
|
}
|
|
42892
43015
|
|
|
42893
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
43016
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
42894
43017
|
color: white;
|
|
42895
43018
|
}
|
|
42896
43019
|
|
|
42897
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
43020
|
+
.k-bottom-nav-solid-tertiary, .k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
42898
43021
|
color: #a7e1fb;
|
|
42899
43022
|
background-color: #03a9f4;
|
|
42900
43023
|
}
|
|
42901
43024
|
|
|
42902
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
43025
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
43026
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item:focus,
|
|
42903
43027
|
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
42904
43028
|
background-color: rgba(167, 225, 251, 0.2);
|
|
42905
43029
|
}
|
|
42906
43030
|
|
|
42907
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
43031
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
42908
43032
|
color: white;
|
|
42909
43033
|
}
|
|
42910
43034
|
|
|
42911
|
-
.k-bottom-nav-solid.k-bottom-nav-info {
|
|
43035
|
+
.k-bottom-nav-solid-info, .k-bottom-nav-solid.k-bottom-nav-info {
|
|
42912
43036
|
color: #a6c5f7;
|
|
42913
43037
|
background-color: #0058e9;
|
|
42914
43038
|
}
|
|
42915
43039
|
|
|
42916
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
43040
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
43041
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item:focus,
|
|
42917
43042
|
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
42918
43043
|
background-color: rgba(166, 197, 247, 0.2);
|
|
42919
43044
|
}
|
|
42920
43045
|
|
|
42921
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
43046
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
42922
43047
|
color: white;
|
|
42923
43048
|
}
|
|
42924
43049
|
|
|
42925
|
-
.k-bottom-nav-solid.k-bottom-nav-success {
|
|
43050
|
+
.k-bottom-nav-solid-success, .k-bottom-nav-solid.k-bottom-nav-success {
|
|
42926
43051
|
color: #b9e5a6;
|
|
42927
43052
|
background-color: #37b400;
|
|
42928
43053
|
}
|
|
42929
43054
|
|
|
42930
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
43055
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
43056
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item:focus,
|
|
42931
43057
|
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
42932
43058
|
background-color: rgba(185, 229, 166, 0.2);
|
|
42933
43059
|
}
|
|
42934
43060
|
|
|
42935
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
43061
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
42936
43062
|
color: white;
|
|
42937
43063
|
}
|
|
42938
43064
|
|
|
42939
|
-
.k-bottom-nav-solid.k-bottom-nav-warning {
|
|
43065
|
+
.k-bottom-nav-solid-warning, .k-bottom-nav-solid.k-bottom-nav-warning {
|
|
42940
43066
|
color: #594300;
|
|
42941
43067
|
background-color: #ffc000;
|
|
42942
43068
|
}
|
|
42943
43069
|
|
|
42944
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
43070
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
43071
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item:focus,
|
|
42945
43072
|
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
42946
43073
|
background-color: rgba(89, 67, 0, 0.2);
|
|
42947
43074
|
}
|
|
42948
43075
|
|
|
42949
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
43076
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
42950
43077
|
color: black;
|
|
42951
43078
|
}
|
|
42952
43079
|
|
|
42953
|
-
.k-bottom-nav-solid.k-bottom-nav-error {
|
|
43080
|
+
.k-bottom-nav-solid-error, .k-bottom-nav-solid.k-bottom-nav-error {
|
|
42954
43081
|
color: #fbaea6;
|
|
42955
43082
|
background-color: #f31700;
|
|
42956
43083
|
}
|
|
42957
43084
|
|
|
42958
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
43085
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
43086
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item:focus,
|
|
42959
43087
|
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
42960
43088
|
background-color: rgba(251, 174, 166, 0.2);
|
|
42961
43089
|
}
|
|
42962
43090
|
|
|
42963
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
43091
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
42964
43092
|
color: white;
|
|
42965
43093
|
}
|
|
42966
43094
|
|
|
42967
|
-
.k-bottom-nav-solid.k-bottom-nav-dark {
|
|
43095
|
+
.k-bottom-nav-solid-dark, .k-bottom-nav-solid.k-bottom-nav-dark {
|
|
42968
43096
|
color: #bdbdbd;
|
|
42969
43097
|
background-color: #424242;
|
|
42970
43098
|
}
|
|
42971
43099
|
|
|
42972
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
43100
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
43101
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item:focus,
|
|
42973
43102
|
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
42974
43103
|
background-color: rgba(189, 189, 189, 0.2);
|
|
42975
43104
|
}
|
|
42976
43105
|
|
|
42977
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
43106
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
42978
43107
|
color: white;
|
|
42979
43108
|
}
|
|
42980
43109
|
|
|
42981
|
-
.k-bottom-nav-solid.k-bottom-nav-light {
|
|
43110
|
+
.k-bottom-nav-solid-light, .k-bottom-nav-solid.k-bottom-nav-light {
|
|
42982
43111
|
color: #525252;
|
|
42983
43112
|
background-color: #ebebeb;
|
|
42984
43113
|
}
|
|
42985
43114
|
|
|
42986
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
43115
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
43116
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item:focus,
|
|
42987
43117
|
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
42988
43118
|
background-color: rgba(82, 82, 82, 0.2);
|
|
42989
43119
|
}
|
|
42990
43120
|
|
|
42991
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43121
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
42992
43122
|
color: black;
|
|
42993
43123
|
}
|
|
42994
43124
|
|
|
42995
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
43125
|
+
.k-bottom-nav-solid-inverse, .k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
42996
43126
|
color: #bdbdbd;
|
|
42997
43127
|
background-color: #424242;
|
|
42998
43128
|
}
|
|
42999
43129
|
|
|
43000
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43130
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43131
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item:focus,
|
|
43001
43132
|
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
43002
43133
|
background-color: rgba(189, 189, 189, 0.2);
|
|
43003
43134
|
}
|
|
43004
43135
|
|
|
43005
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43136
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43006
43137
|
color: white;
|
|
43007
43138
|
}
|
|
43008
43139
|
|
|
43009
|
-
.k-bottom-nav-flat {
|
|
43140
|
+
.k-bottom-nav-flat-primary, .k-bottom-nav-flat.k-bottom-nav-primary {
|
|
43010
43141
|
border-color: rgba(0, 0, 0, 0.08);
|
|
43011
43142
|
color: #424242;
|
|
43012
43143
|
background-color: #ffffff;
|
|
43013
43144
|
}
|
|
43014
43145
|
|
|
43015
|
-
.k-bottom-nav-flat .k-bottom-nav-item.k-focus,
|
|
43016
|
-
.k-bottom-nav-flat .k-bottom-nav-item:focus
|
|
43146
|
+
.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,
|
|
43147
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
|
|
43148
|
+
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
43017
43149
|
background-color: rgba(66, 66, 66, 0.05);
|
|
43018
43150
|
}
|
|
43019
43151
|
|
|
43020
|
-
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43152
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43021
43153
|
color: #ff6358;
|
|
43022
43154
|
}
|
|
43023
43155
|
|
|
43024
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43156
|
+
.k-bottom-nav-flat-secondary, .k-bottom-nav-flat.k-bottom-nav-secondary {
|
|
43157
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43158
|
+
color: #424242;
|
|
43159
|
+
background-color: #ffffff;
|
|
43160
|
+
}
|
|
43161
|
+
|
|
43162
|
+
.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,
|
|
43163
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
|
|
43164
|
+
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
43165
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43166
|
+
}
|
|
43167
|
+
|
|
43168
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
43025
43169
|
color: #4e4e4e;
|
|
43026
43170
|
}
|
|
43027
43171
|
|
|
43028
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43172
|
+
.k-bottom-nav-flat-tertiary, .k-bottom-nav-flat.k-bottom-nav-tertiary {
|
|
43173
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43174
|
+
color: #424242;
|
|
43175
|
+
background-color: #ffffff;
|
|
43176
|
+
}
|
|
43177
|
+
|
|
43178
|
+
.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,
|
|
43179
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
|
|
43180
|
+
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
43181
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43182
|
+
}
|
|
43183
|
+
|
|
43184
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
43029
43185
|
color: #03a9f4;
|
|
43030
43186
|
}
|
|
43031
43187
|
|
|
43032
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43188
|
+
.k-bottom-nav-flat-info, .k-bottom-nav-flat.k-bottom-nav-info {
|
|
43189
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43190
|
+
color: #424242;
|
|
43191
|
+
background-color: #ffffff;
|
|
43192
|
+
}
|
|
43193
|
+
|
|
43194
|
+
.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,
|
|
43195
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
|
|
43196
|
+
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
43197
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43198
|
+
}
|
|
43199
|
+
|
|
43200
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
43033
43201
|
color: #0058e9;
|
|
43034
43202
|
}
|
|
43035
43203
|
|
|
43036
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43204
|
+
.k-bottom-nav-flat-success, .k-bottom-nav-flat.k-bottom-nav-success {
|
|
43205
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43206
|
+
color: #424242;
|
|
43207
|
+
background-color: #ffffff;
|
|
43208
|
+
}
|
|
43209
|
+
|
|
43210
|
+
.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,
|
|
43211
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
|
|
43212
|
+
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
43213
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43214
|
+
}
|
|
43215
|
+
|
|
43216
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
43037
43217
|
color: #37b400;
|
|
43038
43218
|
}
|
|
43039
43219
|
|
|
43040
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43220
|
+
.k-bottom-nav-flat-warning, .k-bottom-nav-flat.k-bottom-nav-warning {
|
|
43221
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43222
|
+
color: #424242;
|
|
43223
|
+
background-color: #ffffff;
|
|
43224
|
+
}
|
|
43225
|
+
|
|
43226
|
+
.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,
|
|
43227
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
|
|
43228
|
+
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
43229
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43230
|
+
}
|
|
43231
|
+
|
|
43232
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
43041
43233
|
color: #ffc000;
|
|
43042
43234
|
}
|
|
43043
43235
|
|
|
43044
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43236
|
+
.k-bottom-nav-flat-error, .k-bottom-nav-flat.k-bottom-nav-error {
|
|
43237
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43238
|
+
color: #424242;
|
|
43239
|
+
background-color: #ffffff;
|
|
43240
|
+
}
|
|
43241
|
+
|
|
43242
|
+
.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,
|
|
43243
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
|
|
43244
|
+
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
43245
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43246
|
+
}
|
|
43247
|
+
|
|
43248
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
43045
43249
|
color: #f31700;
|
|
43046
43250
|
}
|
|
43047
43251
|
|
|
43048
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43252
|
+
.k-bottom-nav-flat-dark, .k-bottom-nav-flat.k-bottom-nav-dark {
|
|
43253
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43254
|
+
color: #424242;
|
|
43255
|
+
background-color: #ffffff;
|
|
43256
|
+
}
|
|
43257
|
+
|
|
43258
|
+
.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,
|
|
43259
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
|
|
43260
|
+
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
43261
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43262
|
+
}
|
|
43263
|
+
|
|
43264
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
43265
|
+
color: #424242;
|
|
43266
|
+
}
|
|
43267
|
+
|
|
43268
|
+
.k-bottom-nav-flat-light, .k-bottom-nav-flat.k-bottom-nav-light {
|
|
43269
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43049
43270
|
color: #424242;
|
|
43271
|
+
background-color: #ffffff;
|
|
43272
|
+
}
|
|
43273
|
+
|
|
43274
|
+
.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,
|
|
43275
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
|
|
43276
|
+
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
43277
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43050
43278
|
}
|
|
43051
43279
|
|
|
43052
|
-
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43280
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43053
43281
|
color: #b3b3b3;
|
|
43054
43282
|
}
|
|
43055
43283
|
|
|
43056
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43284
|
+
.k-bottom-nav-flat-inverse, .k-bottom-nav-flat.k-bottom-nav-inverse {
|
|
43285
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
43286
|
+
color: #424242;
|
|
43287
|
+
background-color: #ffffff;
|
|
43288
|
+
}
|
|
43289
|
+
|
|
43290
|
+
.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,
|
|
43291
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
|
|
43292
|
+
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
43293
|
+
background-color: rgba(66, 66, 66, 0.05);
|
|
43294
|
+
}
|
|
43295
|
+
|
|
43296
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43057
43297
|
color: #424242;
|
|
43058
43298
|
}
|
|
43059
43299
|
|
|
@@ -43087,10 +43327,6 @@ kendo-card-footer {
|
|
|
43087
43327
|
overflow: hidden;
|
|
43088
43328
|
}
|
|
43089
43329
|
|
|
43090
|
-
.k-breadcrumb-container.k-flex-wrap {
|
|
43091
|
-
flex-wrap: wrap;
|
|
43092
|
-
}
|
|
43093
|
-
|
|
43094
43330
|
.k-breadcrumb-root-item-container {
|
|
43095
43331
|
align-items: flex-start;
|
|
43096
43332
|
flex-shrink: 0;
|
|
@@ -43100,6 +43336,7 @@ kendo-card-footer {
|
|
|
43100
43336
|
vertical-align: middle;
|
|
43101
43337
|
display: inline-flex;
|
|
43102
43338
|
flex-direction: row;
|
|
43339
|
+
flex: none;
|
|
43103
43340
|
align-items: center;
|
|
43104
43341
|
overflow: hidden;
|
|
43105
43342
|
}
|
|
@@ -43214,41 +43451,8 @@ kendo-card-footer {
|
|
|
43214
43451
|
box-sizing: border-box;
|
|
43215
43452
|
}
|
|
43216
43453
|
|
|
43217
|
-
.k-rtl .k-pager .k-
|
|
43218
|
-
.k-
|
|
43219
|
-
.k-rtl .k-pager .k-i-caret-alt-left,
|
|
43220
|
-
.k-rtl .k-pager .k-i-caret-alt-right,
|
|
43221
|
-
.k-rtl .k-pager .k-i-arrow-end-left,
|
|
43222
|
-
.k-rtl .k-pager .k-i-arrow-60-left,
|
|
43223
|
-
.k-rtl .k-pager .k-i-arrow-60-right,
|
|
43224
|
-
.k-rtl .k-pager .k-i-arrow-end-right,
|
|
43225
|
-
.k-rtl .k-pager .k-i-seek-w,
|
|
43226
|
-
.k-rtl .k-pager .k-i-arrow-w,
|
|
43227
|
-
.k-rtl .k-pager .k-i-arrow-e,
|
|
43228
|
-
.k-rtl .k-pager .k-i-seek-e, .k-pager[dir="rtl"] .k-i-caret-alt-to-left,
|
|
43229
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-to-right,
|
|
43230
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-left,
|
|
43231
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-right,
|
|
43232
|
-
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
43233
|
-
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
43234
|
-
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
43235
|
-
.k-pager[dir="rtl"] .k-i-arrow-end-right,
|
|
43236
|
-
.k-pager[dir="rtl"] .k-i-seek-w,
|
|
43237
|
-
.k-pager[dir="rtl"] .k-i-arrow-w,
|
|
43238
|
-
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
43239
|
-
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
43240
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-to-left,
|
|
43241
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-to-right,
|
|
43242
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-left,
|
|
43243
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-right,
|
|
43244
|
-
[dir="rtl"] .k-pager .k-i-arrow-end-left,
|
|
43245
|
-
[dir="rtl"] .k-pager .k-i-arrow-60-left,
|
|
43246
|
-
[dir="rtl"] .k-pager .k-i-arrow-60-right,
|
|
43247
|
-
[dir="rtl"] .k-pager .k-i-arrow-end-right,
|
|
43248
|
-
[dir="rtl"] .k-pager .k-i-seek-w,
|
|
43249
|
-
[dir="rtl"] .k-pager .k-i-arrow-w,
|
|
43250
|
-
[dir="rtl"] .k-pager .k-i-arrow-e,
|
|
43251
|
-
[dir="rtl"] .k-pager .k-i-seek-e {
|
|
43454
|
+
.k-rtl .k-pager .k-pager-nav .k-button-icon, .k-pager[dir="rtl"] .k-pager-nav .k-button-icon,
|
|
43455
|
+
[dir="rtl"] .k-pager .k-pager-nav .k-button-icon {
|
|
43252
43456
|
transform: scaleX(-1);
|
|
43253
43457
|
}
|
|
43254
43458
|
|
|
@@ -44280,6 +44484,9 @@ kendo-card-footer {
|
|
|
44280
44484
|
|
|
44281
44485
|
.k-expander-indicator {
|
|
44282
44486
|
margin-left: 12px;
|
|
44487
|
+
display: flex;
|
|
44488
|
+
justify-content: center;
|
|
44489
|
+
align-items: center;
|
|
44283
44490
|
}
|
|
44284
44491
|
|
|
44285
44492
|
.k-expander-content {
|
|
@@ -45141,16 +45348,12 @@ kendo-card-footer {
|
|
|
45141
45348
|
.k-scheduler-mobile .k-task {
|
|
45142
45349
|
display: flex;
|
|
45143
45350
|
align-items: center;
|
|
45351
|
+
gap: .5em;
|
|
45144
45352
|
}
|
|
45145
45353
|
|
|
45146
45354
|
.k-scheduler-mobile .k-task .k-scheduler-mark {
|
|
45147
45355
|
border-radius: 50%;
|
|
45148
|
-
|
|
45149
|
-
|
|
45150
|
-
.k-scheduler-mobile .k-task .k-i-reload,
|
|
45151
|
-
.k-scheduler-mobile .k-task .k-i-arrow-rotate-cw {
|
|
45152
|
-
font-size: 1em;
|
|
45153
|
-
margin-right: .5em;
|
|
45356
|
+
margin: 0;
|
|
45154
45357
|
}
|
|
45155
45358
|
|
|
45156
45359
|
.k-scheduler-mobile .k-task .k-scheduler-task-text {
|
|
@@ -45278,11 +45481,14 @@ kendo-card-footer {
|
|
|
45278
45481
|
display: none;
|
|
45279
45482
|
}
|
|
45280
45483
|
|
|
45281
|
-
.k-rtl .k-pane-wrapper .k-header-cancel .k-
|
|
45282
|
-
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-
|
|
45283
|
-
.k-pane-wrapper
|
|
45284
|
-
[dir="rtl"] .k-
|
|
45285
|
-
[dir="rtl"] .k-
|
|
45484
|
+
.k-rtl .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
45485
|
+
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
45486
|
+
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-icon, .k-pane-wrapper[dir="rtl"] .k-header-cancel .k-button-icon,
|
|
45487
|
+
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-svg-icon,
|
|
45488
|
+
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-icon,
|
|
45489
|
+
[dir="rtl"] .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
45490
|
+
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
45491
|
+
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-icon {
|
|
45286
45492
|
transform: scaleX(-1);
|
|
45287
45493
|
}
|
|
45288
45494
|
|
|
@@ -45444,6 +45650,7 @@ kendo-card-footer {
|
|
|
45444
45650
|
|
|
45445
45651
|
.k-grid .k-grid-header .k-table,
|
|
45446
45652
|
.k-grid .k-grid-content .k-table,
|
|
45653
|
+
.k-grid .k-grid-content-locked .k-table,
|
|
45447
45654
|
.k-grid .k-grid-footer .k-table {
|
|
45448
45655
|
table-layout: fixed;
|
|
45449
45656
|
}
|
|
@@ -46767,7 +46974,8 @@ div.k-grid-norecords {
|
|
|
46767
46974
|
}
|
|
46768
46975
|
|
|
46769
46976
|
.k-columnmenu-item > .k-icon,
|
|
46770
|
-
.k-columnmenu-item > .k-svg-icon
|
|
46977
|
+
.k-columnmenu-item > .k-svg-icon,
|
|
46978
|
+
.k-columnmenu-item > .k-expander-indicator {
|
|
46771
46979
|
margin-inline-end: 4px;
|
|
46772
46980
|
}
|
|
46773
46981
|
|
|
@@ -47499,7 +47707,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47499
47707
|
flex: 1;
|
|
47500
47708
|
}
|
|
47501
47709
|
|
|
47502
|
-
.k-spreadsheet-formula-bar > .k-
|
|
47710
|
+
.k-spreadsheet-formula-bar > .k-icon,
|
|
47711
|
+
.k-spreadsheet-formula-bar > .k-svg-icon {
|
|
47503
47712
|
padding-block: 0;
|
|
47504
47713
|
padding-inline: 4px;
|
|
47505
47714
|
box-sizing: content-box;
|
|
@@ -48014,8 +48223,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48014
48223
|
|
|
48015
48224
|
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
|
|
48016
48225
|
.k-spreadsheet-filter-menu .k-details-summary > .k-svg-icon,
|
|
48226
|
+
.k-spreadsheet-filter-menu .k-details-summary > .k-expander-indicator,
|
|
48017
48227
|
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
|
|
48018
|
-
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon
|
|
48228
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon,
|
|
48229
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-expander-indicator {
|
|
48019
48230
|
margin-right: 4px;
|
|
48020
48231
|
}
|
|
48021
48232
|
|
|
@@ -50482,24 +50693,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
50482
50693
|
margin-bottom: 0;
|
|
50483
50694
|
}
|
|
50484
50695
|
|
|
50485
|
-
.k-editor-table-wizard-window .k-numerictextbox {
|
|
50486
|
-
width: 10em;
|
|
50487
|
-
}
|
|
50488
|
-
|
|
50489
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown,
|
|
50490
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
50491
|
-
width: 5em;
|
|
50492
|
-
}
|
|
50493
|
-
|
|
50494
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-color-picker, .k-editor-table-wizard-window .k-numerictextbox + .k-colorpicker, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown,
|
|
50495
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
50496
|
-
margin-left: 8px;
|
|
50497
|
-
}
|
|
50498
|
-
|
|
50499
|
-
.k-editor-table-wizard-window .k-color-picker, .k-editor-table-wizard-window .k-colorpicker {
|
|
50500
|
-
vertical-align: middle;
|
|
50501
|
-
}
|
|
50502
|
-
|
|
50503
50696
|
.k-editor-table-wizard-window .k-edit-field > .k-checkbox {
|
|
50504
50697
|
position: relative;
|
|
50505
50698
|
}
|
|
@@ -52157,19 +52350,9 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
52157
52350
|
flex-flow: row nowrap;
|
|
52158
52351
|
}
|
|
52159
52352
|
|
|
52160
|
-
.k-scheduler-
|
|
52353
|
+
.k-scheduler-toolbar .k-views-dropdown {
|
|
52161
52354
|
width: auto;
|
|
52162
52355
|
font: inherit;
|
|
52163
|
-
display: none;
|
|
52164
|
-
}
|
|
52165
|
-
|
|
52166
|
-
@media (max-width: 1024px) {
|
|
52167
|
-
.k-scheduler-views-wrapper .k-scheduler-views {
|
|
52168
|
-
display: none;
|
|
52169
|
-
}
|
|
52170
|
-
.k-scheduler-views-wrapper .k-views-dropdown {
|
|
52171
|
-
display: inline-block;
|
|
52172
|
-
}
|
|
52173
52356
|
}
|
|
52174
52357
|
|
|
52175
52358
|
.k-scheduler-footer {
|
|
@@ -54724,11 +54907,11 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54724
54907
|
}
|
|
54725
54908
|
|
|
54726
54909
|
.k-scrollview-prev {
|
|
54727
|
-
|
|
54910
|
+
inset-inline-start: 0;
|
|
54728
54911
|
}
|
|
54729
54912
|
|
|
54730
54913
|
.k-scrollview-next {
|
|
54731
|
-
|
|
54914
|
+
inset-inline-end: 0;
|
|
54732
54915
|
}
|
|
54733
54916
|
|
|
54734
54917
|
.k-scrollview-animation {
|
|
@@ -54752,6 +54935,17 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54752
54935
|
}
|
|
54753
54936
|
}
|
|
54754
54937
|
|
|
54938
|
+
.k-rtl .k-scrollview-prev .k-icon,
|
|
54939
|
+
.k-rtl .k-scrollview-prev .k-svg-icon,
|
|
54940
|
+
.k-rtl .k-scrollview-next .k-icon,
|
|
54941
|
+
.k-rtl .k-scrollview-next .k-svg-icon,
|
|
54942
|
+
[dir="rtl"] .k-scrollview-prev .k-icon,
|
|
54943
|
+
[dir="rtl"] .k-scrollview-prev .k-svg-icon,
|
|
54944
|
+
[dir="rtl"] .k-scrollview-next .k-icon,
|
|
54945
|
+
[dir="rtl"] .k-scrollview-next .k-svg-icon {
|
|
54946
|
+
transform: scaleX(-1);
|
|
54947
|
+
}
|
|
54948
|
+
|
|
54755
54949
|
kendo-scrollview.k-scrollview-wrap,
|
|
54756
54950
|
kendo-scrollview.k-scrollview,
|
|
54757
54951
|
div.k-scrollview {
|