@progress/kendo-theme-material 5.6.1-dev.4 → 5.6.1-dev.7
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 +532 -395
- package/dist/all.scss +284 -194
- 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 +4 -4
- package/scss/badge/_variables.scss +70 -35
- package/scss/card/_variables.scss +0 -10
- package/scss/pdf-viewer/_index.scss +3 -1
- package/scss/pdf-viewer/_variables.scss +14 -1
- package/scss/popover/_variables.scss +0 -5
package/dist/all.css
CHANGED
|
@@ -3216,26 +3216,51 @@ kendo-sortable {
|
|
|
3216
3216
|
position: static !important;
|
|
3217
3217
|
}
|
|
3218
3218
|
|
|
3219
|
+
.\!k-static,
|
|
3220
|
+
.\!k-pos-static {
|
|
3221
|
+
position: static !important;
|
|
3222
|
+
}
|
|
3223
|
+
|
|
3219
3224
|
.k-relative,
|
|
3220
3225
|
.k-pos-relative {
|
|
3221
3226
|
position: relative !important;
|
|
3222
3227
|
}
|
|
3223
3228
|
|
|
3229
|
+
.\!k-relative,
|
|
3230
|
+
.\!k-pos-relative {
|
|
3231
|
+
position: relative !important;
|
|
3232
|
+
}
|
|
3233
|
+
|
|
3224
3234
|
.k-absolute,
|
|
3225
3235
|
.k-pos-absolute {
|
|
3226
3236
|
position: absolute !important;
|
|
3227
3237
|
}
|
|
3228
3238
|
|
|
3239
|
+
.\!k-absolute,
|
|
3240
|
+
.\!k-pos-absolute {
|
|
3241
|
+
position: absolute !important;
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3229
3244
|
.k-fixed,
|
|
3230
3245
|
.k-pos-fixed {
|
|
3231
3246
|
position: fixed !important;
|
|
3232
3247
|
}
|
|
3233
3248
|
|
|
3249
|
+
.\!k-fixed,
|
|
3250
|
+
.\!k-pos-fixed {
|
|
3251
|
+
position: fixed !important;
|
|
3252
|
+
}
|
|
3253
|
+
|
|
3234
3254
|
.k-sticky,
|
|
3235
3255
|
.k-pos-sticky {
|
|
3236
3256
|
position: sticky !important;
|
|
3237
3257
|
}
|
|
3238
3258
|
|
|
3259
|
+
.\!k-sticky,
|
|
3260
|
+
.\!k-pos-sticky {
|
|
3261
|
+
position: sticky !important;
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3239
3264
|
.k-top,
|
|
3240
3265
|
.k-pos-top {
|
|
3241
3266
|
top: 0;
|
|
@@ -6563,23 +6588,32 @@ kendo-sortable {
|
|
|
6563
6588
|
}
|
|
6564
6589
|
|
|
6565
6590
|
.k-user-select-none {
|
|
6566
|
-
user-select: none !important;
|
|
6591
|
+
-webkit-user-select: none !important;
|
|
6592
|
+
-ms-user-select: none !important;
|
|
6593
|
+
user-select: none !important;
|
|
6567
6594
|
}
|
|
6568
6595
|
|
|
6569
6596
|
.k-user-select-auto {
|
|
6570
|
-
user-select: auto !important;
|
|
6597
|
+
-webkit-user-select: auto !important;
|
|
6598
|
+
-ms-user-select: auto !important;
|
|
6599
|
+
user-select: auto !important;
|
|
6571
6600
|
}
|
|
6572
6601
|
|
|
6573
6602
|
.k-user-select-text {
|
|
6574
|
-
user-select: text !important;
|
|
6603
|
+
-webkit-user-select: text !important;
|
|
6604
|
+
-ms-user-select: text !important;
|
|
6605
|
+
user-select: text !important;
|
|
6575
6606
|
}
|
|
6576
6607
|
|
|
6577
6608
|
.k-user-select-all {
|
|
6578
|
-
user-select: all !important;
|
|
6609
|
+
-webkit-user-select: all !important;
|
|
6610
|
+
user-select: all !important;
|
|
6579
6611
|
}
|
|
6580
6612
|
|
|
6581
6613
|
.k-user-select-contain {
|
|
6582
|
-
user-select: contain !important;
|
|
6614
|
+
-webkit-user-select: contain !important;
|
|
6615
|
+
-ms-user-select: element !important;
|
|
6616
|
+
user-select: contain !important;
|
|
6583
6617
|
}
|
|
6584
6618
|
|
|
6585
6619
|
.k-cursor-auto {
|
|
@@ -11776,7 +11810,7 @@ kendo-sortable {
|
|
|
11776
11810
|
|
|
11777
11811
|
.k-badge {
|
|
11778
11812
|
padding: 0;
|
|
11779
|
-
border-width:
|
|
11813
|
+
border-width: 1px;
|
|
11780
11814
|
border-style: solid;
|
|
11781
11815
|
border-color: transparent;
|
|
11782
11816
|
box-sizing: border-box;
|
|
@@ -11825,92 +11859,38 @@ a.k-badge:hover,
|
|
|
11825
11859
|
|
|
11826
11860
|
.k-badge-sm {
|
|
11827
11861
|
padding: 2px 2px;
|
|
11828
|
-
border-width: 1px;
|
|
11829
11862
|
font-size: 10px;
|
|
11830
11863
|
line-height: 1;
|
|
11864
|
+
min-width: calc(1em + 6px);
|
|
11831
11865
|
}
|
|
11832
11866
|
|
|
11833
11867
|
.k-badge-sm:empty {
|
|
11834
11868
|
padding: 2px;
|
|
11869
|
+
min-width: auto;
|
|
11835
11870
|
}
|
|
11836
11871
|
|
|
11837
11872
|
.k-badge-md {
|
|
11838
11873
|
padding: 4px 4px;
|
|
11839
|
-
|
|
11840
|
-
font-size: 12px;
|
|
11874
|
+
font-size: 10px;
|
|
11841
11875
|
line-height: 1;
|
|
11876
|
+
min-width: calc(1em + 10px);
|
|
11842
11877
|
}
|
|
11843
11878
|
|
|
11844
11879
|
.k-badge-md:empty {
|
|
11845
11880
|
padding: 4px;
|
|
11881
|
+
min-width: auto;
|
|
11846
11882
|
}
|
|
11847
11883
|
|
|
11848
11884
|
.k-badge-lg {
|
|
11849
11885
|
padding: 6px 6px;
|
|
11850
|
-
|
|
11851
|
-
font-size: 14px;
|
|
11886
|
+
font-size: 10px;
|
|
11852
11887
|
line-height: 1;
|
|
11888
|
+
min-width: calc(1em + 14px);
|
|
11853
11889
|
}
|
|
11854
11890
|
|
|
11855
11891
|
.k-badge-lg:empty {
|
|
11856
11892
|
padding: 6px;
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
.k-badge-rounded.k-badge-sm {
|
|
11860
|
-
border-radius: 2px;
|
|
11861
|
-
}
|
|
11862
|
-
|
|
11863
|
-
.k-badge-rounded.k-badge-md {
|
|
11864
|
-
border-radius: 4px;
|
|
11865
|
-
}
|
|
11866
|
-
|
|
11867
|
-
.k-badge-rounded.k-badge-lg {
|
|
11868
|
-
border-radius: 6px;
|
|
11869
|
-
}
|
|
11870
|
-
|
|
11871
|
-
.k-badge-pill {
|
|
11872
|
-
border-radius: 5rem;
|
|
11873
|
-
}
|
|
11874
|
-
|
|
11875
|
-
.k-badge-circle {
|
|
11876
|
-
padding: 0 !important;
|
|
11877
|
-
border-radius: 100%;
|
|
11878
|
-
}
|
|
11879
|
-
|
|
11880
|
-
.k-badge-circle.k-badge-sm {
|
|
11881
|
-
width: calc( 1em + 4px + 2px);
|
|
11882
|
-
height: calc( 1em + 4px + 2px);
|
|
11883
|
-
}
|
|
11884
|
-
|
|
11885
|
-
.k-badge-circle.k-badge-md {
|
|
11886
|
-
width: calc( 1em + 8px + 2px);
|
|
11887
|
-
height: calc( 1em + 8px + 2px);
|
|
11888
|
-
}
|
|
11889
|
-
|
|
11890
|
-
.k-badge-circle.k-badge-lg {
|
|
11891
|
-
width: calc( 1em + 12px + 2px);
|
|
11892
|
-
height: calc( 1em + 12px + 2px);
|
|
11893
|
-
}
|
|
11894
|
-
|
|
11895
|
-
.k-badge-dot {
|
|
11896
|
-
padding: 0 !important;
|
|
11897
|
-
border-radius: 100%;
|
|
11898
|
-
font-size: 0;
|
|
11899
|
-
}
|
|
11900
|
-
|
|
11901
|
-
.k-badge-dot.k-badge-sm {
|
|
11902
|
-
width: 6px;
|
|
11903
|
-
height: 6px;
|
|
11904
|
-
}
|
|
11905
|
-
|
|
11906
|
-
.k-badge-dot.k-badge-md {
|
|
11907
|
-
width: 10px;
|
|
11908
|
-
height: 10px;
|
|
11909
|
-
}
|
|
11910
|
-
|
|
11911
|
-
.k-badge-dot.k-badge-lg {
|
|
11912
|
-
width: 12px;
|
|
11913
|
-
height: 12px;
|
|
11893
|
+
min-width: auto;
|
|
11914
11894
|
}
|
|
11915
11895
|
|
|
11916
11896
|
kendo-badge-container {
|
|
@@ -12021,61 +12001,61 @@ kendo-badge-container {
|
|
|
12021
12001
|
box-shadow: 0 0 0 2px white;
|
|
12022
12002
|
}
|
|
12023
12003
|
|
|
12024
|
-
.k-badge-solid
|
|
12004
|
+
.k-badge-solid-primary {
|
|
12025
12005
|
border-color: #3f51b5;
|
|
12026
12006
|
color: white;
|
|
12027
12007
|
background-color: #3f51b5;
|
|
12028
12008
|
}
|
|
12029
12009
|
|
|
12030
|
-
.k-badge-solid
|
|
12010
|
+
.k-badge-solid-secondary {
|
|
12031
12011
|
border-color: #e51a5f;
|
|
12032
12012
|
color: white;
|
|
12033
12013
|
background-color: #e51a5f;
|
|
12034
12014
|
}
|
|
12035
12015
|
|
|
12036
|
-
.k-badge-solid
|
|
12016
|
+
.k-badge-solid-tertiary {
|
|
12037
12017
|
border-color: #00695c;
|
|
12038
12018
|
color: white;
|
|
12039
12019
|
background-color: #00695c;
|
|
12040
12020
|
}
|
|
12041
12021
|
|
|
12042
|
-
.k-badge-solid
|
|
12022
|
+
.k-badge-solid-info {
|
|
12043
12023
|
border-color: #0058e9;
|
|
12044
12024
|
color: white;
|
|
12045
12025
|
background-color: #0058e9;
|
|
12046
12026
|
}
|
|
12047
12027
|
|
|
12048
|
-
.k-badge-solid
|
|
12028
|
+
.k-badge-solid-success {
|
|
12049
12029
|
border-color: #37b400;
|
|
12050
12030
|
color: white;
|
|
12051
12031
|
background-color: #37b400;
|
|
12052
12032
|
}
|
|
12053
12033
|
|
|
12054
|
-
.k-badge-solid
|
|
12034
|
+
.k-badge-solid-warning {
|
|
12055
12035
|
border-color: #ffc000;
|
|
12056
12036
|
color: black;
|
|
12057
12037
|
background-color: #ffc000;
|
|
12058
12038
|
}
|
|
12059
12039
|
|
|
12060
|
-
.k-badge-solid
|
|
12040
|
+
.k-badge-solid-error {
|
|
12061
12041
|
border-color: #f31700;
|
|
12062
12042
|
color: white;
|
|
12063
12043
|
background-color: #f31700;
|
|
12064
12044
|
}
|
|
12065
12045
|
|
|
12066
|
-
.k-badge-solid
|
|
12046
|
+
.k-badge-solid-dark {
|
|
12067
12047
|
border-color: #424242;
|
|
12068
12048
|
color: white;
|
|
12069
12049
|
background-color: #424242;
|
|
12070
12050
|
}
|
|
12071
12051
|
|
|
12072
|
-
.k-badge-solid
|
|
12052
|
+
.k-badge-solid-light {
|
|
12073
12053
|
border-color: #f5f5f5;
|
|
12074
12054
|
color: black;
|
|
12075
12055
|
background-color: #f5f5f5;
|
|
12076
12056
|
}
|
|
12077
12057
|
|
|
12078
|
-
.k-badge-solid
|
|
12058
|
+
.k-badge-solid-inverse {
|
|
12079
12059
|
border-color: #424242;
|
|
12080
12060
|
color: white;
|
|
12081
12061
|
background-color: #424242;
|
|
@@ -12086,43 +12066,43 @@ kendo-badge-container {
|
|
|
12086
12066
|
background-color: white;
|
|
12087
12067
|
}
|
|
12088
12068
|
|
|
12089
|
-
.k-badge-outline
|
|
12069
|
+
.k-badge-outline-primary {
|
|
12090
12070
|
color: #3f51b5;
|
|
12091
12071
|
}
|
|
12092
12072
|
|
|
12093
|
-
.k-badge-outline
|
|
12073
|
+
.k-badge-outline-secondary {
|
|
12094
12074
|
color: #e51a5f;
|
|
12095
12075
|
}
|
|
12096
12076
|
|
|
12097
|
-
.k-badge-outline
|
|
12077
|
+
.k-badge-outline-tertiary {
|
|
12098
12078
|
color: #00695c;
|
|
12099
12079
|
}
|
|
12100
12080
|
|
|
12101
|
-
.k-badge-outline
|
|
12081
|
+
.k-badge-outline-info {
|
|
12102
12082
|
color: #0058e9;
|
|
12103
12083
|
}
|
|
12104
12084
|
|
|
12105
|
-
.k-badge-outline
|
|
12085
|
+
.k-badge-outline-success {
|
|
12106
12086
|
color: #37b400;
|
|
12107
12087
|
}
|
|
12108
12088
|
|
|
12109
|
-
.k-badge-outline
|
|
12089
|
+
.k-badge-outline-warning {
|
|
12110
12090
|
color: #ffc000;
|
|
12111
12091
|
}
|
|
12112
12092
|
|
|
12113
|
-
.k-badge-outline
|
|
12093
|
+
.k-badge-outline-error {
|
|
12114
12094
|
color: #f31700;
|
|
12115
12095
|
}
|
|
12116
12096
|
|
|
12117
|
-
.k-badge-outline
|
|
12097
|
+
.k-badge-outline-dark {
|
|
12118
12098
|
color: #424242;
|
|
12119
12099
|
}
|
|
12120
12100
|
|
|
12121
|
-
.k-badge-outline
|
|
12101
|
+
.k-badge-outline-light {
|
|
12122
12102
|
color: #f5f5f5;
|
|
12123
12103
|
}
|
|
12124
12104
|
|
|
12125
|
-
.k-badge-outline
|
|
12105
|
+
.k-badge-outline-inverse {
|
|
12126
12106
|
color: #424242;
|
|
12127
12107
|
}
|
|
12128
12108
|
|
|
@@ -12141,7 +12121,9 @@ kendo-badge-container {
|
|
|
12141
12121
|
justify-content: center;
|
|
12142
12122
|
gap: 8px;
|
|
12143
12123
|
vertical-align: middle;
|
|
12144
|
-
user-select: none;
|
|
12124
|
+
-webkit-user-select: none;
|
|
12125
|
+
-ms-user-select: none;
|
|
12126
|
+
user-select: none;
|
|
12145
12127
|
cursor: pointer;
|
|
12146
12128
|
outline: none;
|
|
12147
12129
|
-webkit-appearance: none;
|
|
@@ -12200,8 +12182,8 @@ kendo-badge-container {
|
|
|
12200
12182
|
}
|
|
12201
12183
|
|
|
12202
12184
|
.k-button-sm.k-icon-button > .k-button-icon {
|
|
12203
|
-
min-width:
|
|
12204
|
-
min-height:
|
|
12185
|
+
min-width: 20.0000000004px;
|
|
12186
|
+
min-height: 20.0000000004px;
|
|
12205
12187
|
}
|
|
12206
12188
|
|
|
12207
12189
|
.k-button-md {
|
|
@@ -12215,8 +12197,8 @@ kendo-badge-container {
|
|
|
12215
12197
|
}
|
|
12216
12198
|
|
|
12217
12199
|
.k-button-md.k-icon-button > .k-button-icon {
|
|
12218
|
-
min-width:
|
|
12219
|
-
min-height:
|
|
12200
|
+
min-width: 20.0000000004px;
|
|
12201
|
+
min-height: 20.0000000004px;
|
|
12220
12202
|
}
|
|
12221
12203
|
|
|
12222
12204
|
.k-button-lg {
|
|
@@ -12230,8 +12212,8 @@ kendo-badge-container {
|
|
|
12230
12212
|
}
|
|
12231
12213
|
|
|
12232
12214
|
.k-button-lg.k-icon-button > .k-button-icon {
|
|
12233
|
-
min-width:
|
|
12234
|
-
min-height:
|
|
12215
|
+
min-width: 20.0000000004px;
|
|
12216
|
+
min-height: 20.0000000004px;
|
|
12235
12217
|
}
|
|
12236
12218
|
|
|
12237
12219
|
.k-button-square {
|
|
@@ -13786,11 +13768,20 @@ kendo-badge-container {
|
|
|
13786
13768
|
margin: 0;
|
|
13787
13769
|
}
|
|
13788
13770
|
|
|
13771
|
+
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
|
|
13772
|
+
color: rgba(0, 0, 0, 0.54);
|
|
13773
|
+
opacity: 1;
|
|
13774
|
+
-ms-user-select: none;
|
|
13775
|
+
user-select: none;
|
|
13776
|
+
}
|
|
13777
|
+
|
|
13789
13778
|
.k-input::placeholder,
|
|
13790
13779
|
.k-picker::placeholder {
|
|
13791
13780
|
color: rgba(0, 0, 0, 0.54);
|
|
13792
13781
|
opacity: 1;
|
|
13793
|
-
user-select: none;
|
|
13782
|
+
-webkit-user-select: none;
|
|
13783
|
+
-ms-user-select: none;
|
|
13784
|
+
user-select: none;
|
|
13794
13785
|
}
|
|
13795
13786
|
|
|
13796
13787
|
.k-input:-ms-input-placeholder,
|
|
@@ -13880,10 +13871,19 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13880
13871
|
display: none;
|
|
13881
13872
|
}
|
|
13882
13873
|
|
|
13874
|
+
.k-input-inner:-ms-input-placeholder {
|
|
13875
|
+
color: rgba(0, 0, 0, 0.54);
|
|
13876
|
+
opacity: 1;
|
|
13877
|
+
-ms-user-select: none;
|
|
13878
|
+
user-select: none;
|
|
13879
|
+
}
|
|
13880
|
+
|
|
13883
13881
|
.k-input-inner::placeholder {
|
|
13884
13882
|
color: rgba(0, 0, 0, 0.54);
|
|
13885
13883
|
opacity: 1;
|
|
13886
|
-
user-select: none;
|
|
13884
|
+
-webkit-user-select: none;
|
|
13885
|
+
-ms-user-select: none;
|
|
13886
|
+
user-select: none;
|
|
13887
13887
|
}
|
|
13888
13888
|
|
|
13889
13889
|
.k-input-inner:-ms-input-placeholder {
|
|
@@ -14135,14 +14135,14 @@ textarea.k-input-inner {
|
|
|
14135
14135
|
.k-picker-sm .k-clear-value,
|
|
14136
14136
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
14137
14137
|
.k-picker-sm .k-input-suffix > .k-icon {
|
|
14138
|
-
width:
|
|
14139
|
-
height:
|
|
14138
|
+
width: 28px;
|
|
14139
|
+
height: 28px;
|
|
14140
14140
|
}
|
|
14141
14141
|
|
|
14142
14142
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
14143
14143
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
14144
|
-
width:
|
|
14145
|
-
height:
|
|
14144
|
+
width: 1.25em;
|
|
14145
|
+
height: 1.25em;
|
|
14146
14146
|
padding: 6px;
|
|
14147
14147
|
box-sizing: content-box;
|
|
14148
14148
|
}
|
|
@@ -14198,14 +14198,14 @@ textarea.k-input-inner {
|
|
|
14198
14198
|
.k-picker-md .k-clear-value,
|
|
14199
14199
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
14200
14200
|
.k-picker-md .k-input-suffix > .k-icon {
|
|
14201
|
-
width:
|
|
14202
|
-
height:
|
|
14201
|
+
width: 32px;
|
|
14202
|
+
height: 32px;
|
|
14203
14203
|
}
|
|
14204
14204
|
|
|
14205
14205
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
14206
14206
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
14207
|
-
width:
|
|
14208
|
-
height:
|
|
14207
|
+
width: 1.25em;
|
|
14208
|
+
height: 1.25em;
|
|
14209
14209
|
padding: 8px;
|
|
14210
14210
|
box-sizing: content-box;
|
|
14211
14211
|
}
|
|
@@ -14261,14 +14261,14 @@ textarea.k-input-inner {
|
|
|
14261
14261
|
.k-picker-lg .k-clear-value,
|
|
14262
14262
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
14263
14263
|
.k-picker-lg .k-input-suffix > .k-icon {
|
|
14264
|
-
width:
|
|
14265
|
-
height:
|
|
14264
|
+
width: 32px;
|
|
14265
|
+
height: 32px;
|
|
14266
14266
|
}
|
|
14267
14267
|
|
|
14268
14268
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
14269
14269
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
14270
|
-
width:
|
|
14271
|
-
height:
|
|
14270
|
+
width: 1.5em;
|
|
14271
|
+
height: 1.5em;
|
|
14272
14272
|
padding: 8px;
|
|
14273
14273
|
box-sizing: content-box;
|
|
14274
14274
|
}
|
|
@@ -14634,7 +14634,7 @@ textarea.k-input-inner {
|
|
|
14634
14634
|
}
|
|
14635
14635
|
|
|
14636
14636
|
.k-floating-label-container {
|
|
14637
|
-
padding-top:
|
|
14637
|
+
padding-top: 20px;
|
|
14638
14638
|
box-sizing: border-box;
|
|
14639
14639
|
display: inline-flex;
|
|
14640
14640
|
vertical-align: middle;
|
|
@@ -14656,8 +14656,8 @@ textarea.k-input-inner {
|
|
|
14656
14656
|
white-space: nowrap;
|
|
14657
14657
|
text-overflow: ellipsis;
|
|
14658
14658
|
position: absolute;
|
|
14659
|
-
top:
|
|
14660
|
-
left:
|
|
14659
|
+
top: 29px;
|
|
14660
|
+
left: 17px;
|
|
14661
14661
|
overflow: hidden;
|
|
14662
14662
|
cursor: text;
|
|
14663
14663
|
transform-origin: left center;
|
|
@@ -14670,8 +14670,8 @@ textarea.k-input-inner {
|
|
|
14670
14670
|
}
|
|
14671
14671
|
|
|
14672
14672
|
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14673
|
-
top:
|
|
14674
|
-
left:
|
|
14673
|
+
top: 29px;
|
|
14674
|
+
left: 17px;
|
|
14675
14675
|
transform: scale(1);
|
|
14676
14676
|
pointer-events: none;
|
|
14677
14677
|
}
|
|
@@ -14690,6 +14690,10 @@ textarea.k-input-inner {
|
|
|
14690
14690
|
transform: scale(0.75);
|
|
14691
14691
|
}
|
|
14692
14692
|
|
|
14693
|
+
.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder, .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) :-ms-input-placeholder {
|
|
14694
|
+
color: transparent;
|
|
14695
|
+
}
|
|
14696
|
+
|
|
14693
14697
|
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14694
14698
|
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14695
14699
|
color: transparent;
|
|
@@ -14705,7 +14709,7 @@ textarea.k-input-inner {
|
|
|
14705
14709
|
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14706
14710
|
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
14707
14711
|
left: auto;
|
|
14708
|
-
right:
|
|
14712
|
+
right: 17px;
|
|
14709
14713
|
}
|
|
14710
14714
|
|
|
14711
14715
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -15319,7 +15323,9 @@ textarea.k-input-inner {
|
|
|
15319
15323
|
position: relative;
|
|
15320
15324
|
overflow: hidden;
|
|
15321
15325
|
cursor: pointer;
|
|
15322
|
-
user-select: none;
|
|
15326
|
+
-webkit-user-select: none;
|
|
15327
|
+
-ms-user-select: none;
|
|
15328
|
+
user-select: none;
|
|
15323
15329
|
}
|
|
15324
15330
|
|
|
15325
15331
|
.k-chip *,
|
|
@@ -15862,7 +15868,7 @@ textarea.k-input-inner {
|
|
|
15862
15868
|
}
|
|
15863
15869
|
|
|
15864
15870
|
.k-icon-color-preview .k-color-preview-mask {
|
|
15865
|
-
width:
|
|
15871
|
+
width: 14px;
|
|
15866
15872
|
height: 2px;
|
|
15867
15873
|
}
|
|
15868
15874
|
|
|
@@ -16025,32 +16031,32 @@ textarea.k-input-inner {
|
|
|
16025
16031
|
top: 100%;
|
|
16026
16032
|
left: 0;
|
|
16027
16033
|
animation: spinner-3-segment 2s ease infinite;
|
|
16028
|
-
animation-delay:
|
|
16034
|
+
animation-delay: -0.6666666667s;
|
|
16029
16035
|
}
|
|
16030
16036
|
|
|
16031
16037
|
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
|
|
16032
16038
|
top: 100%;
|
|
16033
16039
|
left: 100%;
|
|
16034
16040
|
animation: spinner-3-segment 2s ease infinite;
|
|
16035
|
-
animation-delay:
|
|
16041
|
+
animation-delay: -1.3333333333s;
|
|
16036
16042
|
}
|
|
16037
16043
|
|
|
16038
16044
|
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
|
|
16039
16045
|
margin: 2px;
|
|
16040
|
-
width:
|
|
16041
|
-
height:
|
|
16046
|
+
width: 12px;
|
|
16047
|
+
height: 9.8564064608px;
|
|
16042
16048
|
}
|
|
16043
16049
|
|
|
16044
16050
|
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
|
|
16045
16051
|
margin: 4px;
|
|
16046
|
-
width:
|
|
16047
|
-
height:
|
|
16052
|
+
width: 24px;
|
|
16053
|
+
height: 19.7128129216px;
|
|
16048
16054
|
}
|
|
16049
16055
|
|
|
16050
16056
|
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
|
|
16051
16057
|
margin: 8px;
|
|
16052
|
-
width:
|
|
16053
|
-
height:
|
|
16058
|
+
width: 48px;
|
|
16059
|
+
height: 39.4256258432px;
|
|
16054
16060
|
}
|
|
16055
16061
|
|
|
16056
16062
|
@keyframes spinner-4-segment-1 {
|
|
@@ -16430,7 +16436,9 @@ textarea.k-input-inner {
|
|
|
16430
16436
|
flex-flow: column nowrap;
|
|
16431
16437
|
flex: none;
|
|
16432
16438
|
position: relative;
|
|
16433
|
-
user-select: none;
|
|
16439
|
+
-webkit-user-select: none;
|
|
16440
|
+
-ms-user-select: none;
|
|
16441
|
+
user-select: none;
|
|
16434
16442
|
}
|
|
16435
16443
|
|
|
16436
16444
|
.k-menu-item-content {
|
|
@@ -16502,12 +16510,12 @@ textarea.k-input-inner {
|
|
|
16502
16510
|
|
|
16503
16511
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16504
16512
|
padding: 8px 16px;
|
|
16505
|
-
padding-right:
|
|
16513
|
+
padding-right: 48px;
|
|
16506
16514
|
}
|
|
16507
16515
|
|
|
16508
16516
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
16509
16517
|
margin-inline-start: 16px;
|
|
16510
|
-
margin-inline-end:
|
|
16518
|
+
margin-inline-end: -40px;
|
|
16511
16519
|
}
|
|
16512
16520
|
|
|
16513
16521
|
.k-menu-vertical > .k-separator {
|
|
@@ -16571,12 +16579,12 @@ textarea.k-input-inner {
|
|
|
16571
16579
|
|
|
16572
16580
|
.k-menu-group-sm .k-menu-link {
|
|
16573
16581
|
padding: 6px 16px;
|
|
16574
|
-
padding-inline-end:
|
|
16582
|
+
padding-inline-end: 48px;
|
|
16575
16583
|
}
|
|
16576
16584
|
|
|
16577
16585
|
.k-menu-group-sm .k-menu-expand-arrow {
|
|
16578
16586
|
margin-inline-start: 16px;
|
|
16579
|
-
margin-inline-end:
|
|
16587
|
+
margin-inline-end: -40px;
|
|
16580
16588
|
}
|
|
16581
16589
|
|
|
16582
16590
|
.k-menu-group-md {
|
|
@@ -16591,12 +16599,12 @@ textarea.k-input-inner {
|
|
|
16591
16599
|
|
|
16592
16600
|
.k-menu-group-md .k-menu-link {
|
|
16593
16601
|
padding: 8px 16px;
|
|
16594
|
-
padding-inline-end:
|
|
16602
|
+
padding-inline-end: 48px;
|
|
16595
16603
|
}
|
|
16596
16604
|
|
|
16597
16605
|
.k-menu-group-md .k-menu-expand-arrow {
|
|
16598
16606
|
margin-inline-start: 16px;
|
|
16599
|
-
margin-inline-end:
|
|
16607
|
+
margin-inline-end: -40px;
|
|
16600
16608
|
}
|
|
16601
16609
|
|
|
16602
16610
|
.k-menu-group-lg {
|
|
@@ -16611,12 +16619,12 @@ textarea.k-input-inner {
|
|
|
16611
16619
|
|
|
16612
16620
|
.k-menu-group-lg .k-menu-link {
|
|
16613
16621
|
padding: 10px 16px;
|
|
16614
|
-
padding-inline-end:
|
|
16622
|
+
padding-inline-end: 48px;
|
|
16615
16623
|
}
|
|
16616
16624
|
|
|
16617
16625
|
.k-menu-group-lg .k-menu-expand-arrow {
|
|
16618
16626
|
margin-inline-start: 16px;
|
|
16619
|
-
margin-inline-end:
|
|
16627
|
+
margin-inline-end: -40px;
|
|
16620
16628
|
}
|
|
16621
16629
|
|
|
16622
16630
|
.k-popups-wrapper {
|
|
@@ -16716,13 +16724,13 @@ textarea.k-input-inner {
|
|
|
16716
16724
|
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
16717
16725
|
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16718
16726
|
padding-right: 16px;
|
|
16719
|
-
padding-left:
|
|
16727
|
+
padding-left: 48px;
|
|
16720
16728
|
}
|
|
16721
16729
|
|
|
16722
16730
|
.k-rtl .k-menu-group .k-menu-link,
|
|
16723
16731
|
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
16724
16732
|
padding-right: 16px;
|
|
16725
|
-
padding-left:
|
|
16733
|
+
padding-left: 48px;
|
|
16726
16734
|
}
|
|
16727
16735
|
|
|
16728
16736
|
.k-menu:not(.k-context-menu) > .k-menu-item {
|
|
@@ -16734,11 +16742,11 @@ textarea.k-input-inner {
|
|
|
16734
16742
|
}
|
|
16735
16743
|
|
|
16736
16744
|
.k-menu-scroll-wrapper.horizontal .k-menu-scroll-button {
|
|
16737
|
-
width: calc(
|
|
16745
|
+
width: calc(2em + 4px);
|
|
16738
16746
|
}
|
|
16739
16747
|
|
|
16740
16748
|
.k-menu-scroll-wrapper.vertical .k-menu-scroll-button {
|
|
16741
|
-
height: calc(
|
|
16749
|
+
height: calc(2em + 4px);
|
|
16742
16750
|
}
|
|
16743
16751
|
|
|
16744
16752
|
.k-menu:not(.k-context-menu) {
|
|
@@ -16845,7 +16853,7 @@ textarea.k-input-inner {
|
|
|
16845
16853
|
|
|
16846
16854
|
.k-toolbar::before {
|
|
16847
16855
|
content: "";
|
|
16848
|
-
height: calc(
|
|
16856
|
+
height: calc(1.4285714286em + 18px);
|
|
16849
16857
|
margin-inline-start: -8px;
|
|
16850
16858
|
}
|
|
16851
16859
|
|
|
@@ -16913,6 +16921,11 @@ textarea.k-input-inner {
|
|
|
16913
16921
|
align-items: center;
|
|
16914
16922
|
}
|
|
16915
16923
|
|
|
16924
|
+
.k-toolbar .k-toolbar-item:focus {
|
|
16925
|
+
text-decoration: none;
|
|
16926
|
+
outline: 0;
|
|
16927
|
+
}
|
|
16928
|
+
|
|
16916
16929
|
.k-toolbar-group {
|
|
16917
16930
|
display: flex;
|
|
16918
16931
|
flex-direction: inherit;
|
|
@@ -17372,7 +17385,7 @@ kendo-label > .k-label {
|
|
|
17372
17385
|
}
|
|
17373
17386
|
|
|
17374
17387
|
.k-form-horizontal .k-form-field-wrap {
|
|
17375
|
-
max-width: calc(
|
|
17388
|
+
max-width: calc(75% - 10px);
|
|
17376
17389
|
flex: 1 1 auto;
|
|
17377
17390
|
}
|
|
17378
17391
|
|
|
@@ -17439,7 +17452,7 @@ kendo-label > .k-label {
|
|
|
17439
17452
|
width: 25%;
|
|
17440
17453
|
text-align: right;
|
|
17441
17454
|
line-height: 2;
|
|
17442
|
-
padding:
|
|
17455
|
+
padding: 5px 0;
|
|
17443
17456
|
padding-right: 24px;
|
|
17444
17457
|
align-self: center;
|
|
17445
17458
|
}
|
|
@@ -17488,7 +17501,7 @@ kendo-label > .k-label {
|
|
|
17488
17501
|
|
|
17489
17502
|
.k-edit-label {
|
|
17490
17503
|
margin: 0 0 1em 0;
|
|
17491
|
-
padding:
|
|
17504
|
+
padding: 9px 0;
|
|
17492
17505
|
width: 30%;
|
|
17493
17506
|
line-height: 2;
|
|
17494
17507
|
text-align: right;
|
|
@@ -17505,7 +17518,7 @@ kendo-label > .k-label {
|
|
|
17505
17518
|
}
|
|
17506
17519
|
|
|
17507
17520
|
.k-edit-field.k-no-editor {
|
|
17508
|
-
padding:
|
|
17521
|
+
padding: 9px 0;
|
|
17509
17522
|
}
|
|
17510
17523
|
|
|
17511
17524
|
.k-edit-field > .k-widget {
|
|
@@ -17761,7 +17774,7 @@ kendo-label > .k-label {
|
|
|
17761
17774
|
}
|
|
17762
17775
|
|
|
17763
17776
|
.k-validator-tooltip {
|
|
17764
|
-
margin-top:
|
|
17777
|
+
margin-top: 6px;
|
|
17765
17778
|
width: auto;
|
|
17766
17779
|
white-space: normal;
|
|
17767
17780
|
display: flex;
|
|
@@ -18052,13 +18065,13 @@ kendo-label > .k-label {
|
|
|
18052
18065
|
.k-progressbar-horizontal > .k-state-selected,
|
|
18053
18066
|
.k-progressbar-horizontal > .k-selected {
|
|
18054
18067
|
width: 0;
|
|
18055
|
-
width: calc(
|
|
18068
|
+
width: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
18056
18069
|
flex-direction: row;
|
|
18057
18070
|
}
|
|
18058
18071
|
|
|
18059
18072
|
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
18060
18073
|
.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
18061
|
-
width: calc(
|
|
18074
|
+
width: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
|
|
18062
18075
|
}
|
|
18063
18076
|
|
|
18064
18077
|
.k-progressbar-horizontal > ul {
|
|
@@ -18089,13 +18102,14 @@ kendo-label > .k-label {
|
|
|
18089
18102
|
}
|
|
18090
18103
|
|
|
18091
18104
|
.k-progressbar-vertical .k-progress-status {
|
|
18092
|
-
writing-mode:
|
|
18105
|
+
-ms-writing-mode: tb-lr;
|
|
18106
|
+
writing-mode: vertical-lr;
|
|
18093
18107
|
}
|
|
18094
18108
|
|
|
18095
18109
|
.k-progressbar-vertical > .k-state-selected,
|
|
18096
18110
|
.k-progressbar-vertical > .k-selected {
|
|
18097
18111
|
height: 0;
|
|
18098
|
-
height: calc(
|
|
18112
|
+
height: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
18099
18113
|
flex-direction: column-reverse;
|
|
18100
18114
|
align-self: flex-end;
|
|
18101
18115
|
align-items: flex-end;
|
|
@@ -18103,7 +18117,7 @@ kendo-label > .k-label {
|
|
|
18103
18117
|
|
|
18104
18118
|
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
|
|
18105
18119
|
.k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
|
|
18106
|
-
height: calc(
|
|
18120
|
+
height: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
|
|
18107
18121
|
}
|
|
18108
18122
|
|
|
18109
18123
|
.k-progressbar-vertical > ul {
|
|
@@ -18717,7 +18731,7 @@ kendo-label > .k-label {
|
|
|
18717
18731
|
.k-slider {
|
|
18718
18732
|
width: min-content;
|
|
18719
18733
|
height: min-content;
|
|
18720
|
-
gap:
|
|
18734
|
+
gap: 7px;
|
|
18721
18735
|
}
|
|
18722
18736
|
|
|
18723
18737
|
.k-slider .k-button {
|
|
@@ -18740,7 +18754,9 @@ kendo-label > .k-label {
|
|
|
18740
18754
|
display: flex;
|
|
18741
18755
|
flex-flow: inherit;
|
|
18742
18756
|
justify-content: space-between;
|
|
18743
|
-
user-select: none;
|
|
18757
|
+
-webkit-user-select: none;
|
|
18758
|
+
-ms-user-select: none;
|
|
18759
|
+
user-select: none;
|
|
18744
18760
|
}
|
|
18745
18761
|
|
|
18746
18762
|
.k-slider .k-slider-track-wrap .k-tick {
|
|
@@ -18780,31 +18796,31 @@ kendo-label > .k-label {
|
|
|
18780
18796
|
}
|
|
18781
18797
|
|
|
18782
18798
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
18783
|
-
width: calc(
|
|
18784
|
-
left: calc(
|
|
18799
|
+
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
18800
|
+
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
18785
18801
|
}
|
|
18786
18802
|
|
|
18787
18803
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
18788
|
-
left: calc(
|
|
18804
|
+
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
18789
18805
|
}
|
|
18790
18806
|
|
|
18791
18807
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
18792
|
-
left: calc(
|
|
18808
|
+
left: calc(var(--kendo-slider-end, 0)*1%);
|
|
18793
18809
|
}
|
|
18794
18810
|
|
|
18795
18811
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
18796
18812
|
left: unset;
|
|
18797
|
-
right: calc(
|
|
18813
|
+
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
18798
18814
|
}
|
|
18799
18815
|
|
|
18800
18816
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
18801
18817
|
left: unset;
|
|
18802
|
-
right: calc(
|
|
18818
|
+
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
18803
18819
|
}
|
|
18804
18820
|
|
|
18805
18821
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
18806
18822
|
left: unset;
|
|
18807
|
-
right: calc(
|
|
18823
|
+
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
18808
18824
|
}
|
|
18809
18825
|
|
|
18810
18826
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
@@ -18835,16 +18851,16 @@ kendo-label > .k-label {
|
|
|
18835
18851
|
}
|
|
18836
18852
|
|
|
18837
18853
|
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
|
|
18838
|
-
bottom: calc(
|
|
18839
|
-
height: calc(
|
|
18854
|
+
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
18855
|
+
height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
18840
18856
|
}
|
|
18841
18857
|
|
|
18842
18858
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
|
|
18843
|
-
bottom: calc(
|
|
18859
|
+
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
18844
18860
|
}
|
|
18845
18861
|
|
|
18846
18862
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
|
|
18847
|
-
bottom: calc(
|
|
18863
|
+
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
18848
18864
|
}
|
|
18849
18865
|
|
|
18850
18866
|
.k-slider-vertical {
|
|
@@ -19072,12 +19088,12 @@ kendo-label > .k-label {
|
|
|
19072
19088
|
left: auto;
|
|
19073
19089
|
}
|
|
19074
19090
|
|
|
19075
|
-
.k-rtl .k-slider-horizontal .k-button .k-
|
|
19076
|
-
.k-rtl .k-slider-horizontal .k-button .k-
|
|
19077
|
-
.k-slider-horizontal.k-rtl .k-button .k-
|
|
19078
|
-
[dir="rtl"] .k-slider-horizontal .k-button .k-
|
|
19079
|
-
[dir="rtl"] .k-slider-horizontal .k-button .k-
|
|
19080
|
-
.k-slider-horizontal[dir="rtl"] .k-button .k-
|
|
19091
|
+
.k-rtl .k-slider-horizontal .k-button-increase .k-icon,
|
|
19092
|
+
.k-rtl .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
|
|
19093
|
+
.k-slider-horizontal.k-rtl .k-button-decrease .k-icon,
|
|
19094
|
+
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-icon,
|
|
19095
|
+
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
|
|
19096
|
+
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon {
|
|
19081
19097
|
transform: scaleX(-1);
|
|
19082
19098
|
}
|
|
19083
19099
|
|
|
@@ -19163,13 +19179,13 @@ kendo-label > .k-label {
|
|
|
19163
19179
|
}
|
|
19164
19180
|
|
|
19165
19181
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
19166
|
-
padding-left:
|
|
19167
|
-
padding-right:
|
|
19182
|
+
padding-left: 7px;
|
|
19183
|
+
padding-right: 7px;
|
|
19168
19184
|
}
|
|
19169
19185
|
|
|
19170
19186
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
19171
|
-
padding-top:
|
|
19172
|
-
padding-bottom:
|
|
19187
|
+
padding-top: 7px;
|
|
19188
|
+
padding-bottom: 7px;
|
|
19173
19189
|
}
|
|
19174
19190
|
|
|
19175
19191
|
.k-slider .k-tick {
|
|
@@ -19296,7 +19312,9 @@ kendo-label > .k-label {
|
|
|
19296
19312
|
overflow: hidden;
|
|
19297
19313
|
display: inline-flex;
|
|
19298
19314
|
flex-flow: column nowrap;
|
|
19299
|
-
user-select: none;
|
|
19315
|
+
-webkit-user-select: none;
|
|
19316
|
+
-ms-user-select: none;
|
|
19317
|
+
user-select: none;
|
|
19300
19318
|
-webkit-touch-callout: none;
|
|
19301
19319
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19302
19320
|
}
|
|
@@ -20004,7 +20022,9 @@ kendo-label > .k-label {
|
|
|
20004
20022
|
overflow: hidden;
|
|
20005
20023
|
display: flex;
|
|
20006
20024
|
flex-flow: column nowrap;
|
|
20007
|
-
user-select: none;
|
|
20025
|
+
-webkit-user-select: none;
|
|
20026
|
+
-ms-user-select: none;
|
|
20027
|
+
user-select: none;
|
|
20008
20028
|
-webkit-touch-callout: none;
|
|
20009
20029
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
20010
20030
|
}
|
|
@@ -20048,12 +20068,12 @@ kendo-label > .k-label {
|
|
|
20048
20068
|
.k-time-highlight,
|
|
20049
20069
|
.k-time-list-highlight {
|
|
20050
20070
|
width: 100%;
|
|
20051
|
-
height:
|
|
20071
|
+
height: 36px;
|
|
20052
20072
|
border-width: 1px 0px;
|
|
20053
20073
|
border-style: solid;
|
|
20054
20074
|
box-sizing: border-box;
|
|
20055
20075
|
position: absolute;
|
|
20056
|
-
top: calc(
|
|
20076
|
+
top: calc(50% + 9px);
|
|
20057
20077
|
left: 0;
|
|
20058
20078
|
right: 0;
|
|
20059
20079
|
transform: translateY(-50%);
|
|
@@ -20089,7 +20109,7 @@ kendo-label > .k-label {
|
|
|
20089
20109
|
width: 100%;
|
|
20090
20110
|
left: 0;
|
|
20091
20111
|
pointer-events: none;
|
|
20092
|
-
height: calc(
|
|
20112
|
+
height: calc(50% - 18px);
|
|
20093
20113
|
box-sizing: border-box;
|
|
20094
20114
|
border-width: 0;
|
|
20095
20115
|
border-style: solid;
|
|
@@ -20179,14 +20199,14 @@ kendo-label > .k-label {
|
|
|
20179
20199
|
|
|
20180
20200
|
.k-time-separator {
|
|
20181
20201
|
width: 0;
|
|
20182
|
-
height:
|
|
20202
|
+
height: 36px;
|
|
20183
20203
|
align-self: center;
|
|
20184
20204
|
display: inline-flex;
|
|
20185
20205
|
justify-content: center;
|
|
20186
20206
|
align-items: center;
|
|
20187
20207
|
position: relative;
|
|
20188
20208
|
z-index: 11;
|
|
20189
|
-
top:
|
|
20209
|
+
top: 9px;
|
|
20190
20210
|
}
|
|
20191
20211
|
|
|
20192
20212
|
.k-timeselector-sm {
|
|
@@ -20196,11 +20216,11 @@ kendo-label > .k-label {
|
|
|
20196
20216
|
|
|
20197
20217
|
.k-timeselector-sm .k-time-highlight,
|
|
20198
20218
|
.k-timeselector-sm .k-time-list-highlight {
|
|
20199
|
-
height:
|
|
20219
|
+
height: 32px;
|
|
20200
20220
|
}
|
|
20201
20221
|
|
|
20202
20222
|
.k-timeselector-sm .k-time-separator {
|
|
20203
|
-
height:
|
|
20223
|
+
height: 32px;
|
|
20204
20224
|
}
|
|
20205
20225
|
|
|
20206
20226
|
.k-timeselector-sm .k-time-list-item,
|
|
@@ -20215,11 +20235,11 @@ kendo-label > .k-label {
|
|
|
20215
20235
|
|
|
20216
20236
|
.k-timeselector-md .k-time-highlight,
|
|
20217
20237
|
.k-timeselector-md .k-time-list-highlight {
|
|
20218
|
-
height:
|
|
20238
|
+
height: 36px;
|
|
20219
20239
|
}
|
|
20220
20240
|
|
|
20221
20241
|
.k-timeselector-md .k-time-separator {
|
|
20222
|
-
height:
|
|
20242
|
+
height: 36px;
|
|
20223
20243
|
}
|
|
20224
20244
|
|
|
20225
20245
|
.k-timeselector-md .k-time-list-item,
|
|
@@ -20234,11 +20254,11 @@ kendo-label > .k-label {
|
|
|
20234
20254
|
|
|
20235
20255
|
.k-timeselector-lg .k-time-highlight,
|
|
20236
20256
|
.k-timeselector-lg .k-time-list-highlight {
|
|
20237
|
-
height:
|
|
20257
|
+
height: 40px;
|
|
20238
20258
|
}
|
|
20239
20259
|
|
|
20240
20260
|
.k-timeselector-lg .k-time-separator {
|
|
20241
|
-
height:
|
|
20261
|
+
height: 40px;
|
|
20242
20262
|
}
|
|
20243
20263
|
|
|
20244
20264
|
.k-timeselector-lg .k-time-list-item,
|
|
@@ -20442,7 +20462,9 @@ kendo-label > .k-label {
|
|
|
20442
20462
|
border-radius: 4px;
|
|
20443
20463
|
position: relative;
|
|
20444
20464
|
flex: 1 1 auto;
|
|
20445
|
-
user-select: none;
|
|
20465
|
+
-webkit-user-select: none;
|
|
20466
|
+
-ms-user-select: none;
|
|
20467
|
+
user-select: none;
|
|
20446
20468
|
-ms-touch-action: pinch-zoom double-tap-zoom;
|
|
20447
20469
|
}
|
|
20448
20470
|
|
|
@@ -20570,7 +20592,7 @@ kendo-label > .k-label {
|
|
|
20570
20592
|
vertical-align: middle;
|
|
20571
20593
|
}
|
|
20572
20594
|
|
|
20573
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-
|
|
20595
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon {
|
|
20574
20596
|
margin-left: -13px;
|
|
20575
20597
|
}
|
|
20576
20598
|
|
|
@@ -20689,7 +20711,7 @@ kendo-label > .k-label {
|
|
|
20689
20711
|
}
|
|
20690
20712
|
|
|
20691
20713
|
.k-coloreditor-views {
|
|
20692
|
-
min-width: calc(
|
|
20714
|
+
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
20693
20715
|
padding: 12px 12px;
|
|
20694
20716
|
gap: 12px;
|
|
20695
20717
|
}
|
|
@@ -20738,7 +20760,7 @@ kendo-label > .k-label {
|
|
|
20738
20760
|
}
|
|
20739
20761
|
|
|
20740
20762
|
.k-datetime-wrap {
|
|
20741
|
-
width:
|
|
20763
|
+
width: 320px;
|
|
20742
20764
|
overflow: hidden;
|
|
20743
20765
|
}
|
|
20744
20766
|
|
|
@@ -20755,7 +20777,7 @@ kendo-label > .k-label {
|
|
|
20755
20777
|
.k-datetime-calendar-wrap,
|
|
20756
20778
|
.k-datetime-time-wrap {
|
|
20757
20779
|
text-align: center;
|
|
20758
|
-
flex: 0 0
|
|
20780
|
+
flex: 0 0 320px;
|
|
20759
20781
|
}
|
|
20760
20782
|
|
|
20761
20783
|
.k-date-tab .k-datetime-selector {
|
|
@@ -21175,7 +21197,9 @@ kendo-label > .k-label {
|
|
|
21175
21197
|
line-height: 1;
|
|
21176
21198
|
position: relative;
|
|
21177
21199
|
cursor: pointer;
|
|
21178
|
-
user-select: none;
|
|
21200
|
+
-webkit-user-select: none;
|
|
21201
|
+
-ms-user-select: none;
|
|
21202
|
+
user-select: none;
|
|
21179
21203
|
-webkit-touch-callout: none;
|
|
21180
21204
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
21181
21205
|
}
|
|
@@ -21255,11 +21279,11 @@ kendo-label > .k-label {
|
|
|
21255
21279
|
}
|
|
21256
21280
|
|
|
21257
21281
|
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
21258
|
-
left: calc(
|
|
21282
|
+
left: calc(100% - 6px);
|
|
21259
21283
|
}
|
|
21260
21284
|
|
|
21261
21285
|
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
21262
|
-
left:
|
|
21286
|
+
left: 6px;
|
|
21263
21287
|
}
|
|
21264
21288
|
|
|
21265
21289
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
@@ -21279,13 +21303,13 @@ kendo-label > .k-label {
|
|
|
21279
21303
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
21280
21304
|
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
21281
21305
|
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
21282
|
-
left:
|
|
21306
|
+
left: 6px;
|
|
21283
21307
|
}
|
|
21284
21308
|
|
|
21285
21309
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
21286
21310
|
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
21287
21311
|
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
21288
|
-
left: calc(
|
|
21312
|
+
left: calc(100% - 6px);
|
|
21289
21313
|
}
|
|
21290
21314
|
|
|
21291
21315
|
.k-switch-md {
|
|
@@ -21312,11 +21336,11 @@ kendo-label > .k-label {
|
|
|
21312
21336
|
}
|
|
21313
21337
|
|
|
21314
21338
|
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
21315
|
-
left: calc(
|
|
21339
|
+
left: calc(100% - 7px);
|
|
21316
21340
|
}
|
|
21317
21341
|
|
|
21318
21342
|
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
21319
|
-
left:
|
|
21343
|
+
left: 7px;
|
|
21320
21344
|
}
|
|
21321
21345
|
|
|
21322
21346
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
@@ -21336,13 +21360,13 @@ kendo-label > .k-label {
|
|
|
21336
21360
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
21337
21361
|
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
21338
21362
|
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
21339
|
-
left:
|
|
21363
|
+
left: 7px;
|
|
21340
21364
|
}
|
|
21341
21365
|
|
|
21342
21366
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
21343
21367
|
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
21344
21368
|
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
21345
|
-
left: calc(
|
|
21369
|
+
left: calc(100% - 7px);
|
|
21346
21370
|
}
|
|
21347
21371
|
|
|
21348
21372
|
.k-switch-lg {
|
|
@@ -21369,11 +21393,11 @@ kendo-label > .k-label {
|
|
|
21369
21393
|
}
|
|
21370
21394
|
|
|
21371
21395
|
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
21372
|
-
left: calc(
|
|
21396
|
+
left: calc(100% - 8px);
|
|
21373
21397
|
}
|
|
21374
21398
|
|
|
21375
21399
|
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
21376
|
-
left:
|
|
21400
|
+
left: 8px;
|
|
21377
21401
|
}
|
|
21378
21402
|
|
|
21379
21403
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
@@ -21393,13 +21417,13 @@ kendo-label > .k-label {
|
|
|
21393
21417
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
21394
21418
|
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
21395
21419
|
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
21396
|
-
left:
|
|
21420
|
+
left: 8px;
|
|
21397
21421
|
}
|
|
21398
21422
|
|
|
21399
21423
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
21400
21424
|
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
21401
21425
|
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
21402
|
-
left: calc(
|
|
21426
|
+
left: calc(100% - 8px);
|
|
21403
21427
|
}
|
|
21404
21428
|
|
|
21405
21429
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
@@ -21622,7 +21646,7 @@ kendo-label > .k-label {
|
|
|
21622
21646
|
}
|
|
21623
21647
|
|
|
21624
21648
|
.k-upload .k-upload-files .k-file {
|
|
21625
|
-
padding: 16px 16px
|
|
21649
|
+
padding: 16px 16px 18px;
|
|
21626
21650
|
border-width: 0 0 1px;
|
|
21627
21651
|
border-style: solid;
|
|
21628
21652
|
outline: none;
|
|
@@ -21732,7 +21756,7 @@ kendo-label > .k-label {
|
|
|
21732
21756
|
|
|
21733
21757
|
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
21734
21758
|
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
21735
|
-
margin-left: calc(
|
|
21759
|
+
margin-left: calc(24px + 1em);
|
|
21736
21760
|
min-height: 38px;
|
|
21737
21761
|
display: block;
|
|
21738
21762
|
overflow: hidden;
|
|
@@ -21740,7 +21764,7 @@ kendo-label > .k-label {
|
|
|
21740
21764
|
|
|
21741
21765
|
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
21742
21766
|
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
|
|
21743
|
-
margin-left: calc(
|
|
21767
|
+
margin-left: calc(24px + 1em);
|
|
21744
21768
|
}
|
|
21745
21769
|
|
|
21746
21770
|
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
@@ -21858,7 +21882,7 @@ kendo-label > .k-label {
|
|
|
21858
21882
|
height: 2px;
|
|
21859
21883
|
position: absolute;
|
|
21860
21884
|
bottom: 8px;
|
|
21861
|
-
width: calc(100% -
|
|
21885
|
+
width: calc(100% - 32px);
|
|
21862
21886
|
}
|
|
21863
21887
|
|
|
21864
21888
|
.k-upload .k-progressbar .k-progress {
|
|
@@ -23043,7 +23067,7 @@ kendo-label > .k-label {
|
|
|
23043
23067
|
|
|
23044
23068
|
.k-window-actions {
|
|
23045
23069
|
margin: -5em 0;
|
|
23046
|
-
margin-inline-end:
|
|
23070
|
+
margin-inline-end: -8px;
|
|
23047
23071
|
line-height: 1;
|
|
23048
23072
|
display: flex;
|
|
23049
23073
|
flex-flow: row nowrap;
|
|
@@ -23402,7 +23426,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
23402
23426
|
}
|
|
23403
23427
|
|
|
23404
23428
|
.k-drawer-mini .k-drawer-wrapper {
|
|
23405
|
-
width:
|
|
23429
|
+
width: 48px;
|
|
23406
23430
|
}
|
|
23407
23431
|
|
|
23408
23432
|
.k-rtl.k-drawer-mini .k-drawer-start,
|
|
@@ -23577,7 +23601,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
23577
23601
|
flex: none;
|
|
23578
23602
|
}
|
|
23579
23603
|
|
|
23580
|
-
.k-notification-wrap > .k-i-close
|
|
23604
|
+
.k-notification-wrap > .k-i-close,
|
|
23605
|
+
.k-notification-wrap > .k-i-x {
|
|
23581
23606
|
margin-right: 0;
|
|
23582
23607
|
margin-left: 8px;
|
|
23583
23608
|
flex: none;
|
|
@@ -23595,7 +23620,9 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
23595
23620
|
}
|
|
23596
23621
|
|
|
23597
23622
|
.k-rtl .k-notification .k-notification-wrap > .k-i-close,
|
|
23598
|
-
|
|
23623
|
+
.k-rtl .k-notification .k-notification-wrap > .k-i-x,
|
|
23624
|
+
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-close,
|
|
23625
|
+
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-x {
|
|
23599
23626
|
margin-left: 0;
|
|
23600
23627
|
margin-right: 8px;
|
|
23601
23628
|
}
|
|
@@ -23606,7 +23633,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
23606
23633
|
background-color: white;
|
|
23607
23634
|
}
|
|
23608
23635
|
|
|
23609
|
-
.k-notification-wrap > .k-i-close
|
|
23636
|
+
.k-notification-wrap > .k-i-close,
|
|
23637
|
+
.k-notification-wrap > .k-i-x {
|
|
23610
23638
|
color: inherit;
|
|
23611
23639
|
}
|
|
23612
23640
|
|
|
@@ -23706,10 +23734,11 @@ kendo-card-footer {
|
|
|
23706
23734
|
}
|
|
23707
23735
|
|
|
23708
23736
|
.k-card > .k-card-inner {
|
|
23709
|
-
border-radius:
|
|
23737
|
+
border-radius: 4px;
|
|
23710
23738
|
display: flex;
|
|
23711
23739
|
flex-direction: inherit;
|
|
23712
23740
|
overflow: hidden;
|
|
23741
|
+
position: relative;
|
|
23713
23742
|
}
|
|
23714
23743
|
|
|
23715
23744
|
.k-card-horizontal {
|
|
@@ -23975,7 +24004,7 @@ kendo-card-footer {
|
|
|
23975
24004
|
margin: 0;
|
|
23976
24005
|
width: 20px;
|
|
23977
24006
|
height: 20px;
|
|
23978
|
-
border-width: 0px
|
|
24007
|
+
border-width: 0px;
|
|
23979
24008
|
border-style: solid;
|
|
23980
24009
|
box-sizing: border-box;
|
|
23981
24010
|
position: absolute;
|
|
@@ -23984,25 +24013,25 @@ kendo-card-footer {
|
|
|
23984
24013
|
.k-card-callout.k-callout-n {
|
|
23985
24014
|
top: 0;
|
|
23986
24015
|
left: 50%;
|
|
23987
|
-
transform: translate(-50%, -50%) rotate(
|
|
24016
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
23988
24017
|
}
|
|
23989
24018
|
|
|
23990
24019
|
.k-card-callout.k-callout-e {
|
|
23991
24020
|
top: 50%;
|
|
23992
24021
|
right: 0;
|
|
23993
|
-
transform: translate(50%, -50%) rotate(
|
|
24022
|
+
transform: translate(50%, -50%) rotate(-45deg);
|
|
23994
24023
|
}
|
|
23995
24024
|
|
|
23996
24025
|
.k-card-callout.k-callout-s {
|
|
23997
24026
|
bottom: 0;
|
|
23998
24027
|
left: 50%;
|
|
23999
|
-
transform: translate(-50%, 50%) rotate(
|
|
24028
|
+
transform: translate(-50%, 50%) rotate(45deg);
|
|
24000
24029
|
}
|
|
24001
24030
|
|
|
24002
24031
|
.k-card-callout.k-callout-w {
|
|
24003
24032
|
top: 50%;
|
|
24004
24033
|
left: 0;
|
|
24005
|
-
transform: translate(-50%, -50%) rotate(
|
|
24034
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
24006
24035
|
}
|
|
24007
24036
|
|
|
24008
24037
|
.k-card-solid {
|
|
@@ -24024,6 +24053,11 @@ kendo-card-footer {
|
|
|
24024
24053
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
24025
24054
|
}
|
|
24026
24055
|
|
|
24056
|
+
.k-card .k-card-inner {
|
|
24057
|
+
background-color: inherit;
|
|
24058
|
+
border-color: inherit;
|
|
24059
|
+
}
|
|
24060
|
+
|
|
24027
24061
|
.k-card:focus, .k-card.k-focus, .k-card.k-state-focus {
|
|
24028
24062
|
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
24029
24063
|
}
|
|
@@ -24158,24 +24192,9 @@ kendo-card-footer {
|
|
|
24158
24192
|
}
|
|
24159
24193
|
|
|
24160
24194
|
.k-card-callout {
|
|
24161
|
-
border-color:
|
|
24162
|
-
background-color:
|
|
24163
|
-
|
|
24164
|
-
|
|
24165
|
-
.k-card-callout.k-callout-n {
|
|
24166
|
-
box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.04);
|
|
24167
|
-
}
|
|
24168
|
-
|
|
24169
|
-
.k-card-callout.k-callout-e {
|
|
24170
|
-
box-shadow: -1px -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -2px 2px -2px rgba(0, 0, 0, 0.14), 1px -2px 2px -1px rgba(0, 0, 0, 0.12);
|
|
24171
|
-
}
|
|
24172
|
-
|
|
24173
|
-
.k-card-callout.k-callout-s {
|
|
24174
|
-
box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.2), 0 -2px 2px -3px rgba(0, 0, 0, 0.14), 1px -2px 2px -1px rgba(0, 0, 0, 0.12);
|
|
24175
|
-
}
|
|
24176
|
-
|
|
24177
|
-
.k-card-callout.k-callout-w {
|
|
24178
|
-
box-shadow: -1px -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -2px 2px -2px rgba(0, 0, 0, 0.14), 1px -2px 2px -1px rgba(0, 0, 0, 0.12);
|
|
24195
|
+
border-color: inherit;
|
|
24196
|
+
background-color: inherit;
|
|
24197
|
+
box-shadow: inherit;
|
|
24179
24198
|
}
|
|
24180
24199
|
|
|
24181
24200
|
.k-popover {
|
|
@@ -24201,6 +24220,11 @@ kendo-card-footer {
|
|
|
24201
24220
|
box-sizing: border-box;
|
|
24202
24221
|
}
|
|
24203
24222
|
|
|
24223
|
+
.k-popover-inner {
|
|
24224
|
+
position: relative;
|
|
24225
|
+
border-radius: inherit;
|
|
24226
|
+
}
|
|
24227
|
+
|
|
24204
24228
|
.k-popover-header {
|
|
24205
24229
|
border-top-left-radius: 4px;
|
|
24206
24230
|
border-top-right-radius: 4px;
|
|
@@ -24221,7 +24245,7 @@ kendo-card-footer {
|
|
|
24221
24245
|
margin: 0;
|
|
24222
24246
|
width: 20px;
|
|
24223
24247
|
height: 20px;
|
|
24224
|
-
border-width: 1px
|
|
24248
|
+
border-width: 1px;
|
|
24225
24249
|
border-style: solid;
|
|
24226
24250
|
position: absolute;
|
|
24227
24251
|
}
|
|
@@ -24229,25 +24253,25 @@ kendo-card-footer {
|
|
|
24229
24253
|
.k-popover-callout.k-callout-n {
|
|
24230
24254
|
top: 0;
|
|
24231
24255
|
left: 50%;
|
|
24232
|
-
transform: translate(-50%, -50%) rotate(
|
|
24256
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
24233
24257
|
}
|
|
24234
24258
|
|
|
24235
24259
|
.k-popover-callout.k-callout-e {
|
|
24236
24260
|
top: 50%;
|
|
24237
24261
|
right: 0;
|
|
24238
|
-
transform: translate(50%, -50%) rotate(
|
|
24262
|
+
transform: translate(50%, -50%) rotate(-45deg);
|
|
24239
24263
|
}
|
|
24240
24264
|
|
|
24241
24265
|
.k-popover-callout.k-callout-s {
|
|
24242
24266
|
bottom: 0;
|
|
24243
24267
|
left: 50%;
|
|
24244
|
-
transform: translate(-50%, 50%) rotate(
|
|
24268
|
+
transform: translate(-50%, 50%) rotate(45deg);
|
|
24245
24269
|
}
|
|
24246
24270
|
|
|
24247
24271
|
.k-popover-callout.k-callout-w {
|
|
24248
24272
|
top: 50%;
|
|
24249
24273
|
left: 0;
|
|
24250
|
-
transform: translate(-50%, -50%) rotate(
|
|
24274
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
24251
24275
|
}
|
|
24252
24276
|
|
|
24253
24277
|
.k-popover {
|
|
@@ -24257,29 +24281,19 @@ kendo-card-footer {
|
|
|
24257
24281
|
background-color: white;
|
|
24258
24282
|
}
|
|
24259
24283
|
|
|
24260
|
-
.k-popover-
|
|
24261
|
-
|
|
24284
|
+
.k-popover-inner {
|
|
24285
|
+
background-color: inherit;
|
|
24286
|
+
border-color: inherit;
|
|
24262
24287
|
}
|
|
24263
24288
|
|
|
24264
|
-
.k-popover-
|
|
24289
|
+
.k-popover-header {
|
|
24265
24290
|
border-color: rgba(0, 0, 0, 0.12);
|
|
24266
|
-
background-color: white;
|
|
24267
|
-
}
|
|
24268
|
-
|
|
24269
|
-
.k-popover-callout.k-callout-n {
|
|
24270
|
-
box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.04);
|
|
24271
|
-
}
|
|
24272
|
-
|
|
24273
|
-
.k-popover-callout.k-callout-e {
|
|
24274
|
-
box-shadow: -1px -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -2px 2px -2px rgba(0, 0, 0, 0.14), 1px -2px 2px -1px rgba(0, 0, 0, 0.12);
|
|
24275
24291
|
}
|
|
24276
24292
|
|
|
24277
|
-
.k-popover-callout
|
|
24278
|
-
|
|
24279
|
-
|
|
24280
|
-
|
|
24281
|
-
.k-popover-callout.k-callout-w {
|
|
24282
|
-
box-shadow: -1px -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -2px 2px -2px rgba(0, 0, 0, 0.14), 1px -2px 2px -1px rgba(0, 0, 0, 0.12);
|
|
24293
|
+
.k-popover-callout {
|
|
24294
|
+
border-color: inherit;
|
|
24295
|
+
background-color: inherit;
|
|
24296
|
+
box-shadow: inherit;
|
|
24283
24297
|
}
|
|
24284
24298
|
|
|
24285
24299
|
.k-rpanel-left,
|
|
@@ -24364,7 +24378,7 @@ kendo-card-footer {
|
|
|
24364
24378
|
.k-bottom-nav-item {
|
|
24365
24379
|
padding: 0 8px;
|
|
24366
24380
|
min-width: 72px;
|
|
24367
|
-
min-height:
|
|
24381
|
+
min-height: 56px;
|
|
24368
24382
|
border-width: 0;
|
|
24369
24383
|
box-sizing: border-box;
|
|
24370
24384
|
font: inherit;
|
|
@@ -24864,6 +24878,10 @@ kendo-card-footer {
|
|
|
24864
24878
|
z-index: 3;
|
|
24865
24879
|
}
|
|
24866
24880
|
|
|
24881
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-to-left,
|
|
24882
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-to-right,
|
|
24883
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-left,
|
|
24884
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-right,
|
|
24867
24885
|
.k-rtl .k-pager-wrap .k-i-arrow-end-left,
|
|
24868
24886
|
.k-rtl .k-pager-wrap .k-i-arrow-60-left,
|
|
24869
24887
|
.k-rtl .k-pager-wrap .k-i-arrow-60-right,
|
|
@@ -24871,7 +24889,11 @@ kendo-card-footer {
|
|
|
24871
24889
|
.k-rtl .k-pager-wrap .k-i-seek-w,
|
|
24872
24890
|
.k-rtl .k-pager-wrap .k-i-arrow-w,
|
|
24873
24891
|
.k-rtl .k-pager-wrap .k-i-arrow-e,
|
|
24874
|
-
.k-rtl .k-pager-wrap .k-i-seek-e, .k-pager-wrap[dir="rtl"] .k-i-
|
|
24892
|
+
.k-rtl .k-pager-wrap .k-i-seek-e, .k-pager-wrap[dir="rtl"] .k-i-caret-alt-to-left,
|
|
24893
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-to-right,
|
|
24894
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-left,
|
|
24895
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-right,
|
|
24896
|
+
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-left,
|
|
24875
24897
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,
|
|
24876
24898
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,
|
|
24877
24899
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,
|
|
@@ -24879,6 +24901,10 @@ kendo-card-footer {
|
|
|
24879
24901
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-w,
|
|
24880
24902
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-e,
|
|
24881
24903
|
.k-pager-wrap[dir="rtl"] .k-i-seek-e,
|
|
24904
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-to-left,
|
|
24905
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-to-right,
|
|
24906
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-left,
|
|
24907
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-right,
|
|
24882
24908
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,
|
|
24883
24909
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,
|
|
24884
24910
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,
|
|
@@ -24887,6 +24913,14 @@ kendo-card-footer {
|
|
|
24887
24913
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
|
|
24888
24914
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
|
|
24889
24915
|
[dir="rtl"] .k-pager-wrap .k-i-seek-e, .k-rtl
|
|
24916
|
+
.k-pager .k-i-caret-alt-to-left,
|
|
24917
|
+
.k-rtl
|
|
24918
|
+
.k-pager .k-i-caret-alt-to-right,
|
|
24919
|
+
.k-rtl
|
|
24920
|
+
.k-pager .k-i-caret-alt-left,
|
|
24921
|
+
.k-rtl
|
|
24922
|
+
.k-pager .k-i-caret-alt-right,
|
|
24923
|
+
.k-rtl
|
|
24890
24924
|
.k-pager .k-i-arrow-end-left,
|
|
24891
24925
|
.k-rtl
|
|
24892
24926
|
.k-pager .k-i-arrow-60-left,
|
|
@@ -24902,6 +24936,10 @@ kendo-card-footer {
|
|
|
24902
24936
|
.k-pager .k-i-arrow-e,
|
|
24903
24937
|
.k-rtl
|
|
24904
24938
|
.k-pager .k-i-seek-e,
|
|
24939
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-to-left,
|
|
24940
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-to-right,
|
|
24941
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-left,
|
|
24942
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-right,
|
|
24905
24943
|
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
24906
24944
|
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
24907
24945
|
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
@@ -24911,6 +24949,14 @@ kendo-card-footer {
|
|
|
24911
24949
|
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
24912
24950
|
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
24913
24951
|
[dir="rtl"]
|
|
24952
|
+
.k-pager .k-i-caret-alt-to-left,
|
|
24953
|
+
[dir="rtl"]
|
|
24954
|
+
.k-pager .k-i-caret-alt-to-right,
|
|
24955
|
+
[dir="rtl"]
|
|
24956
|
+
.k-pager .k-i-caret-alt-left,
|
|
24957
|
+
[dir="rtl"]
|
|
24958
|
+
.k-pager .k-i-caret-alt-right,
|
|
24959
|
+
[dir="rtl"]
|
|
24914
24960
|
.k-pager .k-i-arrow-end-left,
|
|
24915
24961
|
[dir="rtl"]
|
|
24916
24962
|
.k-pager .k-i-arrow-60-left,
|
|
@@ -24938,8 +24984,8 @@ kendo-card-footer {
|
|
|
24938
24984
|
}
|
|
24939
24985
|
|
|
24940
24986
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
24941
|
-
min-width: calc(
|
|
24942
|
-
height: calc(
|
|
24987
|
+
min-width: calc(1.4285714286em + 18px);
|
|
24988
|
+
height: calc(1.4285714286em + 18px);
|
|
24943
24989
|
color: inherit;
|
|
24944
24990
|
text-align: center;
|
|
24945
24991
|
display: inline-flex;
|
|
@@ -25081,7 +25127,7 @@ kendo-card-footer {
|
|
|
25081
25127
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
25082
25128
|
margin-left: 8px;
|
|
25083
25129
|
margin-right: 8px;
|
|
25084
|
-
height: calc(
|
|
25130
|
+
height: calc(1.4285714286em + 18px);
|
|
25085
25131
|
border-color: inherit;
|
|
25086
25132
|
}
|
|
25087
25133
|
|
|
@@ -25261,10 +25307,10 @@ kendo-card-footer {
|
|
|
25261
25307
|
pointer-events: none;
|
|
25262
25308
|
display: none;
|
|
25263
25309
|
position: absolute;
|
|
25264
|
-
top:
|
|
25265
|
-
right:
|
|
25266
|
-
bottom:
|
|
25267
|
-
left:
|
|
25310
|
+
top: -4px;
|
|
25311
|
+
right: -4px;
|
|
25312
|
+
bottom: -4px;
|
|
25313
|
+
left: -4px;
|
|
25268
25314
|
z-index: 2;
|
|
25269
25315
|
}
|
|
25270
25316
|
|
|
@@ -25290,7 +25336,7 @@ kendo-card-footer {
|
|
|
25290
25336
|
}
|
|
25291
25337
|
|
|
25292
25338
|
.k-stepper .k-step-label .k-step-text {
|
|
25293
|
-
max-width: calc(10em -
|
|
25339
|
+
max-width: calc(10em - 24px);
|
|
25294
25340
|
flex-grow: 1;
|
|
25295
25341
|
white-space: nowrap;
|
|
25296
25342
|
text-overflow: ellipsis;
|
|
@@ -25361,13 +25407,13 @@ kendo-card-footer {
|
|
|
25361
25407
|
}
|
|
25362
25408
|
|
|
25363
25409
|
.k-step-list-horizontal .k-step-indicator + .k-step-label {
|
|
25364
|
-
margin-top:
|
|
25410
|
+
margin-top: 5px;
|
|
25365
25411
|
}
|
|
25366
25412
|
|
|
25367
25413
|
.k-step-list-horizontal ~ .k-progressbar {
|
|
25368
25414
|
width: 100%;
|
|
25369
25415
|
height: 2px;
|
|
25370
|
-
top:
|
|
25416
|
+
top: 17px;
|
|
25371
25417
|
}
|
|
25372
25418
|
|
|
25373
25419
|
.k-step-list-vertical {
|
|
@@ -25375,7 +25421,7 @@ kendo-card-footer {
|
|
|
25375
25421
|
}
|
|
25376
25422
|
|
|
25377
25423
|
.k-step-list-vertical .k-step {
|
|
25378
|
-
min-height:
|
|
25424
|
+
min-height: 54px;
|
|
25379
25425
|
}
|
|
25380
25426
|
|
|
25381
25427
|
.k-step-list-vertical .k-step-label {
|
|
@@ -25390,7 +25436,7 @@ kendo-card-footer {
|
|
|
25390
25436
|
width: 2px;
|
|
25391
25437
|
height: 100%;
|
|
25392
25438
|
min-height: 20px;
|
|
25393
|
-
left:
|
|
25439
|
+
left: 17px;
|
|
25394
25440
|
}
|
|
25395
25441
|
|
|
25396
25442
|
.k-step-list-vertical .k-step-content {
|
|
@@ -25429,7 +25475,7 @@ kendo-card-footer {
|
|
|
25429
25475
|
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
|
|
25430
25476
|
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
|
|
25431
25477
|
left: auto;
|
|
25432
|
-
right:
|
|
25478
|
+
right: 17px;
|
|
25433
25479
|
}
|
|
25434
25480
|
|
|
25435
25481
|
.k-step-current .k-step-label {
|
|
@@ -25972,7 +26018,7 @@ kendo-card-footer {
|
|
|
25972
26018
|
|
|
25973
26019
|
.k-wizard .k-wizard-step {
|
|
25974
26020
|
box-sizing: border-box;
|
|
25975
|
-
padding:
|
|
26021
|
+
padding: 10px;
|
|
25976
26022
|
width: 100%;
|
|
25977
26023
|
display: flex;
|
|
25978
26024
|
flex-direction: column;
|
|
@@ -26202,7 +26248,9 @@ kendo-card-footer {
|
|
|
26202
26248
|
align-items: center;
|
|
26203
26249
|
align-content: center;
|
|
26204
26250
|
position: relative;
|
|
26205
|
-
user-select: none;
|
|
26251
|
+
-webkit-user-select: none;
|
|
26252
|
+
-ms-user-select: none;
|
|
26253
|
+
user-select: none;
|
|
26206
26254
|
cursor: default;
|
|
26207
26255
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
26208
26256
|
}
|
|
@@ -26239,7 +26287,9 @@ kendo-card-footer {
|
|
|
26239
26287
|
align-items: center;
|
|
26240
26288
|
align-content: center;
|
|
26241
26289
|
position: relative;
|
|
26242
|
-
user-select: none;
|
|
26290
|
+
-webkit-user-select: none;
|
|
26291
|
+
-ms-user-select: none;
|
|
26292
|
+
user-select: none;
|
|
26243
26293
|
cursor: default;
|
|
26244
26294
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
26245
26295
|
}
|
|
@@ -26277,7 +26327,7 @@ kendo-card-footer {
|
|
|
26277
26327
|
.k-panelbar .k-group .k-panelbar-expand,
|
|
26278
26328
|
.k-panelbar .k-group .k-panelbar-collapse,
|
|
26279
26329
|
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
|
|
26280
|
-
margin-inline-end:
|
|
26330
|
+
margin-inline-end: 0px;
|
|
26281
26331
|
}
|
|
26282
26332
|
|
|
26283
26333
|
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
|
|
@@ -26321,7 +26371,7 @@ kendo-card-footer {
|
|
|
26321
26371
|
.k-ie .k-group .k-panelbar-expand,
|
|
26322
26372
|
.k-ie .k-group .k-panelbar-collapse,
|
|
26323
26373
|
.k-ie .k-panelbar-group .k-panelbar-toggle {
|
|
26324
|
-
margin-right:
|
|
26374
|
+
margin-right: 0px;
|
|
26325
26375
|
}
|
|
26326
26376
|
|
|
26327
26377
|
.k-rtl .k-ie .k-panelbar-expand,
|
|
@@ -26342,7 +26392,7 @@ kendo-card-footer {
|
|
|
26342
26392
|
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
|
|
26343
26393
|
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
|
|
26344
26394
|
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
|
|
26345
|
-
margin-left:
|
|
26395
|
+
margin-left: 0px;
|
|
26346
26396
|
}
|
|
26347
26397
|
|
|
26348
26398
|
.k-panelbar {
|
|
@@ -26637,7 +26687,6 @@ kendo-card-footer {
|
|
|
26637
26687
|
outline: 0;
|
|
26638
26688
|
position: absolute;
|
|
26639
26689
|
-webkit-user-select: none;
|
|
26640
|
-
-moz-user-select: none;
|
|
26641
26690
|
-ms-user-select: none;
|
|
26642
26691
|
user-select: none;
|
|
26643
26692
|
display: flex;
|
|
@@ -26894,7 +26943,9 @@ kendo-card-footer {
|
|
|
26894
26943
|
.k-pane-wrapper .k-pane {
|
|
26895
26944
|
width: 100%;
|
|
26896
26945
|
height: 100%;
|
|
26897
|
-
user-select: none;
|
|
26946
|
+
-webkit-user-select: none;
|
|
26947
|
+
-ms-user-select: none;
|
|
26948
|
+
user-select: none;
|
|
26898
26949
|
box-sizing: border-box;
|
|
26899
26950
|
font-family: sans-serif;
|
|
26900
26951
|
overflow-x: hidden;
|
|
@@ -26976,8 +27027,8 @@ kendo-card-footer {
|
|
|
26976
27027
|
.k-grid-mobile .k-header a {
|
|
26977
27028
|
-webkit-touch-callout: none;
|
|
26978
27029
|
-webkit-user-select: none;
|
|
26979
|
-
-
|
|
26980
|
-
|
|
27030
|
+
-ms-user-select: none;
|
|
27031
|
+
user-select: none;
|
|
26981
27032
|
-webkit-user-drag: none;
|
|
26982
27033
|
-moz-user-drag: none;
|
|
26983
27034
|
}
|
|
@@ -27156,7 +27207,8 @@ kendo-card-footer {
|
|
|
27156
27207
|
border-radius: 50%;
|
|
27157
27208
|
}
|
|
27158
27209
|
|
|
27159
|
-
.k-scheduler-mobile .k-task .k-i-reload
|
|
27210
|
+
.k-scheduler-mobile .k-task .k-i-reload,
|
|
27211
|
+
.k-scheduler-mobile .k-task .k-i-arrow-rotate-cw {
|
|
27160
27212
|
font-size: 1em;
|
|
27161
27213
|
margin-right: .5em;
|
|
27162
27214
|
}
|
|
@@ -27176,7 +27228,8 @@ kendo-card-footer {
|
|
|
27176
27228
|
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
|
|
27177
27229
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
|
|
27178
27230
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
|
|
27179
|
-
writing-mode:
|
|
27231
|
+
-ms-writing-mode: tb-lr;
|
|
27232
|
+
writing-mode: vertical-lr;
|
|
27180
27233
|
transform: rotate(180deg);
|
|
27181
27234
|
white-space: nowrap;
|
|
27182
27235
|
}
|
|
@@ -27539,7 +27592,7 @@ kendo-card-footer {
|
|
|
27539
27592
|
}
|
|
27540
27593
|
|
|
27541
27594
|
.k-grid .k-grouping-row .k-icon {
|
|
27542
|
-
margin-left:
|
|
27595
|
+
margin-left: -16px;
|
|
27543
27596
|
margin-right: 8px;
|
|
27544
27597
|
text-decoration: none;
|
|
27545
27598
|
}
|
|
@@ -27708,7 +27761,7 @@ kendo-card-footer {
|
|
|
27708
27761
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
27709
27762
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
27710
27763
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
27711
|
-
padding-left: calc(
|
|
27764
|
+
padding-left: calc(1.4285714286em + 32px);
|
|
27712
27765
|
padding-right: 24px;
|
|
27713
27766
|
}
|
|
27714
27767
|
|
|
@@ -27766,7 +27819,7 @@ kendo-card-footer {
|
|
|
27766
27819
|
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
|
|
27767
27820
|
.k-rtl .k-grid .k-grouping-row .k-icon {
|
|
27768
27821
|
margin-left: 8px;
|
|
27769
|
-
margin-right:
|
|
27822
|
+
margin-right: -16px;
|
|
27770
27823
|
}
|
|
27771
27824
|
|
|
27772
27825
|
.k-grid[dir="rtl"] .k-column-resizer,
|
|
@@ -27843,7 +27896,7 @@ kendo-card-footer {
|
|
|
27843
27896
|
|
|
27844
27897
|
.k-grouping-header::before {
|
|
27845
27898
|
content: "";
|
|
27846
|
-
height: calc(
|
|
27899
|
+
height: calc(1.4285714286em + 18px);
|
|
27847
27900
|
display: inline-block;
|
|
27848
27901
|
vertical-align: middle;
|
|
27849
27902
|
}
|
|
@@ -27873,7 +27926,7 @@ kendo-card-footer {
|
|
|
27873
27926
|
}
|
|
27874
27927
|
|
|
27875
27928
|
.k-group-indicator {
|
|
27876
|
-
border-radius:
|
|
27929
|
+
border-radius: 22px;
|
|
27877
27930
|
margin: 0;
|
|
27878
27931
|
padding: 8px 16px;
|
|
27879
27932
|
border-width: 1px;
|
|
@@ -27922,9 +27975,9 @@ kendo-card-footer {
|
|
|
27922
27975
|
|
|
27923
27976
|
.k-grouping-dropclue {
|
|
27924
27977
|
width: 12px;
|
|
27925
|
-
height:
|
|
27978
|
+
height: 36px;
|
|
27926
27979
|
position: absolute;
|
|
27927
|
-
top: calc(
|
|
27980
|
+
top: calc(0.7142857143em - 1px);
|
|
27928
27981
|
box-sizing: content-box;
|
|
27929
27982
|
}
|
|
27930
27983
|
|
|
@@ -27947,7 +28000,7 @@ kendo-card-footer {
|
|
|
27947
28000
|
width: 2px;
|
|
27948
28001
|
height: calc(100% - 6px);
|
|
27949
28002
|
top: 6px;
|
|
27950
|
-
left:
|
|
28003
|
+
left: 5px;
|
|
27951
28004
|
}
|
|
27952
28005
|
|
|
27953
28006
|
.k-grid-header-wrap,
|
|
@@ -28001,7 +28054,9 @@ div.k-grid-footer {
|
|
|
28001
28054
|
}
|
|
28002
28055
|
|
|
28003
28056
|
.k-grid-header.k-grid-draggable-header {
|
|
28004
|
-
user-select: none;
|
|
28057
|
+
-webkit-user-select: none;
|
|
28058
|
+
-ms-user-select: none;
|
|
28059
|
+
user-select: none;
|
|
28005
28060
|
touch-action: none;
|
|
28006
28061
|
}
|
|
28007
28062
|
|
|
@@ -28036,12 +28091,12 @@ div.k-grid-footer {
|
|
|
28036
28091
|
|
|
28037
28092
|
.k-grid-header .k-with-icon,
|
|
28038
28093
|
.k-grid-header .k-filterable {
|
|
28039
|
-
padding-right: calc(
|
|
28094
|
+
padding-right: calc(1.4285714286em + 32px);
|
|
28040
28095
|
}
|
|
28041
28096
|
|
|
28042
28097
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
28043
28098
|
.k-grid-header .k-filterable {
|
|
28044
|
-
padding-right: calc(
|
|
28099
|
+
padding-right: calc(1.4285714286em + 32px);
|
|
28045
28100
|
}
|
|
28046
28101
|
|
|
28047
28102
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -28052,8 +28107,8 @@ div.k-grid-footer {
|
|
|
28052
28107
|
.k-grid-header .k-header-column-menu,
|
|
28053
28108
|
.k-grid-header .k-grid-header-menu {
|
|
28054
28109
|
padding: 8px;
|
|
28055
|
-
width: calc(
|
|
28056
|
-
height: calc(
|
|
28110
|
+
width: calc(1.4285714286em + 18px);
|
|
28111
|
+
height: calc(1.4285714286em + 18px);
|
|
28057
28112
|
box-sizing: border-box;
|
|
28058
28113
|
outline: 0;
|
|
28059
28114
|
line-height: 2;
|
|
@@ -28063,7 +28118,7 @@ div.k-grid-footer {
|
|
|
28063
28118
|
justify-content: center;
|
|
28064
28119
|
position: absolute;
|
|
28065
28120
|
right: 14px;
|
|
28066
|
-
bottom: calc(
|
|
28121
|
+
bottom: calc(8px + 0.2857142857em);
|
|
28067
28122
|
z-index: 1;
|
|
28068
28123
|
}
|
|
28069
28124
|
|
|
@@ -28073,7 +28128,7 @@ div.k-grid-footer {
|
|
|
28073
28128
|
cursor: pointer;
|
|
28074
28129
|
}
|
|
28075
28130
|
|
|
28076
|
-
.k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm {
|
|
28131
|
+
.k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-small, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-small {
|
|
28077
28132
|
vertical-align: text-top;
|
|
28078
28133
|
margin-inline-start: 4px;
|
|
28079
28134
|
}
|
|
@@ -28487,7 +28542,7 @@ div.k-grid-norecords {
|
|
|
28487
28542
|
}
|
|
28488
28543
|
|
|
28489
28544
|
.k-filterable > .k-cell-inner {
|
|
28490
|
-
margin-inline-end: calc(-1
|
|
28545
|
+
margin-inline-end: calc(-1.4285714286em + -32px);
|
|
28491
28546
|
}
|
|
28492
28547
|
|
|
28493
28548
|
.k-filterable > .k-cell-inner .k-link {
|
|
@@ -28809,7 +28864,9 @@ div.k-grid-norecords {
|
|
|
28809
28864
|
display: flex;
|
|
28810
28865
|
flex: 0 0 auto;
|
|
28811
28866
|
position: relative;
|
|
28812
|
-
user-select: none;
|
|
28867
|
+
-webkit-user-select: none;
|
|
28868
|
+
-ms-user-select: none;
|
|
28869
|
+
user-select: none;
|
|
28813
28870
|
}
|
|
28814
28871
|
|
|
28815
28872
|
.k-column-menu-group-header-text {
|
|
@@ -28903,8 +28960,8 @@ div.k-grid-norecords {
|
|
|
28903
28960
|
|
|
28904
28961
|
.k-grouping-dropclue {
|
|
28905
28962
|
width: 0;
|
|
28906
|
-
height:
|
|
28907
|
-
top: calc(
|
|
28963
|
+
height: 36px;
|
|
28964
|
+
top: calc(0.7142857143em - 1px);
|
|
28908
28965
|
border-style: solid;
|
|
28909
28966
|
border-width: 0 2px 0 0;
|
|
28910
28967
|
}
|
|
@@ -29080,6 +29137,8 @@ th.k-sorted {
|
|
|
29080
29137
|
|
|
29081
29138
|
.k-grid-header .k-i-sort-asc-sm,
|
|
29082
29139
|
.k-grid-header .k-i-sort-desc-sm,
|
|
29140
|
+
.k-grid-header .k-i-sort-asc-small,
|
|
29141
|
+
.k-grid-header .k-i-sort-desc-small,
|
|
29083
29142
|
.k-grid-header .k-sort-order {
|
|
29084
29143
|
color: rgba(0, 0, 0, 0.54);
|
|
29085
29144
|
}
|
|
@@ -30022,7 +30081,6 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30022
30081
|
border-color: inherit;
|
|
30023
30082
|
box-sizing: border-box;
|
|
30024
30083
|
-webkit-user-select: none;
|
|
30025
|
-
-moz-user-select: none;
|
|
30026
30084
|
-ms-user-select: none;
|
|
30027
30085
|
user-select: none;
|
|
30028
30086
|
position: absolute;
|
|
@@ -30346,12 +30404,12 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30346
30404
|
|
|
30347
30405
|
.k-spreadsheet-filter-menu > .k-menu .k-link,
|
|
30348
30406
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
|
|
30349
|
-
padding-left:
|
|
30407
|
+
padding-left: 24px;
|
|
30350
30408
|
}
|
|
30351
30409
|
|
|
30352
30410
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
30353
30411
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
|
|
30354
|
-
margin-left:
|
|
30412
|
+
margin-left: -20px;
|
|
30355
30413
|
margin-right: 4px;
|
|
30356
30414
|
}
|
|
30357
30415
|
|
|
@@ -31078,7 +31136,9 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31078
31136
|
border-style: solid;
|
|
31079
31137
|
box-sizing: border-box;
|
|
31080
31138
|
cursor: pointer;
|
|
31081
|
-
user-select: none;
|
|
31139
|
+
-webkit-user-select: none;
|
|
31140
|
+
-ms-user-select: none;
|
|
31141
|
+
user-select: none;
|
|
31082
31142
|
}
|
|
31083
31143
|
|
|
31084
31144
|
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
@@ -31089,7 +31149,8 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31089
31149
|
|
|
31090
31150
|
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
31091
31151
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
31092
|
-
writing-mode:
|
|
31152
|
+
-ms-writing-mode: tb-rl;
|
|
31153
|
+
writing-mode: vertical-rl;
|
|
31093
31154
|
}
|
|
31094
31155
|
|
|
31095
31156
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
@@ -31114,19 +31175,19 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31114
31175
|
}
|
|
31115
31176
|
|
|
31116
31177
|
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
31117
|
-
right: calc(
|
|
31178
|
+
right: calc(2em + 10px);
|
|
31118
31179
|
}
|
|
31119
31180
|
|
|
31120
31181
|
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
|
|
31121
|
-
left: calc(
|
|
31182
|
+
left: calc(2em + 10px);
|
|
31122
31183
|
}
|
|
31123
31184
|
|
|
31124
31185
|
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
31125
|
-
bottom: calc(
|
|
31186
|
+
bottom: calc(2em + 10px);
|
|
31126
31187
|
}
|
|
31127
31188
|
|
|
31128
31189
|
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
|
|
31129
|
-
top: calc(
|
|
31190
|
+
top: calc(2em + 10px);
|
|
31130
31191
|
}
|
|
31131
31192
|
|
|
31132
31193
|
.k-pivotgrid-configurator-header {
|
|
@@ -31922,7 +31983,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31922
31983
|
content: "";
|
|
31923
31984
|
position: absolute;
|
|
31924
31985
|
width: 1px;
|
|
31925
|
-
top:
|
|
31986
|
+
top: -9px;
|
|
31926
31987
|
bottom: 50%;
|
|
31927
31988
|
left: -8px;
|
|
31928
31989
|
}
|
|
@@ -32109,7 +32170,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
32109
32170
|
.k-filemanager-preview {
|
|
32110
32171
|
padding: 48px 16px 16px;
|
|
32111
32172
|
width: 20%;
|
|
32112
|
-
min-height:
|
|
32173
|
+
min-height: 304px;
|
|
32113
32174
|
border-width: 0;
|
|
32114
32175
|
border-left-width: 1px;
|
|
32115
32176
|
border-style: solid;
|
|
@@ -32668,8 +32729,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32668
32729
|
|
|
32669
32730
|
.k-editor-toolbar .k-tool {
|
|
32670
32731
|
padding: 8px;
|
|
32671
|
-
width: calc(
|
|
32672
|
-
height: calc(
|
|
32732
|
+
width: calc(1.4285714286em + 18px);
|
|
32733
|
+
height: calc(1.4285714286em + 18px);
|
|
32673
32734
|
}
|
|
32674
32735
|
|
|
32675
32736
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -32731,7 +32792,9 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32731
32792
|
float: left;
|
|
32732
32793
|
opacity: 1;
|
|
32733
32794
|
cursor: text;
|
|
32734
|
-
user-select: none;
|
|
32795
|
+
-webkit-user-select: none;
|
|
32796
|
+
-ms-user-select: none;
|
|
32797
|
+
user-select: none;
|
|
32735
32798
|
}
|
|
32736
32799
|
|
|
32737
32800
|
td.k-editor-content {
|
|
@@ -32791,7 +32854,8 @@ td.k-editor-content {
|
|
|
32791
32854
|
cursor: se-resize;
|
|
32792
32855
|
}
|
|
32793
32856
|
|
|
32794
|
-
.k-editor .k-resize-handle .k-i-arrow-45-down-right
|
|
32857
|
+
.k-editor .k-resize-handle .k-i-arrow-45-down-right,
|
|
32858
|
+
.k-editor .k-resize-handle .k-i-caret-br {
|
|
32795
32859
|
display: none;
|
|
32796
32860
|
}
|
|
32797
32861
|
|
|
@@ -32841,7 +32905,7 @@ td.k-editor-content {
|
|
|
32841
32905
|
|
|
32842
32906
|
.k-editor-dialog .k-edit-label {
|
|
32843
32907
|
width: 30%;
|
|
32844
|
-
padding:
|
|
32908
|
+
padding: 5px 0;
|
|
32845
32909
|
}
|
|
32846
32910
|
|
|
32847
32911
|
.k-editor-dialog .k-edit-field {
|
|
@@ -33190,7 +33254,7 @@ td.k-editor-content {
|
|
|
33190
33254
|
}
|
|
33191
33255
|
|
|
33192
33256
|
.k-editor-dialog .k-edit-label {
|
|
33193
|
-
padding:
|
|
33257
|
+
padding: 3px 0;
|
|
33194
33258
|
margin: 0 0 -.5em;
|
|
33195
33259
|
width: auto;
|
|
33196
33260
|
font-size: 12px;
|
|
@@ -33311,7 +33375,7 @@ td.k-editor-content {
|
|
|
33311
33375
|
|
|
33312
33376
|
.k-imageeditor-action-pane {
|
|
33313
33377
|
padding: 32px 16px;
|
|
33314
|
-
width:
|
|
33378
|
+
width: 241px;
|
|
33315
33379
|
border-width: 0;
|
|
33316
33380
|
border-left-width: 1px;
|
|
33317
33381
|
border-style: solid;
|
|
@@ -33359,14 +33423,14 @@ td.k-editor-content {
|
|
|
33359
33423
|
|
|
33360
33424
|
.k-imageeditor-crop .k-resize-n,
|
|
33361
33425
|
.k-imageeditor-crop .k-resize-s {
|
|
33362
|
-
left: calc(
|
|
33426
|
+
left: calc(50% - 7.5px);
|
|
33363
33427
|
width: 15px;
|
|
33364
33428
|
height: 0;
|
|
33365
33429
|
}
|
|
33366
33430
|
|
|
33367
33431
|
.k-imageeditor-crop .k-resize-w,
|
|
33368
33432
|
.k-imageeditor-crop .k-resize-e {
|
|
33369
|
-
top: calc(
|
|
33433
|
+
top: calc(50% - 7.5px);
|
|
33370
33434
|
width: 0;
|
|
33371
33435
|
height: 15px;
|
|
33372
33436
|
}
|
|
@@ -33417,7 +33481,7 @@ td.k-editor-content {
|
|
|
33417
33481
|
.k-imageeditor-canvas {
|
|
33418
33482
|
background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), white;
|
|
33419
33483
|
background-repeat: repeat, repeat;
|
|
33420
|
-
background-position: 0px 0px,
|
|
33484
|
+
background-position: 0px 0px, 5px 5px;
|
|
33421
33485
|
transform-origin: 0 0 0;
|
|
33422
33486
|
background-origin: padding-box, padding-box;
|
|
33423
33487
|
background-size: 10px 10px, 10px 10px;
|
|
@@ -33462,7 +33526,7 @@ td.k-editor-content {
|
|
|
33462
33526
|
}
|
|
33463
33527
|
|
|
33464
33528
|
.k-gantt .k-grid-header tr {
|
|
33465
|
-
height: calc(
|
|
33529
|
+
height: calc(2em + 33px);
|
|
33466
33530
|
}
|
|
33467
33531
|
|
|
33468
33532
|
.k-gantt .k-grid-header .k-header {
|
|
@@ -33474,11 +33538,11 @@ td.k-editor-content {
|
|
|
33474
33538
|
}
|
|
33475
33539
|
|
|
33476
33540
|
.k-gantt .k-grid-content tr {
|
|
33477
|
-
height: calc(
|
|
33541
|
+
height: calc(2em + 21px);
|
|
33478
33542
|
}
|
|
33479
33543
|
|
|
33480
33544
|
.k-gantt.k-gantt-planned .k-grid-content tr {
|
|
33481
|
-
height: calc(
|
|
33545
|
+
height: calc(3.4em + 21px);
|
|
33482
33546
|
}
|
|
33483
33547
|
|
|
33484
33548
|
.k-gantt .k-gantt-layout {
|
|
@@ -33645,8 +33709,8 @@ td.k-editor-content {
|
|
|
33645
33709
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
33646
33710
|
.k-gantt-toolbar .k-gantt-create {
|
|
33647
33711
|
padding: 8px;
|
|
33648
|
-
width: calc(
|
|
33649
|
-
height: calc(
|
|
33712
|
+
width: calc(1.4285714286em + 18px);
|
|
33713
|
+
height: calc(1.4285714286em + 18px);
|
|
33650
33714
|
}
|
|
33651
33715
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
33652
33716
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -33682,7 +33746,7 @@ td.k-editor-content {
|
|
|
33682
33746
|
}
|
|
33683
33747
|
|
|
33684
33748
|
.k-gantt-treelist .k-grid-header tr {
|
|
33685
|
-
height: calc(
|
|
33749
|
+
height: calc(4em + 66px);
|
|
33686
33750
|
vertical-align: bottom;
|
|
33687
33751
|
}
|
|
33688
33752
|
|
|
@@ -33696,7 +33760,7 @@ td.k-editor-content {
|
|
|
33696
33760
|
}
|
|
33697
33761
|
|
|
33698
33762
|
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
|
|
33699
|
-
height: calc(
|
|
33763
|
+
height: calc(2em + 33px);
|
|
33700
33764
|
}
|
|
33701
33765
|
|
|
33702
33766
|
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
|
|
@@ -33817,8 +33881,8 @@ td.k-editor-content {
|
|
|
33817
33881
|
}
|
|
33818
33882
|
|
|
33819
33883
|
.k-task-dot {
|
|
33820
|
-
width:
|
|
33821
|
-
height:
|
|
33884
|
+
width: 16px;
|
|
33885
|
+
height: 16px;
|
|
33822
33886
|
line-height: 1;
|
|
33823
33887
|
cursor: pointer;
|
|
33824
33888
|
display: none;
|
|
@@ -34089,7 +34153,7 @@ td.k-editor-content {
|
|
|
34089
34153
|
|
|
34090
34154
|
.k-task-planned .k-task-moment {
|
|
34091
34155
|
border-width: 2px;
|
|
34092
|
-
border-radius:
|
|
34156
|
+
border-radius: 5px;
|
|
34093
34157
|
border-style: solid;
|
|
34094
34158
|
height: 6px;
|
|
34095
34159
|
width: 6px;
|
|
@@ -34100,15 +34164,15 @@ td.k-editor-content {
|
|
|
34100
34164
|
}
|
|
34101
34165
|
|
|
34102
34166
|
.k-task-planned .k-task-moment.k-moment-left {
|
|
34103
|
-
margin-left:
|
|
34167
|
+
margin-left: -4px;
|
|
34104
34168
|
}
|
|
34105
34169
|
|
|
34106
34170
|
.k-task-planned:hover .k-task-duration {
|
|
34107
|
-
height:
|
|
34171
|
+
height: 3px;
|
|
34108
34172
|
}
|
|
34109
34173
|
|
|
34110
34174
|
.k-milestone-wrap .k-task-moment {
|
|
34111
|
-
margin-left:
|
|
34175
|
+
margin-left: 3px;
|
|
34112
34176
|
}
|
|
34113
34177
|
|
|
34114
34178
|
.k-planned-tooltip .k-task-content {
|
|
@@ -34921,7 +34985,7 @@ kendo-scheduler .k-event > div,
|
|
|
34921
34985
|
|
|
34922
34986
|
kendo-scheduler .k-event .k-event-template,
|
|
34923
34987
|
.k-event .k-event-template {
|
|
34924
|
-
line-height:
|
|
34988
|
+
line-height: 21px;
|
|
34925
34989
|
padding: 4px 16px;
|
|
34926
34990
|
}
|
|
34927
34991
|
|
|
@@ -35337,12 +35401,12 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35337
35401
|
}
|
|
35338
35402
|
|
|
35339
35403
|
.k-scheduler-yearview .k-day-indicator {
|
|
35340
|
-
margin-top: calc(
|
|
35404
|
+
margin-top: calc(36px - 0.5em);
|
|
35341
35405
|
width: 3px;
|
|
35342
35406
|
height: 3px;
|
|
35343
35407
|
border-radius: 50%;
|
|
35344
35408
|
position: absolute;
|
|
35345
|
-
left: calc(
|
|
35409
|
+
left: calc(50% - 1.5px);
|
|
35346
35410
|
}
|
|
35347
35411
|
|
|
35348
35412
|
.k-scheduler-tooltip {
|
|
@@ -35514,9 +35578,13 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35514
35578
|
float: right;
|
|
35515
35579
|
}
|
|
35516
35580
|
|
|
35581
|
+
.k-rtl .k-scheduler .k-i-caret-alt-left,
|
|
35582
|
+
.k-rtl .k-scheduler .k-i-caret-alt-right,
|
|
35517
35583
|
.k-rtl .k-scheduler .k-i-arrow-60-left,
|
|
35518
35584
|
.k-rtl .k-scheduler .k-i-arrow-60-right,
|
|
35519
|
-
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-
|
|
35585
|
+
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-caret-alt-left,
|
|
35586
|
+
.k-rtl.k-scheduler .k-i-caret-alt-right,
|
|
35587
|
+
.k-rtl.k-scheduler .k-i-arrow-60-left,
|
|
35520
35588
|
.k-rtl.k-scheduler .k-i-arrow-60-right,
|
|
35521
35589
|
.k-rtl.k-scheduler .k-current-time-arrow-right {
|
|
35522
35590
|
transform: scaleX(-1);
|
|
@@ -35595,7 +35663,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
35595
35663
|
|
|
35596
35664
|
.k-event .k-event-delete .k-icon {
|
|
35597
35665
|
font-size: 12px;
|
|
35598
|
-
padding:
|
|
35666
|
+
padding: 2px;
|
|
35599
35667
|
box-sizing: content-box;
|
|
35600
35668
|
vertical-align: unset;
|
|
35601
35669
|
}
|
|
@@ -36031,11 +36099,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36031
36099
|
}
|
|
36032
36100
|
|
|
36033
36101
|
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
36034
|
-
padding-left:
|
|
36102
|
+
padding-left: 40px;
|
|
36035
36103
|
}
|
|
36036
36104
|
|
|
36037
36105
|
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
36038
|
-
padding-right:
|
|
36106
|
+
padding-right: 40px;
|
|
36039
36107
|
}
|
|
36040
36108
|
|
|
36041
36109
|
.k-author {
|
|
@@ -36069,7 +36137,9 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36069
36137
|
border-style: solid;
|
|
36070
36138
|
line-height: 1.25;
|
|
36071
36139
|
cursor: pointer;
|
|
36072
|
-
user-select: none;
|
|
36140
|
+
-webkit-user-select: none;
|
|
36141
|
+
-ms-user-select: none;
|
|
36142
|
+
user-select: none;
|
|
36073
36143
|
display: inline-block;
|
|
36074
36144
|
flex: 0 0 auto;
|
|
36075
36145
|
transition-property: color, background-color, border-color;
|
|
@@ -36331,13 +36401,13 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36331
36401
|
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
|
|
36332
36402
|
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
36333
36403
|
padding-left: 0;
|
|
36334
|
-
padding-right:
|
|
36404
|
+
padding-right: 40px;
|
|
36335
36405
|
}
|
|
36336
36406
|
|
|
36337
36407
|
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
|
|
36338
36408
|
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
36339
36409
|
padding-right: 0;
|
|
36340
|
-
padding-left:
|
|
36410
|
+
padding-left: 40px;
|
|
36341
36411
|
}
|
|
36342
36412
|
|
|
36343
36413
|
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
|
|
@@ -36568,7 +36638,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36568
36638
|
border-radius: 4px;
|
|
36569
36639
|
line-height: 1.4285714286;
|
|
36570
36640
|
min-width: 80px;
|
|
36571
|
-
max-width:
|
|
36641
|
+
max-width: 160px;
|
|
36572
36642
|
position: relative;
|
|
36573
36643
|
z-index: 1;
|
|
36574
36644
|
}
|
|
@@ -36648,11 +36718,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36648
36718
|
}
|
|
36649
36719
|
|
|
36650
36720
|
.k-timeline-vertical {
|
|
36651
|
-
padding-left:
|
|
36721
|
+
padding-left: 127px;
|
|
36652
36722
|
}
|
|
36653
36723
|
|
|
36654
36724
|
.k-timeline-vertical.k-timeline-dates-hidden {
|
|
36655
|
-
padding-left:
|
|
36725
|
+
padding-left: 77px;
|
|
36656
36726
|
}
|
|
36657
36727
|
|
|
36658
36728
|
.k-timeline-vertical::after {
|
|
@@ -36695,7 +36765,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36695
36765
|
|
|
36696
36766
|
.k-timeline-vertical .k-timeline-card .k-card {
|
|
36697
36767
|
margin-left: 16px;
|
|
36698
|
-
min-height:
|
|
36768
|
+
min-height: 72px;
|
|
36699
36769
|
width: 400px;
|
|
36700
36770
|
max-width: 100%;
|
|
36701
36771
|
}
|
|
@@ -36847,9 +36917,9 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36847
36917
|
|
|
36848
36918
|
.k-timeline-horizontal .k-timeline-track-wrap::after {
|
|
36849
36919
|
top: auto;
|
|
36850
|
-
bottom:
|
|
36851
|
-
left:
|
|
36852
|
-
right:
|
|
36920
|
+
bottom: 21px;
|
|
36921
|
+
left: 34px;
|
|
36922
|
+
right: 34px;
|
|
36853
36923
|
transform: translateY(-50%);
|
|
36854
36924
|
height: 6px;
|
|
36855
36925
|
}
|
|
@@ -36866,7 +36936,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36866
36936
|
}
|
|
36867
36937
|
|
|
36868
36938
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
|
|
36869
|
-
margin-bottom:
|
|
36939
|
+
margin-bottom: 22px;
|
|
36870
36940
|
position: relative;
|
|
36871
36941
|
min-width: 60px;
|
|
36872
36942
|
}
|
|
@@ -36892,7 +36962,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36892
36962
|
height: 36px;
|
|
36893
36963
|
border-radius: 50%;
|
|
36894
36964
|
position: absolute;
|
|
36895
|
-
bottom:
|
|
36965
|
+
bottom: 11px;
|
|
36896
36966
|
z-index: 3;
|
|
36897
36967
|
display: flex;
|
|
36898
36968
|
align-items: center;
|
|
@@ -36913,7 +36983,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36913
36983
|
}
|
|
36914
36984
|
|
|
36915
36985
|
.k-timeline-mobile .k-timeline-flag {
|
|
36916
|
-
max-width:
|
|
36986
|
+
max-width: 112px;
|
|
36917
36987
|
}
|
|
36918
36988
|
|
|
36919
36989
|
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
|
|
@@ -36921,11 +36991,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36921
36991
|
}
|
|
36922
36992
|
|
|
36923
36993
|
.k-timeline-mobile.k-timeline-vertical {
|
|
36924
|
-
padding-left:
|
|
36994
|
+
padding-left: 103px;
|
|
36925
36995
|
}
|
|
36926
36996
|
|
|
36927
36997
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
|
|
36928
|
-
padding-left:
|
|
36998
|
+
padding-left: 53px;
|
|
36929
36999
|
}
|
|
36930
37000
|
|
|
36931
37001
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
|
|
@@ -37020,6 +37090,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
37020
37090
|
border-width: 1px;
|
|
37021
37091
|
border-style: solid;
|
|
37022
37092
|
box-sizing: border-box;
|
|
37093
|
+
position: relative;
|
|
37023
37094
|
outline: 0;
|
|
37024
37095
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
37025
37096
|
font-size: 14px;
|
|
@@ -37049,27 +37120,33 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
37049
37120
|
overflow: visible;
|
|
37050
37121
|
}
|
|
37051
37122
|
|
|
37052
|
-
.k-pdf-viewer .k-
|
|
37123
|
+
.k-pdf-viewer .k-canvas {
|
|
37124
|
+
display: flex;
|
|
37125
|
+
flex-direction: column;
|
|
37053
37126
|
flex: 1 1 auto;
|
|
37054
37127
|
outline: none;
|
|
37055
37128
|
}
|
|
37056
37129
|
|
|
37057
|
-
.k-pdf-viewer .k-
|
|
37130
|
+
.k-pdf-viewer .k-canvas .k-enable-text-select, .k-pdf-viewer .k-canvas.k-enable-text-select {
|
|
37058
37131
|
-webkit-user-select: text;
|
|
37059
|
-
-moz-user-select: text;
|
|
37060
37132
|
-ms-user-select: text;
|
|
37061
37133
|
user-select: text;
|
|
37062
37134
|
cursor: text;
|
|
37063
37135
|
}
|
|
37064
37136
|
|
|
37065
|
-
.k-pdf-viewer .k-
|
|
37137
|
+
.k-pdf-viewer .k-canvas .k-enable-panning, .k-pdf-viewer .k-canvas.k-enable-panning {
|
|
37066
37138
|
cursor: grab;
|
|
37067
37139
|
}
|
|
37068
37140
|
|
|
37069
|
-
.k-pdf-viewer .k-
|
|
37141
|
+
.k-pdf-viewer .k-canvas .k-enable-panning span::selection,
|
|
37142
|
+
.k-pdf-viewer .k-canvas.k-enable-panning span::selection {
|
|
37070
37143
|
background-color: transparent;
|
|
37071
37144
|
}
|
|
37072
37145
|
|
|
37146
|
+
.k-pdf-viewer .k-pdf-viewer-pages {
|
|
37147
|
+
flex: 1 1 auto;
|
|
37148
|
+
}
|
|
37149
|
+
|
|
37073
37150
|
.k-pdf-viewer .k-page {
|
|
37074
37151
|
position: relative;
|
|
37075
37152
|
margin: 30px auto;
|
|
@@ -37098,11 +37175,38 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
37098
37175
|
color: transparent;
|
|
37099
37176
|
}
|
|
37100
37177
|
|
|
37178
|
+
.k-pdf-viewer .k-page .k-text-layer .k-search-highlight-mark {
|
|
37179
|
+
color: transparent;
|
|
37180
|
+
}
|
|
37181
|
+
|
|
37182
|
+
.k-pdf-viewer .k-blank-page {
|
|
37183
|
+
margin: 0;
|
|
37184
|
+
display: flex;
|
|
37185
|
+
flex-flow: column nowrap;
|
|
37186
|
+
width: 100%;
|
|
37187
|
+
height: 100%;
|
|
37188
|
+
align-items: center;
|
|
37189
|
+
justify-content: center;
|
|
37190
|
+
background-color: inherit !important;
|
|
37191
|
+
}
|
|
37192
|
+
|
|
37193
|
+
.k-pdf-viewer .k-blank-page .k-upload,
|
|
37194
|
+
.k-pdf-viewer .k-blank-page .k-dropzone,
|
|
37195
|
+
.k-pdf-viewer .k-blank-page .k-dropzone-inner {
|
|
37196
|
+
border: 0;
|
|
37197
|
+
background: none;
|
|
37198
|
+
}
|
|
37199
|
+
|
|
37200
|
+
.k-pdf-viewer .k-blank-page > .k-icon {
|
|
37201
|
+
font-size: 48px;
|
|
37202
|
+
}
|
|
37203
|
+
|
|
37101
37204
|
.k-pdf-viewer-search-dialog {
|
|
37102
|
-
padding:
|
|
37205
|
+
padding: 0 !important;
|
|
37103
37206
|
}
|
|
37104
37207
|
|
|
37105
|
-
.k-
|
|
37208
|
+
.k-search-panel, .k-search-container {
|
|
37209
|
+
padding: 16px 8px;
|
|
37106
37210
|
display: flex;
|
|
37107
37211
|
gap: 8px;
|
|
37108
37212
|
flex-flow: row nowrap;
|
|
@@ -37111,22 +37215,32 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
37111
37215
|
align-items: center;
|
|
37112
37216
|
}
|
|
37113
37217
|
|
|
37114
|
-
.k-
|
|
37218
|
+
.k-search-panel .k-search-dialog-draghandle, .k-search-container .k-search-dialog-draghandle {
|
|
37115
37219
|
cursor: move;
|
|
37116
37220
|
margin-left: 0;
|
|
37117
37221
|
}
|
|
37118
37222
|
|
|
37119
|
-
.k-
|
|
37223
|
+
.k-search-panel .k-textbox, .k-search-container .k-textbox {
|
|
37120
37224
|
width: 10em;
|
|
37121
37225
|
flex: none;
|
|
37122
37226
|
}
|
|
37123
37227
|
|
|
37124
|
-
.k-
|
|
37228
|
+
.k-search-panel .k-textbox .k-button, .k-search-container .k-textbox .k-button {
|
|
37125
37229
|
border-width: 0;
|
|
37126
37230
|
}
|
|
37127
37231
|
|
|
37128
|
-
.k-
|
|
37129
|
-
|
|
37232
|
+
.k-search-panel .k-search-matches, .k-search-container .k-search-matches {
|
|
37233
|
+
display: inline-flex;
|
|
37234
|
+
gap: 8px;
|
|
37235
|
+
}
|
|
37236
|
+
|
|
37237
|
+
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
37238
|
+
width: max-content;
|
|
37239
|
+
margin-top: calc(-1.4285714286em + -51px);
|
|
37240
|
+
border-width: 1px;
|
|
37241
|
+
border-style: solid;
|
|
37242
|
+
border-radius: 4px;
|
|
37243
|
+
z-index: 10;
|
|
37130
37244
|
}
|
|
37131
37245
|
|
|
37132
37246
|
.k-ie .k-pdf-viewer-search-dialog .k-search-container > * + * {
|
|
@@ -37154,13 +37268,30 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
37154
37268
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
|
|
37155
37269
|
}
|
|
37156
37270
|
|
|
37271
|
+
.k-pdf-viewer .k-blank-page > .k-icon {
|
|
37272
|
+
color: rgba(97, 97, 97, 0.9116);
|
|
37273
|
+
}
|
|
37274
|
+
|
|
37157
37275
|
.k-pdf-viewer .k-search-highlight {
|
|
37158
37276
|
background-color: rgba(0, 0, 0, 0.87);
|
|
37159
37277
|
}
|
|
37160
37278
|
|
|
37279
|
+
.k-pdf-viewer .k-search-highlight-mark {
|
|
37280
|
+
background-color: yellow;
|
|
37281
|
+
}
|
|
37282
|
+
|
|
37283
|
+
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
37284
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
37285
|
+
color: rgba(0, 0, 0, 0.87);
|
|
37286
|
+
background-color: white;
|
|
37287
|
+
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
37288
|
+
}
|
|
37289
|
+
|
|
37161
37290
|
.km-scrollview,
|
|
37162
37291
|
.km-scroll-container {
|
|
37163
|
-
user-select: none;
|
|
37292
|
+
-webkit-user-select: none;
|
|
37293
|
+
-ms-user-select: none;
|
|
37294
|
+
user-select: none;
|
|
37164
37295
|
border-collapse: separate;
|
|
37165
37296
|
}
|
|
37166
37297
|
|
|
@@ -37275,7 +37406,9 @@ kendo-scrollview.k-scrollview,
|
|
|
37275
37406
|
|
|
37276
37407
|
.k-scrollview-wrap .k-scrollview img,
|
|
37277
37408
|
.k-scrollview .k-scrollview-wrap img {
|
|
37278
|
-
user-select: none;
|
|
37409
|
+
-webkit-user-select: none;
|
|
37410
|
+
-ms-user-select: none;
|
|
37411
|
+
user-select: none;
|
|
37279
37412
|
}
|
|
37280
37413
|
|
|
37281
37414
|
.k-scrollview-wrap .k-scrollview > li,
|
|
@@ -37297,20 +37430,20 @@ kendo-scrollview.k-scrollview,
|
|
|
37297
37430
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
37298
37431
|
display: flex;
|
|
37299
37432
|
flex-flow: row nowrap;
|
|
37300
|
-
width: calc(
|
|
37433
|
+
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
37301
37434
|
transition-duration: 0.3s;
|
|
37302
37435
|
transition-timing-function: ease-in-out;
|
|
37303
|
-
transform: translateX(calc(
|
|
37436
|
+
transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
37304
37437
|
}
|
|
37305
37438
|
|
|
37306
37439
|
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
|
|
37307
|
-
width: calc(
|
|
37308
|
-
flex: 0 0 calc(
|
|
37440
|
+
width: calc(100%/var(--kendo-scrollview-views, 1));
|
|
37441
|
+
flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
|
|
37309
37442
|
}
|
|
37310
37443
|
|
|
37311
37444
|
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
37312
37445
|
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
37313
|
-
transform: translateX(calc(
|
|
37446
|
+
transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
37314
37447
|
}
|
|
37315
37448
|
|
|
37316
37449
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
@@ -37322,7 +37455,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
|
37322
37455
|
left: 0;
|
|
37323
37456
|
right: 0;
|
|
37324
37457
|
bottom: 0;
|
|
37325
|
-
height:
|
|
37458
|
+
height: 50px;
|
|
37326
37459
|
text-align: center;
|
|
37327
37460
|
}
|
|
37328
37461
|
|
|
@@ -37398,7 +37531,9 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
37398
37531
|
height: 60%;
|
|
37399
37532
|
top: 20%;
|
|
37400
37533
|
text-decoration: none;
|
|
37401
|
-
user-select: none;
|
|
37534
|
+
-webkit-user-select: none;
|
|
37535
|
+
-ms-user-select: none;
|
|
37536
|
+
user-select: none;
|
|
37402
37537
|
cursor: pointer;
|
|
37403
37538
|
}
|
|
37404
37539
|
|
|
@@ -37611,8 +37746,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
37611
37746
|
z-index: 12000;
|
|
37612
37747
|
}
|
|
37613
37748
|
|
|
37614
|
-
.k-sparkline-tooltip-wrapper
|
|
37615
|
-
.k-chart-tooltip-wrapper
|
|
37749
|
+
.k-sparkline-tooltip-wrapper .k-popup,
|
|
37750
|
+
.k-chart-tooltip-wrapper .k-popup {
|
|
37616
37751
|
padding: 0;
|
|
37617
37752
|
border-width: 0;
|
|
37618
37753
|
background: transparent;
|
|
@@ -37875,11 +38010,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
37875
38010
|
}
|
|
37876
38011
|
|
|
37877
38012
|
.k-treemap .k-treemap-title + .k-treemap-wrap {
|
|
37878
|
-
top:
|
|
38013
|
+
top: 33px;
|
|
37879
38014
|
}
|
|
37880
38015
|
|
|
37881
38016
|
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
|
|
37882
|
-
left:
|
|
38017
|
+
left: 33px;
|
|
37883
38018
|
}
|
|
37884
38019
|
|
|
37885
38020
|
.k-treemap .k-leaf {
|
|
@@ -38274,7 +38409,9 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
38274
38409
|
.k-map .km-scroll-wrapper {
|
|
38275
38410
|
width: 100%;
|
|
38276
38411
|
height: 100%;
|
|
38277
|
-
user-select: none;
|
|
38412
|
+
-webkit-user-select: none;
|
|
38413
|
+
-ms-user-select: none;
|
|
38414
|
+
user-select: none;
|
|
38278
38415
|
position: absolute;
|
|
38279
38416
|
}
|
|
38280
38417
|
|
|
@@ -38315,8 +38452,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
38315
38452
|
|
|
38316
38453
|
.k-navigator {
|
|
38317
38454
|
margin: 1em;
|
|
38318
|
-
width:
|
|
38319
|
-
height:
|
|
38455
|
+
width: 52px;
|
|
38456
|
+
height: 52px;
|
|
38320
38457
|
border-width: 1px;
|
|
38321
38458
|
border-style: solid;
|
|
38322
38459
|
box-sizing: border-box;
|
|
@@ -38589,8 +38726,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
38589
38726
|
}
|
|
38590
38727
|
|
|
38591
38728
|
.k-signature-sm .k-signature-line {
|
|
38592
|
-
width: calc(
|
|
38593
|
-
bottom: calc(
|
|
38729
|
+
width: calc(100% - 12px);
|
|
38730
|
+
bottom: calc(1.4285714286em + 24px);
|
|
38594
38731
|
}
|
|
38595
38732
|
|
|
38596
38733
|
.k-signature-md {
|
|
@@ -38598,8 +38735,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
38598
38735
|
}
|
|
38599
38736
|
|
|
38600
38737
|
.k-signature-md .k-signature-line {
|
|
38601
|
-
width: calc(
|
|
38602
|
-
bottom: calc(
|
|
38738
|
+
width: calc(100% - 16px);
|
|
38739
|
+
bottom: calc(1.4285714286em + 26px);
|
|
38603
38740
|
}
|
|
38604
38741
|
|
|
38605
38742
|
.k-signature-lg {
|
|
@@ -38607,8 +38744,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
38607
38744
|
}
|
|
38608
38745
|
|
|
38609
38746
|
.k-signature-lg .k-signature-line {
|
|
38610
|
-
width: calc(
|
|
38611
|
-
bottom: calc(
|
|
38747
|
+
width: calc(100% - 20px);
|
|
38748
|
+
bottom: calc(1.4285714286em + 28px);
|
|
38612
38749
|
}
|
|
38613
38750
|
|
|
38614
38751
|
.k-signature .k-signature-line {
|