@progress/kendo-theme-classic 5.4.2-dev.6 → 5.5.1-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +348 -362
- package/dist/all.scss +420 -268
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/package.json +8 -11
- package/scss/button/_variables.scss +34 -14
- package/scss/chip/_variables.scss +1 -1
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +21 -4
- package/scss/list/_variables.scss +4 -4
- package/scss/progressbar/_variables.scss +1 -0
- package/scss/signature/_index.scss +9 -0
- package/scss/signature/_layout.scss +1 -0
- package/scss/signature/_theme.scss +1 -0
- package/scss/signature/_variables.scss +45 -0
- package/scss/treeview/_variables.scss +4 -4
package/dist/all.css
CHANGED
|
@@ -6559,32 +6559,23 @@ kendo-sortable {
|
|
|
6559
6559
|
}
|
|
6560
6560
|
|
|
6561
6561
|
.k-user-select-none {
|
|
6562
|
-
|
|
6563
|
-
-ms-user-select: none !important;
|
|
6564
|
-
user-select: none !important;
|
|
6562
|
+
user-select: none !important;
|
|
6565
6563
|
}
|
|
6566
6564
|
|
|
6567
6565
|
.k-user-select-auto {
|
|
6568
|
-
|
|
6569
|
-
-ms-user-select: auto !important;
|
|
6570
|
-
user-select: auto !important;
|
|
6566
|
+
user-select: auto !important;
|
|
6571
6567
|
}
|
|
6572
6568
|
|
|
6573
6569
|
.k-user-select-text {
|
|
6574
|
-
|
|
6575
|
-
-ms-user-select: text !important;
|
|
6576
|
-
user-select: text !important;
|
|
6570
|
+
user-select: text !important;
|
|
6577
6571
|
}
|
|
6578
6572
|
|
|
6579
6573
|
.k-user-select-all {
|
|
6580
|
-
|
|
6581
|
-
user-select: all !important;
|
|
6574
|
+
user-select: all !important;
|
|
6582
6575
|
}
|
|
6583
6576
|
|
|
6584
6577
|
.k-user-select-contain {
|
|
6585
|
-
|
|
6586
|
-
-ms-user-select: element !important;
|
|
6587
|
-
user-select: contain !important;
|
|
6578
|
+
user-select: contain !important;
|
|
6588
6579
|
}
|
|
6589
6580
|
|
|
6590
6581
|
.k-cursor-auto {
|
|
@@ -11365,7 +11356,8 @@ kendo-sortable {
|
|
|
11365
11356
|
}
|
|
11366
11357
|
|
|
11367
11358
|
.k-list-lg {
|
|
11368
|
-
font-size:
|
|
11359
|
+
font-size: 16px;
|
|
11360
|
+
line-height: 1.5;
|
|
11369
11361
|
}
|
|
11370
11362
|
|
|
11371
11363
|
.k-list-lg .k-list-group-sticky-header {
|
|
@@ -11373,7 +11365,7 @@ kendo-sortable {
|
|
|
11373
11365
|
}
|
|
11374
11366
|
|
|
11375
11367
|
.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
|
|
11376
|
-
padding:
|
|
11368
|
+
padding: 8px 12px;
|
|
11377
11369
|
}
|
|
11378
11370
|
|
|
11379
11371
|
.k-list-lg .k-list-group-item {
|
|
@@ -11871,18 +11863,18 @@ a.k-badge:hover,
|
|
|
11871
11863
|
}
|
|
11872
11864
|
|
|
11873
11865
|
.k-badge-circle.k-badge-sm {
|
|
11874
|
-
width: calc(1em +
|
|
11875
|
-
height: calc(1em +
|
|
11866
|
+
width: calc( 1em + 4px + 2px);
|
|
11867
|
+
height: calc( 1em + 4px + 2px);
|
|
11876
11868
|
}
|
|
11877
11869
|
|
|
11878
11870
|
.k-badge-circle.k-badge-md {
|
|
11879
|
-
width: calc(1em +
|
|
11880
|
-
height: calc(1em +
|
|
11871
|
+
width: calc( 1em + 8px + 2px);
|
|
11872
|
+
height: calc( 1em + 8px + 2px);
|
|
11881
11873
|
}
|
|
11882
11874
|
|
|
11883
11875
|
.k-badge-circle.k-badge-lg {
|
|
11884
|
-
width: calc(1em +
|
|
11885
|
-
height: calc(1em +
|
|
11876
|
+
width: calc( 1em + 12px + 2px);
|
|
11877
|
+
height: calc( 1em + 12px + 2px);
|
|
11886
11878
|
}
|
|
11887
11879
|
|
|
11888
11880
|
.k-badge-dot {
|
|
@@ -12134,9 +12126,7 @@ kendo-badge-container {
|
|
|
12134
12126
|
justify-content: center;
|
|
12135
12127
|
gap: 4px;
|
|
12136
12128
|
vertical-align: middle;
|
|
12137
|
-
|
|
12138
|
-
-ms-user-select: none;
|
|
12139
|
-
user-select: none;
|
|
12129
|
+
user-select: none;
|
|
12140
12130
|
cursor: pointer;
|
|
12141
12131
|
outline: none;
|
|
12142
12132
|
-webkit-appearance: none;
|
|
@@ -12190,43 +12180,43 @@ kendo-badge-container {
|
|
|
12190
12180
|
line-height: 1.4285714286;
|
|
12191
12181
|
}
|
|
12192
12182
|
|
|
12193
|
-
.k-button-
|
|
12194
|
-
padding:
|
|
12195
|
-
font-size: 14px;
|
|
12196
|
-
line-height: 1.4285714286;
|
|
12183
|
+
.k-button-sm.k-icon-button {
|
|
12184
|
+
padding: 2px;
|
|
12197
12185
|
}
|
|
12198
12186
|
|
|
12199
|
-
.k-button-
|
|
12200
|
-
|
|
12201
|
-
|
|
12202
|
-
line-height: 1.4285714286;
|
|
12187
|
+
.k-button-sm.k-icon-button > .k-button-icon {
|
|
12188
|
+
min-width: calc( 14px * 1.4285714286);
|
|
12189
|
+
min-height: calc( 14px * 1.4285714286);
|
|
12203
12190
|
}
|
|
12204
12191
|
|
|
12205
|
-
.k-
|
|
12206
|
-
padding:
|
|
12192
|
+
.k-button-md {
|
|
12193
|
+
padding: 4px 8px;
|
|
12194
|
+
font-size: 14px;
|
|
12195
|
+
line-height: 1.4285714286;
|
|
12207
12196
|
}
|
|
12208
12197
|
|
|
12209
|
-
.k-
|
|
12210
|
-
|
|
12211
|
-
min-height: 20.0000000004px;
|
|
12198
|
+
.k-button-md.k-icon-button {
|
|
12199
|
+
padding: 4px;
|
|
12212
12200
|
}
|
|
12213
12201
|
|
|
12214
|
-
.k-icon-button.k-button-
|
|
12215
|
-
|
|
12202
|
+
.k-button-md.k-icon-button > .k-button-icon {
|
|
12203
|
+
min-width: calc( 14px * 1.4285714286);
|
|
12204
|
+
min-height: calc( 14px * 1.4285714286);
|
|
12216
12205
|
}
|
|
12217
12206
|
|
|
12218
|
-
.k-
|
|
12219
|
-
|
|
12220
|
-
|
|
12207
|
+
.k-button-lg {
|
|
12208
|
+
padding: 8px 12px;
|
|
12209
|
+
font-size: 16px;
|
|
12210
|
+
line-height: 1.5;
|
|
12221
12211
|
}
|
|
12222
12212
|
|
|
12223
|
-
.k-
|
|
12224
|
-
padding:
|
|
12213
|
+
.k-button-lg.k-icon-button {
|
|
12214
|
+
padding: 8px;
|
|
12225
12215
|
}
|
|
12226
12216
|
|
|
12227
|
-
.k-
|
|
12228
|
-
min-width:
|
|
12229
|
-
min-height:
|
|
12217
|
+
.k-button-lg.k-icon-button > .k-button-icon {
|
|
12218
|
+
min-width: calc( 16px * 1.5);
|
|
12219
|
+
min-height: calc( 16px * 1.5);
|
|
12230
12220
|
}
|
|
12231
12221
|
|
|
12232
12222
|
.k-button-square {
|
|
@@ -13424,20 +13414,11 @@ kendo-badge-container {
|
|
|
13424
13414
|
margin: 0;
|
|
13425
13415
|
}
|
|
13426
13416
|
|
|
13427
|
-
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
|
|
13428
|
-
color: #646464;
|
|
13429
|
-
opacity: 1;
|
|
13430
|
-
-ms-user-select: none;
|
|
13431
|
-
user-select: none;
|
|
13432
|
-
}
|
|
13433
|
-
|
|
13434
13417
|
.k-input::placeholder,
|
|
13435
13418
|
.k-picker::placeholder {
|
|
13436
13419
|
color: #646464;
|
|
13437
13420
|
opacity: 1;
|
|
13438
|
-
|
|
13439
|
-
-ms-user-select: none;
|
|
13440
|
-
user-select: none;
|
|
13421
|
+
user-select: none;
|
|
13441
13422
|
}
|
|
13442
13423
|
|
|
13443
13424
|
.k-input:-ms-input-placeholder,
|
|
@@ -13486,8 +13467,7 @@ textarea.k-textarea[disabled] {
|
|
|
13486
13467
|
|
|
13487
13468
|
select.k-picker {
|
|
13488
13469
|
padding: 4px 8px;
|
|
13489
|
-
|
|
13490
|
-
appearance: auto;
|
|
13470
|
+
appearance: auto;
|
|
13491
13471
|
}
|
|
13492
13472
|
|
|
13493
13473
|
select.k-picker:disabled, select.k-picker[disabled] {
|
|
@@ -13528,19 +13508,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13528
13508
|
display: none;
|
|
13529
13509
|
}
|
|
13530
13510
|
|
|
13531
|
-
.k-input-inner:-ms-input-placeholder {
|
|
13532
|
-
color: #646464;
|
|
13533
|
-
opacity: 1;
|
|
13534
|
-
-ms-user-select: none;
|
|
13535
|
-
user-select: none;
|
|
13536
|
-
}
|
|
13537
|
-
|
|
13538
13511
|
.k-input-inner::placeholder {
|
|
13539
13512
|
color: #646464;
|
|
13540
13513
|
opacity: 1;
|
|
13541
|
-
|
|
13542
|
-
-ms-user-select: none;
|
|
13543
|
-
user-select: none;
|
|
13514
|
+
user-select: none;
|
|
13544
13515
|
}
|
|
13545
13516
|
|
|
13546
13517
|
.k-input-inner:-ms-input-placeholder {
|
|
@@ -13792,14 +13763,14 @@ textarea.k-input-inner {
|
|
|
13792
13763
|
.k-picker-sm .k-clear-value,
|
|
13793
13764
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
13794
13765
|
.k-picker-sm .k-input-suffix > .k-icon {
|
|
13795
|
-
width:
|
|
13796
|
-
height:
|
|
13766
|
+
width: calc( 16px + 4px);
|
|
13767
|
+
height: calc( 16px + 4px);
|
|
13797
13768
|
}
|
|
13798
13769
|
|
|
13799
13770
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
13800
13771
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
13801
|
-
width: 1.4285714286em;
|
|
13802
|
-
height: 1.4285714286em;
|
|
13772
|
+
width: calc( 1.4285714286em);
|
|
13773
|
+
height: calc( 1.4285714286em);
|
|
13803
13774
|
padding: 2px;
|
|
13804
13775
|
box-sizing: content-box;
|
|
13805
13776
|
}
|
|
@@ -13855,14 +13826,14 @@ textarea.k-input-inner {
|
|
|
13855
13826
|
.k-picker-md .k-clear-value,
|
|
13856
13827
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
13857
13828
|
.k-picker-md .k-input-suffix > .k-icon {
|
|
13858
|
-
width:
|
|
13859
|
-
height:
|
|
13829
|
+
width: calc( 16px + 8px);
|
|
13830
|
+
height: calc( 16px + 8px);
|
|
13860
13831
|
}
|
|
13861
13832
|
|
|
13862
13833
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
13863
13834
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
13864
|
-
width: 1.4285714286em;
|
|
13865
|
-
height: 1.4285714286em;
|
|
13835
|
+
width: calc( 1.4285714286em);
|
|
13836
|
+
height: calc( 1.4285714286em);
|
|
13866
13837
|
padding: 4px;
|
|
13867
13838
|
box-sizing: content-box;
|
|
13868
13839
|
}
|
|
@@ -13873,15 +13844,15 @@ textarea.k-input-inner {
|
|
|
13873
13844
|
|
|
13874
13845
|
.k-input-lg,
|
|
13875
13846
|
.k-picker-lg {
|
|
13876
|
-
font-size:
|
|
13877
|
-
line-height: 1.
|
|
13847
|
+
font-size: 16px;
|
|
13848
|
+
line-height: 1.5;
|
|
13878
13849
|
}
|
|
13879
13850
|
|
|
13880
13851
|
.k-input-lg .k-input-values,
|
|
13881
13852
|
.k-picker-lg .k-input-values {
|
|
13882
13853
|
width: 100%;
|
|
13883
|
-
padding:
|
|
13884
|
-
gap:
|
|
13854
|
+
padding: 4px;
|
|
13855
|
+
gap: 4px;
|
|
13885
13856
|
cursor: text;
|
|
13886
13857
|
}
|
|
13887
13858
|
|
|
@@ -13889,12 +13860,12 @@ textarea.k-input-inner {
|
|
|
13889
13860
|
.k-input-lg .k-input-values > .k-input-inner,
|
|
13890
13861
|
.k-picker-lg .k-input-values > .k-searchbar,
|
|
13891
13862
|
.k-picker-lg .k-input-values > .k-input-inner {
|
|
13892
|
-
margin: -
|
|
13863
|
+
margin: -4px;
|
|
13893
13864
|
}
|
|
13894
13865
|
|
|
13895
13866
|
.k-input-lg .k-input-inner,
|
|
13896
13867
|
.k-picker-lg .k-input-inner {
|
|
13897
|
-
padding:
|
|
13868
|
+
padding: 8px 12px;
|
|
13898
13869
|
}
|
|
13899
13870
|
|
|
13900
13871
|
.k-input-lg .k-input-button,
|
|
@@ -13903,7 +13874,7 @@ textarea.k-input-inner {
|
|
|
13903
13874
|
.k-picker-lg .k-input-button,
|
|
13904
13875
|
.k-picker-lg .k-spinner-increase,
|
|
13905
13876
|
.k-picker-lg .k-spinner-decrease {
|
|
13906
|
-
padding:
|
|
13877
|
+
padding: 8px 8px;
|
|
13907
13878
|
}
|
|
13908
13879
|
|
|
13909
13880
|
.k-input-lg .k-input-icon,
|
|
@@ -13918,20 +13889,20 @@ textarea.k-input-inner {
|
|
|
13918
13889
|
.k-picker-lg .k-clear-value,
|
|
13919
13890
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
13920
13891
|
.k-picker-lg .k-input-suffix > .k-icon {
|
|
13921
|
-
width:
|
|
13922
|
-
height:
|
|
13892
|
+
width: calc( 16px + 16px);
|
|
13893
|
+
height: calc( 16px + 16px);
|
|
13923
13894
|
}
|
|
13924
13895
|
|
|
13925
13896
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
13926
13897
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
13927
|
-
width: 1.
|
|
13928
|
-
height: 1.
|
|
13929
|
-
padding:
|
|
13898
|
+
width: calc( 1.5em);
|
|
13899
|
+
height: calc( 1.5em);
|
|
13900
|
+
padding: 8px;
|
|
13930
13901
|
box-sizing: content-box;
|
|
13931
13902
|
}
|
|
13932
13903
|
|
|
13933
13904
|
.k-dropdown-operator.k-picker-lg .k-input-button {
|
|
13934
|
-
padding:
|
|
13905
|
+
padding: 8px;
|
|
13935
13906
|
}
|
|
13936
13907
|
|
|
13937
13908
|
.k-input > kendo-popup,
|
|
@@ -14141,7 +14112,7 @@ textarea.k-input-inner {
|
|
|
14141
14112
|
}
|
|
14142
14113
|
|
|
14143
14114
|
.k-floating-label-container {
|
|
14144
|
-
padding-top:
|
|
14115
|
+
padding-top: calc( 1.4285714286 * 14px);
|
|
14145
14116
|
box-sizing: border-box;
|
|
14146
14117
|
display: inline-flex;
|
|
14147
14118
|
vertical-align: middle;
|
|
@@ -14163,8 +14134,8 @@ textarea.k-input-inner {
|
|
|
14163
14134
|
white-space: nowrap;
|
|
14164
14135
|
text-overflow: ellipsis;
|
|
14165
14136
|
position: absolute;
|
|
14166
|
-
top:
|
|
14167
|
-
left:
|
|
14137
|
+
top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
|
|
14138
|
+
left: calc( 8px + 1px);
|
|
14168
14139
|
overflow: hidden;
|
|
14169
14140
|
cursor: text;
|
|
14170
14141
|
transform-origin: left center;
|
|
@@ -14177,8 +14148,8 @@ textarea.k-input-inner {
|
|
|
14177
14148
|
}
|
|
14178
14149
|
|
|
14179
14150
|
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14180
|
-
top:
|
|
14181
|
-
left:
|
|
14151
|
+
top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
|
|
14152
|
+
left: calc( 8px + 1px);
|
|
14182
14153
|
transform: scale(1);
|
|
14183
14154
|
pointer-events: none;
|
|
14184
14155
|
}
|
|
@@ -14197,10 +14168,6 @@ textarea.k-input-inner {
|
|
|
14197
14168
|
transform: scale(1);
|
|
14198
14169
|
}
|
|
14199
14170
|
|
|
14200
|
-
.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 {
|
|
14201
|
-
color: transparent;
|
|
14202
|
-
}
|
|
14203
|
-
|
|
14204
14171
|
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14205
14172
|
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14206
14173
|
color: transparent;
|
|
@@ -14216,7 +14183,7 @@ textarea.k-input-inner {
|
|
|
14216
14183
|
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14217
14184
|
.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 {
|
|
14218
14185
|
left: auto;
|
|
14219
|
-
right:
|
|
14186
|
+
right: calc( 8px + 1px);
|
|
14220
14187
|
}
|
|
14221
14188
|
|
|
14222
14189
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -14807,9 +14774,7 @@ textarea.k-input-inner {
|
|
|
14807
14774
|
position: relative;
|
|
14808
14775
|
overflow: hidden;
|
|
14809
14776
|
cursor: pointer;
|
|
14810
|
-
|
|
14811
|
-
-ms-user-select: none;
|
|
14812
|
-
user-select: none;
|
|
14777
|
+
user-select: none;
|
|
14813
14778
|
}
|
|
14814
14779
|
|
|
14815
14780
|
.k-chip *,
|
|
@@ -15198,7 +15163,7 @@ textarea.k-input-inner {
|
|
|
15198
15163
|
}
|
|
15199
15164
|
|
|
15200
15165
|
.k-icon-color-preview .k-color-preview-mask {
|
|
15201
|
-
width:
|
|
15166
|
+
width: calc( 16px - 2px);
|
|
15202
15167
|
height: 2px;
|
|
15203
15168
|
}
|
|
15204
15169
|
|
|
@@ -15361,32 +15326,32 @@ textarea.k-input-inner {
|
|
|
15361
15326
|
top: 100%;
|
|
15362
15327
|
left: 0;
|
|
15363
15328
|
animation: spinner-3-segment 2s ease infinite;
|
|
15364
|
-
animation-delay: -
|
|
15329
|
+
animation-delay: calc( -2s / 3);
|
|
15365
15330
|
}
|
|
15366
15331
|
|
|
15367
15332
|
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
|
|
15368
15333
|
top: 100%;
|
|
15369
15334
|
left: 100%;
|
|
15370
15335
|
animation: spinner-3-segment 2s ease infinite;
|
|
15371
|
-
animation-delay: -
|
|
15336
|
+
animation-delay: calc( -4s / 3);
|
|
15372
15337
|
}
|
|
15373
15338
|
|
|
15374
15339
|
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
|
|
15375
15340
|
margin: 2px;
|
|
15376
|
-
width:
|
|
15377
|
-
height:
|
|
15341
|
+
width: calc( 16px - 4px);
|
|
15342
|
+
height: calc( 13.8564064608px - 4px);
|
|
15378
15343
|
}
|
|
15379
15344
|
|
|
15380
15345
|
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
|
|
15381
15346
|
margin: 4px;
|
|
15382
|
-
width:
|
|
15383
|
-
height:
|
|
15347
|
+
width: calc( 32px - 8px);
|
|
15348
|
+
height: calc( 27.7128129216px - 8px);
|
|
15384
15349
|
}
|
|
15385
15350
|
|
|
15386
15351
|
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
|
|
15387
15352
|
margin: 8px;
|
|
15388
|
-
width:
|
|
15389
|
-
height:
|
|
15353
|
+
width: calc( 64px - 16px);
|
|
15354
|
+
height: calc( 55.4256258432px - 16px);
|
|
15390
15355
|
}
|
|
15391
15356
|
|
|
15392
15357
|
@keyframes spinner-4-segment-1 {
|
|
@@ -15766,9 +15731,7 @@ textarea.k-input-inner {
|
|
|
15766
15731
|
flex-flow: column nowrap;
|
|
15767
15732
|
flex: none;
|
|
15768
15733
|
position: relative;
|
|
15769
|
-
|
|
15770
|
-
-ms-user-select: none;
|
|
15771
|
-
user-select: none;
|
|
15734
|
+
user-select: none;
|
|
15772
15735
|
}
|
|
15773
15736
|
|
|
15774
15737
|
.k-menu-item-content {
|
|
@@ -15832,12 +15795,12 @@ textarea.k-input-inner {
|
|
|
15832
15795
|
|
|
15833
15796
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
15834
15797
|
padding: 4px 8px;
|
|
15835
|
-
padding-right:
|
|
15798
|
+
padding-right: calc( 16px + 16px);
|
|
15836
15799
|
}
|
|
15837
15800
|
|
|
15838
15801
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
15839
15802
|
margin-inline-start: 8px;
|
|
15840
|
-
margin-inline-end: -
|
|
15803
|
+
margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
|
|
15841
15804
|
}
|
|
15842
15805
|
|
|
15843
15806
|
.k-menu-vertical > .k-separator {
|
|
@@ -15901,12 +15864,12 @@ textarea.k-input-inner {
|
|
|
15901
15864
|
|
|
15902
15865
|
.k-menu-group-sm .k-menu-link {
|
|
15903
15866
|
padding: 2px 8px;
|
|
15904
|
-
padding-inline-end:
|
|
15867
|
+
padding-inline-end: calc( 16px + 16px);
|
|
15905
15868
|
}
|
|
15906
15869
|
|
|
15907
15870
|
.k-menu-group-sm .k-menu-expand-arrow {
|
|
15908
15871
|
margin-inline-start: 8px;
|
|
15909
|
-
margin-inline-end: -
|
|
15872
|
+
margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
|
|
15910
15873
|
}
|
|
15911
15874
|
|
|
15912
15875
|
.k-menu-group-md {
|
|
@@ -15921,12 +15884,12 @@ textarea.k-input-inner {
|
|
|
15921
15884
|
|
|
15922
15885
|
.k-menu-group-md .k-menu-link {
|
|
15923
15886
|
padding: 4px 8px;
|
|
15924
|
-
padding-inline-end:
|
|
15887
|
+
padding-inline-end: calc( 16px + 16px);
|
|
15925
15888
|
}
|
|
15926
15889
|
|
|
15927
15890
|
.k-menu-group-md .k-menu-expand-arrow {
|
|
15928
15891
|
margin-inline-start: 8px;
|
|
15929
|
-
margin-inline-end: -
|
|
15892
|
+
margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
|
|
15930
15893
|
}
|
|
15931
15894
|
|
|
15932
15895
|
.k-menu-group-lg {
|
|
@@ -15941,12 +15904,12 @@ textarea.k-input-inner {
|
|
|
15941
15904
|
|
|
15942
15905
|
.k-menu-group-lg .k-menu-link {
|
|
15943
15906
|
padding: 6px 8px;
|
|
15944
|
-
padding-inline-end:
|
|
15907
|
+
padding-inline-end: calc( 16px + 16px);
|
|
15945
15908
|
}
|
|
15946
15909
|
|
|
15947
15910
|
.k-menu-group-lg .k-menu-expand-arrow {
|
|
15948
15911
|
margin-inline-start: 8px;
|
|
15949
|
-
margin-inline-end: -
|
|
15912
|
+
margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
|
|
15950
15913
|
}
|
|
15951
15914
|
|
|
15952
15915
|
.k-popups-wrapper {
|
|
@@ -16045,13 +16008,13 @@ textarea.k-input-inner {
|
|
|
16045
16008
|
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
16046
16009
|
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16047
16010
|
padding-right: 8px;
|
|
16048
|
-
padding-left:
|
|
16011
|
+
padding-left: calc( 16px + 16px);
|
|
16049
16012
|
}
|
|
16050
16013
|
|
|
16051
16014
|
.k-rtl .k-menu-group .k-menu-link,
|
|
16052
16015
|
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
16053
16016
|
padding-right: 8px;
|
|
16054
|
-
padding-left:
|
|
16017
|
+
padding-left: calc( 16px + 16px);
|
|
16055
16018
|
}
|
|
16056
16019
|
|
|
16057
16020
|
.k-menu:not(.k-context-menu) {
|
|
@@ -16147,7 +16110,7 @@ textarea.k-input-inner {
|
|
|
16147
16110
|
|
|
16148
16111
|
.k-toolbar::before {
|
|
16149
16112
|
content: "";
|
|
16150
|
-
height: calc(1.4285714286em +
|
|
16113
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
16151
16114
|
margin-inline-start: -8px;
|
|
16152
16115
|
}
|
|
16153
16116
|
|
|
@@ -16563,7 +16526,8 @@ kendo-label > .k-label {
|
|
|
16563
16526
|
|
|
16564
16527
|
.k-form .k-multiselect,
|
|
16565
16528
|
.k-form .k-floating-label-container,
|
|
16566
|
-
.k-form .k-daterangepicker .k-dateinput
|
|
16529
|
+
.k-form .k-daterangepicker .k-dateinput,
|
|
16530
|
+
.k-form .k-signature {
|
|
16567
16531
|
display: inline-flex;
|
|
16568
16532
|
width: 100%;
|
|
16569
16533
|
}
|
|
@@ -16622,7 +16586,7 @@ kendo-label > .k-label {
|
|
|
16622
16586
|
}
|
|
16623
16587
|
|
|
16624
16588
|
.k-form-horizontal .k-form-field-wrap {
|
|
16625
|
-
max-width: calc(
|
|
16589
|
+
max-width: calc( ( 100% - 25% ) - 10px);
|
|
16626
16590
|
flex: 1 1 auto;
|
|
16627
16591
|
}
|
|
16628
16592
|
|
|
@@ -16689,7 +16653,7 @@ kendo-label > .k-label {
|
|
|
16689
16653
|
width: 25%;
|
|
16690
16654
|
text-align: right;
|
|
16691
16655
|
line-height: 1.4285714286;
|
|
16692
|
-
padding:
|
|
16656
|
+
padding: calc( 4px + 1px) 0;
|
|
16693
16657
|
padding-right: 12px;
|
|
16694
16658
|
align-self: center;
|
|
16695
16659
|
}
|
|
@@ -16738,7 +16702,7 @@ kendo-label > .k-label {
|
|
|
16738
16702
|
|
|
16739
16703
|
.k-edit-label {
|
|
16740
16704
|
margin: 0 0 1em 0;
|
|
16741
|
-
padding:
|
|
16705
|
+
padding: calc( 4px + 1px) 0;
|
|
16742
16706
|
width: 30%;
|
|
16743
16707
|
line-height: 1.4285714286;
|
|
16744
16708
|
text-align: right;
|
|
@@ -16755,7 +16719,7 @@ kendo-label > .k-label {
|
|
|
16755
16719
|
}
|
|
16756
16720
|
|
|
16757
16721
|
.k-edit-field.k-no-editor {
|
|
16758
|
-
padding:
|
|
16722
|
+
padding: calc( 4px + 1px) 0;
|
|
16759
16723
|
}
|
|
16760
16724
|
|
|
16761
16725
|
.k-edit-field > .k-widget {
|
|
@@ -16978,7 +16942,7 @@ kendo-label > .k-label {
|
|
|
16978
16942
|
}
|
|
16979
16943
|
|
|
16980
16944
|
.k-validator-tooltip {
|
|
16981
|
-
margin-top: 6px;
|
|
16945
|
+
margin-top: calc( 6px + 0px);
|
|
16982
16946
|
width: auto;
|
|
16983
16947
|
white-space: normal;
|
|
16984
16948
|
display: flex;
|
|
@@ -17006,7 +16970,7 @@ kendo-label > .k-label {
|
|
|
17006
16970
|
}
|
|
17007
16971
|
|
|
17008
16972
|
.k-split-button .k-split-button-arrow.k-button-lg {
|
|
17009
|
-
padding:
|
|
16973
|
+
padding: 8px 8px;
|
|
17010
16974
|
}
|
|
17011
16975
|
|
|
17012
16976
|
.k-split-button .k-split-button-arrow .k-button-icon {
|
|
@@ -17257,7 +17221,7 @@ kendo-label > .k-label {
|
|
|
17257
17221
|
}
|
|
17258
17222
|
|
|
17259
17223
|
.k-progressbar-horizontal {
|
|
17260
|
-
width:
|
|
17224
|
+
width: 100%;
|
|
17261
17225
|
height: 22px;
|
|
17262
17226
|
grid-template-columns: 1fr;
|
|
17263
17227
|
grid-template-rows: 100%;
|
|
@@ -17270,13 +17234,13 @@ kendo-label > .k-label {
|
|
|
17270
17234
|
.k-progressbar-horizontal > .k-state-selected,
|
|
17271
17235
|
.k-progressbar-horizontal > .k-selected {
|
|
17272
17236
|
width: 0;
|
|
17273
|
-
width: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17237
|
+
width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
17274
17238
|
flex-direction: row;
|
|
17275
17239
|
}
|
|
17276
17240
|
|
|
17277
17241
|
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
17278
17242
|
.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
17279
|
-
width: calc(100
|
|
17243
|
+
width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
17280
17244
|
}
|
|
17281
17245
|
|
|
17282
17246
|
.k-progressbar-horizontal > ul {
|
|
@@ -17307,14 +17271,13 @@ kendo-label > .k-label {
|
|
|
17307
17271
|
}
|
|
17308
17272
|
|
|
17309
17273
|
.k-progressbar-vertical .k-progress-status {
|
|
17310
|
-
|
|
17311
|
-
writing-mode: vertical-lr;
|
|
17274
|
+
writing-mode: vertical-lr;
|
|
17312
17275
|
}
|
|
17313
17276
|
|
|
17314
17277
|
.k-progressbar-vertical > .k-state-selected,
|
|
17315
17278
|
.k-progressbar-vertical > .k-selected {
|
|
17316
17279
|
height: 0;
|
|
17317
|
-
height: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17280
|
+
height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
17318
17281
|
flex-direction: column-reverse;
|
|
17319
17282
|
align-self: flex-end;
|
|
17320
17283
|
align-items: flex-end;
|
|
@@ -17322,7 +17285,7 @@ kendo-label > .k-label {
|
|
|
17322
17285
|
|
|
17323
17286
|
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
|
|
17324
17287
|
.k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
|
|
17325
|
-
height: calc(100
|
|
17288
|
+
height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
17326
17289
|
}
|
|
17327
17290
|
|
|
17328
17291
|
.k-progressbar-vertical > ul {
|
|
@@ -17742,7 +17705,7 @@ kendo-label > .k-label {
|
|
|
17742
17705
|
.k-slider {
|
|
17743
17706
|
width: min-content;
|
|
17744
17707
|
height: min-content;
|
|
17745
|
-
gap:
|
|
17708
|
+
gap: calc( 14px / 2);
|
|
17746
17709
|
}
|
|
17747
17710
|
|
|
17748
17711
|
.k-slider .k-button {
|
|
@@ -17765,9 +17728,7 @@ kendo-label > .k-label {
|
|
|
17765
17728
|
display: flex;
|
|
17766
17729
|
flex-flow: inherit;
|
|
17767
17730
|
justify-content: space-between;
|
|
17768
|
-
|
|
17769
|
-
-ms-user-select: none;
|
|
17770
|
-
user-select: none;
|
|
17731
|
+
user-select: none;
|
|
17771
17732
|
}
|
|
17772
17733
|
|
|
17773
17734
|
.k-slider .k-slider-track-wrap .k-tick {
|
|
@@ -17807,31 +17768,31 @@ kendo-label > .k-label {
|
|
|
17807
17768
|
}
|
|
17808
17769
|
|
|
17809
17770
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17810
|
-
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17811
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17771
|
+
width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
17772
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17812
17773
|
}
|
|
17813
17774
|
|
|
17814
17775
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17815
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17776
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17816
17777
|
}
|
|
17817
17778
|
|
|
17818
17779
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17819
|
-
left: calc(var(--kendo-slider-end, 0)*1%);
|
|
17780
|
+
left: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17820
17781
|
}
|
|
17821
17782
|
|
|
17822
17783
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17823
17784
|
left: unset;
|
|
17824
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17785
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17825
17786
|
}
|
|
17826
17787
|
|
|
17827
17788
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17828
17789
|
left: unset;
|
|
17829
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17790
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17830
17791
|
}
|
|
17831
17792
|
|
|
17832
17793
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17833
17794
|
left: unset;
|
|
17834
|
-
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
17795
|
+
right: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17835
17796
|
}
|
|
17836
17797
|
|
|
17837
17798
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
@@ -17862,16 +17823,16 @@ kendo-label > .k-label {
|
|
|
17862
17823
|
}
|
|
17863
17824
|
|
|
17864
17825
|
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
|
|
17865
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17866
|
-
height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17826
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17827
|
+
height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
17867
17828
|
}
|
|
17868
17829
|
|
|
17869
17830
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
|
|
17870
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17831
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17871
17832
|
}
|
|
17872
17833
|
|
|
17873
17834
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
|
|
17874
|
-
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
17835
|
+
bottom: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17875
17836
|
}
|
|
17876
17837
|
|
|
17877
17838
|
.k-slider-vertical {
|
|
@@ -18190,13 +18151,13 @@ kendo-label > .k-label {
|
|
|
18190
18151
|
}
|
|
18191
18152
|
|
|
18192
18153
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
18193
|
-
padding-left:
|
|
18194
|
-
padding-right:
|
|
18154
|
+
padding-left: calc( 14px / 2);
|
|
18155
|
+
padding-right: calc( 14px / 2);
|
|
18195
18156
|
}
|
|
18196
18157
|
|
|
18197
18158
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
18198
|
-
padding-top:
|
|
18199
|
-
padding-bottom:
|
|
18159
|
+
padding-top: calc( 14px / 2);
|
|
18160
|
+
padding-bottom: calc( 14px / 2);
|
|
18200
18161
|
}
|
|
18201
18162
|
|
|
18202
18163
|
.k-slider {
|
|
@@ -18261,9 +18222,7 @@ kendo-label > .k-label {
|
|
|
18261
18222
|
overflow: hidden;
|
|
18262
18223
|
display: inline-flex;
|
|
18263
18224
|
flex-flow: column nowrap;
|
|
18264
|
-
|
|
18265
|
-
-ms-user-select: none;
|
|
18266
|
-
user-select: none;
|
|
18225
|
+
user-select: none;
|
|
18267
18226
|
-webkit-touch-callout: none;
|
|
18268
18227
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18269
18228
|
}
|
|
@@ -18610,6 +18569,10 @@ kendo-label > .k-label {
|
|
|
18610
18569
|
display: none;
|
|
18611
18570
|
}
|
|
18612
18571
|
|
|
18572
|
+
.k-calendar-range .k-calendar-view:focus {
|
|
18573
|
+
outline: 0;
|
|
18574
|
+
}
|
|
18575
|
+
|
|
18613
18576
|
.k-calendar-range .k-range-start {
|
|
18614
18577
|
border-color: inherit;
|
|
18615
18578
|
border-top-right-radius: 0;
|
|
@@ -18852,9 +18815,7 @@ kendo-label > .k-label {
|
|
|
18852
18815
|
overflow: hidden;
|
|
18853
18816
|
display: flex;
|
|
18854
18817
|
flex-flow: column nowrap;
|
|
18855
|
-
|
|
18856
|
-
-ms-user-select: none;
|
|
18857
|
-
user-select: none;
|
|
18818
|
+
user-select: none;
|
|
18858
18819
|
-webkit-touch-callout: none;
|
|
18859
18820
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18860
18821
|
}
|
|
@@ -18898,12 +18859,12 @@ kendo-label > .k-label {
|
|
|
18898
18859
|
.k-time-highlight,
|
|
18899
18860
|
.k-time-list-highlight {
|
|
18900
18861
|
width: 100%;
|
|
18901
|
-
height:
|
|
18862
|
+
height: calc( 20px + 8px);
|
|
18902
18863
|
border-width: 1px 0px;
|
|
18903
18864
|
border-style: solid;
|
|
18904
18865
|
box-sizing: border-box;
|
|
18905
18866
|
position: absolute;
|
|
18906
|
-
top: calc(50% + 9px);
|
|
18867
|
+
top: calc( 50% + 9px);
|
|
18907
18868
|
left: 0;
|
|
18908
18869
|
right: 0;
|
|
18909
18870
|
transform: translateY(-50%);
|
|
@@ -18939,7 +18900,7 @@ kendo-label > .k-label {
|
|
|
18939
18900
|
width: 100%;
|
|
18940
18901
|
left: 0;
|
|
18941
18902
|
pointer-events: none;
|
|
18942
|
-
height: calc(50% -
|
|
18903
|
+
height: calc( 50% - calc( 20px + 8px)/2);
|
|
18943
18904
|
box-sizing: border-box;
|
|
18944
18905
|
border-width: 0;
|
|
18945
18906
|
border-style: solid;
|
|
@@ -19029,14 +18990,14 @@ kendo-label > .k-label {
|
|
|
19029
18990
|
|
|
19030
18991
|
.k-time-separator {
|
|
19031
18992
|
width: 0;
|
|
19032
|
-
height:
|
|
18993
|
+
height: calc( 20px + 8px);
|
|
19033
18994
|
align-self: center;
|
|
19034
18995
|
display: inline-flex;
|
|
19035
18996
|
justify-content: center;
|
|
19036
18997
|
align-items: center;
|
|
19037
18998
|
position: relative;
|
|
19038
18999
|
z-index: 11;
|
|
19039
|
-
top: 9px;
|
|
19000
|
+
top: calc( 9px);
|
|
19040
19001
|
}
|
|
19041
19002
|
|
|
19042
19003
|
.k-timeselector {
|
|
@@ -19234,9 +19195,7 @@ kendo-label > .k-label {
|
|
|
19234
19195
|
border-radius: 4px;
|
|
19235
19196
|
position: relative;
|
|
19236
19197
|
flex: 1 1 auto;
|
|
19237
|
-
|
|
19238
|
-
-ms-user-select: none;
|
|
19239
|
-
user-select: none;
|
|
19198
|
+
user-select: none;
|
|
19240
19199
|
-ms-touch-action: pinch-zoom double-tap-zoom;
|
|
19241
19200
|
}
|
|
19242
19201
|
|
|
@@ -19482,7 +19441,7 @@ kendo-label > .k-label {
|
|
|
19482
19441
|
}
|
|
19483
19442
|
|
|
19484
19443
|
.k-coloreditor-views {
|
|
19485
|
-
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
19444
|
+
min-width: calc( var(--kendo-color-preview-width, 24px) * var(--kendo-color-preview-columns, 10));
|
|
19486
19445
|
padding: 12px 12px;
|
|
19487
19446
|
gap: 12px;
|
|
19488
19447
|
}
|
|
@@ -19530,7 +19489,7 @@ kendo-label > .k-label {
|
|
|
19530
19489
|
}
|
|
19531
19490
|
|
|
19532
19491
|
.k-datetime-wrap {
|
|
19533
|
-
width:
|
|
19492
|
+
width: calc( 256px + 32px);
|
|
19534
19493
|
overflow: hidden;
|
|
19535
19494
|
}
|
|
19536
19495
|
|
|
@@ -19547,7 +19506,7 @@ kendo-label > .k-label {
|
|
|
19547
19506
|
.k-datetime-calendar-wrap,
|
|
19548
19507
|
.k-datetime-time-wrap {
|
|
19549
19508
|
text-align: center;
|
|
19550
|
-
flex: 0 0
|
|
19509
|
+
flex: 0 0 calc( 256px + 32px);
|
|
19551
19510
|
}
|
|
19552
19511
|
|
|
19553
19512
|
.k-date-tab .k-datetime-selector {
|
|
@@ -19781,12 +19740,12 @@ kendo-label > .k-label {
|
|
|
19781
19740
|
}
|
|
19782
19741
|
|
|
19783
19742
|
.k-treeview-lg {
|
|
19784
|
-
font-size:
|
|
19785
|
-
line-height: 1.
|
|
19743
|
+
font-size: 16px;
|
|
19744
|
+
line-height: 1.5;
|
|
19786
19745
|
}
|
|
19787
19746
|
|
|
19788
19747
|
.k-treeview-lg .k-treeview-leaf {
|
|
19789
|
-
padding:
|
|
19748
|
+
padding: 8px 12px;
|
|
19790
19749
|
}
|
|
19791
19750
|
|
|
19792
19751
|
.k-treeview {
|
|
@@ -19967,9 +19926,7 @@ kendo-label > .k-label {
|
|
|
19967
19926
|
line-height: 1;
|
|
19968
19927
|
position: relative;
|
|
19969
19928
|
cursor: pointer;
|
|
19970
|
-
|
|
19971
|
-
-ms-user-select: none;
|
|
19972
|
-
user-select: none;
|
|
19929
|
+
user-select: none;
|
|
19973
19930
|
-webkit-touch-callout: none;
|
|
19974
19931
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19975
19932
|
}
|
|
@@ -20054,11 +20011,11 @@ kendo-label > .k-label {
|
|
|
20054
20011
|
}
|
|
20055
20012
|
|
|
20056
20013
|
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20057
|
-
left: calc(100% -
|
|
20014
|
+
left: calc( 100% - 10px - 3px);
|
|
20058
20015
|
}
|
|
20059
20016
|
|
|
20060
20017
|
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20061
|
-
left:
|
|
20018
|
+
left: calc( 10px + 3px);
|
|
20062
20019
|
}
|
|
20063
20020
|
|
|
20064
20021
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
@@ -20078,13 +20035,13 @@ kendo-label > .k-label {
|
|
|
20078
20035
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20079
20036
|
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
20080
20037
|
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20081
|
-
left:
|
|
20038
|
+
left: calc( 10px + 3px);
|
|
20082
20039
|
}
|
|
20083
20040
|
|
|
20084
20041
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20085
20042
|
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
20086
20043
|
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20087
|
-
left: calc(100% -
|
|
20044
|
+
left: calc( 100% - 10px - 3px);
|
|
20088
20045
|
}
|
|
20089
20046
|
|
|
20090
20047
|
.k-switch-md {
|
|
@@ -20112,11 +20069,11 @@ kendo-label > .k-label {
|
|
|
20112
20069
|
}
|
|
20113
20070
|
|
|
20114
20071
|
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20115
|
-
left: calc(100% -
|
|
20072
|
+
left: calc( 100% - 12px - 3px);
|
|
20116
20073
|
}
|
|
20117
20074
|
|
|
20118
20075
|
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20119
|
-
left:
|
|
20076
|
+
left: calc( 12px + 3px);
|
|
20120
20077
|
}
|
|
20121
20078
|
|
|
20122
20079
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
@@ -20136,13 +20093,13 @@ kendo-label > .k-label {
|
|
|
20136
20093
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20137
20094
|
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
20138
20095
|
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20139
|
-
left:
|
|
20096
|
+
left: calc( 12px + 3px);
|
|
20140
20097
|
}
|
|
20141
20098
|
|
|
20142
20099
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20143
20100
|
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
20144
20101
|
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20145
|
-
left: calc(100% -
|
|
20102
|
+
left: calc( 100% - 12px - 3px);
|
|
20146
20103
|
}
|
|
20147
20104
|
|
|
20148
20105
|
.k-switch-lg {
|
|
@@ -20170,11 +20127,11 @@ kendo-label > .k-label {
|
|
|
20170
20127
|
}
|
|
20171
20128
|
|
|
20172
20129
|
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20173
|
-
left: calc(100% -
|
|
20130
|
+
left: calc( 100% - 14px - 3px);
|
|
20174
20131
|
}
|
|
20175
20132
|
|
|
20176
20133
|
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20177
|
-
left:
|
|
20134
|
+
left: calc( 14px + 3px);
|
|
20178
20135
|
}
|
|
20179
20136
|
|
|
20180
20137
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
@@ -20194,13 +20151,13 @@ kendo-label > .k-label {
|
|
|
20194
20151
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20195
20152
|
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
20196
20153
|
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20197
|
-
left:
|
|
20154
|
+
left: calc( 14px + 3px);
|
|
20198
20155
|
}
|
|
20199
20156
|
|
|
20200
20157
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20201
20158
|
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
20202
20159
|
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20203
|
-
left: calc(100% -
|
|
20160
|
+
left: calc( 100% - 14px - 3px);
|
|
20204
20161
|
}
|
|
20205
20162
|
|
|
20206
20163
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
@@ -20412,7 +20369,7 @@ kendo-label > .k-label {
|
|
|
20412
20369
|
}
|
|
20413
20370
|
|
|
20414
20371
|
.k-upload .k-upload-files .k-file {
|
|
20415
|
-
padding: 8px 8px
|
|
20372
|
+
padding: 8px 8px calc(8px + 2px);
|
|
20416
20373
|
border-width: 0 0 1px;
|
|
20417
20374
|
border-style: solid;
|
|
20418
20375
|
outline: none;
|
|
@@ -20522,7 +20479,7 @@ kendo-label > .k-label {
|
|
|
20522
20479
|
|
|
20523
20480
|
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20524
20481
|
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
20525
|
-
margin-left: calc(24px + 1em);
|
|
20482
|
+
margin-left: calc( 24px + 1em);
|
|
20526
20483
|
min-height: 38px;
|
|
20527
20484
|
display: block;
|
|
20528
20485
|
overflow: hidden;
|
|
@@ -20530,7 +20487,7 @@ kendo-label > .k-label {
|
|
|
20530
20487
|
|
|
20531
20488
|
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20532
20489
|
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
|
|
20533
|
-
margin-left: calc(24px + 1em);
|
|
20490
|
+
margin-left: calc( 24px + 1em);
|
|
20534
20491
|
}
|
|
20535
20492
|
|
|
20536
20493
|
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
@@ -20648,7 +20605,7 @@ kendo-label > .k-label {
|
|
|
20648
20605
|
height: 2px;
|
|
20649
20606
|
position: absolute;
|
|
20650
20607
|
bottom: 4px;
|
|
20651
|
-
width: calc(100% -
|
|
20608
|
+
width: calc(100% - 8px * 2);
|
|
20652
20609
|
}
|
|
20653
20610
|
|
|
20654
20611
|
.k-upload .k-progressbar .k-progress {
|
|
@@ -21780,7 +21737,7 @@ kendo-label > .k-label {
|
|
|
21780
21737
|
|
|
21781
21738
|
.k-window-actions {
|
|
21782
21739
|
margin: -5em 0;
|
|
21783
|
-
margin-inline-end: -
|
|
21740
|
+
margin-inline-end: calc( 8px - 12px);
|
|
21784
21741
|
line-height: 1;
|
|
21785
21742
|
display: flex;
|
|
21786
21743
|
flex-flow: row nowrap;
|
|
@@ -22139,7 +22096,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22139
22096
|
}
|
|
22140
22097
|
|
|
22141
22098
|
.k-drawer-mini .k-drawer-wrapper {
|
|
22142
|
-
width:
|
|
22099
|
+
width: calc(4 * 8px + 16px);
|
|
22143
22100
|
}
|
|
22144
22101
|
|
|
22145
22102
|
.k-rtl.k-drawer-mini .k-drawer-start,
|
|
@@ -22420,7 +22377,7 @@ kendo-card-footer {
|
|
|
22420
22377
|
}
|
|
22421
22378
|
|
|
22422
22379
|
.k-card > .k-card-inner {
|
|
22423
|
-
border-radius:
|
|
22380
|
+
border-radius: calc( 8px - 1px);
|
|
22424
22381
|
display: flex;
|
|
22425
22382
|
flex-direction: inherit;
|
|
22426
22383
|
overflow: hidden;
|
|
@@ -23073,7 +23030,7 @@ kendo-card-footer {
|
|
|
23073
23030
|
.k-bottom-nav-item {
|
|
23074
23031
|
padding: 0 8px;
|
|
23075
23032
|
min-width: 72px;
|
|
23076
|
-
min-height:
|
|
23033
|
+
min-height: calc( 40px + 16px - 8px);
|
|
23077
23034
|
border-width: 0;
|
|
23078
23035
|
border-radius: 4px;
|
|
23079
23036
|
box-sizing: border-box;
|
|
@@ -23603,8 +23560,8 @@ kendo-card-footer {
|
|
|
23603
23560
|
}
|
|
23604
23561
|
|
|
23605
23562
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
23606
|
-
min-width: calc(1.4285714286em +
|
|
23607
|
-
height: calc(1.4285714286em +
|
|
23563
|
+
min-width: calc( 1.4285714286em + 8px + 2px);
|
|
23564
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
23608
23565
|
color: inherit;
|
|
23609
23566
|
text-align: center;
|
|
23610
23567
|
display: inline-flex;
|
|
@@ -23722,7 +23679,7 @@ kendo-card-footer {
|
|
|
23722
23679
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
23723
23680
|
margin-left: 1em;
|
|
23724
23681
|
margin-right: 1em;
|
|
23725
|
-
height: calc(1.4285714286em +
|
|
23682
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
23726
23683
|
border-color: inherit;
|
|
23727
23684
|
}
|
|
23728
23685
|
|
|
@@ -23897,10 +23854,10 @@ kendo-card-footer {
|
|
|
23897
23854
|
pointer-events: none;
|
|
23898
23855
|
display: none;
|
|
23899
23856
|
position: absolute;
|
|
23900
|
-
top: -
|
|
23901
|
-
right: -
|
|
23902
|
-
bottom: -
|
|
23903
|
-
left: -
|
|
23857
|
+
top: calc( -1 * calc( 1px + 3px));
|
|
23858
|
+
right: calc( -1 * calc( 1px + 3px));
|
|
23859
|
+
bottom: calc( -1 * calc( 1px + 3px));
|
|
23860
|
+
left: calc( -1 * calc( 1px + 3px));
|
|
23904
23861
|
z-index: 2;
|
|
23905
23862
|
}
|
|
23906
23863
|
|
|
@@ -23925,7 +23882,7 @@ kendo-card-footer {
|
|
|
23925
23882
|
}
|
|
23926
23883
|
|
|
23927
23884
|
.k-stepper .k-step-label .k-step-text {
|
|
23928
|
-
max-width: calc(10em -
|
|
23885
|
+
max-width: calc(10em - (16px + 4px));
|
|
23929
23886
|
flex-grow: 1;
|
|
23930
23887
|
white-space: nowrap;
|
|
23931
23888
|
text-overflow: ellipsis;
|
|
@@ -23986,13 +23943,13 @@ kendo-card-footer {
|
|
|
23986
23943
|
}
|
|
23987
23944
|
|
|
23988
23945
|
.k-step-list-horizontal .k-step-indicator + .k-step-label {
|
|
23989
|
-
margin-top:
|
|
23946
|
+
margin-top: calc(8px - 3px);
|
|
23990
23947
|
}
|
|
23991
23948
|
|
|
23992
23949
|
.k-step-list-horizontal ~ .k-progressbar {
|
|
23993
23950
|
width: 100%;
|
|
23994
23951
|
height: 2px;
|
|
23995
|
-
top:
|
|
23952
|
+
top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
|
|
23996
23953
|
}
|
|
23997
23954
|
|
|
23998
23955
|
.k-step-list-vertical {
|
|
@@ -24000,7 +23957,7 @@ kendo-card-footer {
|
|
|
24000
23957
|
}
|
|
24001
23958
|
|
|
24002
23959
|
.k-step-list-vertical .k-step {
|
|
24003
|
-
min-height:
|
|
23960
|
+
min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
|
|
24004
23961
|
}
|
|
24005
23962
|
|
|
24006
23963
|
.k-step-list-vertical .k-step-label {
|
|
@@ -24015,7 +23972,7 @@ kendo-card-footer {
|
|
|
24015
23972
|
width: 2px;
|
|
24016
23973
|
height: 100%;
|
|
24017
23974
|
min-height: 20px;
|
|
24018
|
-
left:
|
|
23975
|
+
left: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
24019
23976
|
}
|
|
24020
23977
|
|
|
24021
23978
|
.k-step-list-vertical .k-step-content {
|
|
@@ -24054,7 +24011,7 @@ kendo-card-footer {
|
|
|
24054
24011
|
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
|
|
24055
24012
|
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
|
|
24056
24013
|
left: auto;
|
|
24057
|
-
right:
|
|
24014
|
+
right: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
24058
24015
|
}
|
|
24059
24016
|
|
|
24060
24017
|
.k-stepper {
|
|
@@ -24541,7 +24498,7 @@ kendo-card-footer {
|
|
|
24541
24498
|
|
|
24542
24499
|
.k-wizard .k-wizard-step {
|
|
24543
24500
|
box-sizing: border-box;
|
|
24544
|
-
padding:
|
|
24501
|
+
padding: calc(8px + 2px);
|
|
24545
24502
|
width: 100%;
|
|
24546
24503
|
display: flex;
|
|
24547
24504
|
flex-direction: column;
|
|
@@ -24770,9 +24727,7 @@ kendo-card-footer {
|
|
|
24770
24727
|
align-items: center;
|
|
24771
24728
|
align-content: center;
|
|
24772
24729
|
position: relative;
|
|
24773
|
-
|
|
24774
|
-
-ms-user-select: none;
|
|
24775
|
-
user-select: none;
|
|
24730
|
+
user-select: none;
|
|
24776
24731
|
cursor: default;
|
|
24777
24732
|
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;
|
|
24778
24733
|
}
|
|
@@ -24809,9 +24764,7 @@ kendo-card-footer {
|
|
|
24809
24764
|
align-items: center;
|
|
24810
24765
|
align-content: center;
|
|
24811
24766
|
position: relative;
|
|
24812
|
-
|
|
24813
|
-
-ms-user-select: none;
|
|
24814
|
-
user-select: none;
|
|
24767
|
+
user-select: none;
|
|
24815
24768
|
cursor: default;
|
|
24816
24769
|
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;
|
|
24817
24770
|
}
|
|
@@ -24849,7 +24802,7 @@ kendo-card-footer {
|
|
|
24849
24802
|
.k-panelbar .k-group .k-panelbar-expand,
|
|
24850
24803
|
.k-panelbar .k-group .k-panelbar-collapse,
|
|
24851
24804
|
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
|
|
24852
|
-
margin-inline-end:
|
|
24805
|
+
margin-inline-end: calc( 8px - 8px);
|
|
24853
24806
|
}
|
|
24854
24807
|
|
|
24855
24808
|
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
|
|
@@ -24893,7 +24846,7 @@ kendo-card-footer {
|
|
|
24893
24846
|
.k-ie .k-group .k-panelbar-expand,
|
|
24894
24847
|
.k-ie .k-group .k-panelbar-collapse,
|
|
24895
24848
|
.k-ie .k-panelbar-group .k-panelbar-toggle {
|
|
24896
|
-
margin-right:
|
|
24849
|
+
margin-right: calc( 8px - 8px);
|
|
24897
24850
|
}
|
|
24898
24851
|
|
|
24899
24852
|
.k-rtl .k-ie .k-panelbar-expand,
|
|
@@ -24914,7 +24867,7 @@ kendo-card-footer {
|
|
|
24914
24867
|
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
|
|
24915
24868
|
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
|
|
24916
24869
|
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
|
|
24917
|
-
margin-left:
|
|
24870
|
+
margin-left: calc( 8px - 8px);
|
|
24918
24871
|
}
|
|
24919
24872
|
|
|
24920
24873
|
.k-panelbar {
|
|
@@ -25106,6 +25059,7 @@ kendo-card-footer {
|
|
|
25106
25059
|
outline: 0;
|
|
25107
25060
|
position: absolute;
|
|
25108
25061
|
-webkit-user-select: none;
|
|
25062
|
+
-moz-user-select: none;
|
|
25109
25063
|
-ms-user-select: none;
|
|
25110
25064
|
user-select: none;
|
|
25111
25065
|
display: flex;
|
|
@@ -25357,9 +25311,7 @@ kendo-card-footer {
|
|
|
25357
25311
|
.k-pane-wrapper .k-pane {
|
|
25358
25312
|
width: 100%;
|
|
25359
25313
|
height: 100%;
|
|
25360
|
-
|
|
25361
|
-
-ms-user-select: none;
|
|
25362
|
-
user-select: none;
|
|
25314
|
+
user-select: none;
|
|
25363
25315
|
box-sizing: border-box;
|
|
25364
25316
|
font-family: sans-serif;
|
|
25365
25317
|
overflow-x: hidden;
|
|
@@ -25441,8 +25393,8 @@ kendo-card-footer {
|
|
|
25441
25393
|
.k-grid-mobile .k-header a {
|
|
25442
25394
|
-webkit-touch-callout: none;
|
|
25443
25395
|
-webkit-user-select: none;
|
|
25444
|
-
-
|
|
25445
|
-
|
|
25396
|
+
-moz-user-select: none;
|
|
25397
|
+
user-select: none;
|
|
25446
25398
|
-webkit-user-drag: none;
|
|
25447
25399
|
-moz-user-drag: none;
|
|
25448
25400
|
}
|
|
@@ -25641,8 +25593,7 @@ kendo-card-footer {
|
|
|
25641
25593
|
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
|
|
25642
25594
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
|
|
25643
25595
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
|
|
25644
|
-
|
|
25645
|
-
writing-mode: vertical-lr;
|
|
25596
|
+
writing-mode: vertical-lr;
|
|
25646
25597
|
transform: rotate(180deg);
|
|
25647
25598
|
white-space: nowrap;
|
|
25648
25599
|
}
|
|
@@ -26003,7 +25954,7 @@ kendo-card-footer {
|
|
|
26003
25954
|
}
|
|
26004
25955
|
|
|
26005
25956
|
.k-grid .k-grouping-row .k-icon {
|
|
26006
|
-
margin-left:
|
|
25957
|
+
margin-left: calc( 8px - 8px);
|
|
26007
25958
|
margin-right: 8px;
|
|
26008
25959
|
text-decoration: none;
|
|
26009
25960
|
}
|
|
@@ -26172,7 +26123,7 @@ kendo-card-footer {
|
|
|
26172
26123
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
26173
26124
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
26174
26125
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
26175
|
-
padding-left: calc(1.4285714286em +
|
|
26126
|
+
padding-left: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
26176
26127
|
padding-right: 8px;
|
|
26177
26128
|
}
|
|
26178
26129
|
|
|
@@ -26228,7 +26179,7 @@ kendo-card-footer {
|
|
|
26228
26179
|
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
|
|
26229
26180
|
.k-rtl .k-grid .k-grouping-row .k-icon {
|
|
26230
26181
|
margin-left: 8px;
|
|
26231
|
-
margin-right:
|
|
26182
|
+
margin-right: calc( 8px - 8px);
|
|
26232
26183
|
}
|
|
26233
26184
|
|
|
26234
26185
|
.k-grid[dir="rtl"] .k-column-resizer,
|
|
@@ -26304,7 +26255,7 @@ kendo-card-footer {
|
|
|
26304
26255
|
|
|
26305
26256
|
.k-grouping-header::before {
|
|
26306
26257
|
content: "";
|
|
26307
|
-
height: calc(1.4285714286em +
|
|
26258
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
26308
26259
|
display: inline-block;
|
|
26309
26260
|
vertical-align: middle;
|
|
26310
26261
|
}
|
|
@@ -26383,7 +26334,7 @@ kendo-card-footer {
|
|
|
26383
26334
|
|
|
26384
26335
|
.k-grouping-dropclue {
|
|
26385
26336
|
width: 12px;
|
|
26386
|
-
height: calc(1.4285714286em +
|
|
26337
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
26387
26338
|
position: absolute;
|
|
26388
26339
|
top: 3px;
|
|
26389
26340
|
box-sizing: content-box;
|
|
@@ -26408,7 +26359,7 @@ kendo-card-footer {
|
|
|
26408
26359
|
width: 2px;
|
|
26409
26360
|
height: calc(100% - 6px);
|
|
26410
26361
|
top: 6px;
|
|
26411
|
-
left:
|
|
26362
|
+
left: calc( 6px - 1px);
|
|
26412
26363
|
}
|
|
26413
26364
|
|
|
26414
26365
|
.k-grid-header-wrap,
|
|
@@ -26461,9 +26412,7 @@ div.k-grid-footer {
|
|
|
26461
26412
|
}
|
|
26462
26413
|
|
|
26463
26414
|
.k-grid-header.k-grid-draggable-header {
|
|
26464
|
-
|
|
26465
|
-
-ms-user-select: none;
|
|
26466
|
-
user-select: none;
|
|
26415
|
+
user-select: none;
|
|
26467
26416
|
touch-action: none;
|
|
26468
26417
|
}
|
|
26469
26418
|
|
|
@@ -26498,12 +26447,12 @@ div.k-grid-footer {
|
|
|
26498
26447
|
|
|
26499
26448
|
.k-grid-header .k-with-icon,
|
|
26500
26449
|
.k-grid-header .k-filterable {
|
|
26501
|
-
padding-right: calc(1.4285714286em +
|
|
26450
|
+
padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
26502
26451
|
}
|
|
26503
26452
|
|
|
26504
26453
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
26505
26454
|
.k-grid-header .k-filterable {
|
|
26506
|
-
padding-right: calc(1.4285714286em +
|
|
26455
|
+
padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
26507
26456
|
}
|
|
26508
26457
|
|
|
26509
26458
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -26513,8 +26462,8 @@ div.k-grid-footer {
|
|
|
26513
26462
|
.k-grid-header .k-grid-filter,
|
|
26514
26463
|
.k-grid-header .k-header-column-menu {
|
|
26515
26464
|
padding: 4px;
|
|
26516
|
-
width: calc(1.4285714286em +
|
|
26517
|
-
height: calc(1.4285714286em +
|
|
26465
|
+
width: calc( 1.4285714286em + 8px + 2px);
|
|
26466
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
26518
26467
|
box-sizing: border-box;
|
|
26519
26468
|
outline: 0;
|
|
26520
26469
|
line-height: 1.4285714286;
|
|
@@ -26524,7 +26473,7 @@ div.k-grid-footer {
|
|
|
26524
26473
|
justify-content: center;
|
|
26525
26474
|
position: absolute;
|
|
26526
26475
|
right: 4px;
|
|
26527
|
-
bottom:
|
|
26476
|
+
bottom: calc( 8px + 0.7142857143em - calc( 1.4285714286em + 8px)/2);
|
|
26528
26477
|
z-index: 1;
|
|
26529
26478
|
}
|
|
26530
26479
|
|
|
@@ -26535,7 +26484,7 @@ div.k-grid-footer {
|
|
|
26535
26484
|
|
|
26536
26485
|
.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 {
|
|
26537
26486
|
vertical-align: text-top;
|
|
26538
|
-
margin-
|
|
26487
|
+
margin-inline-start: calc( 8px - 1px);
|
|
26539
26488
|
}
|
|
26540
26489
|
|
|
26541
26490
|
.k-grid-header .k-sort-order {
|
|
@@ -26544,7 +26493,7 @@ div.k-grid-footer {
|
|
|
26544
26493
|
height: 16px;
|
|
26545
26494
|
font-size: 12px;
|
|
26546
26495
|
margin-top: 2px;
|
|
26547
|
-
margin-
|
|
26496
|
+
margin-inline-start: -2px;
|
|
26548
26497
|
}
|
|
26549
26498
|
|
|
26550
26499
|
.k-column-resizer {
|
|
@@ -26942,15 +26891,15 @@ div.k-grid-norecords {
|
|
|
26942
26891
|
}
|
|
26943
26892
|
|
|
26944
26893
|
.k-header > .k-cell-inner {
|
|
26945
|
-
margin: -8px
|
|
26894
|
+
margin: -8px -8px;
|
|
26946
26895
|
}
|
|
26947
26896
|
|
|
26948
26897
|
.k-filterable > .k-cell-inner {
|
|
26949
|
-
margin: -
|
|
26898
|
+
margin-inline-end: calc(-1 * calc( calc( 1.4285714286em + 8px + 2px) + 4px));
|
|
26950
26899
|
}
|
|
26951
26900
|
|
|
26952
26901
|
.k-filterable > .k-cell-inner .k-link {
|
|
26953
|
-
padding-
|
|
26902
|
+
padding-inline-end: 0;
|
|
26954
26903
|
}
|
|
26955
26904
|
|
|
26956
26905
|
.k-cell-inner {
|
|
@@ -26987,6 +26936,7 @@ div.k-grid-norecords {
|
|
|
26987
26936
|
.k-cell-inner .k-grid-filter,
|
|
26988
26937
|
.k-cell-inner .k-header-column-menu {
|
|
26989
26938
|
position: static;
|
|
26939
|
+
margin-inline-end: 4px;
|
|
26990
26940
|
}
|
|
26991
26941
|
|
|
26992
26942
|
.k-cell-inner .k-grid-filter,
|
|
@@ -27265,9 +27215,7 @@ div.k-grid-norecords {
|
|
|
27265
27215
|
display: flex;
|
|
27266
27216
|
flex: 0 0 auto;
|
|
27267
27217
|
position: relative;
|
|
27268
|
-
|
|
27269
|
-
-ms-user-select: none;
|
|
27270
|
-
user-select: none;
|
|
27218
|
+
user-select: none;
|
|
27271
27219
|
}
|
|
27272
27220
|
|
|
27273
27221
|
.k-column-menu-group-header-text {
|
|
@@ -27285,30 +27233,6 @@ div.k-grid-norecords {
|
|
|
27285
27233
|
margin-right: 0;
|
|
27286
27234
|
}
|
|
27287
27235
|
|
|
27288
|
-
[dir="rtl"] .k-header > .k-cell-inner,
|
|
27289
|
-
.k-rtl .k-header > .k-cell-inner {
|
|
27290
|
-
margin-right: -8px;
|
|
27291
|
-
margin-left: calc(-1.4285714286em + -2px);
|
|
27292
|
-
}
|
|
27293
|
-
|
|
27294
|
-
[dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
|
|
27295
|
-
.k-rtl .k-header > .k-cell-inner .k-sort-order {
|
|
27296
|
-
margin-right: -2px;
|
|
27297
|
-
margin-left: 0;
|
|
27298
|
-
}
|
|
27299
|
-
|
|
27300
|
-
[dir="rtl"] .k-filterable > .k-cell-inner,
|
|
27301
|
-
.k-rtl .k-filterable > .k-cell-inner {
|
|
27302
|
-
margin-right: -8px;
|
|
27303
|
-
margin-left: calc(-1.4285714286em + -10px);
|
|
27304
|
-
}
|
|
27305
|
-
|
|
27306
|
-
[dir="rtl"] .k-filterable > .k-cell-inner .k-link,
|
|
27307
|
-
.k-rtl .k-filterable > .k-cell-inner .k-link {
|
|
27308
|
-
padding-right: 8px;
|
|
27309
|
-
padding-left: 0;
|
|
27310
|
-
}
|
|
27311
|
-
|
|
27312
27236
|
.k-ie .k-grid-header,
|
|
27313
27237
|
.k-ie .k-grid-footer {
|
|
27314
27238
|
padding-right: 17px;
|
|
@@ -27383,9 +27307,9 @@ tbody .k-group-cell {
|
|
|
27383
27307
|
background-color: whitesmoke;
|
|
27384
27308
|
}
|
|
27385
27309
|
|
|
27386
|
-
.k-grid tbody tr:not(.k-detail-row):hover,
|
|
27387
|
-
.k-grid tbody tr:not(.k-detail-row).k-state-hover,
|
|
27388
|
-
.k-grid tbody tr:not(.k-detail-row).k-hover {
|
|
27310
|
+
.k-grid tbody > tr:not(.k-detail-row):hover,
|
|
27311
|
+
.k-grid tbody > tr:not(.k-detail-row).k-state-hover,
|
|
27312
|
+
.k-grid tbody > tr:not(.k-detail-row).k-hover {
|
|
27389
27313
|
background-color: #ebebeb;
|
|
27390
27314
|
}
|
|
27391
27315
|
|
|
@@ -28140,6 +28064,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28140
28064
|
border-color: inherit;
|
|
28141
28065
|
box-sizing: border-box;
|
|
28142
28066
|
-webkit-user-select: none;
|
|
28067
|
+
-moz-user-select: none;
|
|
28143
28068
|
-ms-user-select: none;
|
|
28144
28069
|
user-select: none;
|
|
28145
28070
|
position: absolute;
|
|
@@ -28463,12 +28388,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28463
28388
|
|
|
28464
28389
|
.k-spreadsheet-filter-menu > .k-menu .k-link,
|
|
28465
28390
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
|
|
28466
|
-
padding-left:
|
|
28391
|
+
padding-left: calc( 16px + 8px);
|
|
28467
28392
|
}
|
|
28468
28393
|
|
|
28469
28394
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
28470
28395
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
|
|
28471
|
-
margin-left: -
|
|
28396
|
+
margin-left: calc(-1 * ( 16px + 4px ));
|
|
28472
28397
|
margin-right: 4px;
|
|
28473
28398
|
}
|
|
28474
28399
|
|
|
@@ -29134,9 +29059,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29134
29059
|
border-style: solid;
|
|
29135
29060
|
box-sizing: border-box;
|
|
29136
29061
|
cursor: pointer;
|
|
29137
|
-
|
|
29138
|
-
-ms-user-select: none;
|
|
29139
|
-
user-select: none;
|
|
29062
|
+
user-select: none;
|
|
29140
29063
|
}
|
|
29141
29064
|
|
|
29142
29065
|
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
@@ -29147,8 +29070,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29147
29070
|
|
|
29148
29071
|
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
29149
29072
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
29150
|
-
|
|
29151
|
-
writing-mode: vertical-rl;
|
|
29073
|
+
writing-mode: vertical-rl;
|
|
29152
29074
|
}
|
|
29153
29075
|
|
|
29154
29076
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
@@ -29173,19 +29095,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29173
29095
|
}
|
|
29174
29096
|
|
|
29175
29097
|
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
29176
|
-
right: calc(1.4285714286em +
|
|
29098
|
+
right: calc( 1.4285714286em + 8px + 2px);
|
|
29177
29099
|
}
|
|
29178
29100
|
|
|
29179
29101
|
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
|
|
29180
|
-
left: calc(1.4285714286em +
|
|
29102
|
+
left: calc( 1.4285714286em + 8px + 2px);
|
|
29181
29103
|
}
|
|
29182
29104
|
|
|
29183
29105
|
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
29184
|
-
bottom: calc(1.4285714286em +
|
|
29106
|
+
bottom: calc( 1.4285714286em + 8px + 2px);
|
|
29185
29107
|
}
|
|
29186
29108
|
|
|
29187
29109
|
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
|
|
29188
|
-
top: calc(1.4285714286em +
|
|
29110
|
+
top: calc( 1.4285714286em + 8px + 2px);
|
|
29189
29111
|
}
|
|
29190
29112
|
|
|
29191
29113
|
.k-pivotgrid-configurator-header {
|
|
@@ -29946,7 +29868,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29946
29868
|
content: "";
|
|
29947
29869
|
position: absolute;
|
|
29948
29870
|
width: 1px;
|
|
29949
|
-
top: -
|
|
29871
|
+
top: calc(-4px - 1px);
|
|
29950
29872
|
bottom: 50%;
|
|
29951
29873
|
left: -8px;
|
|
29952
29874
|
}
|
|
@@ -30133,7 +30055,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30133
30055
|
.k-filemanager-preview {
|
|
30134
30056
|
padding: 48px 16px 16px;
|
|
30135
30057
|
width: 20%;
|
|
30136
|
-
min-height:
|
|
30058
|
+
min-height: calc( 64px + 192px + 48px);
|
|
30137
30059
|
border-width: 0;
|
|
30138
30060
|
border-left-width: 1px;
|
|
30139
30061
|
border-style: solid;
|
|
@@ -30687,8 +30609,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
30687
30609
|
|
|
30688
30610
|
.k-editor-toolbar .k-tool {
|
|
30689
30611
|
padding: 4px;
|
|
30690
|
-
width: calc(1.4285714286em +
|
|
30691
|
-
height: calc(1.4285714286em +
|
|
30612
|
+
width: calc( 1.4285714286em + 8px + 2px);
|
|
30613
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
30692
30614
|
}
|
|
30693
30615
|
|
|
30694
30616
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -30750,9 +30672,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
30750
30672
|
float: left;
|
|
30751
30673
|
opacity: 1;
|
|
30752
30674
|
cursor: text;
|
|
30753
|
-
|
|
30754
|
-
-ms-user-select: none;
|
|
30755
|
-
user-select: none;
|
|
30675
|
+
user-select: none;
|
|
30756
30676
|
}
|
|
30757
30677
|
|
|
30758
30678
|
td.k-editor-content {
|
|
@@ -30862,7 +30782,7 @@ td.k-editor-content {
|
|
|
30862
30782
|
|
|
30863
30783
|
.k-editor-dialog .k-edit-label {
|
|
30864
30784
|
width: 30%;
|
|
30865
|
-
padding:
|
|
30785
|
+
padding: calc( 4px + 1px) 0;
|
|
30866
30786
|
}
|
|
30867
30787
|
|
|
30868
30788
|
.k-editor-dialog .k-edit-field {
|
|
@@ -31291,7 +31211,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31291
31211
|
|
|
31292
31212
|
.k-imageeditor-action-pane {
|
|
31293
31213
|
padding: 32px 16px;
|
|
31294
|
-
width:
|
|
31214
|
+
width: calc(240px + 1px);
|
|
31295
31215
|
border-width: 0;
|
|
31296
31216
|
border-left-width: 1px;
|
|
31297
31217
|
border-style: solid;
|
|
@@ -31339,14 +31259,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31339
31259
|
|
|
31340
31260
|
.k-imageeditor-crop .k-resize-n,
|
|
31341
31261
|
.k-imageeditor-crop .k-resize-s {
|
|
31342
|
-
left: calc(50% - 7.5px);
|
|
31262
|
+
left: calc( 50% - (7.5px));
|
|
31343
31263
|
width: 15px;
|
|
31344
31264
|
height: 0;
|
|
31345
31265
|
}
|
|
31346
31266
|
|
|
31347
31267
|
.k-imageeditor-crop .k-resize-w,
|
|
31348
31268
|
.k-imageeditor-crop .k-resize-e {
|
|
31349
|
-
top: calc(50% - 7.5px);
|
|
31269
|
+
top: calc( 50% - (7.5px));
|
|
31350
31270
|
width: 0;
|
|
31351
31271
|
height: 15px;
|
|
31352
31272
|
}
|
|
@@ -31397,7 +31317,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31397
31317
|
.k-imageeditor-canvas {
|
|
31398
31318
|
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;
|
|
31399
31319
|
background-repeat: repeat, repeat;
|
|
31400
|
-
background-position: 0px 0px,
|
|
31320
|
+
background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
|
|
31401
31321
|
transform-origin: 0 0 0;
|
|
31402
31322
|
background-origin: padding-box, padding-box;
|
|
31403
31323
|
background-size: 10px 10px, 10px 10px;
|
|
@@ -31442,7 +31362,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31442
31362
|
}
|
|
31443
31363
|
|
|
31444
31364
|
.k-gantt .k-grid-header tr {
|
|
31445
|
-
height: calc(1.4285714286em +
|
|
31365
|
+
height: calc( 1.4285714286em + 16px + 1px);
|
|
31446
31366
|
}
|
|
31447
31367
|
|
|
31448
31368
|
.k-gantt .k-grid-header .k-header {
|
|
@@ -31454,11 +31374,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31454
31374
|
}
|
|
31455
31375
|
|
|
31456
31376
|
.k-gantt .k-grid-content tr {
|
|
31457
|
-
height: calc(1.4285714286em + 16px);
|
|
31377
|
+
height: calc( 1.4285714286em + 16px + 0px);
|
|
31458
31378
|
}
|
|
31459
31379
|
|
|
31460
31380
|
.k-gantt.k-gantt-planned .k-grid-content tr {
|
|
31461
|
-
height: calc(2.4285714286em + 16px);
|
|
31381
|
+
height: calc( 2.4285714286em + 16px + 0px);
|
|
31462
31382
|
}
|
|
31463
31383
|
|
|
31464
31384
|
.k-gantt .k-gantt-layout {
|
|
@@ -31625,8 +31545,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31625
31545
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
31626
31546
|
.k-gantt-toolbar .k-gantt-create {
|
|
31627
31547
|
padding: 4px;
|
|
31628
|
-
width: calc(1.4285714286em +
|
|
31629
|
-
height: calc(1.4285714286em +
|
|
31548
|
+
width: calc( 1.4285714286em + 8px + 2px);
|
|
31549
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
31630
31550
|
}
|
|
31631
31551
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
31632
31552
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -31662,7 +31582,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31662
31582
|
}
|
|
31663
31583
|
|
|
31664
31584
|
.k-gantt-treelist .k-grid-header tr {
|
|
31665
|
-
height: calc(2.8571428571em +
|
|
31585
|
+
height: calc( 2.8571428571em + 32px + 2px);
|
|
31666
31586
|
vertical-align: bottom;
|
|
31667
31587
|
}
|
|
31668
31588
|
|
|
@@ -31676,7 +31596,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31676
31596
|
}
|
|
31677
31597
|
|
|
31678
31598
|
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
|
|
31679
|
-
height: calc(1.4285714286em +
|
|
31599
|
+
height: calc( 1.4285714286em + 16px + 1px);
|
|
31680
31600
|
}
|
|
31681
31601
|
|
|
31682
31602
|
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
|
|
@@ -31797,8 +31717,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31797
31717
|
}
|
|
31798
31718
|
|
|
31799
31719
|
.k-task-dot {
|
|
31800
|
-
width:
|
|
31801
|
-
height:
|
|
31720
|
+
width: calc( 8px + 8px);
|
|
31721
|
+
height: calc( 8px + 8px);
|
|
31802
31722
|
line-height: 1;
|
|
31803
31723
|
cursor: pointer;
|
|
31804
31724
|
display: none;
|
|
@@ -32069,7 +31989,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32069
31989
|
|
|
32070
31990
|
.k-task-planned .k-task-moment {
|
|
32071
31991
|
border-width: 2px;
|
|
32072
|
-
border-radius:
|
|
31992
|
+
border-radius: calc( ( 4px + 6px ) / 2);
|
|
32073
31993
|
border-style: solid;
|
|
32074
31994
|
height: 6px;
|
|
32075
31995
|
width: 6px;
|
|
@@ -32080,15 +32000,15 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32080
32000
|
}
|
|
32081
32001
|
|
|
32082
32002
|
.k-task-planned .k-task-moment.k-moment-left {
|
|
32083
|
-
margin-left: -4px;
|
|
32003
|
+
margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
|
|
32084
32004
|
}
|
|
32085
32005
|
|
|
32086
32006
|
.k-task-planned:hover .k-task-duration {
|
|
32087
|
-
height:
|
|
32007
|
+
height: calc( 2px + 1px);
|
|
32088
32008
|
}
|
|
32089
32009
|
|
|
32090
32010
|
.k-milestone-wrap .k-task-moment {
|
|
32091
|
-
margin-left:
|
|
32011
|
+
margin-left: calc( 6px / 2);
|
|
32092
32012
|
}
|
|
32093
32013
|
|
|
32094
32014
|
.k-planned-tooltip .k-task-content {
|
|
@@ -32889,7 +32809,7 @@ kendo-scheduler .k-event > div,
|
|
|
32889
32809
|
|
|
32890
32810
|
kendo-scheduler .k-event .k-event-template,
|
|
32891
32811
|
.k-event .k-event-template {
|
|
32892
|
-
line-height:
|
|
32812
|
+
line-height: calc( 25px - (2 * 4px));
|
|
32893
32813
|
padding: 4px 8px;
|
|
32894
32814
|
}
|
|
32895
32815
|
|
|
@@ -33305,12 +33225,12 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33305
33225
|
}
|
|
33306
33226
|
|
|
33307
33227
|
.k-scheduler-yearview .k-day-indicator {
|
|
33308
|
-
margin-top:
|
|
33228
|
+
margin-top: calc( 32px - (4px * 2));
|
|
33309
33229
|
width: 3px;
|
|
33310
33230
|
height: 3px;
|
|
33311
33231
|
border-radius: 50%;
|
|
33312
33232
|
position: absolute;
|
|
33313
|
-
left: calc(50% -
|
|
33233
|
+
left: calc( 50% - (3px / 2));
|
|
33314
33234
|
}
|
|
33315
33235
|
|
|
33316
33236
|
.k-scheduler-tooltip {
|
|
@@ -33867,11 +33787,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33867
33787
|
}
|
|
33868
33788
|
|
|
33869
33789
|
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
33870
|
-
padding-left:
|
|
33790
|
+
padding-left: calc( 32px + 8px);
|
|
33871
33791
|
}
|
|
33872
33792
|
|
|
33873
33793
|
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
33874
|
-
padding-right:
|
|
33794
|
+
padding-right: calc( 32px + 8px);
|
|
33875
33795
|
}
|
|
33876
33796
|
|
|
33877
33797
|
.k-author {
|
|
@@ -33905,9 +33825,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33905
33825
|
border-style: solid;
|
|
33906
33826
|
line-height: 18px;
|
|
33907
33827
|
cursor: pointer;
|
|
33908
|
-
|
|
33909
|
-
-ms-user-select: none;
|
|
33910
|
-
user-select: none;
|
|
33828
|
+
user-select: none;
|
|
33911
33829
|
display: inline-block;
|
|
33912
33830
|
flex: 0 0 auto;
|
|
33913
33831
|
transition-property: color, background-color, border-color;
|
|
@@ -34169,13 +34087,13 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34169
34087
|
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
|
|
34170
34088
|
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34171
34089
|
padding-left: 0;
|
|
34172
|
-
padding-right:
|
|
34090
|
+
padding-right: calc( 32px + 8px);
|
|
34173
34091
|
}
|
|
34174
34092
|
|
|
34175
34093
|
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
|
|
34176
34094
|
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34177
34095
|
padding-right: 0;
|
|
34178
|
-
padding-left:
|
|
34096
|
+
padding-left: calc( 32px + 8px);
|
|
34179
34097
|
}
|
|
34180
34098
|
|
|
34181
34099
|
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
|
|
@@ -34406,7 +34324,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34406
34324
|
border-radius: 4px;
|
|
34407
34325
|
line-height: 1.4285714286;
|
|
34408
34326
|
min-width: 80px;
|
|
34409
|
-
max-width:
|
|
34327
|
+
max-width: calc(80px + 2 * 40px);
|
|
34410
34328
|
position: relative;
|
|
34411
34329
|
z-index: 1;
|
|
34412
34330
|
}
|
|
@@ -34486,11 +34404,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34486
34404
|
}
|
|
34487
34405
|
|
|
34488
34406
|
.k-timeline-vertical {
|
|
34489
|
-
padding-left:
|
|
34407
|
+
padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
|
|
34490
34408
|
}
|
|
34491
34409
|
|
|
34492
34410
|
.k-timeline-vertical.k-timeline-dates-hidden {
|
|
34493
|
-
padding-left:
|
|
34411
|
+
padding-left: calc(40px + (80px - 6px) / 2);
|
|
34494
34412
|
}
|
|
34495
34413
|
|
|
34496
34414
|
.k-timeline-vertical::after {
|
|
@@ -34533,7 +34451,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34533
34451
|
|
|
34534
34452
|
.k-timeline-vertical .k-timeline-card .k-card {
|
|
34535
34453
|
margin-left: 16px;
|
|
34536
|
-
min-height:
|
|
34454
|
+
min-height: calc(2 * (36px - 1px));
|
|
34537
34455
|
width: 400px;
|
|
34538
34456
|
max-width: 100%;
|
|
34539
34457
|
}
|
|
@@ -34685,9 +34603,9 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34685
34603
|
|
|
34686
34604
|
.k-timeline-horizontal .k-timeline-track-wrap::after {
|
|
34687
34605
|
top: auto;
|
|
34688
|
-
bottom:
|
|
34689
|
-
left:
|
|
34690
|
-
right:
|
|
34606
|
+
bottom: calc((30px / 2) + 3px);
|
|
34607
|
+
left: calc(30px - 2 * 1px);
|
|
34608
|
+
right: calc(30px - 2 * 1px);
|
|
34691
34609
|
transform: translateY(-50%);
|
|
34692
34610
|
height: 6px;
|
|
34693
34611
|
}
|
|
@@ -34704,7 +34622,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34704
34622
|
}
|
|
34705
34623
|
|
|
34706
34624
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
|
|
34707
|
-
margin-bottom:
|
|
34625
|
+
margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
|
|
34708
34626
|
position: relative;
|
|
34709
34627
|
min-width: 60px;
|
|
34710
34628
|
}
|
|
@@ -34730,7 +34648,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34730
34648
|
height: 30px;
|
|
34731
34649
|
border-radius: 50%;
|
|
34732
34650
|
position: absolute;
|
|
34733
|
-
bottom:
|
|
34651
|
+
bottom: calc(6px + 3px + 2 * 1px);
|
|
34734
34652
|
z-index: 3;
|
|
34735
34653
|
display: flex;
|
|
34736
34654
|
align-items: center;
|
|
@@ -34751,7 +34669,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34751
34669
|
}
|
|
34752
34670
|
|
|
34753
34671
|
.k-timeline-mobile .k-timeline-flag {
|
|
34754
|
-
max-width:
|
|
34672
|
+
max-width: calc(80px + 2 * 16px);
|
|
34755
34673
|
}
|
|
34756
34674
|
|
|
34757
34675
|
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
|
|
@@ -34759,11 +34677,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34759
34677
|
}
|
|
34760
34678
|
|
|
34761
34679
|
.k-timeline-mobile.k-timeline-vertical {
|
|
34762
|
-
padding-left:
|
|
34680
|
+
padding-left: calc(calc(16px + (80px - 6px) / 2) + 50px);
|
|
34763
34681
|
}
|
|
34764
34682
|
|
|
34765
34683
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
|
|
34766
|
-
padding-left:
|
|
34684
|
+
padding-left: calc(16px + (80px - 6px) / 2);
|
|
34767
34685
|
}
|
|
34768
34686
|
|
|
34769
34687
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
|
|
@@ -34874,6 +34792,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34874
34792
|
|
|
34875
34793
|
.k-pdf-viewer .k-list-scroller .k-enable-text-select {
|
|
34876
34794
|
-webkit-user-select: text;
|
|
34795
|
+
-moz-user-select: text;
|
|
34877
34796
|
-ms-user-select: text;
|
|
34878
34797
|
user-select: text;
|
|
34879
34798
|
cursor: text;
|
|
@@ -34973,9 +34892,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34973
34892
|
|
|
34974
34893
|
.km-scrollview,
|
|
34975
34894
|
.km-scroll-container {
|
|
34976
|
-
|
|
34977
|
-
-ms-user-select: none;
|
|
34978
|
-
user-select: none;
|
|
34895
|
+
user-select: none;
|
|
34979
34896
|
border-collapse: separate;
|
|
34980
34897
|
}
|
|
34981
34898
|
|
|
@@ -35090,9 +35007,7 @@ kendo-scrollview.k-scrollview,
|
|
|
35090
35007
|
|
|
35091
35008
|
.k-scrollview-wrap .k-scrollview img,
|
|
35092
35009
|
.k-scrollview .k-scrollview-wrap img {
|
|
35093
|
-
|
|
35094
|
-
-ms-user-select: none;
|
|
35095
|
-
user-select: none;
|
|
35010
|
+
user-select: none;
|
|
35096
35011
|
}
|
|
35097
35012
|
|
|
35098
35013
|
.k-scrollview-wrap .k-scrollview > li,
|
|
@@ -35114,20 +35029,20 @@ kendo-scrollview.k-scrollview,
|
|
|
35114
35029
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
35115
35030
|
display: flex;
|
|
35116
35031
|
flex-flow: row nowrap;
|
|
35117
|
-
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
35032
|
+
width: calc( var(--kendo-scrollview-views, 1) * 100%);
|
|
35118
35033
|
transition-duration: 0.3s;
|
|
35119
35034
|
transition-timing-function: ease-in-out;
|
|
35120
|
-
transform: translateX(calc(-100
|
|
35035
|
+
transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
35121
35036
|
}
|
|
35122
35037
|
|
|
35123
35038
|
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
|
|
35124
|
-
width: calc(100
|
|
35125
|
-
flex: 0 0 calc(100
|
|
35039
|
+
width: calc( 100% / var(--kendo-scrollview-views, 1));
|
|
35040
|
+
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
|
|
35126
35041
|
}
|
|
35127
35042
|
|
|
35128
35043
|
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
35129
35044
|
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
35130
|
-
transform: translateX(calc(100
|
|
35045
|
+
transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
35131
35046
|
}
|
|
35132
35047
|
|
|
35133
35048
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
@@ -35139,7 +35054,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
|
35139
35054
|
left: 0;
|
|
35140
35055
|
right: 0;
|
|
35141
35056
|
bottom: 0;
|
|
35142
|
-
height:
|
|
35057
|
+
height: calc( 10px + 0px + 40px);
|
|
35143
35058
|
text-align: center;
|
|
35144
35059
|
}
|
|
35145
35060
|
|
|
@@ -35215,9 +35130,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
35215
35130
|
height: 60%;
|
|
35216
35131
|
top: 20%;
|
|
35217
35132
|
text-decoration: none;
|
|
35218
|
-
|
|
35219
|
-
-ms-user-select: none;
|
|
35220
|
-
user-select: none;
|
|
35133
|
+
user-select: none;
|
|
35221
35134
|
cursor: pointer;
|
|
35222
35135
|
}
|
|
35223
35136
|
|
|
@@ -35694,11 +35607,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
35694
35607
|
}
|
|
35695
35608
|
|
|
35696
35609
|
.k-treemap .k-treemap-title + .k-treemap-wrap {
|
|
35697
|
-
top:
|
|
35610
|
+
top: calc( 4px + (1.4285714286 * 14px) + 1px);
|
|
35698
35611
|
}
|
|
35699
35612
|
|
|
35700
35613
|
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
|
|
35701
|
-
left:
|
|
35614
|
+
left: calc( 4px + (1.4285714286 * 14px) + 1px);
|
|
35702
35615
|
}
|
|
35703
35616
|
|
|
35704
35617
|
.k-treemap .k-leaf {
|
|
@@ -36100,9 +36013,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36100
36013
|
.k-map .km-scroll-wrapper {
|
|
36101
36014
|
width: 100%;
|
|
36102
36015
|
height: 100%;
|
|
36103
|
-
|
|
36104
|
-
-ms-user-select: none;
|
|
36105
|
-
user-select: none;
|
|
36016
|
+
user-select: none;
|
|
36106
36017
|
position: absolute;
|
|
36107
36018
|
}
|
|
36108
36019
|
|
|
@@ -36143,8 +36054,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36143
36054
|
|
|
36144
36055
|
.k-navigator {
|
|
36145
36056
|
margin: 1em;
|
|
36146
|
-
width:
|
|
36147
|
-
height:
|
|
36057
|
+
width: calc( 48px + 4px);
|
|
36058
|
+
height: calc( 48px + 4px);
|
|
36148
36059
|
border-width: 1px;
|
|
36149
36060
|
border-style: solid;
|
|
36150
36061
|
box-sizing: border-box;
|
|
@@ -36364,3 +36275,78 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36364
36275
|
.k-orgchart-line-v {
|
|
36365
36276
|
color: #cacaca;
|
|
36366
36277
|
}
|
|
36278
|
+
|
|
36279
|
+
.k-signature {
|
|
36280
|
+
width: 250px;
|
|
36281
|
+
height: 84px;
|
|
36282
|
+
position: relative;
|
|
36283
|
+
box-sizing: border-box;
|
|
36284
|
+
display: flex;
|
|
36285
|
+
flex-direction: column;
|
|
36286
|
+
justify-content: space-between;
|
|
36287
|
+
}
|
|
36288
|
+
|
|
36289
|
+
.k-signature.k-signature-maximized {
|
|
36290
|
+
width: 750px;
|
|
36291
|
+
height: 252px;
|
|
36292
|
+
}
|
|
36293
|
+
|
|
36294
|
+
.k-signature.k-signature-maximized > .k-signature-line {
|
|
36295
|
+
border-bottom-width: 3px;
|
|
36296
|
+
}
|
|
36297
|
+
|
|
36298
|
+
.k-signature-actions {
|
|
36299
|
+
display: flex;
|
|
36300
|
+
width: min-content;
|
|
36301
|
+
margin-inline-start: auto;
|
|
36302
|
+
gap: 4px;
|
|
36303
|
+
z-index: 2;
|
|
36304
|
+
}
|
|
36305
|
+
|
|
36306
|
+
.k-signature-canvas {
|
|
36307
|
+
position: absolute;
|
|
36308
|
+
top: 0;
|
|
36309
|
+
left: 0;
|
|
36310
|
+
width: 100%;
|
|
36311
|
+
height: 100%;
|
|
36312
|
+
display: block;
|
|
36313
|
+
z-index: 1;
|
|
36314
|
+
}
|
|
36315
|
+
|
|
36316
|
+
.k-signature-line {
|
|
36317
|
+
position: absolute;
|
|
36318
|
+
z-index: 0;
|
|
36319
|
+
border-bottom-width: 1px;
|
|
36320
|
+
border-bottom-style: dashed;
|
|
36321
|
+
}
|
|
36322
|
+
|
|
36323
|
+
.k-signature-sm {
|
|
36324
|
+
padding: 2px;
|
|
36325
|
+
}
|
|
36326
|
+
|
|
36327
|
+
.k-signature-sm .k-signature-line {
|
|
36328
|
+
width: calc( 100% - 2 * 2px);
|
|
36329
|
+
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 2px);
|
|
36330
|
+
}
|
|
36331
|
+
|
|
36332
|
+
.k-signature-md {
|
|
36333
|
+
padding: 4px;
|
|
36334
|
+
}
|
|
36335
|
+
|
|
36336
|
+
.k-signature-md .k-signature-line {
|
|
36337
|
+
width: calc( 100% - 2 * 4px);
|
|
36338
|
+
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
36339
|
+
}
|
|
36340
|
+
|
|
36341
|
+
.k-signature-lg {
|
|
36342
|
+
padding: 6px;
|
|
36343
|
+
}
|
|
36344
|
+
|
|
36345
|
+
.k-signature-lg .k-signature-line {
|
|
36346
|
+
width: calc( 100% - 2 * 6px);
|
|
36347
|
+
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 6px);
|
|
36348
|
+
}
|
|
36349
|
+
|
|
36350
|
+
.k-signature .k-signature-line {
|
|
36351
|
+
border-bottom-color: rgba(36, 152, 188, 0.24);
|
|
36352
|
+
}
|