@progress/kendo-theme-bootstrap 5.4.2-dev.5 → 5.5.1-dev.0
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 +314 -329
- package/dist/all.scss +351 -215
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +8 -11
- package/scss/breadcrumb/_layout.scss +1 -1
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/grid/_theme.scss +25 -25
- package/scss/index.scss +1 -0
- package/scss/pager/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +1 -0
- package/scss/scrollview/_theme.scss +4 -4
- package/scss/signature/_index.scss +10 -0
- package/scss/signature/_layout.scss +1 -0
- package/scss/signature/_theme.scss +1 -0
- package/scss/signature/_variables.scss +45 -0
- package/scss/spreadsheet/_theme.scss +6 -6
- package/scss/tabstrip/_theme.scss +4 -4
package/dist/all.css
CHANGED
|
@@ -6563,32 +6563,23 @@ kendo-sortable {
|
|
|
6563
6563
|
}
|
|
6564
6564
|
|
|
6565
6565
|
.k-user-select-none {
|
|
6566
|
-
|
|
6567
|
-
-ms-user-select: none !important;
|
|
6568
|
-
user-select: none !important;
|
|
6566
|
+
user-select: none !important;
|
|
6569
6567
|
}
|
|
6570
6568
|
|
|
6571
6569
|
.k-user-select-auto {
|
|
6572
|
-
|
|
6573
|
-
-ms-user-select: auto !important;
|
|
6574
|
-
user-select: auto !important;
|
|
6570
|
+
user-select: auto !important;
|
|
6575
6571
|
}
|
|
6576
6572
|
|
|
6577
6573
|
.k-user-select-text {
|
|
6578
|
-
|
|
6579
|
-
-ms-user-select: text !important;
|
|
6580
|
-
user-select: text !important;
|
|
6574
|
+
user-select: text !important;
|
|
6581
6575
|
}
|
|
6582
6576
|
|
|
6583
6577
|
.k-user-select-all {
|
|
6584
|
-
|
|
6585
|
-
user-select: all !important;
|
|
6578
|
+
user-select: all !important;
|
|
6586
6579
|
}
|
|
6587
6580
|
|
|
6588
6581
|
.k-user-select-contain {
|
|
6589
|
-
|
|
6590
|
-
-ms-user-select: element !important;
|
|
6591
|
-
user-select: contain !important;
|
|
6582
|
+
user-select: contain !important;
|
|
6592
6583
|
}
|
|
6593
6584
|
|
|
6594
6585
|
.k-cursor-auto {
|
|
@@ -11885,18 +11876,18 @@ a.k-badge:hover,
|
|
|
11885
11876
|
}
|
|
11886
11877
|
|
|
11887
11878
|
.k-badge-circle.k-badge-sm {
|
|
11888
|
-
width: calc(
|
|
11889
|
-
height: calc(
|
|
11879
|
+
width: calc( 1em + 0.35em + 2px);
|
|
11880
|
+
height: calc( 1em + 0.35em + 2px);
|
|
11890
11881
|
}
|
|
11891
11882
|
|
|
11892
11883
|
.k-badge-circle.k-badge-md {
|
|
11893
|
-
width: calc(
|
|
11894
|
-
height: calc(
|
|
11884
|
+
width: calc( 1em + 0.7em + 2px);
|
|
11885
|
+
height: calc( 1em + 0.7em + 2px);
|
|
11895
11886
|
}
|
|
11896
11887
|
|
|
11897
11888
|
.k-badge-circle.k-badge-lg {
|
|
11898
|
-
width: calc(
|
|
11899
|
-
height: calc(
|
|
11889
|
+
width: calc( 1.25em + 1.05em + 2px);
|
|
11890
|
+
height: calc( 1.25em + 1.05em + 2px);
|
|
11900
11891
|
}
|
|
11901
11892
|
|
|
11902
11893
|
.k-badge-dot {
|
|
@@ -12148,9 +12139,7 @@ kendo-badge-container {
|
|
|
12148
12139
|
justify-content: center;
|
|
12149
12140
|
gap: 0.5rem;
|
|
12150
12141
|
vertical-align: middle;
|
|
12151
|
-
|
|
12152
|
-
-ms-user-select: none;
|
|
12153
|
-
user-select: none;
|
|
12142
|
+
user-select: none;
|
|
12154
12143
|
cursor: pointer;
|
|
12155
12144
|
outline: none;
|
|
12156
12145
|
-webkit-appearance: none;
|
|
@@ -12221,8 +12210,8 @@ kendo-badge-container {
|
|
|
12221
12210
|
}
|
|
12222
12211
|
|
|
12223
12212
|
.k-icon-button.k-button-sm > .k-button-icon {
|
|
12224
|
-
min-width: 1.
|
|
12225
|
-
min-height: 1.
|
|
12213
|
+
min-width: calc( 1rem * 1.5);
|
|
12214
|
+
min-height: calc( 1rem * 1.5);
|
|
12226
12215
|
}
|
|
12227
12216
|
|
|
12228
12217
|
.k-icon-button.k-button-md {
|
|
@@ -12230,8 +12219,8 @@ kendo-badge-container {
|
|
|
12230
12219
|
}
|
|
12231
12220
|
|
|
12232
12221
|
.k-icon-button.k-button-md > .k-button-icon {
|
|
12233
|
-
min-width: 1.
|
|
12234
|
-
min-height: 1.
|
|
12222
|
+
min-width: calc( 1rem * 1.5);
|
|
12223
|
+
min-height: calc( 1rem * 1.5);
|
|
12235
12224
|
}
|
|
12236
12225
|
|
|
12237
12226
|
.k-icon-button.k-button-lg {
|
|
@@ -12239,8 +12228,8 @@ kendo-badge-container {
|
|
|
12239
12228
|
}
|
|
12240
12229
|
|
|
12241
12230
|
.k-icon-button.k-button-lg > .k-button-icon {
|
|
12242
|
-
min-width: 1.
|
|
12243
|
-
min-height: 1.
|
|
12231
|
+
min-width: calc( 1rem * 1.5);
|
|
12232
|
+
min-height: calc( 1rem * 1.5);
|
|
12244
12233
|
}
|
|
12245
12234
|
|
|
12246
12235
|
.k-button-square {
|
|
@@ -13423,20 +13412,11 @@ kendo-badge-container {
|
|
|
13423
13412
|
margin: 0;
|
|
13424
13413
|
}
|
|
13425
13414
|
|
|
13426
|
-
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
|
|
13427
|
-
color: #6c757d;
|
|
13428
|
-
opacity: 1;
|
|
13429
|
-
-ms-user-select: none;
|
|
13430
|
-
user-select: none;
|
|
13431
|
-
}
|
|
13432
|
-
|
|
13433
13415
|
.k-input::placeholder,
|
|
13434
13416
|
.k-picker::placeholder {
|
|
13435
13417
|
color: #6c757d;
|
|
13436
13418
|
opacity: 1;
|
|
13437
|
-
|
|
13438
|
-
-ms-user-select: none;
|
|
13439
|
-
user-select: none;
|
|
13419
|
+
user-select: none;
|
|
13440
13420
|
}
|
|
13441
13421
|
|
|
13442
13422
|
.k-input:-ms-input-placeholder,
|
|
@@ -13485,8 +13465,7 @@ textarea.k-textarea[disabled] {
|
|
|
13485
13465
|
|
|
13486
13466
|
select.k-picker {
|
|
13487
13467
|
padding: 0.375rem 0.75rem;
|
|
13488
|
-
|
|
13489
|
-
appearance: auto;
|
|
13468
|
+
appearance: auto;
|
|
13490
13469
|
}
|
|
13491
13470
|
|
|
13492
13471
|
select.k-picker:disabled, select.k-picker[disabled] {
|
|
@@ -13527,19 +13506,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13527
13506
|
display: none;
|
|
13528
13507
|
}
|
|
13529
13508
|
|
|
13530
|
-
.k-input-inner:-ms-input-placeholder {
|
|
13531
|
-
color: #6c757d;
|
|
13532
|
-
opacity: 1;
|
|
13533
|
-
-ms-user-select: none;
|
|
13534
|
-
user-select: none;
|
|
13535
|
-
}
|
|
13536
|
-
|
|
13537
13509
|
.k-input-inner::placeholder {
|
|
13538
13510
|
color: #6c757d;
|
|
13539
13511
|
opacity: 1;
|
|
13540
|
-
|
|
13541
|
-
-ms-user-select: none;
|
|
13542
|
-
user-select: none;
|
|
13512
|
+
user-select: none;
|
|
13543
13513
|
}
|
|
13544
13514
|
|
|
13545
13515
|
.k-input-inner:-ms-input-placeholder {
|
|
@@ -13791,14 +13761,14 @@ textarea.k-input-inner {
|
|
|
13791
13761
|
.k-picker-sm .k-clear-value,
|
|
13792
13762
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
13793
13763
|
.k-picker-sm .k-input-suffix > .k-icon {
|
|
13794
|
-
width: calc(16px + 0.5rem);
|
|
13795
|
-
height: calc(16px + 0.5rem);
|
|
13764
|
+
width: calc( 16px + 0.5rem);
|
|
13765
|
+
height: calc( 16px + 0.5rem);
|
|
13796
13766
|
}
|
|
13797
13767
|
|
|
13798
13768
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
13799
13769
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
13800
|
-
width: 1.5em;
|
|
13801
|
-
height: 1.5em;
|
|
13770
|
+
width: calc( 1.5em);
|
|
13771
|
+
height: calc( 1.5em);
|
|
13802
13772
|
padding: 0.25rem;
|
|
13803
13773
|
box-sizing: content-box;
|
|
13804
13774
|
}
|
|
@@ -13854,14 +13824,14 @@ textarea.k-input-inner {
|
|
|
13854
13824
|
.k-picker-md .k-clear-value,
|
|
13855
13825
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
13856
13826
|
.k-picker-md .k-input-suffix > .k-icon {
|
|
13857
|
-
width: calc(16px + 0.75rem);
|
|
13858
|
-
height: calc(16px + 0.75rem);
|
|
13827
|
+
width: calc( 16px + 0.75rem);
|
|
13828
|
+
height: calc( 16px + 0.75rem);
|
|
13859
13829
|
}
|
|
13860
13830
|
|
|
13861
13831
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
13862
13832
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
13863
|
-
width: 1.5em;
|
|
13864
|
-
height: 1.5em;
|
|
13833
|
+
width: calc( 1.5em);
|
|
13834
|
+
height: calc( 1.5em);
|
|
13865
13835
|
padding: 0.375rem;
|
|
13866
13836
|
box-sizing: content-box;
|
|
13867
13837
|
}
|
|
@@ -13917,14 +13887,14 @@ textarea.k-input-inner {
|
|
|
13917
13887
|
.k-picker-lg .k-clear-value,
|
|
13918
13888
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
13919
13889
|
.k-picker-lg .k-input-suffix > .k-icon {
|
|
13920
|
-
width: calc(16px + 1rem);
|
|
13921
|
-
height: calc(16px + 1rem);
|
|
13890
|
+
width: calc( 16px + 1rem);
|
|
13891
|
+
height: calc( 16px + 1rem);
|
|
13922
13892
|
}
|
|
13923
13893
|
|
|
13924
13894
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
13925
13895
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
13926
|
-
width: 1.5em;
|
|
13927
|
-
height: 1.5em;
|
|
13896
|
+
width: calc( 1.5em);
|
|
13897
|
+
height: calc( 1.5em);
|
|
13928
13898
|
padding: 0.5rem;
|
|
13929
13899
|
box-sizing: content-box;
|
|
13930
13900
|
}
|
|
@@ -14191,7 +14161,7 @@ textarea.k-input-inner {
|
|
|
14191
14161
|
}
|
|
14192
14162
|
|
|
14193
14163
|
.k-floating-label-container {
|
|
14194
|
-
padding-top: 1.
|
|
14164
|
+
padding-top: calc( 1.5 * 1rem);
|
|
14195
14165
|
box-sizing: border-box;
|
|
14196
14166
|
display: inline-flex;
|
|
14197
14167
|
vertical-align: middle;
|
|
@@ -14213,8 +14183,8 @@ textarea.k-input-inner {
|
|
|
14213
14183
|
white-space: nowrap;
|
|
14214
14184
|
text-overflow: ellipsis;
|
|
14215
14185
|
position: absolute;
|
|
14216
|
-
top: calc(1.
|
|
14217
|
-
left: calc(0.75rem + 1px);
|
|
14186
|
+
top: calc( calc( 1.5 * 1rem) + 1px + 0.375rem);
|
|
14187
|
+
left: calc( 0.75rem + 1px);
|
|
14218
14188
|
overflow: hidden;
|
|
14219
14189
|
cursor: text;
|
|
14220
14190
|
transform-origin: left center;
|
|
@@ -14227,8 +14197,8 @@ textarea.k-input-inner {
|
|
|
14227
14197
|
}
|
|
14228
14198
|
|
|
14229
14199
|
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14230
|
-
top: calc(1.
|
|
14231
|
-
left: calc(0.75rem + 1px);
|
|
14200
|
+
top: calc( calc( 1.5 * 1rem) + 1px + 0.375rem);
|
|
14201
|
+
left: calc( 0.75rem + 1px);
|
|
14232
14202
|
transform: scale(1);
|
|
14233
14203
|
pointer-events: none;
|
|
14234
14204
|
}
|
|
@@ -14247,10 +14217,6 @@ textarea.k-input-inner {
|
|
|
14247
14217
|
transform: scale(1);
|
|
14248
14218
|
}
|
|
14249
14219
|
|
|
14250
|
-
.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 {
|
|
14251
|
-
color: transparent;
|
|
14252
|
-
}
|
|
14253
|
-
|
|
14254
14220
|
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14255
14221
|
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14256
14222
|
color: transparent;
|
|
@@ -14266,7 +14232,7 @@ textarea.k-input-inner {
|
|
|
14266
14232
|
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14267
14233
|
.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 {
|
|
14268
14234
|
left: auto;
|
|
14269
|
-
right: calc(0.75rem + 1px);
|
|
14235
|
+
right: calc( 0.75rem + 1px);
|
|
14270
14236
|
}
|
|
14271
14237
|
|
|
14272
14238
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -14859,9 +14825,7 @@ textarea.k-input-inner {
|
|
|
14859
14825
|
position: relative;
|
|
14860
14826
|
overflow: hidden;
|
|
14861
14827
|
cursor: pointer;
|
|
14862
|
-
|
|
14863
|
-
-ms-user-select: none;
|
|
14864
|
-
user-select: none;
|
|
14828
|
+
user-select: none;
|
|
14865
14829
|
}
|
|
14866
14830
|
|
|
14867
14831
|
.k-chip *,
|
|
@@ -15250,7 +15214,7 @@ textarea.k-input-inner {
|
|
|
15250
15214
|
}
|
|
15251
15215
|
|
|
15252
15216
|
.k-icon-color-preview .k-color-preview-mask {
|
|
15253
|
-
width:
|
|
15217
|
+
width: calc( 16px - 2px);
|
|
15254
15218
|
height: 2px;
|
|
15255
15219
|
}
|
|
15256
15220
|
|
|
@@ -15413,32 +15377,32 @@ textarea.k-input-inner {
|
|
|
15413
15377
|
top: 100%;
|
|
15414
15378
|
left: 0;
|
|
15415
15379
|
animation: spinner-3-segment 2s ease infinite;
|
|
15416
|
-
animation-delay: -
|
|
15380
|
+
animation-delay: calc( -2s / 3);
|
|
15417
15381
|
}
|
|
15418
15382
|
|
|
15419
15383
|
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
|
|
15420
15384
|
top: 100%;
|
|
15421
15385
|
left: 100%;
|
|
15422
15386
|
animation: spinner-3-segment 2s ease infinite;
|
|
15423
|
-
animation-delay: -
|
|
15387
|
+
animation-delay: calc( -4s / 3);
|
|
15424
15388
|
}
|
|
15425
15389
|
|
|
15426
15390
|
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
|
|
15427
15391
|
margin: 0.125rem;
|
|
15428
|
-
width: 0.
|
|
15429
|
-
height: 0.
|
|
15392
|
+
width: calc( 1rem - 0.25rem);
|
|
15393
|
+
height: calc( 0.8660254038rem - 0.25rem);
|
|
15430
15394
|
}
|
|
15431
15395
|
|
|
15432
15396
|
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
|
|
15433
15397
|
margin: 0.25rem;
|
|
15434
|
-
width:
|
|
15435
|
-
height: 1.
|
|
15398
|
+
width: calc( 2rem - 0.5rem);
|
|
15399
|
+
height: calc( 1.7320508076rem - 0.5rem);
|
|
15436
15400
|
}
|
|
15437
15401
|
|
|
15438
15402
|
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
|
|
15439
15403
|
margin: 0.5rem;
|
|
15440
|
-
width:
|
|
15441
|
-
height:
|
|
15404
|
+
width: calc( 4rem - 1rem);
|
|
15405
|
+
height: calc( 3.4641016152rem - 1rem);
|
|
15442
15406
|
}
|
|
15443
15407
|
|
|
15444
15408
|
@keyframes spinner-4-segment-1 {
|
|
@@ -15818,9 +15782,7 @@ textarea.k-input-inner {
|
|
|
15818
15782
|
flex-flow: column nowrap;
|
|
15819
15783
|
flex: none;
|
|
15820
15784
|
position: relative;
|
|
15821
|
-
|
|
15822
|
-
-ms-user-select: none;
|
|
15823
|
-
user-select: none;
|
|
15785
|
+
user-select: none;
|
|
15824
15786
|
}
|
|
15825
15787
|
|
|
15826
15788
|
.k-menu-item-content {
|
|
@@ -15892,12 +15854,12 @@ textarea.k-input-inner {
|
|
|
15892
15854
|
|
|
15893
15855
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
15894
15856
|
padding: 0.25rem 1rem;
|
|
15895
|
-
padding-right: calc(2rem + 16px);
|
|
15857
|
+
padding-right: calc( 2rem + 16px);
|
|
15896
15858
|
}
|
|
15897
15859
|
|
|
15898
15860
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
15899
15861
|
margin-inline-start: 1rem;
|
|
15900
|
-
margin-inline-end: calc(-1
|
|
15862
|
+
margin-inline-end: calc( -1 * (calc( 2rem + 16px) - 0.5rem));
|
|
15901
15863
|
}
|
|
15902
15864
|
|
|
15903
15865
|
.k-menu-vertical > .k-separator {
|
|
@@ -15961,12 +15923,12 @@ textarea.k-input-inner {
|
|
|
15961
15923
|
|
|
15962
15924
|
.k-menu-group-sm .k-menu-link {
|
|
15963
15925
|
padding: 0.125rem 1rem;
|
|
15964
|
-
padding-inline-end: calc(2rem + 16px);
|
|
15926
|
+
padding-inline-end: calc( 2rem + 16px);
|
|
15965
15927
|
}
|
|
15966
15928
|
|
|
15967
15929
|
.k-menu-group-sm .k-menu-expand-arrow {
|
|
15968
15930
|
margin-inline-start: 1rem;
|
|
15969
|
-
margin-inline-end: calc(-1
|
|
15931
|
+
margin-inline-end: calc( -1 * (calc( 2rem + 16px) - 0.5rem));
|
|
15970
15932
|
}
|
|
15971
15933
|
|
|
15972
15934
|
.k-menu-group-md {
|
|
@@ -15981,12 +15943,12 @@ textarea.k-input-inner {
|
|
|
15981
15943
|
|
|
15982
15944
|
.k-menu-group-md .k-menu-link {
|
|
15983
15945
|
padding: 0.25rem 1rem;
|
|
15984
|
-
padding-inline-end: calc(2rem + 16px);
|
|
15946
|
+
padding-inline-end: calc( 2rem + 16px);
|
|
15985
15947
|
}
|
|
15986
15948
|
|
|
15987
15949
|
.k-menu-group-md .k-menu-expand-arrow {
|
|
15988
15950
|
margin-inline-start: 1rem;
|
|
15989
|
-
margin-inline-end: calc(-1
|
|
15951
|
+
margin-inline-end: calc( -1 * (calc( 2rem + 16px) - 0.5rem));
|
|
15990
15952
|
}
|
|
15991
15953
|
|
|
15992
15954
|
.k-menu-group-lg {
|
|
@@ -16001,12 +15963,12 @@ textarea.k-input-inner {
|
|
|
16001
15963
|
|
|
16002
15964
|
.k-menu-group-lg .k-menu-link {
|
|
16003
15965
|
padding: 0.375rem 1rem;
|
|
16004
|
-
padding-inline-end: calc(2rem + 16px);
|
|
15966
|
+
padding-inline-end: calc( 2rem + 16px);
|
|
16005
15967
|
}
|
|
16006
15968
|
|
|
16007
15969
|
.k-menu-group-lg .k-menu-expand-arrow {
|
|
16008
15970
|
margin-inline-start: 1rem;
|
|
16009
|
-
margin-inline-end: calc(-1
|
|
15971
|
+
margin-inline-end: calc( -1 * (calc( 2rem + 16px) - 0.5rem));
|
|
16010
15972
|
}
|
|
16011
15973
|
|
|
16012
15974
|
.k-popups-wrapper {
|
|
@@ -16106,13 +16068,13 @@ textarea.k-input-inner {
|
|
|
16106
16068
|
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
16107
16069
|
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16108
16070
|
padding-right: 1rem;
|
|
16109
|
-
padding-left: calc(2rem + 16px);
|
|
16071
|
+
padding-left: calc( 2rem + 16px);
|
|
16110
16072
|
}
|
|
16111
16073
|
|
|
16112
16074
|
.k-rtl .k-menu-group .k-menu-link,
|
|
16113
16075
|
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
16114
16076
|
padding-right: 1rem;
|
|
16115
|
-
padding-left: calc(2rem + 16px);
|
|
16077
|
+
padding-left: calc( 2rem + 16px);
|
|
16116
16078
|
}
|
|
16117
16079
|
|
|
16118
16080
|
.k-menu.k-menu-horizontal:not(.k-context-menu) {
|
|
@@ -16230,7 +16192,7 @@ textarea.k-input-inner {
|
|
|
16230
16192
|
|
|
16231
16193
|
.k-toolbar::before {
|
|
16232
16194
|
content: "";
|
|
16233
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
16195
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
16234
16196
|
margin-inline-start: -0.5rem;
|
|
16235
16197
|
}
|
|
16236
16198
|
|
|
@@ -16646,7 +16608,8 @@ kendo-label > .k-label {
|
|
|
16646
16608
|
|
|
16647
16609
|
.k-form .k-multiselect,
|
|
16648
16610
|
.k-form .k-floating-label-container,
|
|
16649
|
-
.k-form .k-daterangepicker .k-dateinput
|
|
16611
|
+
.k-form .k-daterangepicker .k-dateinput,
|
|
16612
|
+
.k-form .k-signature {
|
|
16650
16613
|
display: inline-flex;
|
|
16651
16614
|
width: 100%;
|
|
16652
16615
|
}
|
|
@@ -16705,7 +16668,7 @@ kendo-label > .k-label {
|
|
|
16705
16668
|
}
|
|
16706
16669
|
|
|
16707
16670
|
.k-form-horizontal .k-form-field-wrap {
|
|
16708
|
-
max-width: calc(
|
|
16671
|
+
max-width: calc( ( 100% - 25% ) - 10px);
|
|
16709
16672
|
flex: 1 1 auto;
|
|
16710
16673
|
}
|
|
16711
16674
|
|
|
@@ -16772,7 +16735,7 @@ kendo-label > .k-label {
|
|
|
16772
16735
|
width: 25%;
|
|
16773
16736
|
text-align: right;
|
|
16774
16737
|
line-height: 1.5;
|
|
16775
|
-
padding: calc(0.5rem + 1px) 0;
|
|
16738
|
+
padding: calc( 0.5rem + 1px) 0;
|
|
16776
16739
|
padding-right: 1.5rem;
|
|
16777
16740
|
align-self: center;
|
|
16778
16741
|
}
|
|
@@ -16821,7 +16784,7 @@ kendo-label > .k-label {
|
|
|
16821
16784
|
|
|
16822
16785
|
.k-edit-label {
|
|
16823
16786
|
margin: 0 0 1rem 0;
|
|
16824
|
-
padding: calc(0.375rem + 1px) 0;
|
|
16787
|
+
padding: calc( 0.375rem + 1px) 0;
|
|
16825
16788
|
width: 30%;
|
|
16826
16789
|
line-height: 1.5;
|
|
16827
16790
|
text-align: right;
|
|
@@ -16838,7 +16801,7 @@ kendo-label > .k-label {
|
|
|
16838
16801
|
}
|
|
16839
16802
|
|
|
16840
16803
|
.k-edit-field.k-no-editor {
|
|
16841
|
-
padding: calc(0.375rem + 1px) 0;
|
|
16804
|
+
padding: calc( 0.375rem + 1px) 0;
|
|
16842
16805
|
}
|
|
16843
16806
|
|
|
16844
16807
|
.k-edit-field > .k-widget {
|
|
@@ -16890,12 +16853,12 @@ kendo-label > .k-label {
|
|
|
16890
16853
|
}
|
|
16891
16854
|
|
|
16892
16855
|
.k-form-inline .k-form-field > span:not(.k-widget) {
|
|
16893
|
-
padding: calc(0.5rem - 1px) 0;
|
|
16856
|
+
padding: calc( 0.5rem - 1px) 0;
|
|
16894
16857
|
padding-right: 1rem;
|
|
16895
16858
|
}
|
|
16896
16859
|
|
|
16897
16860
|
.k-edit-label {
|
|
16898
|
-
padding: calc(0.5rem - 1px) 0;
|
|
16861
|
+
padding: calc( 0.5rem - 1px) 0;
|
|
16899
16862
|
}
|
|
16900
16863
|
|
|
16901
16864
|
.k-form,
|
|
@@ -17090,7 +17053,7 @@ kendo-label > .k-label {
|
|
|
17090
17053
|
}
|
|
17091
17054
|
|
|
17092
17055
|
.k-validator-tooltip {
|
|
17093
|
-
margin-top: 0.4rem;
|
|
17056
|
+
margin-top: calc( 0.4rem + 0px);
|
|
17094
17057
|
width: auto;
|
|
17095
17058
|
white-space: normal;
|
|
17096
17059
|
display: flex;
|
|
@@ -17369,7 +17332,7 @@ kendo-label > .k-label {
|
|
|
17369
17332
|
}
|
|
17370
17333
|
|
|
17371
17334
|
.k-progressbar-horizontal {
|
|
17372
|
-
width:
|
|
17335
|
+
width: 100%;
|
|
17373
17336
|
height: 1rem;
|
|
17374
17337
|
grid-template-columns: 1fr;
|
|
17375
17338
|
grid-template-rows: 100%;
|
|
@@ -17382,13 +17345,13 @@ kendo-label > .k-label {
|
|
|
17382
17345
|
.k-progressbar-horizontal > .k-state-selected,
|
|
17383
17346
|
.k-progressbar-horizontal > .k-selected {
|
|
17384
17347
|
width: 0;
|
|
17385
|
-
width: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17348
|
+
width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
17386
17349
|
flex-direction: row;
|
|
17387
17350
|
}
|
|
17388
17351
|
|
|
17389
17352
|
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
17390
17353
|
.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
17391
|
-
width: calc(100
|
|
17354
|
+
width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
17392
17355
|
}
|
|
17393
17356
|
|
|
17394
17357
|
.k-progressbar-horizontal > ul {
|
|
@@ -17419,14 +17382,13 @@ kendo-label > .k-label {
|
|
|
17419
17382
|
}
|
|
17420
17383
|
|
|
17421
17384
|
.k-progressbar-vertical .k-progress-status {
|
|
17422
|
-
|
|
17423
|
-
writing-mode: vertical-lr;
|
|
17385
|
+
writing-mode: vertical-lr;
|
|
17424
17386
|
}
|
|
17425
17387
|
|
|
17426
17388
|
.k-progressbar-vertical > .k-state-selected,
|
|
17427
17389
|
.k-progressbar-vertical > .k-selected {
|
|
17428
17390
|
height: 0;
|
|
17429
|
-
height: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17391
|
+
height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
17430
17392
|
flex-direction: column-reverse;
|
|
17431
17393
|
align-self: flex-end;
|
|
17432
17394
|
align-items: flex-end;
|
|
@@ -17434,7 +17396,7 @@ kendo-label > .k-label {
|
|
|
17434
17396
|
|
|
17435
17397
|
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
|
|
17436
17398
|
.k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
|
|
17437
|
-
height: calc(100
|
|
17399
|
+
height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
17438
17400
|
}
|
|
17439
17401
|
|
|
17440
17402
|
.k-progressbar-vertical > ul {
|
|
@@ -17853,7 +17815,7 @@ kendo-label > .k-label {
|
|
|
17853
17815
|
.k-slider {
|
|
17854
17816
|
width: min-content;
|
|
17855
17817
|
height: min-content;
|
|
17856
|
-
gap:
|
|
17818
|
+
gap: calc( 14px / 2);
|
|
17857
17819
|
}
|
|
17858
17820
|
|
|
17859
17821
|
.k-slider .k-button {
|
|
@@ -17876,9 +17838,7 @@ kendo-label > .k-label {
|
|
|
17876
17838
|
display: flex;
|
|
17877
17839
|
flex-flow: inherit;
|
|
17878
17840
|
justify-content: space-between;
|
|
17879
|
-
|
|
17880
|
-
-ms-user-select: none;
|
|
17881
|
-
user-select: none;
|
|
17841
|
+
user-select: none;
|
|
17882
17842
|
}
|
|
17883
17843
|
|
|
17884
17844
|
.k-slider .k-slider-track-wrap .k-tick {
|
|
@@ -17918,31 +17878,31 @@ kendo-label > .k-label {
|
|
|
17918
17878
|
}
|
|
17919
17879
|
|
|
17920
17880
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17921
|
-
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17922
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17881
|
+
width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
17882
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17923
17883
|
}
|
|
17924
17884
|
|
|
17925
17885
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17926
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17886
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17927
17887
|
}
|
|
17928
17888
|
|
|
17929
17889
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17930
|
-
left: calc(var(--kendo-slider-end, 0)*1%);
|
|
17890
|
+
left: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17931
17891
|
}
|
|
17932
17892
|
|
|
17933
17893
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17934
17894
|
left: unset;
|
|
17935
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17895
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17936
17896
|
}
|
|
17937
17897
|
|
|
17938
17898
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17939
17899
|
left: unset;
|
|
17940
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17900
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17941
17901
|
}
|
|
17942
17902
|
|
|
17943
17903
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17944
17904
|
left: unset;
|
|
17945
|
-
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
17905
|
+
right: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17946
17906
|
}
|
|
17947
17907
|
|
|
17948
17908
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
@@ -17973,16 +17933,16 @@ kendo-label > .k-label {
|
|
|
17973
17933
|
}
|
|
17974
17934
|
|
|
17975
17935
|
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
|
|
17976
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17977
|
-
height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17936
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17937
|
+
height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
17978
17938
|
}
|
|
17979
17939
|
|
|
17980
17940
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
|
|
17981
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17941
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17982
17942
|
}
|
|
17983
17943
|
|
|
17984
17944
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
|
|
17985
|
-
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
17945
|
+
bottom: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17986
17946
|
}
|
|
17987
17947
|
|
|
17988
17948
|
.k-slider-vertical {
|
|
@@ -18301,13 +18261,13 @@ kendo-label > .k-label {
|
|
|
18301
18261
|
}
|
|
18302
18262
|
|
|
18303
18263
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
18304
|
-
padding-left:
|
|
18305
|
-
padding-right:
|
|
18264
|
+
padding-left: calc( 14px / 2);
|
|
18265
|
+
padding-right: calc( 14px / 2);
|
|
18306
18266
|
}
|
|
18307
18267
|
|
|
18308
18268
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
18309
|
-
padding-top:
|
|
18310
|
-
padding-bottom:
|
|
18269
|
+
padding-top: calc( 14px / 2);
|
|
18270
|
+
padding-bottom: calc( 14px / 2);
|
|
18311
18271
|
}
|
|
18312
18272
|
|
|
18313
18273
|
.k-slider {
|
|
@@ -18374,9 +18334,7 @@ kendo-label > .k-label {
|
|
|
18374
18334
|
overflow: hidden;
|
|
18375
18335
|
display: inline-flex;
|
|
18376
18336
|
flex-flow: column nowrap;
|
|
18377
|
-
|
|
18378
|
-
-ms-user-select: none;
|
|
18379
|
-
user-select: none;
|
|
18337
|
+
user-select: none;
|
|
18380
18338
|
-webkit-touch-callout: none;
|
|
18381
18339
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18382
18340
|
}
|
|
@@ -18723,6 +18681,10 @@ kendo-label > .k-label {
|
|
|
18723
18681
|
display: none;
|
|
18724
18682
|
}
|
|
18725
18683
|
|
|
18684
|
+
.k-calendar-range .k-calendar-view:focus {
|
|
18685
|
+
outline: 0;
|
|
18686
|
+
}
|
|
18687
|
+
|
|
18726
18688
|
.k-calendar-range .k-range-start {
|
|
18727
18689
|
border-color: inherit;
|
|
18728
18690
|
border-top-right-radius: 0;
|
|
@@ -18974,9 +18936,7 @@ kendo-label > .k-label {
|
|
|
18974
18936
|
overflow: hidden;
|
|
18975
18937
|
display: flex;
|
|
18976
18938
|
flex-flow: column nowrap;
|
|
18977
|
-
|
|
18978
|
-
-ms-user-select: none;
|
|
18979
|
-
user-select: none;
|
|
18939
|
+
user-select: none;
|
|
18980
18940
|
-webkit-touch-callout: none;
|
|
18981
18941
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18982
18942
|
}
|
|
@@ -19020,12 +18980,12 @@ kendo-label > .k-label {
|
|
|
19020
18980
|
.k-time-highlight,
|
|
19021
18981
|
.k-time-list-highlight {
|
|
19022
18982
|
width: 100%;
|
|
19023
|
-
height:
|
|
18983
|
+
height: calc( 1.5rem + 0.5rem);
|
|
19024
18984
|
border-width: 1px 0px;
|
|
19025
18985
|
border-style: solid;
|
|
19026
18986
|
box-sizing: border-box;
|
|
19027
18987
|
position: absolute;
|
|
19028
|
-
top: calc(50% + 0.65625rem);
|
|
18988
|
+
top: calc( 50% + 0.65625rem);
|
|
19029
18989
|
left: 0;
|
|
19030
18990
|
right: 0;
|
|
19031
18991
|
transform: translateY(-50%);
|
|
@@ -19061,7 +19021,7 @@ kendo-label > .k-label {
|
|
|
19061
19021
|
width: 100%;
|
|
19062
19022
|
left: 0;
|
|
19063
19023
|
pointer-events: none;
|
|
19064
|
-
height: calc(50% -
|
|
19024
|
+
height: calc( 50% - calc( 1.5rem + 0.5rem)/2);
|
|
19065
19025
|
box-sizing: border-box;
|
|
19066
19026
|
border-width: 0;
|
|
19067
19027
|
border-style: solid;
|
|
@@ -19151,14 +19111,14 @@ kendo-label > .k-label {
|
|
|
19151
19111
|
|
|
19152
19112
|
.k-time-separator {
|
|
19153
19113
|
width: 0;
|
|
19154
|
-
height:
|
|
19114
|
+
height: calc( 1.5rem + 0.5rem);
|
|
19155
19115
|
align-self: center;
|
|
19156
19116
|
display: inline-flex;
|
|
19157
19117
|
justify-content: center;
|
|
19158
19118
|
align-items: center;
|
|
19159
19119
|
position: relative;
|
|
19160
19120
|
z-index: 11;
|
|
19161
|
-
top: 0.65625rem;
|
|
19121
|
+
top: calc( 0.65625rem);
|
|
19162
19122
|
}
|
|
19163
19123
|
|
|
19164
19124
|
.k-timeselector {
|
|
@@ -19356,9 +19316,7 @@ kendo-label > .k-label {
|
|
|
19356
19316
|
border-radius: 0.25rem;
|
|
19357
19317
|
position: relative;
|
|
19358
19318
|
flex: 1 1 auto;
|
|
19359
|
-
|
|
19360
|
-
-ms-user-select: none;
|
|
19361
|
-
user-select: none;
|
|
19319
|
+
user-select: none;
|
|
19362
19320
|
-ms-touch-action: pinch-zoom double-tap-zoom;
|
|
19363
19321
|
}
|
|
19364
19322
|
|
|
@@ -19604,7 +19562,7 @@ kendo-label > .k-label {
|
|
|
19604
19562
|
}
|
|
19605
19563
|
|
|
19606
19564
|
.k-coloreditor-views {
|
|
19607
|
-
min-width: calc(var(--kendo-color-preview-width, 1.5rem)*var(--kendo-color-preview-columns, 10));
|
|
19565
|
+
min-width: calc( var(--kendo-color-preview-width, 1.5rem) * var(--kendo-color-preview-columns, 10));
|
|
19608
19566
|
padding: 1rem 1rem;
|
|
19609
19567
|
gap: 1rem;
|
|
19610
19568
|
}
|
|
@@ -19652,7 +19610,7 @@ kendo-label > .k-label {
|
|
|
19652
19610
|
}
|
|
19653
19611
|
|
|
19654
19612
|
.k-datetime-wrap {
|
|
19655
|
-
width: calc(304px + 2rem);
|
|
19613
|
+
width: calc( 304px + 2rem);
|
|
19656
19614
|
overflow: hidden;
|
|
19657
19615
|
}
|
|
19658
19616
|
|
|
@@ -19669,7 +19627,7 @@ kendo-label > .k-label {
|
|
|
19669
19627
|
.k-datetime-calendar-wrap,
|
|
19670
19628
|
.k-datetime-time-wrap {
|
|
19671
19629
|
text-align: center;
|
|
19672
|
-
flex: 0 0 calc(304px + 2rem);
|
|
19630
|
+
flex: 0 0 calc( 304px + 2rem);
|
|
19673
19631
|
}
|
|
19674
19632
|
|
|
19675
19633
|
.k-date-tab .k-datetime-selector {
|
|
@@ -20091,9 +20049,7 @@ kendo-label > .k-label {
|
|
|
20091
20049
|
line-height: 1;
|
|
20092
20050
|
position: relative;
|
|
20093
20051
|
cursor: pointer;
|
|
20094
|
-
|
|
20095
|
-
-ms-user-select: none;
|
|
20096
|
-
user-select: none;
|
|
20052
|
+
user-select: none;
|
|
20097
20053
|
-webkit-touch-callout: none;
|
|
20098
20054
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
20099
20055
|
}
|
|
@@ -20167,11 +20123,11 @@ kendo-label > .k-label {
|
|
|
20167
20123
|
}
|
|
20168
20124
|
|
|
20169
20125
|
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20170
|
-
left: calc(100% -
|
|
20126
|
+
left: calc( 100% - 10px - 3px);
|
|
20171
20127
|
}
|
|
20172
20128
|
|
|
20173
20129
|
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20174
|
-
left:
|
|
20130
|
+
left: calc( 10px + 3px);
|
|
20175
20131
|
}
|
|
20176
20132
|
|
|
20177
20133
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
@@ -20189,13 +20145,13 @@ kendo-label > .k-label {
|
|
|
20189
20145
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20190
20146
|
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
20191
20147
|
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20192
|
-
left:
|
|
20148
|
+
left: calc( 10px + 3px);
|
|
20193
20149
|
}
|
|
20194
20150
|
|
|
20195
20151
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20196
20152
|
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
20197
20153
|
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20198
|
-
left: calc(100% -
|
|
20154
|
+
left: calc( 100% - 10px - 3px);
|
|
20199
20155
|
}
|
|
20200
20156
|
|
|
20201
20157
|
.k-switch-md {
|
|
@@ -20214,11 +20170,11 @@ kendo-label > .k-label {
|
|
|
20214
20170
|
}
|
|
20215
20171
|
|
|
20216
20172
|
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20217
|
-
left: calc(100% -
|
|
20173
|
+
left: calc( 100% - 12px - 3px);
|
|
20218
20174
|
}
|
|
20219
20175
|
|
|
20220
20176
|
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20221
|
-
left:
|
|
20177
|
+
left: calc( 12px + 3px);
|
|
20222
20178
|
}
|
|
20223
20179
|
|
|
20224
20180
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
@@ -20236,13 +20192,13 @@ kendo-label > .k-label {
|
|
|
20236
20192
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20237
20193
|
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
20238
20194
|
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20239
|
-
left:
|
|
20195
|
+
left: calc( 12px + 3px);
|
|
20240
20196
|
}
|
|
20241
20197
|
|
|
20242
20198
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20243
20199
|
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
20244
20200
|
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20245
|
-
left: calc(100% -
|
|
20201
|
+
left: calc( 100% - 12px - 3px);
|
|
20246
20202
|
}
|
|
20247
20203
|
|
|
20248
20204
|
.k-switch-lg {
|
|
@@ -20261,11 +20217,11 @@ kendo-label > .k-label {
|
|
|
20261
20217
|
}
|
|
20262
20218
|
|
|
20263
20219
|
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20264
|
-
left: calc(100% -
|
|
20220
|
+
left: calc( 100% - 14px - 3px);
|
|
20265
20221
|
}
|
|
20266
20222
|
|
|
20267
20223
|
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20268
|
-
left:
|
|
20224
|
+
left: calc( 14px + 3px);
|
|
20269
20225
|
}
|
|
20270
20226
|
|
|
20271
20227
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
@@ -20283,13 +20239,13 @@ kendo-label > .k-label {
|
|
|
20283
20239
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20284
20240
|
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
20285
20241
|
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20286
|
-
left:
|
|
20242
|
+
left: calc( 14px + 3px);
|
|
20287
20243
|
}
|
|
20288
20244
|
|
|
20289
20245
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20290
20246
|
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
20291
20247
|
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20292
|
-
left: calc(100% -
|
|
20248
|
+
left: calc( 100% - 14px - 3px);
|
|
20293
20249
|
}
|
|
20294
20250
|
|
|
20295
20251
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
@@ -20610,7 +20566,7 @@ kendo-label > .k-label {
|
|
|
20610
20566
|
|
|
20611
20567
|
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20612
20568
|
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
20613
|
-
margin-left: calc(24px + 1rem);
|
|
20569
|
+
margin-left: calc( 24px + 1rem);
|
|
20614
20570
|
min-height: 38px;
|
|
20615
20571
|
display: block;
|
|
20616
20572
|
overflow: hidden;
|
|
@@ -20618,7 +20574,7 @@ kendo-label > .k-label {
|
|
|
20618
20574
|
|
|
20619
20575
|
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20620
20576
|
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
|
|
20621
|
-
margin-left: calc(24px + 1rem);
|
|
20577
|
+
margin-left: calc( 24px + 1rem);
|
|
20622
20578
|
}
|
|
20623
20579
|
|
|
20624
20580
|
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
@@ -20736,7 +20692,7 @@ kendo-label > .k-label {
|
|
|
20736
20692
|
height: 2px;
|
|
20737
20693
|
position: absolute;
|
|
20738
20694
|
bottom: 0.5rem;
|
|
20739
|
-
width: calc(100% -
|
|
20695
|
+
width: calc(100% - 1rem * 2);
|
|
20740
20696
|
}
|
|
20741
20697
|
|
|
20742
20698
|
.k-upload .k-progressbar .k-progress {
|
|
@@ -21891,7 +21847,7 @@ kendo-label > .k-label {
|
|
|
21891
21847
|
|
|
21892
21848
|
.k-window-actions {
|
|
21893
21849
|
margin: -5em 0;
|
|
21894
|
-
margin-inline-end:
|
|
21850
|
+
margin-inline-end: calc( 1rem - 1rem);
|
|
21895
21851
|
line-height: 1;
|
|
21896
21852
|
display: flex;
|
|
21897
21853
|
gap: 0.5rem;
|
|
@@ -22252,7 +22208,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22252
22208
|
}
|
|
22253
22209
|
|
|
22254
22210
|
.k-drawer-mini .k-drawer-wrapper {
|
|
22255
|
-
width: calc(
|
|
22211
|
+
width: calc(2 * 1rem + 16px);
|
|
22256
22212
|
}
|
|
22257
22213
|
|
|
22258
22214
|
.k-rtl.k-drawer-mini .k-drawer-start,
|
|
@@ -23200,7 +23156,7 @@ kendo-card-footer {
|
|
|
23200
23156
|
.k-bottom-nav-item {
|
|
23201
23157
|
padding: 0 0.5rem;
|
|
23202
23158
|
min-width: 72px;
|
|
23203
|
-
min-height: calc(40px + 1rem);
|
|
23159
|
+
min-height: calc( 40px + 1rem - 0px);
|
|
23204
23160
|
border-width: 0;
|
|
23205
23161
|
box-sizing: border-box;
|
|
23206
23162
|
font: inherit;
|
|
@@ -23747,8 +23703,8 @@ kendo-card-footer {
|
|
|
23747
23703
|
}
|
|
23748
23704
|
|
|
23749
23705
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
23750
|
-
min-width: calc(1.5em + 0.75rem + 2px);
|
|
23751
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
23706
|
+
min-width: calc( 1.5em + 0.75rem + 2px);
|
|
23707
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
23752
23708
|
color: inherit;
|
|
23753
23709
|
text-align: center;
|
|
23754
23710
|
display: inline-flex;
|
|
@@ -23890,7 +23846,7 @@ kendo-card-footer {
|
|
|
23890
23846
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
23891
23847
|
margin-left: 1rem;
|
|
23892
23848
|
margin-right: 1rem;
|
|
23893
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
23849
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
23894
23850
|
border-color: inherit;
|
|
23895
23851
|
}
|
|
23896
23852
|
|
|
@@ -24121,10 +24077,10 @@ kendo-card-footer {
|
|
|
24121
24077
|
pointer-events: none;
|
|
24122
24078
|
display: none;
|
|
24123
24079
|
position: absolute;
|
|
24124
|
-
top: -
|
|
24125
|
-
right: -
|
|
24126
|
-
bottom: -
|
|
24127
|
-
left: -
|
|
24080
|
+
top: calc( -1 * calc( 1px + 3px));
|
|
24081
|
+
right: calc( -1 * calc( 1px + 3px));
|
|
24082
|
+
bottom: calc( -1 * calc( 1px + 3px));
|
|
24083
|
+
left: calc( -1 * calc( 1px + 3px));
|
|
24128
24084
|
z-index: 2;
|
|
24129
24085
|
}
|
|
24130
24086
|
|
|
@@ -24149,7 +24105,7 @@ kendo-card-footer {
|
|
|
24149
24105
|
}
|
|
24150
24106
|
|
|
24151
24107
|
.k-stepper .k-step-label .k-step-text {
|
|
24152
|
-
max-width: calc(10em - 16px
|
|
24108
|
+
max-width: calc(10em - (16px + 0.5rem));
|
|
24153
24109
|
flex-grow: 1;
|
|
24154
24110
|
white-space: nowrap;
|
|
24155
24111
|
text-overflow: ellipsis;
|
|
@@ -24210,13 +24166,13 @@ kendo-card-footer {
|
|
|
24210
24166
|
}
|
|
24211
24167
|
|
|
24212
24168
|
.k-step-list-horizontal .k-step-indicator + .k-step-label {
|
|
24213
|
-
margin-top:
|
|
24169
|
+
margin-top: calc(8px - 3px);
|
|
24214
24170
|
}
|
|
24215
24171
|
|
|
24216
24172
|
.k-step-list-horizontal ~ .k-progressbar {
|
|
24217
24173
|
width: 100%;
|
|
24218
24174
|
height: 2px;
|
|
24219
|
-
top:
|
|
24175
|
+
top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
|
|
24220
24176
|
}
|
|
24221
24177
|
|
|
24222
24178
|
.k-step-list-vertical {
|
|
@@ -24224,7 +24180,7 @@ kendo-card-footer {
|
|
|
24224
24180
|
}
|
|
24225
24181
|
|
|
24226
24182
|
.k-step-list-vertical .k-step {
|
|
24227
|
-
min-height:
|
|
24183
|
+
min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
|
|
24228
24184
|
}
|
|
24229
24185
|
|
|
24230
24186
|
.k-step-list-vertical .k-step-label {
|
|
@@ -24239,7 +24195,7 @@ kendo-card-footer {
|
|
|
24239
24195
|
width: 2px;
|
|
24240
24196
|
height: 100%;
|
|
24241
24197
|
min-height: 20px;
|
|
24242
|
-
left:
|
|
24198
|
+
left: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
24243
24199
|
}
|
|
24244
24200
|
|
|
24245
24201
|
.k-step-list-vertical .k-step-content {
|
|
@@ -24278,7 +24234,7 @@ kendo-card-footer {
|
|
|
24278
24234
|
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
|
|
24279
24235
|
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
|
|
24280
24236
|
left: auto;
|
|
24281
|
-
right:
|
|
24237
|
+
right: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
24282
24238
|
}
|
|
24283
24239
|
|
|
24284
24240
|
.k-stepper {
|
|
@@ -24906,7 +24862,7 @@ kendo-card-footer {
|
|
|
24906
24862
|
|
|
24907
24863
|
.k-rtl .k-expander .k-expander-indicator, .k-expander.k-rtl .k-expander-indicator, .k-expander[dir="rtl"] .k-expander-indicator {
|
|
24908
24864
|
margin-left: 0;
|
|
24909
|
-
margin-right: 0.
|
|
24865
|
+
margin-right: calc(0.5rem * 1.5);
|
|
24910
24866
|
}
|
|
24911
24867
|
|
|
24912
24868
|
.k-expander-header {
|
|
@@ -24927,7 +24883,7 @@ kendo-card-footer {
|
|
|
24927
24883
|
}
|
|
24928
24884
|
|
|
24929
24885
|
.k-expander-indicator {
|
|
24930
|
-
margin-left: 0.
|
|
24886
|
+
margin-left: calc(0.5rem * 1.5);
|
|
24931
24887
|
}
|
|
24932
24888
|
|
|
24933
24889
|
.k-expander-content {
|
|
@@ -25018,9 +24974,7 @@ kendo-card-footer {
|
|
|
25018
24974
|
align-items: center;
|
|
25019
24975
|
align-content: center;
|
|
25020
24976
|
position: relative;
|
|
25021
|
-
|
|
25022
|
-
-ms-user-select: none;
|
|
25023
|
-
user-select: none;
|
|
24977
|
+
user-select: none;
|
|
25024
24978
|
cursor: default;
|
|
25025
24979
|
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;
|
|
25026
24980
|
}
|
|
@@ -25057,9 +25011,7 @@ kendo-card-footer {
|
|
|
25057
25011
|
align-items: center;
|
|
25058
25012
|
align-content: center;
|
|
25059
25013
|
position: relative;
|
|
25060
|
-
|
|
25061
|
-
-ms-user-select: none;
|
|
25062
|
-
user-select: none;
|
|
25014
|
+
user-select: none;
|
|
25063
25015
|
cursor: default;
|
|
25064
25016
|
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;
|
|
25065
25017
|
}
|
|
@@ -25097,7 +25049,7 @@ kendo-card-footer {
|
|
|
25097
25049
|
.k-panelbar .k-group .k-panelbar-expand,
|
|
25098
25050
|
.k-panelbar .k-group .k-panelbar-collapse,
|
|
25099
25051
|
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
|
|
25100
|
-
margin-inline-end:
|
|
25052
|
+
margin-inline-end: calc( 1.5rem - 1.5rem);
|
|
25101
25053
|
}
|
|
25102
25054
|
|
|
25103
25055
|
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
|
|
@@ -25141,7 +25093,7 @@ kendo-card-footer {
|
|
|
25141
25093
|
.k-ie .k-group .k-panelbar-expand,
|
|
25142
25094
|
.k-ie .k-group .k-panelbar-collapse,
|
|
25143
25095
|
.k-ie .k-panelbar-group .k-panelbar-toggle {
|
|
25144
|
-
margin-right:
|
|
25096
|
+
margin-right: calc( 1.5rem - 1.5rem);
|
|
25145
25097
|
}
|
|
25146
25098
|
|
|
25147
25099
|
.k-rtl .k-ie .k-panelbar-expand,
|
|
@@ -25162,7 +25114,7 @@ kendo-card-footer {
|
|
|
25162
25114
|
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
|
|
25163
25115
|
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
|
|
25164
25116
|
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
|
|
25165
|
-
margin-left:
|
|
25117
|
+
margin-left: calc( 1.5rem - 1.5rem);
|
|
25166
25118
|
}
|
|
25167
25119
|
|
|
25168
25120
|
.k-panelbar {
|
|
@@ -25349,6 +25301,7 @@ kendo-card-footer {
|
|
|
25349
25301
|
outline: 0;
|
|
25350
25302
|
position: absolute;
|
|
25351
25303
|
-webkit-user-select: none;
|
|
25304
|
+
-moz-user-select: none;
|
|
25352
25305
|
-ms-user-select: none;
|
|
25353
25306
|
user-select: none;
|
|
25354
25307
|
display: flex;
|
|
@@ -25600,9 +25553,7 @@ kendo-card-footer {
|
|
|
25600
25553
|
.k-pane-wrapper .k-pane {
|
|
25601
25554
|
width: 100%;
|
|
25602
25555
|
height: 100%;
|
|
25603
|
-
|
|
25604
|
-
-ms-user-select: none;
|
|
25605
|
-
user-select: none;
|
|
25556
|
+
user-select: none;
|
|
25606
25557
|
box-sizing: border-box;
|
|
25607
25558
|
font-family: sans-serif;
|
|
25608
25559
|
overflow-x: hidden;
|
|
@@ -25684,8 +25635,8 @@ kendo-card-footer {
|
|
|
25684
25635
|
.k-grid-mobile .k-header a {
|
|
25685
25636
|
-webkit-touch-callout: none;
|
|
25686
25637
|
-webkit-user-select: none;
|
|
25687
|
-
-
|
|
25688
|
-
|
|
25638
|
+
-moz-user-select: none;
|
|
25639
|
+
user-select: none;
|
|
25689
25640
|
-webkit-user-drag: none;
|
|
25690
25641
|
-moz-user-drag: none;
|
|
25691
25642
|
}
|
|
@@ -25884,8 +25835,7 @@ kendo-card-footer {
|
|
|
25884
25835
|
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
|
|
25885
25836
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
|
|
25886
25837
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
|
|
25887
|
-
|
|
25888
|
-
writing-mode: vertical-lr;
|
|
25838
|
+
writing-mode: vertical-lr;
|
|
25889
25839
|
transform: rotate(180deg);
|
|
25890
25840
|
white-space: nowrap;
|
|
25891
25841
|
}
|
|
@@ -26246,7 +26196,7 @@ kendo-card-footer {
|
|
|
26246
26196
|
}
|
|
26247
26197
|
|
|
26248
26198
|
.k-grid .k-grouping-row .k-icon {
|
|
26249
|
-
margin-left: calc(8px - 0.5rem);
|
|
26199
|
+
margin-left: calc( 8px - 0.5rem);
|
|
26250
26200
|
margin-right: 8px;
|
|
26251
26201
|
text-decoration: none;
|
|
26252
26202
|
}
|
|
@@ -26415,7 +26365,7 @@ kendo-card-footer {
|
|
|
26415
26365
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
26416
26366
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
26417
26367
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
26418
|
-
padding-left: calc(1.5em +
|
|
26368
|
+
padding-left: calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem);
|
|
26419
26369
|
padding-right: 0.5rem;
|
|
26420
26370
|
}
|
|
26421
26371
|
|
|
@@ -26471,7 +26421,7 @@ kendo-card-footer {
|
|
|
26471
26421
|
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
|
|
26472
26422
|
.k-rtl .k-grid .k-grouping-row .k-icon {
|
|
26473
26423
|
margin-left: 8px;
|
|
26474
|
-
margin-right: calc(8px - 0.5rem);
|
|
26424
|
+
margin-right: calc( 8px - 0.5rem);
|
|
26475
26425
|
}
|
|
26476
26426
|
|
|
26477
26427
|
.k-grid[dir="rtl"] .k-column-resizer,
|
|
@@ -26547,7 +26497,7 @@ kendo-card-footer {
|
|
|
26547
26497
|
|
|
26548
26498
|
.k-grouping-header::before {
|
|
26549
26499
|
content: "";
|
|
26550
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
26500
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
26551
26501
|
display: inline-block;
|
|
26552
26502
|
vertical-align: middle;
|
|
26553
26503
|
}
|
|
@@ -26626,7 +26576,7 @@ kendo-card-footer {
|
|
|
26626
26576
|
|
|
26627
26577
|
.k-grouping-dropclue {
|
|
26628
26578
|
width: 12px;
|
|
26629
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
26579
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
26630
26580
|
position: absolute;
|
|
26631
26581
|
top: 3px;
|
|
26632
26582
|
box-sizing: content-box;
|
|
@@ -26651,7 +26601,7 @@ kendo-card-footer {
|
|
|
26651
26601
|
width: 2px;
|
|
26652
26602
|
height: calc(100% - 6px);
|
|
26653
26603
|
top: 6px;
|
|
26654
|
-
left:
|
|
26604
|
+
left: calc( 6px - 1px);
|
|
26655
26605
|
}
|
|
26656
26606
|
|
|
26657
26607
|
.k-grid-header-wrap,
|
|
@@ -26704,9 +26654,7 @@ div.k-grid-footer {
|
|
|
26704
26654
|
}
|
|
26705
26655
|
|
|
26706
26656
|
.k-grid-header.k-grid-draggable-header {
|
|
26707
|
-
|
|
26708
|
-
-ms-user-select: none;
|
|
26709
|
-
user-select: none;
|
|
26657
|
+
user-select: none;
|
|
26710
26658
|
touch-action: none;
|
|
26711
26659
|
}
|
|
26712
26660
|
|
|
@@ -26741,12 +26689,12 @@ div.k-grid-footer {
|
|
|
26741
26689
|
|
|
26742
26690
|
.k-grid-header .k-with-icon,
|
|
26743
26691
|
.k-grid-header .k-filterable {
|
|
26744
|
-
padding-right: calc(1.5em +
|
|
26692
|
+
padding-right: calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem);
|
|
26745
26693
|
}
|
|
26746
26694
|
|
|
26747
26695
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
26748
26696
|
.k-grid-header .k-filterable {
|
|
26749
|
-
padding-right: calc(1.5em +
|
|
26697
|
+
padding-right: calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem);
|
|
26750
26698
|
}
|
|
26751
26699
|
|
|
26752
26700
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -26756,8 +26704,8 @@ div.k-grid-footer {
|
|
|
26756
26704
|
.k-grid-header .k-grid-filter,
|
|
26757
26705
|
.k-grid-header .k-header-column-menu {
|
|
26758
26706
|
padding: 0.375rem;
|
|
26759
|
-
width: calc(1.5em + 0.75rem + 2px);
|
|
26760
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
26707
|
+
width: calc( 1.5em + 0.75rem + 2px);
|
|
26708
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
26761
26709
|
box-sizing: border-box;
|
|
26762
26710
|
outline: 0;
|
|
26763
26711
|
line-height: 1.5;
|
|
@@ -26767,7 +26715,7 @@ div.k-grid-footer {
|
|
|
26767
26715
|
justify-content: center;
|
|
26768
26716
|
position: absolute;
|
|
26769
26717
|
right: 0.5rem;
|
|
26770
|
-
bottom: 0.
|
|
26718
|
+
bottom: calc( 0.5rem + 0.75em - calc( 1.5em + 0.75rem)/2);
|
|
26771
26719
|
z-index: 1;
|
|
26772
26720
|
}
|
|
26773
26721
|
|
|
@@ -26778,7 +26726,7 @@ div.k-grid-footer {
|
|
|
26778
26726
|
|
|
26779
26727
|
.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 {
|
|
26780
26728
|
vertical-align: text-top;
|
|
26781
|
-
margin-
|
|
26729
|
+
margin-inline-start: calc( 1rem - 1px);
|
|
26782
26730
|
}
|
|
26783
26731
|
|
|
26784
26732
|
.k-grid-header .k-sort-order {
|
|
@@ -26787,7 +26735,7 @@ div.k-grid-footer {
|
|
|
26787
26735
|
height: 16px;
|
|
26788
26736
|
font-size: 12px;
|
|
26789
26737
|
margin-top: 2px;
|
|
26790
|
-
margin-
|
|
26738
|
+
margin-inline-start: -2px;
|
|
26791
26739
|
}
|
|
26792
26740
|
|
|
26793
26741
|
.k-column-resizer {
|
|
@@ -27185,15 +27133,15 @@ div.k-grid-norecords {
|
|
|
27185
27133
|
}
|
|
27186
27134
|
|
|
27187
27135
|
.k-header > .k-cell-inner {
|
|
27188
|
-
margin: -0.5rem
|
|
27136
|
+
margin: -0.5rem -0.5rem;
|
|
27189
27137
|
}
|
|
27190
27138
|
|
|
27191
27139
|
.k-filterable > .k-cell-inner {
|
|
27192
|
-
margin: -
|
|
27140
|
+
margin-inline-end: calc(-1 * calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem));
|
|
27193
27141
|
}
|
|
27194
27142
|
|
|
27195
27143
|
.k-filterable > .k-cell-inner .k-link {
|
|
27196
|
-
padding-
|
|
27144
|
+
padding-inline-end: 0;
|
|
27197
27145
|
}
|
|
27198
27146
|
|
|
27199
27147
|
.k-cell-inner {
|
|
@@ -27230,6 +27178,7 @@ div.k-grid-norecords {
|
|
|
27230
27178
|
.k-cell-inner .k-grid-filter,
|
|
27231
27179
|
.k-cell-inner .k-header-column-menu {
|
|
27232
27180
|
position: static;
|
|
27181
|
+
margin-inline-end: 0.5rem;
|
|
27233
27182
|
}
|
|
27234
27183
|
|
|
27235
27184
|
.k-cell-inner .k-grid-filter,
|
|
@@ -27508,9 +27457,7 @@ div.k-grid-norecords {
|
|
|
27508
27457
|
display: flex;
|
|
27509
27458
|
flex: 0 0 auto;
|
|
27510
27459
|
position: relative;
|
|
27511
|
-
|
|
27512
|
-
-ms-user-select: none;
|
|
27513
|
-
user-select: none;
|
|
27460
|
+
user-select: none;
|
|
27514
27461
|
}
|
|
27515
27462
|
|
|
27516
27463
|
.k-column-menu-group-header-text {
|
|
@@ -27529,30 +27476,6 @@ div.k-grid-norecords {
|
|
|
27529
27476
|
margin-right: 0;
|
|
27530
27477
|
}
|
|
27531
27478
|
|
|
27532
|
-
[dir="rtl"] .k-header > .k-cell-inner,
|
|
27533
|
-
.k-rtl .k-header > .k-cell-inner {
|
|
27534
|
-
margin-right: -0.5rem;
|
|
27535
|
-
margin-left: calc(-1.5em + -0.25rem + -2px);
|
|
27536
|
-
}
|
|
27537
|
-
|
|
27538
|
-
[dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
|
|
27539
|
-
.k-rtl .k-header > .k-cell-inner .k-sort-order {
|
|
27540
|
-
margin-right: -2px;
|
|
27541
|
-
margin-left: 0;
|
|
27542
|
-
}
|
|
27543
|
-
|
|
27544
|
-
[dir="rtl"] .k-filterable > .k-cell-inner,
|
|
27545
|
-
.k-rtl .k-filterable > .k-cell-inner {
|
|
27546
|
-
margin-right: -0.5rem;
|
|
27547
|
-
margin-left: calc(-1.5em + -0.75rem + -2px);
|
|
27548
|
-
}
|
|
27549
|
-
|
|
27550
|
-
[dir="rtl"] .k-filterable > .k-cell-inner .k-link,
|
|
27551
|
-
.k-rtl .k-filterable > .k-cell-inner .k-link {
|
|
27552
|
-
padding-right: 0.5rem;
|
|
27553
|
-
padding-left: 0;
|
|
27554
|
-
}
|
|
27555
|
-
|
|
27556
27479
|
.k-ie .k-grid-header,
|
|
27557
27480
|
.k-ie .k-grid-footer {
|
|
27558
27481
|
padding-right: 17px;
|
|
@@ -27589,9 +27512,9 @@ div.k-grid-norecords {
|
|
|
27589
27512
|
background-color: rgba(0, 0, 0, 0.04);
|
|
27590
27513
|
}
|
|
27591
27514
|
|
|
27592
|
-
.k-grid tbody tr:not(.k-detail-row):hover,
|
|
27593
|
-
.k-grid tbody tr:not(.k-detail-row).k-state-hover,
|
|
27594
|
-
.k-grid tbody tr:not(.k-detail-row).k-hover {
|
|
27515
|
+
.k-grid tbody > tr:not(.k-detail-row):hover,
|
|
27516
|
+
.k-grid tbody > tr:not(.k-detail-row).k-state-hover,
|
|
27517
|
+
.k-grid tbody > tr:not(.k-detail-row).k-hover {
|
|
27595
27518
|
background-color: rgba(0, 0, 0, 0.08);
|
|
27596
27519
|
}
|
|
27597
27520
|
|
|
@@ -28382,6 +28305,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28382
28305
|
border-color: inherit;
|
|
28383
28306
|
box-sizing: border-box;
|
|
28384
28307
|
-webkit-user-select: none;
|
|
28308
|
+
-moz-user-select: none;
|
|
28385
28309
|
-ms-user-select: none;
|
|
28386
28310
|
user-select: none;
|
|
28387
28311
|
position: absolute;
|
|
@@ -28705,12 +28629,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28705
28629
|
|
|
28706
28630
|
.k-spreadsheet-filter-menu > .k-menu .k-link,
|
|
28707
28631
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
|
|
28708
|
-
padding-left: calc(16px + 1rem);
|
|
28632
|
+
padding-left: calc( 16px + 1rem);
|
|
28709
28633
|
}
|
|
28710
28634
|
|
|
28711
28635
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
28712
28636
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
|
|
28713
|
-
margin-left: calc(-16px +
|
|
28637
|
+
margin-left: calc(-1 * ( 16px + 0.5rem ));
|
|
28714
28638
|
margin-right: 0.5rem;
|
|
28715
28639
|
}
|
|
28716
28640
|
|
|
@@ -29381,9 +29305,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29381
29305
|
border-style: solid;
|
|
29382
29306
|
box-sizing: border-box;
|
|
29383
29307
|
cursor: pointer;
|
|
29384
|
-
|
|
29385
|
-
-ms-user-select: none;
|
|
29386
|
-
user-select: none;
|
|
29308
|
+
user-select: none;
|
|
29387
29309
|
}
|
|
29388
29310
|
|
|
29389
29311
|
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
@@ -29394,8 +29316,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29394
29316
|
|
|
29395
29317
|
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
29396
29318
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
29397
|
-
|
|
29398
|
-
writing-mode: vertical-rl;
|
|
29319
|
+
writing-mode: vertical-rl;
|
|
29399
29320
|
}
|
|
29400
29321
|
|
|
29401
29322
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
@@ -29420,19 +29341,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29420
29341
|
}
|
|
29421
29342
|
|
|
29422
29343
|
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
29423
|
-
right: calc(1.5em + 0.5rem + 2px);
|
|
29344
|
+
right: calc( 1.5em + 0.5rem + 2px);
|
|
29424
29345
|
}
|
|
29425
29346
|
|
|
29426
29347
|
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
|
|
29427
|
-
left: calc(1.5em + 0.5rem + 2px);
|
|
29348
|
+
left: calc( 1.5em + 0.5rem + 2px);
|
|
29428
29349
|
}
|
|
29429
29350
|
|
|
29430
29351
|
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
29431
|
-
bottom: calc(1.5em + 0.5rem + 2px);
|
|
29352
|
+
bottom: calc( 1.5em + 0.5rem + 2px);
|
|
29432
29353
|
}
|
|
29433
29354
|
|
|
29434
29355
|
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
|
|
29435
|
-
top: calc(1.5em + 0.5rem + 2px);
|
|
29356
|
+
top: calc( 1.5em + 0.5rem + 2px);
|
|
29436
29357
|
}
|
|
29437
29358
|
|
|
29438
29359
|
.k-pivotgrid-configurator-header {
|
|
@@ -30400,7 +30321,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30400
30321
|
.k-filemanager-preview {
|
|
30401
30322
|
padding: 3rem 1rem 1rem;
|
|
30402
30323
|
width: 20%;
|
|
30403
|
-
min-height: calc(
|
|
30324
|
+
min-height: calc( 4rem + 192px + 3rem);
|
|
30404
30325
|
border-width: 0;
|
|
30405
30326
|
border-left-width: 1px;
|
|
30406
30327
|
border-style: solid;
|
|
@@ -30955,8 +30876,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
30955
30876
|
|
|
30956
30877
|
.k-editor-toolbar .k-tool {
|
|
30957
30878
|
padding: 0.375rem;
|
|
30958
|
-
width: calc(1.5em + 0.75rem + 2px);
|
|
30959
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
30879
|
+
width: calc( 1.5em + 0.75rem + 2px);
|
|
30880
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
30960
30881
|
}
|
|
30961
30882
|
|
|
30962
30883
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -31018,9 +30939,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31018
30939
|
float: left;
|
|
31019
30940
|
opacity: 1;
|
|
31020
30941
|
cursor: text;
|
|
31021
|
-
|
|
31022
|
-
-ms-user-select: none;
|
|
31023
|
-
user-select: none;
|
|
30942
|
+
user-select: none;
|
|
31024
30943
|
}
|
|
31025
30944
|
|
|
31026
30945
|
td.k-editor-content {
|
|
@@ -31130,7 +31049,7 @@ td.k-editor-content {
|
|
|
31130
31049
|
|
|
31131
31050
|
.k-editor-dialog .k-edit-label {
|
|
31132
31051
|
width: 30%;
|
|
31133
|
-
padding: calc(0.5rem + 1px) 0;
|
|
31052
|
+
padding: calc( 0.5rem + 1px) 0;
|
|
31134
31053
|
}
|
|
31135
31054
|
|
|
31136
31055
|
.k-editor-dialog .k-edit-field {
|
|
@@ -31558,7 +31477,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31558
31477
|
|
|
31559
31478
|
.k-imageeditor-action-pane {
|
|
31560
31479
|
padding: 2rem 1rem;
|
|
31561
|
-
width:
|
|
31480
|
+
width: calc(240px + 1px);
|
|
31562
31481
|
border-width: 0;
|
|
31563
31482
|
border-left-width: 1px;
|
|
31564
31483
|
border-style: solid;
|
|
@@ -31606,14 +31525,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31606
31525
|
|
|
31607
31526
|
.k-imageeditor-crop .k-resize-n,
|
|
31608
31527
|
.k-imageeditor-crop .k-resize-s {
|
|
31609
|
-
left: calc(50% - 7.5px);
|
|
31528
|
+
left: calc( 50% - (7.5px));
|
|
31610
31529
|
width: 15px;
|
|
31611
31530
|
height: 0;
|
|
31612
31531
|
}
|
|
31613
31532
|
|
|
31614
31533
|
.k-imageeditor-crop .k-resize-w,
|
|
31615
31534
|
.k-imageeditor-crop .k-resize-e {
|
|
31616
|
-
top: calc(50% - 7.5px);
|
|
31535
|
+
top: calc( 50% - (7.5px));
|
|
31617
31536
|
width: 0;
|
|
31618
31537
|
height: 15px;
|
|
31619
31538
|
}
|
|
@@ -31664,7 +31583,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31664
31583
|
.k-imageeditor-canvas {
|
|
31665
31584
|
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;
|
|
31666
31585
|
background-repeat: repeat, repeat;
|
|
31667
|
-
background-position: 0px 0px,
|
|
31586
|
+
background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
|
|
31668
31587
|
transform-origin: 0 0 0;
|
|
31669
31588
|
background-origin: padding-box, padding-box;
|
|
31670
31589
|
background-size: 10px 10px, 10px 10px;
|
|
@@ -31709,7 +31628,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31709
31628
|
}
|
|
31710
31629
|
|
|
31711
31630
|
.k-gantt .k-grid-header tr {
|
|
31712
|
-
height: calc(1.5em + 1rem + 1px);
|
|
31631
|
+
height: calc( 1.5em + 1rem + 1px);
|
|
31713
31632
|
}
|
|
31714
31633
|
|
|
31715
31634
|
.k-gantt .k-grid-header .k-header {
|
|
@@ -31721,11 +31640,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31721
31640
|
}
|
|
31722
31641
|
|
|
31723
31642
|
.k-gantt .k-grid-content tr {
|
|
31724
|
-
height: calc(1.5em + 1rem);
|
|
31643
|
+
height: calc( 1.5em + 1rem + 0px);
|
|
31725
31644
|
}
|
|
31726
31645
|
|
|
31727
31646
|
.k-gantt.k-gantt-planned .k-grid-content tr {
|
|
31728
|
-
height: calc(2.55em + 1rem);
|
|
31647
|
+
height: calc( 2.55em + 1rem + 0px);
|
|
31729
31648
|
}
|
|
31730
31649
|
|
|
31731
31650
|
.k-gantt .k-gantt-layout {
|
|
@@ -31892,8 +31811,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31892
31811
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
31893
31812
|
.k-gantt-toolbar .k-gantt-create {
|
|
31894
31813
|
padding: 0.375rem;
|
|
31895
|
-
width: calc(1.5em + 0.75rem + 2px);
|
|
31896
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
31814
|
+
width: calc( 1.5em + 0.75rem + 2px);
|
|
31815
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
31897
31816
|
}
|
|
31898
31817
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
31899
31818
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -31929,7 +31848,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31929
31848
|
}
|
|
31930
31849
|
|
|
31931
31850
|
.k-gantt-treelist .k-grid-header tr {
|
|
31932
|
-
height: calc(3em + 2rem + 2px);
|
|
31851
|
+
height: calc( 3em + 2rem + 2px);
|
|
31933
31852
|
vertical-align: bottom;
|
|
31934
31853
|
}
|
|
31935
31854
|
|
|
@@ -31943,7 +31862,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31943
31862
|
}
|
|
31944
31863
|
|
|
31945
31864
|
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
|
|
31946
|
-
height: calc(1.5em + 1rem + 1px);
|
|
31865
|
+
height: calc( 1.5em + 1rem + 1px);
|
|
31947
31866
|
}
|
|
31948
31867
|
|
|
31949
31868
|
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
|
|
@@ -32064,8 +31983,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32064
31983
|
}
|
|
32065
31984
|
|
|
32066
31985
|
.k-task-dot {
|
|
32067
|
-
width:
|
|
32068
|
-
height:
|
|
31986
|
+
width: calc( 8px + 8px);
|
|
31987
|
+
height: calc( 8px + 8px);
|
|
32069
31988
|
line-height: 1;
|
|
32070
31989
|
cursor: pointer;
|
|
32071
31990
|
display: none;
|
|
@@ -32336,7 +32255,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32336
32255
|
|
|
32337
32256
|
.k-task-planned .k-task-moment {
|
|
32338
32257
|
border-width: 2px;
|
|
32339
|
-
border-radius:
|
|
32258
|
+
border-radius: calc( ( 4px + 6px ) / 2);
|
|
32340
32259
|
border-style: solid;
|
|
32341
32260
|
height: 6px;
|
|
32342
32261
|
width: 6px;
|
|
@@ -32347,11 +32266,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32347
32266
|
}
|
|
32348
32267
|
|
|
32349
32268
|
.k-task-planned .k-task-moment.k-moment-left {
|
|
32350
|
-
margin-left: -4px;
|
|
32269
|
+
margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
|
|
32351
32270
|
}
|
|
32352
32271
|
|
|
32353
32272
|
.k-task-planned:hover .k-task-duration {
|
|
32354
|
-
height:
|
|
32273
|
+
height: calc( 2px + 1px);
|
|
32355
32274
|
}
|
|
32356
32275
|
|
|
32357
32276
|
.k-milestone-wrap .k-task-moment {
|
|
@@ -33158,7 +33077,7 @@ kendo-scheduler .k-event > div,
|
|
|
33158
33077
|
|
|
33159
33078
|
kendo-scheduler .k-event .k-event-template,
|
|
33160
33079
|
.k-event .k-event-template {
|
|
33161
|
-
line-height: calc(25px - 0.
|
|
33080
|
+
line-height: calc( 25px - (2 * 0.25rem));
|
|
33162
33081
|
padding: 0.5rem 1rem;
|
|
33163
33082
|
}
|
|
33164
33083
|
|
|
@@ -33574,12 +33493,12 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33574
33493
|
}
|
|
33575
33494
|
|
|
33576
33495
|
.k-scheduler-yearview .k-day-indicator {
|
|
33577
|
-
margin-top: calc(38px -
|
|
33496
|
+
margin-top: calc( 38px - (0.5rem * 2));
|
|
33578
33497
|
width: 3px;
|
|
33579
33498
|
height: 3px;
|
|
33580
33499
|
border-radius: 50%;
|
|
33581
33500
|
position: absolute;
|
|
33582
|
-
left: calc(50% -
|
|
33501
|
+
left: calc( 50% - (3px / 2));
|
|
33583
33502
|
}
|
|
33584
33503
|
|
|
33585
33504
|
.k-scheduler-tooltip {
|
|
@@ -34163,11 +34082,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34163
34082
|
}
|
|
34164
34083
|
|
|
34165
34084
|
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34166
|
-
padding-left:
|
|
34085
|
+
padding-left: calc( 32px + 8px);
|
|
34167
34086
|
}
|
|
34168
34087
|
|
|
34169
34088
|
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34170
|
-
padding-right:
|
|
34089
|
+
padding-right: calc( 32px + 8px);
|
|
34171
34090
|
}
|
|
34172
34091
|
|
|
34173
34092
|
.k-author {
|
|
@@ -34201,9 +34120,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34201
34120
|
border-style: solid;
|
|
34202
34121
|
line-height: 1.25;
|
|
34203
34122
|
cursor: pointer;
|
|
34204
|
-
|
|
34205
|
-
-ms-user-select: none;
|
|
34206
|
-
user-select: none;
|
|
34123
|
+
user-select: none;
|
|
34207
34124
|
display: inline-block;
|
|
34208
34125
|
flex: 0 0 auto;
|
|
34209
34126
|
transition-property: color, background-color, border-color;
|
|
@@ -34465,13 +34382,13 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34465
34382
|
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
|
|
34466
34383
|
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34467
34384
|
padding-left: 0;
|
|
34468
|
-
padding-right:
|
|
34385
|
+
padding-right: calc( 32px + 8px);
|
|
34469
34386
|
}
|
|
34470
34387
|
|
|
34471
34388
|
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
|
|
34472
34389
|
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34473
34390
|
padding-right: 0;
|
|
34474
|
-
padding-left:
|
|
34391
|
+
padding-left: calc( 32px + 8px);
|
|
34475
34392
|
}
|
|
34476
34393
|
|
|
34477
34394
|
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
|
|
@@ -34702,7 +34619,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34702
34619
|
border-radius: 0.25rem;
|
|
34703
34620
|
line-height: 1.5;
|
|
34704
34621
|
min-width: 80px;
|
|
34705
|
-
max-width:
|
|
34622
|
+
max-width: calc(80px + 2 * 40px);
|
|
34706
34623
|
position: relative;
|
|
34707
34624
|
z-index: 1;
|
|
34708
34625
|
}
|
|
@@ -34782,11 +34699,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34782
34699
|
}
|
|
34783
34700
|
|
|
34784
34701
|
.k-timeline-vertical {
|
|
34785
|
-
padding-left:
|
|
34702
|
+
padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
|
|
34786
34703
|
}
|
|
34787
34704
|
|
|
34788
34705
|
.k-timeline-vertical.k-timeline-dates-hidden {
|
|
34789
|
-
padding-left:
|
|
34706
|
+
padding-left: calc(40px + (80px - 6px) / 2);
|
|
34790
34707
|
}
|
|
34791
34708
|
|
|
34792
34709
|
.k-timeline-vertical::after {
|
|
@@ -34829,7 +34746,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34829
34746
|
|
|
34830
34747
|
.k-timeline-vertical .k-timeline-card .k-card {
|
|
34831
34748
|
margin-left: 1rem;
|
|
34832
|
-
min-height:
|
|
34749
|
+
min-height: calc(2 * (36px - 1px));
|
|
34833
34750
|
width: 400px;
|
|
34834
34751
|
max-width: 100%;
|
|
34835
34752
|
}
|
|
@@ -34981,9 +34898,9 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34981
34898
|
|
|
34982
34899
|
.k-timeline-horizontal .k-timeline-track-wrap::after {
|
|
34983
34900
|
top: auto;
|
|
34984
|
-
bottom:
|
|
34985
|
-
left:
|
|
34986
|
-
right:
|
|
34901
|
+
bottom: calc((38px / 2) + 3px);
|
|
34902
|
+
left: calc(38px - 2 * 1px);
|
|
34903
|
+
right: calc(38px - 2 * 1px);
|
|
34987
34904
|
transform: translateY(-50%);
|
|
34988
34905
|
height: 6px;
|
|
34989
34906
|
}
|
|
@@ -35000,7 +34917,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35000
34917
|
}
|
|
35001
34918
|
|
|
35002
34919
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
|
|
35003
|
-
margin-bottom:
|
|
34920
|
+
margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
|
|
35004
34921
|
position: relative;
|
|
35005
34922
|
min-width: 80px;
|
|
35006
34923
|
}
|
|
@@ -35026,7 +34943,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35026
34943
|
height: 38px;
|
|
35027
34944
|
border-radius: 50%;
|
|
35028
34945
|
position: absolute;
|
|
35029
|
-
bottom:
|
|
34946
|
+
bottom: calc(6px + 3px + 2 * 1px);
|
|
35030
34947
|
z-index: 3;
|
|
35031
34948
|
display: flex;
|
|
35032
34949
|
align-items: center;
|
|
@@ -35047,7 +34964,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35047
34964
|
}
|
|
35048
34965
|
|
|
35049
34966
|
.k-timeline-mobile .k-timeline-flag {
|
|
35050
|
-
max-width: calc(80px +
|
|
34967
|
+
max-width: calc(80px + 2 * 1rem);
|
|
35051
34968
|
}
|
|
35052
34969
|
|
|
35053
34970
|
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
|
|
@@ -35055,11 +34972,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35055
34972
|
}
|
|
35056
34973
|
|
|
35057
34974
|
.k-timeline-mobile.k-timeline-vertical {
|
|
35058
|
-
padding-left: calc(1rem +
|
|
34975
|
+
padding-left: calc(calc(1rem + (80px - 6px) / 2) + 50px);
|
|
35059
34976
|
}
|
|
35060
34977
|
|
|
35061
34978
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
|
|
35062
|
-
padding-left: calc(1rem +
|
|
34979
|
+
padding-left: calc(1rem + (80px - 6px) / 2);
|
|
35063
34980
|
}
|
|
35064
34981
|
|
|
35065
34982
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
|
|
@@ -35174,6 +35091,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35174
35091
|
|
|
35175
35092
|
.k-pdf-viewer .k-list-scroller .k-enable-text-select {
|
|
35176
35093
|
-webkit-user-select: text;
|
|
35094
|
+
-moz-user-select: text;
|
|
35177
35095
|
-ms-user-select: text;
|
|
35178
35096
|
user-select: text;
|
|
35179
35097
|
cursor: text;
|
|
@@ -35273,9 +35191,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35273
35191
|
|
|
35274
35192
|
.km-scrollview,
|
|
35275
35193
|
.km-scroll-container {
|
|
35276
|
-
|
|
35277
|
-
-ms-user-select: none;
|
|
35278
|
-
user-select: none;
|
|
35194
|
+
user-select: none;
|
|
35279
35195
|
border-collapse: separate;
|
|
35280
35196
|
}
|
|
35281
35197
|
|
|
@@ -35390,9 +35306,7 @@ kendo-scrollview.k-scrollview,
|
|
|
35390
35306
|
|
|
35391
35307
|
.k-scrollview-wrap .k-scrollview img,
|
|
35392
35308
|
.k-scrollview .k-scrollview-wrap img {
|
|
35393
|
-
|
|
35394
|
-
-ms-user-select: none;
|
|
35395
|
-
user-select: none;
|
|
35309
|
+
user-select: none;
|
|
35396
35310
|
}
|
|
35397
35311
|
|
|
35398
35312
|
.k-scrollview-wrap .k-scrollview > li,
|
|
@@ -35414,20 +35328,20 @@ kendo-scrollview.k-scrollview,
|
|
|
35414
35328
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
35415
35329
|
display: flex;
|
|
35416
35330
|
flex-flow: row nowrap;
|
|
35417
|
-
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
35331
|
+
width: calc( var(--kendo-scrollview-views, 1) * 100%);
|
|
35418
35332
|
transition-duration: 0.3s;
|
|
35419
35333
|
transition-timing-function: ease-in-out;
|
|
35420
|
-
transform: translateX(calc(-100
|
|
35334
|
+
transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
35421
35335
|
}
|
|
35422
35336
|
|
|
35423
35337
|
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
|
|
35424
|
-
width: calc(100
|
|
35425
|
-
flex: 0 0 calc(100
|
|
35338
|
+
width: calc( 100% / var(--kendo-scrollview-views, 1));
|
|
35339
|
+
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
|
|
35426
35340
|
}
|
|
35427
35341
|
|
|
35428
35342
|
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
35429
35343
|
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
35430
|
-
transform: translateX(calc(100
|
|
35344
|
+
transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
35431
35345
|
}
|
|
35432
35346
|
|
|
35433
35347
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
@@ -35439,7 +35353,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
|
35439
35353
|
left: 0;
|
|
35440
35354
|
right: 0;
|
|
35441
35355
|
bottom: 0;
|
|
35442
|
-
height:
|
|
35356
|
+
height: calc( 10px + 0px + 40px);
|
|
35443
35357
|
text-align: center;
|
|
35444
35358
|
}
|
|
35445
35359
|
|
|
@@ -35515,9 +35429,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
35515
35429
|
height: 60%;
|
|
35516
35430
|
top: 20%;
|
|
35517
35431
|
text-decoration: none;
|
|
35518
|
-
|
|
35519
|
-
-ms-user-select: none;
|
|
35520
|
-
user-select: none;
|
|
35432
|
+
user-select: none;
|
|
35521
35433
|
cursor: pointer;
|
|
35522
35434
|
}
|
|
35523
35435
|
|
|
@@ -35982,11 +35894,11 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
35982
35894
|
}
|
|
35983
35895
|
|
|
35984
35896
|
.k-treemap .k-treemap-title + .k-treemap-wrap {
|
|
35985
|
-
top: calc(
|
|
35897
|
+
top: calc( 0.5rem + (1.5 * 1rem) + 1px);
|
|
35986
35898
|
}
|
|
35987
35899
|
|
|
35988
35900
|
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
|
|
35989
|
-
left: calc(
|
|
35901
|
+
left: calc( 0.5rem + (1.5 * 1rem) + 1px);
|
|
35990
35902
|
}
|
|
35991
35903
|
|
|
35992
35904
|
.k-treemap .k-leaf {
|
|
@@ -36386,9 +36298,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36386
36298
|
.k-map .km-scroll-wrapper {
|
|
36387
36299
|
width: 100%;
|
|
36388
36300
|
height: 100%;
|
|
36389
|
-
|
|
36390
|
-
-ms-user-select: none;
|
|
36391
|
-
user-select: none;
|
|
36301
|
+
user-select: none;
|
|
36392
36302
|
position: absolute;
|
|
36393
36303
|
}
|
|
36394
36304
|
|
|
@@ -36429,8 +36339,8 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36429
36339
|
|
|
36430
36340
|
.k-navigator {
|
|
36431
36341
|
margin: 1rem;
|
|
36432
|
-
width:
|
|
36433
|
-
height:
|
|
36342
|
+
width: calc( 48px + 4px);
|
|
36343
|
+
height: calc( 48px + 4px);
|
|
36434
36344
|
border-width: 1px;
|
|
36435
36345
|
border-style: solid;
|
|
36436
36346
|
box-sizing: border-box;
|
|
@@ -36648,3 +36558,78 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36648
36558
|
.k-orgchart-line-v {
|
|
36649
36559
|
color: #e4e5e6;
|
|
36650
36560
|
}
|
|
36561
|
+
|
|
36562
|
+
.k-signature {
|
|
36563
|
+
width: 246px;
|
|
36564
|
+
height: 108px;
|
|
36565
|
+
position: relative;
|
|
36566
|
+
box-sizing: border-box;
|
|
36567
|
+
display: flex;
|
|
36568
|
+
flex-direction: column;
|
|
36569
|
+
justify-content: space-between;
|
|
36570
|
+
}
|
|
36571
|
+
|
|
36572
|
+
.k-signature.k-signature-maximized {
|
|
36573
|
+
width: 750px;
|
|
36574
|
+
height: 252px;
|
|
36575
|
+
}
|
|
36576
|
+
|
|
36577
|
+
.k-signature.k-signature-maximized > .k-signature-line {
|
|
36578
|
+
border-bottom-width: 0.1875rem;
|
|
36579
|
+
}
|
|
36580
|
+
|
|
36581
|
+
.k-signature-actions {
|
|
36582
|
+
display: flex;
|
|
36583
|
+
width: min-content;
|
|
36584
|
+
margin-inline-start: auto;
|
|
36585
|
+
gap: 0.25rem;
|
|
36586
|
+
z-index: 2;
|
|
36587
|
+
}
|
|
36588
|
+
|
|
36589
|
+
.k-signature-canvas {
|
|
36590
|
+
position: absolute;
|
|
36591
|
+
top: 0;
|
|
36592
|
+
left: 0;
|
|
36593
|
+
width: 100%;
|
|
36594
|
+
height: 100%;
|
|
36595
|
+
display: block;
|
|
36596
|
+
z-index: 1;
|
|
36597
|
+
}
|
|
36598
|
+
|
|
36599
|
+
.k-signature-line {
|
|
36600
|
+
position: absolute;
|
|
36601
|
+
z-index: 0;
|
|
36602
|
+
border-bottom-width: 1px;
|
|
36603
|
+
border-bottom-style: dashed;
|
|
36604
|
+
}
|
|
36605
|
+
|
|
36606
|
+
.k-signature-sm {
|
|
36607
|
+
padding: 0.25rem;
|
|
36608
|
+
}
|
|
36609
|
+
|
|
36610
|
+
.k-signature-sm .k-signature-line {
|
|
36611
|
+
width: calc( 100% - 2 * 0.25rem);
|
|
36612
|
+
bottom: calc( calc( 1.5em + 0.75rem + 2px) + 0.25rem);
|
|
36613
|
+
}
|
|
36614
|
+
|
|
36615
|
+
.k-signature-md {
|
|
36616
|
+
padding: 0.375rem;
|
|
36617
|
+
}
|
|
36618
|
+
|
|
36619
|
+
.k-signature-md .k-signature-line {
|
|
36620
|
+
width: calc( 100% - 2 * 0.375rem);
|
|
36621
|
+
bottom: calc( calc( 1.5em + 0.75rem + 2px) + 0.375rem);
|
|
36622
|
+
}
|
|
36623
|
+
|
|
36624
|
+
.k-signature-lg {
|
|
36625
|
+
padding: 0.5rem;
|
|
36626
|
+
}
|
|
36627
|
+
|
|
36628
|
+
.k-signature-lg .k-signature-line {
|
|
36629
|
+
width: calc( 100% - 2 * 0.5rem);
|
|
36630
|
+
bottom: calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem);
|
|
36631
|
+
}
|
|
36632
|
+
|
|
36633
|
+
.k-signature .k-signature-line {
|
|
36634
|
+
border-bottom-color: rgba(13, 202, 240, 0.24);
|
|
36635
|
+
}
|