@progress/kendo-theme-classic 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/meta/sassdoc-data.json +988 -1096
- package/dist/meta/sassdoc-raw-data.json +495 -545
- package/dist/meta/variables.json +16 -16
- 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/drawer/_variables.scss +2 -0
- package/scss/fab/_variables.scss +5 -11
- package/scss/input/_variables.scss +0 -3
package/dist/all.css
CHANGED
|
@@ -16791,6 +16791,102 @@ kendo-sortable {
|
|
|
16791
16791
|
background-color: white !important;
|
|
16792
16792
|
}
|
|
16793
16793
|
|
|
16794
|
+
.k-bg-center {
|
|
16795
|
+
background-position: center;
|
|
16796
|
+
}
|
|
16797
|
+
|
|
16798
|
+
.\!k-bg-center {
|
|
16799
|
+
background-position: center !important;
|
|
16800
|
+
}
|
|
16801
|
+
|
|
16802
|
+
.k-bg-top {
|
|
16803
|
+
background-position: top;
|
|
16804
|
+
}
|
|
16805
|
+
|
|
16806
|
+
.\!k-bg-top {
|
|
16807
|
+
background-position: top !important;
|
|
16808
|
+
}
|
|
16809
|
+
|
|
16810
|
+
.k-bg-right {
|
|
16811
|
+
background-position: right;
|
|
16812
|
+
}
|
|
16813
|
+
|
|
16814
|
+
.\!k-bg-right {
|
|
16815
|
+
background-position: right !important;
|
|
16816
|
+
}
|
|
16817
|
+
|
|
16818
|
+
.k-bg-bottom {
|
|
16819
|
+
background-position: bottom;
|
|
16820
|
+
}
|
|
16821
|
+
|
|
16822
|
+
.\!k-bg-bottom {
|
|
16823
|
+
background-position: bottom !important;
|
|
16824
|
+
}
|
|
16825
|
+
|
|
16826
|
+
.k-bg-left {
|
|
16827
|
+
background-position: left;
|
|
16828
|
+
}
|
|
16829
|
+
|
|
16830
|
+
.\!k-bg-left {
|
|
16831
|
+
background-position: left !important;
|
|
16832
|
+
}
|
|
16833
|
+
|
|
16834
|
+
.k-bg-top-left {
|
|
16835
|
+
background-position: top left;
|
|
16836
|
+
}
|
|
16837
|
+
|
|
16838
|
+
.\!k-bg-top-left {
|
|
16839
|
+
background-position: top left !important;
|
|
16840
|
+
}
|
|
16841
|
+
|
|
16842
|
+
.k-bg-top-right {
|
|
16843
|
+
background-position: top right;
|
|
16844
|
+
}
|
|
16845
|
+
|
|
16846
|
+
.\!k-bg-top-right {
|
|
16847
|
+
background-position: top right !important;
|
|
16848
|
+
}
|
|
16849
|
+
|
|
16850
|
+
.k-bg-bottom-left {
|
|
16851
|
+
background-position: bottom left;
|
|
16852
|
+
}
|
|
16853
|
+
|
|
16854
|
+
.\!k-bg-bottom-left {
|
|
16855
|
+
background-position: bottom left !important;
|
|
16856
|
+
}
|
|
16857
|
+
|
|
16858
|
+
.k-bg-bottom-right {
|
|
16859
|
+
background-position: bottom right;
|
|
16860
|
+
}
|
|
16861
|
+
|
|
16862
|
+
.\!k-bg-bottom-right {
|
|
16863
|
+
background-position: bottom right !important;
|
|
16864
|
+
}
|
|
16865
|
+
|
|
16866
|
+
.k-bg-auto {
|
|
16867
|
+
background-size: auto;
|
|
16868
|
+
}
|
|
16869
|
+
|
|
16870
|
+
.\!k-bg-auto {
|
|
16871
|
+
background-size: auto !important;
|
|
16872
|
+
}
|
|
16873
|
+
|
|
16874
|
+
.k-bg-cover {
|
|
16875
|
+
background-size: cover;
|
|
16876
|
+
}
|
|
16877
|
+
|
|
16878
|
+
.\!k-bg-cover {
|
|
16879
|
+
background-size: cover !important;
|
|
16880
|
+
}
|
|
16881
|
+
|
|
16882
|
+
.k-bg-contain {
|
|
16883
|
+
background-size: contain;
|
|
16884
|
+
}
|
|
16885
|
+
|
|
16886
|
+
.\!k-bg-contain {
|
|
16887
|
+
background-size: contain !important;
|
|
16888
|
+
}
|
|
16889
|
+
|
|
16794
16890
|
.k-border-primary {
|
|
16795
16891
|
border-color: #f35800;
|
|
16796
16892
|
}
|
|
@@ -30014,8 +30110,14 @@ kendo-sortable {
|
|
|
30014
30110
|
.k-rtl .k-i-indent-decrease,
|
|
30015
30111
|
.k-rtl .k-i-caret-alt-right,
|
|
30016
30112
|
.k-rtl .k-i-caret-alt-left,
|
|
30113
|
+
.k-rtl .k-svg-i-caret-alt-right,
|
|
30114
|
+
.k-rtl .k-svg-i-caret-alt-left,
|
|
30115
|
+
[dir="rtl"] .k-i-indent-increase,
|
|
30116
|
+
[dir="rtl"] .k-i-indent-decrease,
|
|
30017
30117
|
[dir="rtl"] .k-i-caret-alt-right,
|
|
30018
|
-
[dir="rtl"] .k-i-caret-alt-left
|
|
30118
|
+
[dir="rtl"] .k-i-caret-alt-left,
|
|
30119
|
+
[dir="rtl"] .k-svg-i-caret-alt-right,
|
|
30120
|
+
[dir="rtl"] .k-svg-i-caret-alt-left {
|
|
30019
30121
|
transform: scaleX(-1);
|
|
30020
30122
|
}
|
|
30021
30123
|
|
|
@@ -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
|
|
|
@@ -35696,10 +35798,10 @@ kendo-label > .k-label {
|
|
|
35696
35798
|
box-sizing: border-box;
|
|
35697
35799
|
}
|
|
35698
35800
|
|
|
35699
|
-
.k-input .k-input,
|
|
35700
|
-
.k-input .k-picker,
|
|
35701
|
-
.k-picker .k-input,
|
|
35702
|
-
.k-picker .k-picker {
|
|
35801
|
+
.k-input > .k-input,
|
|
35802
|
+
.k-input > .k-picker,
|
|
35803
|
+
.k-picker > .k-input,
|
|
35804
|
+
.k-picker > .k-picker {
|
|
35703
35805
|
border-width: 0 !important;
|
|
35704
35806
|
color: inherit;
|
|
35705
35807
|
background: none;
|
|
@@ -35910,6 +36012,7 @@ textarea.k-input-inner {
|
|
|
35910
36012
|
flex-flow: row nowrap;
|
|
35911
36013
|
align-items: center;
|
|
35912
36014
|
justify-content: center;
|
|
36015
|
+
box-sizing: content-box;
|
|
35913
36016
|
}
|
|
35914
36017
|
|
|
35915
36018
|
.k-input-icon.k-svg-icon > svg,
|
|
@@ -36129,8 +36232,9 @@ textarea.k-input-inner {
|
|
|
36129
36232
|
.k-picker-sm .k-input-prefix > .k-svg-icon,
|
|
36130
36233
|
.k-picker-sm .k-input-suffix > .k-icon,
|
|
36131
36234
|
.k-picker-sm .k-input-suffix > .k-svg-icon {
|
|
36132
|
-
|
|
36133
|
-
|
|
36235
|
+
padding-block: 2px;
|
|
36236
|
+
padding-inline: 2px;
|
|
36237
|
+
box-sizing: content-box;
|
|
36134
36238
|
}
|
|
36135
36239
|
|
|
36136
36240
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
@@ -36201,8 +36305,9 @@ select.k-picker-sm {
|
|
|
36201
36305
|
.k-picker-md .k-input-prefix > .k-svg-icon,
|
|
36202
36306
|
.k-picker-md .k-input-suffix > .k-icon,
|
|
36203
36307
|
.k-picker-md .k-input-suffix > .k-svg-icon {
|
|
36204
|
-
|
|
36205
|
-
|
|
36308
|
+
padding-block: 4px;
|
|
36309
|
+
padding-inline: 4px;
|
|
36310
|
+
box-sizing: content-box;
|
|
36206
36311
|
}
|
|
36207
36312
|
|
|
36208
36313
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
@@ -36273,8 +36378,9 @@ select.k-picker-md {
|
|
|
36273
36378
|
.k-picker-lg .k-input-prefix > .k-svg-icon,
|
|
36274
36379
|
.k-picker-lg .k-input-suffix > .k-icon,
|
|
36275
36380
|
.k-picker-lg .k-input-suffix > .k-svg-icon {
|
|
36276
|
-
|
|
36277
|
-
|
|
36381
|
+
padding-block: 8px;
|
|
36382
|
+
padding-inline: 8px;
|
|
36383
|
+
box-sizing: content-box;
|
|
36278
36384
|
}
|
|
36279
36385
|
|
|
36280
36386
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
@@ -36721,9 +36827,8 @@ select.k-picker-lg {
|
|
|
36721
36827
|
opacity: .5;
|
|
36722
36828
|
}
|
|
36723
36829
|
|
|
36724
|
-
.k-rtl .k-listbox
|
|
36725
|
-
[dir="rtl"] .k-listbox.k-listbox-actions
|
|
36726
|
-
[dir="rtl"] .k-listbox.k-listbox-actions-right .k-listbox-actions {
|
|
36830
|
+
.k-rtl .k-listbox .k-listbox-actions .k-button-icon, .k-listbox[dir="rtl"] .k-listbox-actions .k-button-icon,
|
|
36831
|
+
[dir="rtl"] .k-listbox .k-listbox-actions .k-button-icon {
|
|
36727
36832
|
transform: scaleX(-1);
|
|
36728
36833
|
}
|
|
36729
36834
|
|
|
@@ -40570,8 +40675,9 @@ select.k-picker-lg {
|
|
|
40570
40675
|
}
|
|
40571
40676
|
|
|
40572
40677
|
.k-fab-icon {
|
|
40573
|
-
|
|
40574
|
-
|
|
40678
|
+
padding-inline: 2px;
|
|
40679
|
+
padding-block: 2px;
|
|
40680
|
+
box-sizing: content-box;
|
|
40575
40681
|
}
|
|
40576
40682
|
|
|
40577
40683
|
.k-icon-wrapper-host:not(:only-child) .k-fab-icon, .k-fab-icon:not(:only-child) {
|
|
@@ -40651,10 +40757,8 @@ select.k-picker-lg {
|
|
|
40651
40757
|
}
|
|
40652
40758
|
|
|
40653
40759
|
.k-fab-item-icon {
|
|
40654
|
-
|
|
40655
|
-
|
|
40656
|
-
padding-block: 8px;
|
|
40657
|
-
padding-inline: 8px;
|
|
40760
|
+
padding-block: 10px;
|
|
40761
|
+
padding-inline: 10px;
|
|
40658
40762
|
border-width: 0;
|
|
40659
40763
|
border-radius: 50%;
|
|
40660
40764
|
box-sizing: content-box;
|
|
@@ -41070,7 +41174,7 @@ select.k-picker-lg {
|
|
|
41070
41174
|
color: #7d7d7d;
|
|
41071
41175
|
}
|
|
41072
41176
|
|
|
41073
|
-
.k-
|
|
41177
|
+
.k-fab-popup {
|
|
41074
41178
|
box-shadow: none;
|
|
41075
41179
|
}
|
|
41076
41180
|
|
|
@@ -41232,7 +41336,7 @@ select.k-picker-lg {
|
|
|
41232
41336
|
border-width: 0px;
|
|
41233
41337
|
border-top-width: 0;
|
|
41234
41338
|
top: 0;
|
|
41235
|
-
|
|
41339
|
+
inset-inline-start: 50%;
|
|
41236
41340
|
transform: translateX(-50%);
|
|
41237
41341
|
}
|
|
41238
41342
|
|
|
@@ -41242,7 +41346,7 @@ select.k-picker-lg {
|
|
|
41242
41346
|
border-width: 0px;
|
|
41243
41347
|
border-bottom-width: 0;
|
|
41244
41348
|
bottom: 0;
|
|
41245
|
-
|
|
41349
|
+
inset-inline-start: 50%;
|
|
41246
41350
|
transform: translateX(-50%);
|
|
41247
41351
|
}
|
|
41248
41352
|
|
|
@@ -41397,6 +41501,13 @@ select.k-picker-lg {
|
|
|
41397
41501
|
align-items: center;
|
|
41398
41502
|
}
|
|
41399
41503
|
|
|
41504
|
+
.k-rtl .k-actionsheet-top,
|
|
41505
|
+
.k-rtl .k-actionsheet-bottom,
|
|
41506
|
+
[dir="rtl"] .k-actionsheet-top,
|
|
41507
|
+
[dir="rtl"] .k-actionsheet-bottom {
|
|
41508
|
+
transform: translateX(50%);
|
|
41509
|
+
}
|
|
41510
|
+
|
|
41400
41511
|
.k-actionsheet {
|
|
41401
41512
|
border-color: #cacaca;
|
|
41402
41513
|
color: #272727;
|
|
@@ -41837,10 +41948,10 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
41837
41948
|
|
|
41838
41949
|
.k-drawer-item .k-svg-icon,
|
|
41839
41950
|
.k-drawer-item .k-icon {
|
|
41840
|
-
height: auto;
|
|
41841
|
-
font-size: 16px;
|
|
41842
|
-
line-height: 1.5;
|
|
41843
41951
|
flex-shrink: 0;
|
|
41952
|
+
padding-inline: 0;
|
|
41953
|
+
padding-block: 4px;
|
|
41954
|
+
box-sizing: content-box;
|
|
41844
41955
|
}
|
|
41845
41956
|
|
|
41846
41957
|
.k-drawer-item .k-svg-icon.k-i-none,
|
|
@@ -41848,6 +41959,16 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
41848
41959
|
margin: 0;
|
|
41849
41960
|
}
|
|
41850
41961
|
|
|
41962
|
+
.k-drawer-item .k-icon {
|
|
41963
|
+
height: auto;
|
|
41964
|
+
font-size: 16px;
|
|
41965
|
+
}
|
|
41966
|
+
|
|
41967
|
+
.k-drawer-item .k-svg-icon {
|
|
41968
|
+
width: 16px;
|
|
41969
|
+
height: 16px;
|
|
41970
|
+
}
|
|
41971
|
+
|
|
41851
41972
|
.k-drawer-item .k-item-text {
|
|
41852
41973
|
display: inline-block;
|
|
41853
41974
|
white-space: nowrap;
|
|
@@ -42873,194 +42994,313 @@ kendo-card-footer {
|
|
|
42873
42994
|
z-index: 1;
|
|
42874
42995
|
}
|
|
42875
42996
|
|
|
42876
|
-
.k-bottom-nav-solid.k-bottom-nav-primary {
|
|
42997
|
+
.k-bottom-nav-solid-primary, .k-bottom-nav-solid.k-bottom-nav-primary {
|
|
42877
42998
|
color: #fbc5a6;
|
|
42878
42999
|
background-color: #f35800;
|
|
42879
43000
|
}
|
|
42880
43001
|
|
|
42881
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
43002
|
+
.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,
|
|
43003
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item:focus,
|
|
42882
43004
|
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
42883
43005
|
background-color: rgba(251, 197, 166, 0.2);
|
|
42884
43006
|
}
|
|
42885
43007
|
|
|
42886
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43008
|
+
.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 {
|
|
42887
43009
|
color: white;
|
|
42888
43010
|
}
|
|
42889
43011
|
|
|
42890
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
43012
|
+
.k-bottom-nav-solid-secondary, .k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
42891
43013
|
color: #525252;
|
|
42892
43014
|
background-color: #e9e9e9;
|
|
42893
43015
|
}
|
|
42894
43016
|
|
|
42895
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
43017
|
+
.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,
|
|
43018
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item:focus,
|
|
42896
43019
|
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
42897
43020
|
background-color: rgba(82, 82, 82, 0.2);
|
|
42898
43021
|
}
|
|
42899
43022
|
|
|
42900
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
43023
|
+
.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 {
|
|
42901
43024
|
color: black;
|
|
42902
43025
|
}
|
|
42903
43026
|
|
|
42904
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
43027
|
+
.k-bottom-nav-solid-tertiary, .k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
42905
43028
|
color: #a7e1fb;
|
|
42906
43029
|
background-color: #03a9f4;
|
|
42907
43030
|
}
|
|
42908
43031
|
|
|
42909
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
43032
|
+
.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,
|
|
43033
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item:focus,
|
|
42910
43034
|
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
42911
43035
|
background-color: rgba(167, 225, 251, 0.2);
|
|
42912
43036
|
}
|
|
42913
43037
|
|
|
42914
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
43038
|
+
.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 {
|
|
42915
43039
|
color: white;
|
|
42916
43040
|
}
|
|
42917
43041
|
|
|
42918
|
-
.k-bottom-nav-solid.k-bottom-nav-info {
|
|
43042
|
+
.k-bottom-nav-solid-info, .k-bottom-nav-solid.k-bottom-nav-info {
|
|
42919
43043
|
color: #b2dbe8;
|
|
42920
43044
|
background-color: #2498bc;
|
|
42921
43045
|
}
|
|
42922
43046
|
|
|
42923
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
43047
|
+
.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,
|
|
43048
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item:focus,
|
|
42924
43049
|
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
42925
43050
|
background-color: rgba(178, 219, 232, 0.2);
|
|
42926
43051
|
}
|
|
42927
43052
|
|
|
42928
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
43053
|
+
.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 {
|
|
42929
43054
|
color: white;
|
|
42930
43055
|
}
|
|
42931
43056
|
|
|
42932
|
-
.k-bottom-nav-solid.k-bottom-nav-success {
|
|
43057
|
+
.k-bottom-nav-solid-success, .k-bottom-nav-solid.k-bottom-nav-success {
|
|
42933
43058
|
color: #bbdfc1;
|
|
42934
43059
|
background-color: #3ea44e;
|
|
42935
43060
|
}
|
|
42936
43061
|
|
|
42937
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
43062
|
+
.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,
|
|
43063
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item:focus,
|
|
42938
43064
|
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
42939
43065
|
background-color: rgba(187, 223, 193, 0.2);
|
|
42940
43066
|
}
|
|
42941
43067
|
|
|
42942
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
43068
|
+
.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 {
|
|
42943
43069
|
color: white;
|
|
42944
43070
|
}
|
|
42945
43071
|
|
|
42946
|
-
.k-bottom-nav-solid.k-bottom-nav-warning {
|
|
43072
|
+
.k-bottom-nav-solid-warning, .k-bottom-nav-solid.k-bottom-nav-warning {
|
|
42947
43073
|
color: #ffdba6;
|
|
42948
43074
|
background-color: #ff9800;
|
|
42949
43075
|
}
|
|
42950
43076
|
|
|
42951
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
43077
|
+
.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,
|
|
43078
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item:focus,
|
|
42952
43079
|
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
42953
43080
|
background-color: rgba(255, 219, 166, 0.2);
|
|
42954
43081
|
}
|
|
42955
43082
|
|
|
42956
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
43083
|
+
.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 {
|
|
42957
43084
|
color: white;
|
|
42958
43085
|
}
|
|
42959
43086
|
|
|
42960
|
-
.k-bottom-nav-solid.k-bottom-nav-error {
|
|
43087
|
+
.k-bottom-nav-solid-error, .k-bottom-nav-solid.k-bottom-nav-error {
|
|
42961
43088
|
color: #f2b4a6;
|
|
42962
43089
|
background-color: #d92800;
|
|
42963
43090
|
}
|
|
42964
43091
|
|
|
42965
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
43092
|
+
.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,
|
|
43093
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item:focus,
|
|
42966
43094
|
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
42967
43095
|
background-color: rgba(242, 180, 166, 0.2);
|
|
42968
43096
|
}
|
|
42969
43097
|
|
|
42970
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
43098
|
+
.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 {
|
|
42971
43099
|
color: white;
|
|
42972
43100
|
}
|
|
42973
43101
|
|
|
42974
|
-
.k-bottom-nav-solid.k-bottom-nav-dark {
|
|
43102
|
+
.k-bottom-nav-solid-dark, .k-bottom-nav-solid.k-bottom-nav-dark {
|
|
42975
43103
|
color: #bcbcbc;
|
|
42976
43104
|
background-color: #404040;
|
|
42977
43105
|
}
|
|
42978
43106
|
|
|
42979
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
43107
|
+
.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,
|
|
43108
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item:focus,
|
|
42980
43109
|
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
42981
43110
|
background-color: rgba(188, 188, 188, 0.2);
|
|
42982
43111
|
}
|
|
42983
43112
|
|
|
42984
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
43113
|
+
.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 {
|
|
42985
43114
|
color: white;
|
|
42986
43115
|
}
|
|
42987
43116
|
|
|
42988
|
-
.k-bottom-nav-solid.k-bottom-nav-light {
|
|
43117
|
+
.k-bottom-nav-solid-light, .k-bottom-nav-solid.k-bottom-nav-light {
|
|
42989
43118
|
color: #525252;
|
|
42990
43119
|
background-color: #ebebeb;
|
|
42991
43120
|
}
|
|
42992
43121
|
|
|
42993
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
43122
|
+
.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,
|
|
43123
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item:focus,
|
|
42994
43124
|
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
42995
43125
|
background-color: rgba(82, 82, 82, 0.2);
|
|
42996
43126
|
}
|
|
42997
43127
|
|
|
42998
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43128
|
+
.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 {
|
|
42999
43129
|
color: black;
|
|
43000
43130
|
}
|
|
43001
43131
|
|
|
43002
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
43132
|
+
.k-bottom-nav-solid-inverse, .k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
43003
43133
|
color: #bcbcbc;
|
|
43004
43134
|
background-color: #404040;
|
|
43005
43135
|
}
|
|
43006
43136
|
|
|
43007
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43137
|
+
.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,
|
|
43138
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item:focus,
|
|
43008
43139
|
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
43009
43140
|
background-color: rgba(188, 188, 188, 0.2);
|
|
43010
43141
|
}
|
|
43011
43142
|
|
|
43012
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43143
|
+
.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 {
|
|
43013
43144
|
color: white;
|
|
43014
43145
|
}
|
|
43015
43146
|
|
|
43016
|
-
.k-bottom-nav-flat {
|
|
43147
|
+
.k-bottom-nav-flat-primary, .k-bottom-nav-flat.k-bottom-nav-primary {
|
|
43017
43148
|
border-color: #cacaca;
|
|
43018
43149
|
color: #272727;
|
|
43019
43150
|
background-color: #ffffff;
|
|
43020
43151
|
}
|
|
43021
43152
|
|
|
43022
|
-
.k-bottom-nav-flat .k-bottom-nav-item.k-focus,
|
|
43023
|
-
.k-bottom-nav-flat .k-bottom-nav-item:focus
|
|
43153
|
+
.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,
|
|
43154
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
|
|
43155
|
+
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
43024
43156
|
background-color: rgba(39, 39, 39, 0.05);
|
|
43025
43157
|
}
|
|
43026
43158
|
|
|
43027
|
-
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43159
|
+
.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 {
|
|
43028
43160
|
color: #f35800;
|
|
43029
43161
|
}
|
|
43030
43162
|
|
|
43031
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43163
|
+
.k-bottom-nav-flat-secondary, .k-bottom-nav-flat.k-bottom-nav-secondary {
|
|
43164
|
+
border-color: #cacaca;
|
|
43165
|
+
color: #272727;
|
|
43166
|
+
background-color: #ffffff;
|
|
43167
|
+
}
|
|
43168
|
+
|
|
43169
|
+
.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,
|
|
43170
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
|
|
43171
|
+
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
43172
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43173
|
+
}
|
|
43174
|
+
|
|
43175
|
+
.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 {
|
|
43032
43176
|
color: #b1b1b1;
|
|
43033
43177
|
}
|
|
43034
43178
|
|
|
43035
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43179
|
+
.k-bottom-nav-flat-tertiary, .k-bottom-nav-flat.k-bottom-nav-tertiary {
|
|
43180
|
+
border-color: #cacaca;
|
|
43181
|
+
color: #272727;
|
|
43182
|
+
background-color: #ffffff;
|
|
43183
|
+
}
|
|
43184
|
+
|
|
43185
|
+
.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,
|
|
43186
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
|
|
43187
|
+
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
43188
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43189
|
+
}
|
|
43190
|
+
|
|
43191
|
+
.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 {
|
|
43036
43192
|
color: #03a9f4;
|
|
43037
43193
|
}
|
|
43038
43194
|
|
|
43039
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43195
|
+
.k-bottom-nav-flat-info, .k-bottom-nav-flat.k-bottom-nav-info {
|
|
43196
|
+
border-color: #cacaca;
|
|
43197
|
+
color: #272727;
|
|
43198
|
+
background-color: #ffffff;
|
|
43199
|
+
}
|
|
43200
|
+
|
|
43201
|
+
.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,
|
|
43202
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
|
|
43203
|
+
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
43204
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43205
|
+
}
|
|
43206
|
+
|
|
43207
|
+
.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 {
|
|
43040
43208
|
color: #2498bc;
|
|
43041
43209
|
}
|
|
43042
43210
|
|
|
43043
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43211
|
+
.k-bottom-nav-flat-success, .k-bottom-nav-flat.k-bottom-nav-success {
|
|
43212
|
+
border-color: #cacaca;
|
|
43213
|
+
color: #272727;
|
|
43214
|
+
background-color: #ffffff;
|
|
43215
|
+
}
|
|
43216
|
+
|
|
43217
|
+
.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,
|
|
43218
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
|
|
43219
|
+
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
43220
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43221
|
+
}
|
|
43222
|
+
|
|
43223
|
+
.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 {
|
|
43044
43224
|
color: #3ea44e;
|
|
43045
43225
|
}
|
|
43046
43226
|
|
|
43047
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43227
|
+
.k-bottom-nav-flat-warning, .k-bottom-nav-flat.k-bottom-nav-warning {
|
|
43228
|
+
border-color: #cacaca;
|
|
43229
|
+
color: #272727;
|
|
43230
|
+
background-color: #ffffff;
|
|
43231
|
+
}
|
|
43232
|
+
|
|
43233
|
+
.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,
|
|
43234
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
|
|
43235
|
+
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
43236
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43237
|
+
}
|
|
43238
|
+
|
|
43239
|
+
.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 {
|
|
43048
43240
|
color: #ff9800;
|
|
43049
43241
|
}
|
|
43050
43242
|
|
|
43051
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43243
|
+
.k-bottom-nav-flat-error, .k-bottom-nav-flat.k-bottom-nav-error {
|
|
43244
|
+
border-color: #cacaca;
|
|
43245
|
+
color: #272727;
|
|
43246
|
+
background-color: #ffffff;
|
|
43247
|
+
}
|
|
43248
|
+
|
|
43249
|
+
.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,
|
|
43250
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
|
|
43251
|
+
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
43252
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43253
|
+
}
|
|
43254
|
+
|
|
43255
|
+
.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 {
|
|
43052
43256
|
color: #d92800;
|
|
43053
43257
|
}
|
|
43054
43258
|
|
|
43055
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43259
|
+
.k-bottom-nav-flat-dark, .k-bottom-nav-flat.k-bottom-nav-dark {
|
|
43260
|
+
border-color: #cacaca;
|
|
43261
|
+
color: #272727;
|
|
43262
|
+
background-color: #ffffff;
|
|
43263
|
+
}
|
|
43264
|
+
|
|
43265
|
+
.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,
|
|
43266
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
|
|
43267
|
+
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
43268
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43269
|
+
}
|
|
43270
|
+
|
|
43271
|
+
.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 {
|
|
43056
43272
|
color: #404040;
|
|
43057
43273
|
}
|
|
43058
43274
|
|
|
43059
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43275
|
+
.k-bottom-nav-flat-light, .k-bottom-nav-flat.k-bottom-nav-light {
|
|
43276
|
+
border-color: #cacaca;
|
|
43277
|
+
color: #272727;
|
|
43278
|
+
background-color: #ffffff;
|
|
43279
|
+
}
|
|
43280
|
+
|
|
43281
|
+
.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,
|
|
43282
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
|
|
43283
|
+
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
43284
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43285
|
+
}
|
|
43286
|
+
|
|
43287
|
+
.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 {
|
|
43060
43288
|
color: #b3b3b3;
|
|
43061
43289
|
}
|
|
43062
43290
|
|
|
43063
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43291
|
+
.k-bottom-nav-flat-inverse, .k-bottom-nav-flat.k-bottom-nav-inverse {
|
|
43292
|
+
border-color: #cacaca;
|
|
43293
|
+
color: #272727;
|
|
43294
|
+
background-color: #ffffff;
|
|
43295
|
+
}
|
|
43296
|
+
|
|
43297
|
+
.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,
|
|
43298
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
|
|
43299
|
+
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
43300
|
+
background-color: rgba(39, 39, 39, 0.05);
|
|
43301
|
+
}
|
|
43302
|
+
|
|
43303
|
+
.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 {
|
|
43064
43304
|
color: #404040;
|
|
43065
43305
|
}
|
|
43066
43306
|
|
|
@@ -43094,10 +43334,6 @@ kendo-card-footer {
|
|
|
43094
43334
|
overflow: hidden;
|
|
43095
43335
|
}
|
|
43096
43336
|
|
|
43097
|
-
.k-breadcrumb-container.k-flex-wrap {
|
|
43098
|
-
flex-wrap: wrap;
|
|
43099
|
-
}
|
|
43100
|
-
|
|
43101
43337
|
.k-breadcrumb-root-item-container {
|
|
43102
43338
|
align-items: flex-start;
|
|
43103
43339
|
flex-shrink: 0;
|
|
@@ -43107,6 +43343,7 @@ kendo-card-footer {
|
|
|
43107
43343
|
vertical-align: middle;
|
|
43108
43344
|
display: inline-flex;
|
|
43109
43345
|
flex-direction: row;
|
|
43346
|
+
flex: none;
|
|
43110
43347
|
align-items: center;
|
|
43111
43348
|
overflow: hidden;
|
|
43112
43349
|
}
|
|
@@ -43221,41 +43458,8 @@ kendo-card-footer {
|
|
|
43221
43458
|
box-sizing: border-box;
|
|
43222
43459
|
}
|
|
43223
43460
|
|
|
43224
|
-
.k-rtl .k-pager .k-
|
|
43225
|
-
.k-
|
|
43226
|
-
.k-rtl .k-pager .k-i-caret-alt-left,
|
|
43227
|
-
.k-rtl .k-pager .k-i-caret-alt-right,
|
|
43228
|
-
.k-rtl .k-pager .k-i-arrow-end-left,
|
|
43229
|
-
.k-rtl .k-pager .k-i-arrow-60-left,
|
|
43230
|
-
.k-rtl .k-pager .k-i-arrow-60-right,
|
|
43231
|
-
.k-rtl .k-pager .k-i-arrow-end-right,
|
|
43232
|
-
.k-rtl .k-pager .k-i-seek-w,
|
|
43233
|
-
.k-rtl .k-pager .k-i-arrow-w,
|
|
43234
|
-
.k-rtl .k-pager .k-i-arrow-e,
|
|
43235
|
-
.k-rtl .k-pager .k-i-seek-e, .k-pager[dir="rtl"] .k-i-caret-alt-to-left,
|
|
43236
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-to-right,
|
|
43237
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-left,
|
|
43238
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-right,
|
|
43239
|
-
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
43240
|
-
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
43241
|
-
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
43242
|
-
.k-pager[dir="rtl"] .k-i-arrow-end-right,
|
|
43243
|
-
.k-pager[dir="rtl"] .k-i-seek-w,
|
|
43244
|
-
.k-pager[dir="rtl"] .k-i-arrow-w,
|
|
43245
|
-
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
43246
|
-
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
43247
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-to-left,
|
|
43248
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-to-right,
|
|
43249
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-left,
|
|
43250
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-right,
|
|
43251
|
-
[dir="rtl"] .k-pager .k-i-arrow-end-left,
|
|
43252
|
-
[dir="rtl"] .k-pager .k-i-arrow-60-left,
|
|
43253
|
-
[dir="rtl"] .k-pager .k-i-arrow-60-right,
|
|
43254
|
-
[dir="rtl"] .k-pager .k-i-arrow-end-right,
|
|
43255
|
-
[dir="rtl"] .k-pager .k-i-seek-w,
|
|
43256
|
-
[dir="rtl"] .k-pager .k-i-arrow-w,
|
|
43257
|
-
[dir="rtl"] .k-pager .k-i-arrow-e,
|
|
43258
|
-
[dir="rtl"] .k-pager .k-i-seek-e {
|
|
43461
|
+
.k-rtl .k-pager .k-pager-nav .k-button-icon, .k-pager[dir="rtl"] .k-pager-nav .k-button-icon,
|
|
43462
|
+
[dir="rtl"] .k-pager .k-pager-nav .k-button-icon {
|
|
43259
43463
|
transform: scaleX(-1);
|
|
43260
43464
|
}
|
|
43261
43465
|
|
|
@@ -44288,6 +44492,9 @@ kendo-card-footer {
|
|
|
44288
44492
|
|
|
44289
44493
|
.k-expander-indicator {
|
|
44290
44494
|
margin-left: 12px;
|
|
44495
|
+
display: flex;
|
|
44496
|
+
justify-content: center;
|
|
44497
|
+
align-items: center;
|
|
44291
44498
|
}
|
|
44292
44499
|
|
|
44293
44500
|
.k-expander-content {
|
|
@@ -45154,16 +45361,12 @@ kendo-card-footer {
|
|
|
45154
45361
|
.k-scheduler-mobile .k-task {
|
|
45155
45362
|
display: flex;
|
|
45156
45363
|
align-items: center;
|
|
45364
|
+
gap: .5em;
|
|
45157
45365
|
}
|
|
45158
45366
|
|
|
45159
45367
|
.k-scheduler-mobile .k-task .k-scheduler-mark {
|
|
45160
45368
|
border-radius: 50%;
|
|
45161
|
-
|
|
45162
|
-
|
|
45163
|
-
.k-scheduler-mobile .k-task .k-i-reload,
|
|
45164
|
-
.k-scheduler-mobile .k-task .k-i-arrow-rotate-cw {
|
|
45165
|
-
font-size: 1em;
|
|
45166
|
-
margin-right: .5em;
|
|
45369
|
+
margin: 0;
|
|
45167
45370
|
}
|
|
45168
45371
|
|
|
45169
45372
|
.k-scheduler-mobile .k-task .k-scheduler-task-text {
|
|
@@ -45291,11 +45494,14 @@ kendo-card-footer {
|
|
|
45291
45494
|
display: none;
|
|
45292
45495
|
}
|
|
45293
45496
|
|
|
45294
|
-
.k-rtl .k-pane-wrapper .k-header-cancel .k-
|
|
45295
|
-
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-
|
|
45296
|
-
.k-pane-wrapper
|
|
45297
|
-
[dir="rtl"] .k-
|
|
45298
|
-
[dir="rtl"] .k-
|
|
45497
|
+
.k-rtl .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
45498
|
+
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
45499
|
+
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-icon, .k-pane-wrapper[dir="rtl"] .k-header-cancel .k-button-icon,
|
|
45500
|
+
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-svg-icon,
|
|
45501
|
+
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-icon,
|
|
45502
|
+
[dir="rtl"] .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
45503
|
+
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
45504
|
+
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-icon {
|
|
45299
45505
|
transform: scaleX(-1);
|
|
45300
45506
|
}
|
|
45301
45507
|
|
|
@@ -45457,6 +45663,7 @@ kendo-card-footer {
|
|
|
45457
45663
|
|
|
45458
45664
|
.k-grid .k-grid-header .k-table,
|
|
45459
45665
|
.k-grid .k-grid-content .k-table,
|
|
45666
|
+
.k-grid .k-grid-content-locked .k-table,
|
|
45460
45667
|
.k-grid .k-grid-footer .k-table {
|
|
45461
45668
|
table-layout: fixed;
|
|
45462
45669
|
}
|
|
@@ -46780,7 +46987,8 @@ div.k-grid-norecords {
|
|
|
46780
46987
|
}
|
|
46781
46988
|
|
|
46782
46989
|
.k-columnmenu-item > .k-icon,
|
|
46783
|
-
.k-columnmenu-item > .k-svg-icon
|
|
46990
|
+
.k-columnmenu-item > .k-svg-icon,
|
|
46991
|
+
.k-columnmenu-item > .k-expander-indicator {
|
|
46784
46992
|
margin-inline-end: 4px;
|
|
46785
46993
|
}
|
|
46786
46994
|
|
|
@@ -47511,7 +47719,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47511
47719
|
flex: 1;
|
|
47512
47720
|
}
|
|
47513
47721
|
|
|
47514
|
-
.k-spreadsheet-formula-bar > .k-
|
|
47722
|
+
.k-spreadsheet-formula-bar > .k-icon,
|
|
47723
|
+
.k-spreadsheet-formula-bar > .k-svg-icon {
|
|
47515
47724
|
padding-block: 0;
|
|
47516
47725
|
padding-inline: 4px;
|
|
47517
47726
|
box-sizing: content-box;
|
|
@@ -48026,8 +48235,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48026
48235
|
|
|
48027
48236
|
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
|
|
48028
48237
|
.k-spreadsheet-filter-menu .k-details-summary > .k-svg-icon,
|
|
48238
|
+
.k-spreadsheet-filter-menu .k-details-summary > .k-expander-indicator,
|
|
48029
48239
|
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
|
|
48030
|
-
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon
|
|
48240
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon,
|
|
48241
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-expander-indicator {
|
|
48031
48242
|
margin-right: 4px;
|
|
48032
48243
|
}
|
|
48033
48244
|
|
|
@@ -50497,24 +50708,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
50497
50708
|
margin-bottom: 0;
|
|
50498
50709
|
}
|
|
50499
50710
|
|
|
50500
|
-
.k-editor-table-wizard-window .k-numerictextbox {
|
|
50501
|
-
width: 10em;
|
|
50502
|
-
}
|
|
50503
|
-
|
|
50504
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown,
|
|
50505
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
50506
|
-
width: 5em;
|
|
50507
|
-
}
|
|
50508
|
-
|
|
50509
|
-
.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,
|
|
50510
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
50511
|
-
margin-left: 8px;
|
|
50512
|
-
}
|
|
50513
|
-
|
|
50514
|
-
.k-editor-table-wizard-window .k-color-picker, .k-editor-table-wizard-window .k-colorpicker {
|
|
50515
|
-
vertical-align: middle;
|
|
50516
|
-
}
|
|
50517
|
-
|
|
50518
50711
|
.k-editor-table-wizard-window .k-edit-field > .k-checkbox {
|
|
50519
50712
|
position: relative;
|
|
50520
50713
|
}
|
|
@@ -52172,19 +52365,9 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
52172
52365
|
flex-flow: row nowrap;
|
|
52173
52366
|
}
|
|
52174
52367
|
|
|
52175
|
-
.k-scheduler-
|
|
52368
|
+
.k-scheduler-toolbar .k-views-dropdown {
|
|
52176
52369
|
width: auto;
|
|
52177
52370
|
font: inherit;
|
|
52178
|
-
display: none;
|
|
52179
|
-
}
|
|
52180
|
-
|
|
52181
|
-
@media (max-width: 1024px) {
|
|
52182
|
-
.k-scheduler-views-wrapper .k-scheduler-views {
|
|
52183
|
-
display: none;
|
|
52184
|
-
}
|
|
52185
|
-
.k-scheduler-views-wrapper .k-views-dropdown {
|
|
52186
|
-
display: inline-block;
|
|
52187
|
-
}
|
|
52188
52371
|
}
|
|
52189
52372
|
|
|
52190
52373
|
.k-scheduler-footer {
|
|
@@ -54739,11 +54922,11 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54739
54922
|
}
|
|
54740
54923
|
|
|
54741
54924
|
.k-scrollview-prev {
|
|
54742
|
-
|
|
54925
|
+
inset-inline-start: 0;
|
|
54743
54926
|
}
|
|
54744
54927
|
|
|
54745
54928
|
.k-scrollview-next {
|
|
54746
|
-
|
|
54929
|
+
inset-inline-end: 0;
|
|
54747
54930
|
}
|
|
54748
54931
|
|
|
54749
54932
|
.k-scrollview-animation {
|
|
@@ -54767,6 +54950,17 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54767
54950
|
}
|
|
54768
54951
|
}
|
|
54769
54952
|
|
|
54953
|
+
.k-rtl .k-scrollview-prev .k-icon,
|
|
54954
|
+
.k-rtl .k-scrollview-prev .k-svg-icon,
|
|
54955
|
+
.k-rtl .k-scrollview-next .k-icon,
|
|
54956
|
+
.k-rtl .k-scrollview-next .k-svg-icon,
|
|
54957
|
+
[dir="rtl"] .k-scrollview-prev .k-icon,
|
|
54958
|
+
[dir="rtl"] .k-scrollview-prev .k-svg-icon,
|
|
54959
|
+
[dir="rtl"] .k-scrollview-next .k-icon,
|
|
54960
|
+
[dir="rtl"] .k-scrollview-next .k-svg-icon {
|
|
54961
|
+
transform: scaleX(-1);
|
|
54962
|
+
}
|
|
54963
|
+
|
|
54770
54964
|
kendo-scrollview.k-scrollview-wrap,
|
|
54771
54965
|
kendo-scrollview.k-scrollview,
|
|
54772
54966
|
div.k-scrollview {
|