@progress/kendo-theme-material 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 +246 -149
- package/dist/meta/sassdoc-data.json +949 -1057
- package/dist/meta/sassdoc-raw-data.json +469 -519
- package/dist/meta/variables.json +16 -16
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/drawer/_variables.scss +2 -0
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +5 -11
- package/scss/input/_variables.scss +0 -3
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: #3f51b5;
|
|
16795
16891
|
}
|
|
@@ -30020,8 +30116,14 @@ kendo-sortable {
|
|
|
30020
30116
|
.k-rtl .k-i-indent-decrease,
|
|
30021
30117
|
.k-rtl .k-i-caret-alt-right,
|
|
30022
30118
|
.k-rtl .k-i-caret-alt-left,
|
|
30119
|
+
.k-rtl .k-svg-i-caret-alt-right,
|
|
30120
|
+
.k-rtl .k-svg-i-caret-alt-left,
|
|
30121
|
+
[dir="rtl"] .k-i-indent-increase,
|
|
30122
|
+
[dir="rtl"] .k-i-indent-decrease,
|
|
30023
30123
|
[dir="rtl"] .k-i-caret-alt-right,
|
|
30024
|
-
[dir="rtl"] .k-i-caret-alt-left
|
|
30124
|
+
[dir="rtl"] .k-i-caret-alt-left,
|
|
30125
|
+
[dir="rtl"] .k-svg-i-caret-alt-right,
|
|
30126
|
+
[dir="rtl"] .k-svg-i-caret-alt-left {
|
|
30025
30127
|
transform: scaleX(-1);
|
|
30026
30128
|
}
|
|
30027
30129
|
|
|
@@ -30808,7 +30910,7 @@ kendo-sortable {
|
|
|
30808
30910
|
flex: 0 0 auto;
|
|
30809
30911
|
position: absolute;
|
|
30810
30912
|
top: 50%;
|
|
30811
|
-
|
|
30913
|
+
inset-inline-end: 0;
|
|
30812
30914
|
transform: translateY(-50%);
|
|
30813
30915
|
}
|
|
30814
30916
|
|
|
@@ -36283,10 +36385,10 @@ kendo-label > .k-label {
|
|
|
36283
36385
|
box-sizing: border-box;
|
|
36284
36386
|
}
|
|
36285
36387
|
|
|
36286
|
-
.k-input .k-input,
|
|
36287
|
-
.k-input .k-picker,
|
|
36288
|
-
.k-picker .k-input,
|
|
36289
|
-
.k-picker .k-picker {
|
|
36388
|
+
.k-input > .k-input,
|
|
36389
|
+
.k-input > .k-picker,
|
|
36390
|
+
.k-picker > .k-input,
|
|
36391
|
+
.k-picker > .k-picker {
|
|
36290
36392
|
border-width: 0 !important;
|
|
36291
36393
|
color: inherit;
|
|
36292
36394
|
background: none;
|
|
@@ -36497,6 +36599,7 @@ textarea.k-input-inner {
|
|
|
36497
36599
|
flex-flow: row nowrap;
|
|
36498
36600
|
align-items: center;
|
|
36499
36601
|
justify-content: center;
|
|
36602
|
+
box-sizing: content-box;
|
|
36500
36603
|
}
|
|
36501
36604
|
|
|
36502
36605
|
.k-input-icon.k-svg-icon > svg,
|
|
@@ -36716,8 +36819,9 @@ textarea.k-input-inner {
|
|
|
36716
36819
|
.k-picker-sm .k-input-prefix > .k-svg-icon,
|
|
36717
36820
|
.k-picker-sm .k-input-suffix > .k-icon,
|
|
36718
36821
|
.k-picker-sm .k-input-suffix > .k-svg-icon {
|
|
36719
|
-
|
|
36720
|
-
|
|
36822
|
+
padding-block: 6px;
|
|
36823
|
+
padding-inline: 6px;
|
|
36824
|
+
box-sizing: content-box;
|
|
36721
36825
|
}
|
|
36722
36826
|
|
|
36723
36827
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
@@ -36788,8 +36892,9 @@ select.k-picker-sm {
|
|
|
36788
36892
|
.k-picker-md .k-input-prefix > .k-svg-icon,
|
|
36789
36893
|
.k-picker-md .k-input-suffix > .k-icon,
|
|
36790
36894
|
.k-picker-md .k-input-suffix > .k-svg-icon {
|
|
36791
|
-
|
|
36792
|
-
|
|
36895
|
+
padding-block: 8px;
|
|
36896
|
+
padding-inline: 8px;
|
|
36897
|
+
box-sizing: content-box;
|
|
36793
36898
|
}
|
|
36794
36899
|
|
|
36795
36900
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
@@ -36860,8 +36965,9 @@ select.k-picker-md {
|
|
|
36860
36965
|
.k-picker-lg .k-input-prefix > .k-svg-icon,
|
|
36861
36966
|
.k-picker-lg .k-input-suffix > .k-icon,
|
|
36862
36967
|
.k-picker-lg .k-input-suffix > .k-svg-icon {
|
|
36863
|
-
|
|
36864
|
-
|
|
36968
|
+
padding-block: 8px;
|
|
36969
|
+
padding-inline: 8px;
|
|
36970
|
+
box-sizing: content-box;
|
|
36865
36971
|
}
|
|
36866
36972
|
|
|
36867
36973
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
@@ -37471,9 +37577,8 @@ select.k-picker-lg {
|
|
|
37471
37577
|
opacity: .5;
|
|
37472
37578
|
}
|
|
37473
37579
|
|
|
37474
|
-
.k-rtl .k-listbox
|
|
37475
|
-
[dir="rtl"] .k-listbox.k-listbox-actions
|
|
37476
|
-
[dir="rtl"] .k-listbox.k-listbox-actions-right .k-listbox-actions {
|
|
37580
|
+
.k-rtl .k-listbox .k-listbox-actions .k-button-icon, .k-listbox[dir="rtl"] .k-listbox-actions .k-button-icon,
|
|
37581
|
+
[dir="rtl"] .k-listbox .k-listbox-actions .k-button-icon {
|
|
37477
37582
|
transform: scaleX(-1);
|
|
37478
37583
|
}
|
|
37479
37584
|
|
|
@@ -41566,8 +41671,9 @@ select.k-picker-lg {
|
|
|
41566
41671
|
}
|
|
41567
41672
|
|
|
41568
41673
|
.k-fab-icon {
|
|
41569
|
-
|
|
41570
|
-
|
|
41674
|
+
padding-inline: 2px;
|
|
41675
|
+
padding-block: 2px;
|
|
41676
|
+
box-sizing: content-box;
|
|
41571
41677
|
}
|
|
41572
41678
|
|
|
41573
41679
|
.k-icon-wrapper-host:not(:only-child) .k-fab-icon, .k-fab-icon:not(:only-child) {
|
|
@@ -41647,10 +41753,8 @@ select.k-picker-lg {
|
|
|
41647
41753
|
}
|
|
41648
41754
|
|
|
41649
41755
|
.k-fab-item-icon {
|
|
41650
|
-
|
|
41651
|
-
|
|
41652
|
-
padding-block: 8px;
|
|
41653
|
-
padding-inline: 8px;
|
|
41756
|
+
padding-block: 10px;
|
|
41757
|
+
padding-inline: 10px;
|
|
41654
41758
|
border-width: 0;
|
|
41655
41759
|
border-radius: 50%;
|
|
41656
41760
|
box-sizing: content-box;
|
|
@@ -42080,7 +42184,7 @@ select.k-picker-lg {
|
|
|
42080
42184
|
color: rgba(178, 178, 178, 0.9532);
|
|
42081
42185
|
}
|
|
42082
42186
|
|
|
42083
|
-
.k-
|
|
42187
|
+
.k-fab-popup {
|
|
42084
42188
|
box-shadow: none;
|
|
42085
42189
|
}
|
|
42086
42190
|
|
|
@@ -42244,7 +42348,7 @@ select.k-picker-lg {
|
|
|
42244
42348
|
border-width: 0px;
|
|
42245
42349
|
border-top-width: 0;
|
|
42246
42350
|
top: 0;
|
|
42247
|
-
|
|
42351
|
+
inset-inline-start: 50%;
|
|
42248
42352
|
transform: translateX(-50%);
|
|
42249
42353
|
}
|
|
42250
42354
|
|
|
@@ -42254,7 +42358,7 @@ select.k-picker-lg {
|
|
|
42254
42358
|
border-width: 0px;
|
|
42255
42359
|
border-bottom-width: 0;
|
|
42256
42360
|
bottom: 0;
|
|
42257
|
-
|
|
42361
|
+
inset-inline-start: 50%;
|
|
42258
42362
|
transform: translateX(-50%);
|
|
42259
42363
|
}
|
|
42260
42364
|
|
|
@@ -42409,6 +42513,13 @@ select.k-picker-lg {
|
|
|
42409
42513
|
align-items: center;
|
|
42410
42514
|
}
|
|
42411
42515
|
|
|
42516
|
+
.k-rtl .k-actionsheet-top,
|
|
42517
|
+
.k-rtl .k-actionsheet-bottom,
|
|
42518
|
+
[dir="rtl"] .k-actionsheet-top,
|
|
42519
|
+
[dir="rtl"] .k-actionsheet-bottom {
|
|
42520
|
+
transform: translateX(50%);
|
|
42521
|
+
}
|
|
42522
|
+
|
|
42412
42523
|
.k-actionsheet {
|
|
42413
42524
|
border-color: rgba(0, 0, 0, 0.12);
|
|
42414
42525
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -42853,10 +42964,10 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
42853
42964
|
|
|
42854
42965
|
.k-drawer-item .k-svg-icon,
|
|
42855
42966
|
.k-drawer-item .k-icon {
|
|
42856
|
-
height: auto;
|
|
42857
|
-
font-size: 16px;
|
|
42858
|
-
line-height: 1.5;
|
|
42859
42967
|
flex-shrink: 0;
|
|
42968
|
+
padding-inline: 0;
|
|
42969
|
+
padding-block: 4px;
|
|
42970
|
+
box-sizing: content-box;
|
|
42860
42971
|
}
|
|
42861
42972
|
|
|
42862
42973
|
.k-drawer-item .k-svg-icon.k-i-none,
|
|
@@ -42864,6 +42975,16 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
42864
42975
|
margin: 0;
|
|
42865
42976
|
}
|
|
42866
42977
|
|
|
42978
|
+
.k-drawer-item .k-icon {
|
|
42979
|
+
height: auto;
|
|
42980
|
+
font-size: 16px;
|
|
42981
|
+
}
|
|
42982
|
+
|
|
42983
|
+
.k-drawer-item .k-svg-icon {
|
|
42984
|
+
width: 16px;
|
|
42985
|
+
height: 16px;
|
|
42986
|
+
}
|
|
42987
|
+
|
|
42867
42988
|
.k-drawer-item .k-item-text {
|
|
42868
42989
|
display: inline-block;
|
|
42869
42990
|
white-space: nowrap;
|
|
@@ -43895,194 +44016,313 @@ kendo-card-footer {
|
|
|
43895
44016
|
z-index: 1;
|
|
43896
44017
|
}
|
|
43897
44018
|
|
|
43898
|
-
.k-bottom-nav-solid.k-bottom-nav-primary {
|
|
44019
|
+
.k-bottom-nav-solid-primary, .k-bottom-nav-solid.k-bottom-nav-primary {
|
|
43899
44020
|
color: #bcc2e5;
|
|
43900
44021
|
background-color: #3f51b5;
|
|
43901
44022
|
}
|
|
43902
44023
|
|
|
43903
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
44024
|
+
.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,
|
|
44025
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item:focus,
|
|
43904
44026
|
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
43905
44027
|
background-color: rgba(188, 194, 229, 0.2);
|
|
43906
44028
|
}
|
|
43907
44029
|
|
|
43908
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
44030
|
+
.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 {
|
|
43909
44031
|
color: white;
|
|
43910
44032
|
}
|
|
43911
44033
|
|
|
43912
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
44034
|
+
.k-bottom-nav-solid-secondary, .k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
43913
44035
|
color: #f6afc7;
|
|
43914
44036
|
background-color: #e51a5f;
|
|
43915
44037
|
}
|
|
43916
44038
|
|
|
43917
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
44039
|
+
.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,
|
|
44040
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item:focus,
|
|
43918
44041
|
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
43919
44042
|
background-color: rgba(246, 175, 199, 0.2);
|
|
43920
44043
|
}
|
|
43921
44044
|
|
|
43922
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
44045
|
+
.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 {
|
|
43923
44046
|
color: white;
|
|
43924
44047
|
}
|
|
43925
44048
|
|
|
43926
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
44049
|
+
.k-bottom-nav-solid-tertiary, .k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
43927
44050
|
color: #a6cbc6;
|
|
43928
44051
|
background-color: #00695c;
|
|
43929
44052
|
}
|
|
43930
44053
|
|
|
43931
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
44054
|
+
.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,
|
|
44055
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item:focus,
|
|
43932
44056
|
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
43933
44057
|
background-color: rgba(166, 203, 198, 0.2);
|
|
43934
44058
|
}
|
|
43935
44059
|
|
|
43936
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
44060
|
+
.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 {
|
|
43937
44061
|
color: white;
|
|
43938
44062
|
}
|
|
43939
44063
|
|
|
43940
|
-
.k-bottom-nav-solid.k-bottom-nav-info {
|
|
44064
|
+
.k-bottom-nav-solid-info, .k-bottom-nav-solid.k-bottom-nav-info {
|
|
43941
44065
|
color: #a6c5f7;
|
|
43942
44066
|
background-color: #0058e9;
|
|
43943
44067
|
}
|
|
43944
44068
|
|
|
43945
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
44069
|
+
.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,
|
|
44070
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item:focus,
|
|
43946
44071
|
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
43947
44072
|
background-color: rgba(166, 197, 247, 0.2);
|
|
43948
44073
|
}
|
|
43949
44074
|
|
|
43950
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
44075
|
+
.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 {
|
|
43951
44076
|
color: white;
|
|
43952
44077
|
}
|
|
43953
44078
|
|
|
43954
|
-
.k-bottom-nav-solid.k-bottom-nav-success {
|
|
44079
|
+
.k-bottom-nav-solid-success, .k-bottom-nav-solid.k-bottom-nav-success {
|
|
43955
44080
|
color: #b9e5a6;
|
|
43956
44081
|
background-color: #37b400;
|
|
43957
44082
|
}
|
|
43958
44083
|
|
|
43959
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
44084
|
+
.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,
|
|
44085
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item:focus,
|
|
43960
44086
|
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
43961
44087
|
background-color: rgba(185, 229, 166, 0.2);
|
|
43962
44088
|
}
|
|
43963
44089
|
|
|
43964
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
44090
|
+
.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 {
|
|
43965
44091
|
color: white;
|
|
43966
44092
|
}
|
|
43967
44093
|
|
|
43968
|
-
.k-bottom-nav-solid.k-bottom-nav-warning {
|
|
44094
|
+
.k-bottom-nav-solid-warning, .k-bottom-nav-solid.k-bottom-nav-warning {
|
|
43969
44095
|
color: #594300;
|
|
43970
44096
|
background-color: #ffc000;
|
|
43971
44097
|
}
|
|
43972
44098
|
|
|
43973
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
44099
|
+
.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,
|
|
44100
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item:focus,
|
|
43974
44101
|
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
43975
44102
|
background-color: rgba(89, 67, 0, 0.2);
|
|
43976
44103
|
}
|
|
43977
44104
|
|
|
43978
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
44105
|
+
.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 {
|
|
43979
44106
|
color: black;
|
|
43980
44107
|
}
|
|
43981
44108
|
|
|
43982
|
-
.k-bottom-nav-solid.k-bottom-nav-error {
|
|
44109
|
+
.k-bottom-nav-solid-error, .k-bottom-nav-solid.k-bottom-nav-error {
|
|
43983
44110
|
color: #fbaea6;
|
|
43984
44111
|
background-color: #f31700;
|
|
43985
44112
|
}
|
|
43986
44113
|
|
|
43987
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
44114
|
+
.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,
|
|
44115
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item:focus,
|
|
43988
44116
|
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
43989
44117
|
background-color: rgba(251, 174, 166, 0.2);
|
|
43990
44118
|
}
|
|
43991
44119
|
|
|
43992
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
44120
|
+
.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 {
|
|
43993
44121
|
color: white;
|
|
43994
44122
|
}
|
|
43995
44123
|
|
|
43996
|
-
.k-bottom-nav-solid.k-bottom-nav-dark {
|
|
44124
|
+
.k-bottom-nav-solid-dark, .k-bottom-nav-solid.k-bottom-nav-dark {
|
|
43997
44125
|
color: #bdbdbd;
|
|
43998
44126
|
background-color: #424242;
|
|
43999
44127
|
}
|
|
44000
44128
|
|
|
44001
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
44129
|
+
.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,
|
|
44130
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item:focus,
|
|
44002
44131
|
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
44003
44132
|
background-color: rgba(189, 189, 189, 0.2);
|
|
44004
44133
|
}
|
|
44005
44134
|
|
|
44006
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
44135
|
+
.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 {
|
|
44007
44136
|
color: white;
|
|
44008
44137
|
}
|
|
44009
44138
|
|
|
44010
|
-
.k-bottom-nav-solid.k-bottom-nav-light {
|
|
44139
|
+
.k-bottom-nav-solid-light, .k-bottom-nav-solid.k-bottom-nav-light {
|
|
44011
44140
|
color: #565656;
|
|
44012
44141
|
background-color: #f5f5f5;
|
|
44013
44142
|
}
|
|
44014
44143
|
|
|
44015
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
44144
|
+
.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,
|
|
44145
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item:focus,
|
|
44016
44146
|
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
44017
44147
|
background-color: rgba(86, 86, 86, 0.2);
|
|
44018
44148
|
}
|
|
44019
44149
|
|
|
44020
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
44150
|
+
.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 {
|
|
44021
44151
|
color: black;
|
|
44022
44152
|
}
|
|
44023
44153
|
|
|
44024
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
44154
|
+
.k-bottom-nav-solid-inverse, .k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
44025
44155
|
color: #bdbdbd;
|
|
44026
44156
|
background-color: #424242;
|
|
44027
44157
|
}
|
|
44028
44158
|
|
|
44029
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
44159
|
+
.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,
|
|
44160
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item:focus,
|
|
44030
44161
|
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
44031
44162
|
background-color: rgba(189, 189, 189, 0.2);
|
|
44032
44163
|
}
|
|
44033
44164
|
|
|
44034
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
44165
|
+
.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 {
|
|
44035
44166
|
color: white;
|
|
44036
44167
|
}
|
|
44037
44168
|
|
|
44038
|
-
.k-bottom-nav-flat {
|
|
44169
|
+
.k-bottom-nav-flat-primary, .k-bottom-nav-flat.k-bottom-nav-primary {
|
|
44039
44170
|
border-color: rgba(0, 0, 0, 0.12);
|
|
44040
44171
|
color: rgba(0, 0, 0, 0.87);
|
|
44041
44172
|
background-color: #ffffff;
|
|
44042
44173
|
}
|
|
44043
44174
|
|
|
44044
|
-
.k-bottom-nav-flat .k-bottom-nav-item.k-focus,
|
|
44045
|
-
.k-bottom-nav-flat .k-bottom-nav-item:focus
|
|
44175
|
+
.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,
|
|
44176
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
|
|
44177
|
+
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
44046
44178
|
background-color: rgba(0, 0, 0, 0.05);
|
|
44047
44179
|
}
|
|
44048
44180
|
|
|
44049
|
-
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
44181
|
+
.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 {
|
|
44050
44182
|
color: #3f51b5;
|
|
44051
44183
|
}
|
|
44052
44184
|
|
|
44053
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44185
|
+
.k-bottom-nav-flat-secondary, .k-bottom-nav-flat.k-bottom-nav-secondary {
|
|
44186
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44187
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44188
|
+
background-color: #ffffff;
|
|
44189
|
+
}
|
|
44190
|
+
|
|
44191
|
+
.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,
|
|
44192
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
|
|
44193
|
+
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
44194
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44195
|
+
}
|
|
44196
|
+
|
|
44197
|
+
.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 {
|
|
44054
44198
|
color: #ae1448;
|
|
44055
44199
|
}
|
|
44056
44200
|
|
|
44057
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44201
|
+
.k-bottom-nav-flat-tertiary, .k-bottom-nav-flat.k-bottom-nav-tertiary {
|
|
44202
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44203
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44204
|
+
background-color: #ffffff;
|
|
44205
|
+
}
|
|
44206
|
+
|
|
44207
|
+
.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,
|
|
44208
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
|
|
44209
|
+
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
44210
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44211
|
+
}
|
|
44212
|
+
|
|
44213
|
+
.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 {
|
|
44058
44214
|
color: #00695c;
|
|
44059
44215
|
}
|
|
44060
44216
|
|
|
44061
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44217
|
+
.k-bottom-nav-flat-info, .k-bottom-nav-flat.k-bottom-nav-info {
|
|
44218
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44219
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44220
|
+
background-color: #ffffff;
|
|
44221
|
+
}
|
|
44222
|
+
|
|
44223
|
+
.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,
|
|
44224
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
|
|
44225
|
+
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
44226
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44227
|
+
}
|
|
44228
|
+
|
|
44229
|
+
.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 {
|
|
44062
44230
|
color: #0058e9;
|
|
44063
44231
|
}
|
|
44064
44232
|
|
|
44065
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44233
|
+
.k-bottom-nav-flat-success, .k-bottom-nav-flat.k-bottom-nav-success {
|
|
44234
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44235
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44236
|
+
background-color: #ffffff;
|
|
44237
|
+
}
|
|
44238
|
+
|
|
44239
|
+
.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,
|
|
44240
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
|
|
44241
|
+
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
44242
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44243
|
+
}
|
|
44244
|
+
|
|
44245
|
+
.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 {
|
|
44066
44246
|
color: #37b400;
|
|
44067
44247
|
}
|
|
44068
44248
|
|
|
44069
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44249
|
+
.k-bottom-nav-flat-warning, .k-bottom-nav-flat.k-bottom-nav-warning {
|
|
44250
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44251
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44252
|
+
background-color: #ffffff;
|
|
44253
|
+
}
|
|
44254
|
+
|
|
44255
|
+
.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,
|
|
44256
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
|
|
44257
|
+
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
44258
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44259
|
+
}
|
|
44260
|
+
|
|
44261
|
+
.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 {
|
|
44070
44262
|
color: #ffc000;
|
|
44071
44263
|
}
|
|
44072
44264
|
|
|
44073
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44265
|
+
.k-bottom-nav-flat-error, .k-bottom-nav-flat.k-bottom-nav-error {
|
|
44266
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44267
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44268
|
+
background-color: #ffffff;
|
|
44269
|
+
}
|
|
44270
|
+
|
|
44271
|
+
.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,
|
|
44272
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
|
|
44273
|
+
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
44274
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44275
|
+
}
|
|
44276
|
+
|
|
44277
|
+
.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 {
|
|
44074
44278
|
color: #f31700;
|
|
44075
44279
|
}
|
|
44076
44280
|
|
|
44077
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44281
|
+
.k-bottom-nav-flat-dark, .k-bottom-nav-flat.k-bottom-nav-dark {
|
|
44282
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44283
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44284
|
+
background-color: #ffffff;
|
|
44285
|
+
}
|
|
44286
|
+
|
|
44287
|
+
.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,
|
|
44288
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
|
|
44289
|
+
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
44290
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44291
|
+
}
|
|
44292
|
+
|
|
44293
|
+
.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 {
|
|
44078
44294
|
color: #424242;
|
|
44079
44295
|
}
|
|
44080
44296
|
|
|
44081
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44297
|
+
.k-bottom-nav-flat-light, .k-bottom-nav-flat.k-bottom-nav-light {
|
|
44298
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44299
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44300
|
+
background-color: #ffffff;
|
|
44301
|
+
}
|
|
44302
|
+
|
|
44303
|
+
.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,
|
|
44304
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
|
|
44305
|
+
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
44306
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44307
|
+
}
|
|
44308
|
+
|
|
44309
|
+
.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 {
|
|
44082
44310
|
color: #bababa;
|
|
44083
44311
|
}
|
|
44084
44312
|
|
|
44085
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
44313
|
+
.k-bottom-nav-flat-inverse, .k-bottom-nav-flat.k-bottom-nav-inverse {
|
|
44314
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
44315
|
+
color: rgba(0, 0, 0, 0.87);
|
|
44316
|
+
background-color: #ffffff;
|
|
44317
|
+
}
|
|
44318
|
+
|
|
44319
|
+
.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,
|
|
44320
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
|
|
44321
|
+
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
44322
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
44323
|
+
}
|
|
44324
|
+
|
|
44325
|
+
.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 {
|
|
44086
44326
|
color: #424242;
|
|
44087
44327
|
}
|
|
44088
44328
|
|
|
@@ -44116,10 +44356,6 @@ kendo-card-footer {
|
|
|
44116
44356
|
overflow: hidden;
|
|
44117
44357
|
}
|
|
44118
44358
|
|
|
44119
|
-
.k-breadcrumb-container.k-flex-wrap {
|
|
44120
|
-
flex-wrap: wrap;
|
|
44121
|
-
}
|
|
44122
|
-
|
|
44123
44359
|
.k-breadcrumb-root-item-container {
|
|
44124
44360
|
align-items: flex-start;
|
|
44125
44361
|
flex-shrink: 0;
|
|
@@ -44129,6 +44365,7 @@ kendo-card-footer {
|
|
|
44129
44365
|
vertical-align: middle;
|
|
44130
44366
|
display: inline-flex;
|
|
44131
44367
|
flex-direction: row;
|
|
44368
|
+
flex: none;
|
|
44132
44369
|
align-items: center;
|
|
44133
44370
|
overflow: hidden;
|
|
44134
44371
|
}
|
|
@@ -44241,41 +44478,8 @@ kendo-card-footer {
|
|
|
44241
44478
|
box-sizing: border-box;
|
|
44242
44479
|
}
|
|
44243
44480
|
|
|
44244
|
-
.k-rtl .k-pager .k-
|
|
44245
|
-
.k-
|
|
44246
|
-
.k-rtl .k-pager .k-i-caret-alt-left,
|
|
44247
|
-
.k-rtl .k-pager .k-i-caret-alt-right,
|
|
44248
|
-
.k-rtl .k-pager .k-i-arrow-end-left,
|
|
44249
|
-
.k-rtl .k-pager .k-i-arrow-60-left,
|
|
44250
|
-
.k-rtl .k-pager .k-i-arrow-60-right,
|
|
44251
|
-
.k-rtl .k-pager .k-i-arrow-end-right,
|
|
44252
|
-
.k-rtl .k-pager .k-i-seek-w,
|
|
44253
|
-
.k-rtl .k-pager .k-i-arrow-w,
|
|
44254
|
-
.k-rtl .k-pager .k-i-arrow-e,
|
|
44255
|
-
.k-rtl .k-pager .k-i-seek-e, .k-pager[dir="rtl"] .k-i-caret-alt-to-left,
|
|
44256
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-to-right,
|
|
44257
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-left,
|
|
44258
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-right,
|
|
44259
|
-
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
44260
|
-
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
44261
|
-
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
44262
|
-
.k-pager[dir="rtl"] .k-i-arrow-end-right,
|
|
44263
|
-
.k-pager[dir="rtl"] .k-i-seek-w,
|
|
44264
|
-
.k-pager[dir="rtl"] .k-i-arrow-w,
|
|
44265
|
-
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
44266
|
-
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
44267
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-to-left,
|
|
44268
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-to-right,
|
|
44269
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-left,
|
|
44270
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-right,
|
|
44271
|
-
[dir="rtl"] .k-pager .k-i-arrow-end-left,
|
|
44272
|
-
[dir="rtl"] .k-pager .k-i-arrow-60-left,
|
|
44273
|
-
[dir="rtl"] .k-pager .k-i-arrow-60-right,
|
|
44274
|
-
[dir="rtl"] .k-pager .k-i-arrow-end-right,
|
|
44275
|
-
[dir="rtl"] .k-pager .k-i-seek-w,
|
|
44276
|
-
[dir="rtl"] .k-pager .k-i-arrow-w,
|
|
44277
|
-
[dir="rtl"] .k-pager .k-i-arrow-e,
|
|
44278
|
-
[dir="rtl"] .k-pager .k-i-seek-e {
|
|
44481
|
+
.k-rtl .k-pager .k-pager-nav .k-button-icon, .k-pager[dir="rtl"] .k-pager-nav .k-button-icon,
|
|
44482
|
+
[dir="rtl"] .k-pager .k-pager-nav .k-button-icon {
|
|
44279
44483
|
transform: scaleX(-1);
|
|
44280
44484
|
}
|
|
44281
44485
|
|
|
@@ -45390,6 +45594,9 @@ kendo-card-footer {
|
|
|
45390
45594
|
|
|
45391
45595
|
.k-expander-indicator {
|
|
45392
45596
|
margin-left: 12px;
|
|
45597
|
+
display: flex;
|
|
45598
|
+
justify-content: center;
|
|
45599
|
+
align-items: center;
|
|
45393
45600
|
}
|
|
45394
45601
|
|
|
45395
45602
|
.k-expander-content {
|
|
@@ -46306,16 +46513,12 @@ kendo-card-footer {
|
|
|
46306
46513
|
.k-scheduler-mobile .k-task {
|
|
46307
46514
|
display: flex;
|
|
46308
46515
|
align-items: center;
|
|
46516
|
+
gap: .5em;
|
|
46309
46517
|
}
|
|
46310
46518
|
|
|
46311
46519
|
.k-scheduler-mobile .k-task .k-scheduler-mark {
|
|
46312
46520
|
border-radius: 50%;
|
|
46313
|
-
|
|
46314
|
-
|
|
46315
|
-
.k-scheduler-mobile .k-task .k-i-reload,
|
|
46316
|
-
.k-scheduler-mobile .k-task .k-i-arrow-rotate-cw {
|
|
46317
|
-
font-size: 1em;
|
|
46318
|
-
margin-right: .5em;
|
|
46521
|
+
margin: 0;
|
|
46319
46522
|
}
|
|
46320
46523
|
|
|
46321
46524
|
.k-scheduler-mobile .k-task .k-scheduler-task-text {
|
|
@@ -46443,11 +46646,14 @@ kendo-card-footer {
|
|
|
46443
46646
|
display: none;
|
|
46444
46647
|
}
|
|
46445
46648
|
|
|
46446
|
-
.k-rtl .k-pane-wrapper .k-header-cancel .k-
|
|
46447
|
-
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-
|
|
46448
|
-
.k-pane-wrapper
|
|
46449
|
-
[dir="rtl"] .k-
|
|
46450
|
-
[dir="rtl"] .k-
|
|
46649
|
+
.k-rtl .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
46650
|
+
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
46651
|
+
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-icon, .k-pane-wrapper[dir="rtl"] .k-header-cancel .k-button-icon,
|
|
46652
|
+
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-svg-icon,
|
|
46653
|
+
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-icon,
|
|
46654
|
+
[dir="rtl"] .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
46655
|
+
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
46656
|
+
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-icon {
|
|
46451
46657
|
transform: scaleX(-1);
|
|
46452
46658
|
}
|
|
46453
46659
|
|
|
@@ -46609,6 +46815,7 @@ kendo-card-footer {
|
|
|
46609
46815
|
|
|
46610
46816
|
.k-grid .k-grid-header .k-table,
|
|
46611
46817
|
.k-grid .k-grid-content .k-table,
|
|
46818
|
+
.k-grid .k-grid-content-locked .k-table,
|
|
46612
46819
|
.k-grid .k-grid-footer .k-table {
|
|
46613
46820
|
table-layout: fixed;
|
|
46614
46821
|
}
|
|
@@ -47933,7 +48140,8 @@ div.k-grid-norecords {
|
|
|
47933
48140
|
}
|
|
47934
48141
|
|
|
47935
48142
|
.k-columnmenu-item > .k-icon,
|
|
47936
|
-
.k-columnmenu-item > .k-svg-icon
|
|
48143
|
+
.k-columnmenu-item > .k-svg-icon,
|
|
48144
|
+
.k-columnmenu-item > .k-expander-indicator {
|
|
47937
48145
|
margin-inline-end: 8px;
|
|
47938
48146
|
}
|
|
47939
48147
|
|
|
@@ -48988,7 +49196,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
48988
49196
|
flex: 1;
|
|
48989
49197
|
}
|
|
48990
49198
|
|
|
48991
|
-
.k-spreadsheet-formula-bar > .k-
|
|
49199
|
+
.k-spreadsheet-formula-bar > .k-icon,
|
|
49200
|
+
.k-spreadsheet-formula-bar > .k-svg-icon {
|
|
48992
49201
|
padding-block: 0;
|
|
48993
49202
|
padding-inline: 4px;
|
|
48994
49203
|
box-sizing: content-box;
|
|
@@ -49503,8 +49712,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49503
49712
|
|
|
49504
49713
|
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
|
|
49505
49714
|
.k-spreadsheet-filter-menu .k-details-summary > .k-svg-icon,
|
|
49715
|
+
.k-spreadsheet-filter-menu .k-details-summary > .k-expander-indicator,
|
|
49506
49716
|
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
|
|
49507
|
-
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon
|
|
49717
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon,
|
|
49718
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-expander-indicator {
|
|
49508
49719
|
margin-right: 4px;
|
|
49509
49720
|
}
|
|
49510
49721
|
|
|
@@ -52060,24 +52271,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
52060
52271
|
margin-bottom: 0;
|
|
52061
52272
|
}
|
|
52062
52273
|
|
|
52063
|
-
.k-editor-table-wizard-window .k-numerictextbox {
|
|
52064
|
-
width: 10em;
|
|
52065
|
-
}
|
|
52066
|
-
|
|
52067
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown,
|
|
52068
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
52069
|
-
width: 5em;
|
|
52070
|
-
}
|
|
52071
|
-
|
|
52072
|
-
.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,
|
|
52073
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
52074
|
-
margin-left: 8px;
|
|
52075
|
-
}
|
|
52076
|
-
|
|
52077
|
-
.k-editor-table-wizard-window .k-color-picker, .k-editor-table-wizard-window .k-colorpicker {
|
|
52078
|
-
vertical-align: middle;
|
|
52079
|
-
}
|
|
52080
|
-
|
|
52081
52274
|
.k-editor-table-wizard-window .k-edit-field > .k-checkbox {
|
|
52082
52275
|
position: relative;
|
|
52083
52276
|
}
|
|
@@ -53764,19 +53957,9 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
53764
53957
|
flex-flow: row nowrap;
|
|
53765
53958
|
}
|
|
53766
53959
|
|
|
53767
|
-
.k-scheduler-
|
|
53960
|
+
.k-scheduler-toolbar .k-views-dropdown {
|
|
53768
53961
|
width: auto;
|
|
53769
53962
|
font: inherit;
|
|
53770
|
-
display: none;
|
|
53771
|
-
}
|
|
53772
|
-
|
|
53773
|
-
@media (max-width: 1024px) {
|
|
53774
|
-
.k-scheduler-views-wrapper .k-scheduler-views {
|
|
53775
|
-
display: none;
|
|
53776
|
-
}
|
|
53777
|
-
.k-scheduler-views-wrapper .k-views-dropdown {
|
|
53778
|
-
display: inline-block;
|
|
53779
|
-
}
|
|
53780
53963
|
}
|
|
53781
53964
|
|
|
53782
53965
|
.k-scheduler-footer {
|
|
@@ -56492,11 +56675,11 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
56492
56675
|
}
|
|
56493
56676
|
|
|
56494
56677
|
.k-scrollview-prev {
|
|
56495
|
-
|
|
56678
|
+
inset-inline-start: 0;
|
|
56496
56679
|
}
|
|
56497
56680
|
|
|
56498
56681
|
.k-scrollview-next {
|
|
56499
|
-
|
|
56682
|
+
inset-inline-end: 0;
|
|
56500
56683
|
}
|
|
56501
56684
|
|
|
56502
56685
|
.k-scrollview-animation {
|
|
@@ -56520,6 +56703,17 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
56520
56703
|
}
|
|
56521
56704
|
}
|
|
56522
56705
|
|
|
56706
|
+
.k-rtl .k-scrollview-prev .k-icon,
|
|
56707
|
+
.k-rtl .k-scrollview-prev .k-svg-icon,
|
|
56708
|
+
.k-rtl .k-scrollview-next .k-icon,
|
|
56709
|
+
.k-rtl .k-scrollview-next .k-svg-icon,
|
|
56710
|
+
[dir="rtl"] .k-scrollview-prev .k-icon,
|
|
56711
|
+
[dir="rtl"] .k-scrollview-prev .k-svg-icon,
|
|
56712
|
+
[dir="rtl"] .k-scrollview-next .k-icon,
|
|
56713
|
+
[dir="rtl"] .k-scrollview-next .k-svg-icon {
|
|
56714
|
+
transform: scaleX(-1);
|
|
56715
|
+
}
|
|
56716
|
+
|
|
56523
56717
|
kendo-scrollview.k-scrollview-wrap,
|
|
56524
56718
|
kendo-scrollview.k-scrollview,
|
|
56525
56719
|
div.k-scrollview {
|