@progress/kendo-theme-default 5.5.0 → 5.5.1-dev.2
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 +672 -436
- package/dist/all.scss +783 -361
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +7 -10
- package/scss/action-sheet/_layout.scss +64 -0
- package/scss/action-sheet/_theme.scss +3 -3
- package/scss/adaptive/_theme.scss +2 -2
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +2 -2
- package/scss/breadcrumb/_theme.scss +5 -5
- package/scss/button/_layout.scss +17 -35
- package/scss/button/_variables.scss +34 -14
- package/scss/calendar/_layout.scss +103 -41
- package/scss/calendar/_theme.scss +30 -48
- package/scss/calendar/_variables.scss +44 -1
- package/scss/chat/_layout.scss +2 -2
- package/scss/chat/_theme.scss +2 -2
- package/scss/chip/_variables.scss +1 -1
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -3
- package/scss/drawer/_theme.scss +5 -5
- package/scss/editor/_layout.scss +2 -2
- package/scss/editor/_theme.scss +3 -3
- package/scss/expansion-panel/_theme.scss +3 -3
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/forms/_layout.scss +2 -1
- package/scss/gantt/_layout.scss +3 -3
- package/scss/gantt/_theme.scss +7 -7
- package/scss/grid/_layout.scss +6 -27
- package/scss/grid/_theme.scss +25 -25
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +21 -4
- package/scss/list/_variables.scss +6 -6
- package/scss/listview/_theme.scss +2 -2
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/pager/_layout.scss +3 -3
- package/scss/pager/_theme.scss +10 -10
- package/scss/panelbar/_theme.scss +14 -14
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/progressbar/_layout.scss +54 -11
- package/scss/progressbar/_theme.scss +14 -1
- package/scss/progressbar/_variables.scss +5 -0
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +3 -3
- package/scss/rating/_theme.scss +5 -5
- package/scss/scheduler/_layout.scss +4 -4
- package/scss/scheduler/_theme.scss +8 -8
- package/scss/scrollview/_theme.scss +4 -4
- package/scss/signature/_index.scss +10 -0
- package/scss/signature/_layout.scss +63 -0
- package/scss/signature/_theme.scss +12 -0
- package/scss/signature/_variables.scss +45 -0
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +3 -3
- package/scss/splitter/_theme.scss +1 -1
- package/scss/spreadsheet/_layout.scss +3 -3
- package/scss/spreadsheet/_theme.scss +6 -6
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/tabstrip/_layout.scss +7 -7
- package/scss/tabstrip/_theme.scss +5 -5
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/timeline/_theme.scss +2 -2
- package/scss/timeselector/_layout.scss +31 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/timeselector/_variables.scss +38 -0
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treeview/_variables.scss +4 -4
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +2 -2
- package/scss/window/_theme.scss +1 -1
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +2 -2
package/dist/all.css
CHANGED
|
@@ -6558,32 +6558,23 @@ kendo-sortable {
|
|
|
6558
6558
|
}
|
|
6559
6559
|
|
|
6560
6560
|
.k-user-select-none {
|
|
6561
|
-
|
|
6562
|
-
-ms-user-select: none !important;
|
|
6563
|
-
user-select: none !important;
|
|
6561
|
+
user-select: none !important;
|
|
6564
6562
|
}
|
|
6565
6563
|
|
|
6566
6564
|
.k-user-select-auto {
|
|
6567
|
-
|
|
6568
|
-
-ms-user-select: auto !important;
|
|
6569
|
-
user-select: auto !important;
|
|
6565
|
+
user-select: auto !important;
|
|
6570
6566
|
}
|
|
6571
6567
|
|
|
6572
6568
|
.k-user-select-text {
|
|
6573
|
-
|
|
6574
|
-
-ms-user-select: text !important;
|
|
6575
|
-
user-select: text !important;
|
|
6569
|
+
user-select: text !important;
|
|
6576
6570
|
}
|
|
6577
6571
|
|
|
6578
6572
|
.k-user-select-all {
|
|
6579
|
-
|
|
6580
|
-
user-select: all !important;
|
|
6573
|
+
user-select: all !important;
|
|
6581
6574
|
}
|
|
6582
6575
|
|
|
6583
6576
|
.k-user-select-contain {
|
|
6584
|
-
|
|
6585
|
-
-ms-user-select: element !important;
|
|
6586
|
-
user-select: contain !important;
|
|
6577
|
+
user-select: contain !important;
|
|
6587
6578
|
}
|
|
6588
6579
|
|
|
6589
6580
|
.k-cursor-auto {
|
|
@@ -11333,6 +11324,7 @@ kendo-sortable {
|
|
|
11333
11324
|
|
|
11334
11325
|
.k-list-sm {
|
|
11335
11326
|
font-size: 14px;
|
|
11327
|
+
line-height: 1.4285714286;
|
|
11336
11328
|
}
|
|
11337
11329
|
|
|
11338
11330
|
.k-list-sm .k-list-group-sticky-header {
|
|
@@ -11349,6 +11341,7 @@ kendo-sortable {
|
|
|
11349
11341
|
|
|
11350
11342
|
.k-list-md {
|
|
11351
11343
|
font-size: 14px;
|
|
11344
|
+
line-height: 1.4285714286;
|
|
11352
11345
|
}
|
|
11353
11346
|
|
|
11354
11347
|
.k-list-md .k-list-group-sticky-header {
|
|
@@ -11364,7 +11357,8 @@ kendo-sortable {
|
|
|
11364
11357
|
}
|
|
11365
11358
|
|
|
11366
11359
|
.k-list-lg {
|
|
11367
|
-
font-size:
|
|
11360
|
+
font-size: 16px;
|
|
11361
|
+
line-height: 1.5;
|
|
11368
11362
|
}
|
|
11369
11363
|
|
|
11370
11364
|
.k-list-lg .k-list-group-sticky-header {
|
|
@@ -11372,7 +11366,7 @@ kendo-sortable {
|
|
|
11372
11366
|
}
|
|
11373
11367
|
|
|
11374
11368
|
.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
|
|
11375
|
-
padding:
|
|
11369
|
+
padding: 8px 12px;
|
|
11376
11370
|
}
|
|
11377
11371
|
|
|
11378
11372
|
.k-list-lg .k-list-group-item {
|
|
@@ -11871,18 +11865,18 @@ a.k-badge:hover,
|
|
|
11871
11865
|
}
|
|
11872
11866
|
|
|
11873
11867
|
.k-badge-circle.k-badge-sm {
|
|
11874
|
-
width: calc(1em +
|
|
11875
|
-
height: calc(1em +
|
|
11868
|
+
width: calc( 1em + 4px + 2px);
|
|
11869
|
+
height: calc( 1em + 4px + 2px);
|
|
11876
11870
|
}
|
|
11877
11871
|
|
|
11878
11872
|
.k-badge-circle.k-badge-md {
|
|
11879
|
-
width: calc(1em +
|
|
11880
|
-
height: calc(1em +
|
|
11873
|
+
width: calc( 1em + 8px + 2px);
|
|
11874
|
+
height: calc( 1em + 8px + 2px);
|
|
11881
11875
|
}
|
|
11882
11876
|
|
|
11883
11877
|
.k-badge-circle.k-badge-lg {
|
|
11884
|
-
width: calc(1em +
|
|
11885
|
-
height: calc(1em +
|
|
11878
|
+
width: calc( 1em + 12px + 2px);
|
|
11879
|
+
height: calc( 1em + 12px + 2px);
|
|
11886
11880
|
}
|
|
11887
11881
|
|
|
11888
11882
|
.k-badge-dot {
|
|
@@ -12134,9 +12128,7 @@ kendo-badge-container {
|
|
|
12134
12128
|
justify-content: center;
|
|
12135
12129
|
gap: 4px;
|
|
12136
12130
|
vertical-align: middle;
|
|
12137
|
-
|
|
12138
|
-
-ms-user-select: none;
|
|
12139
|
-
user-select: none;
|
|
12131
|
+
user-select: none;
|
|
12140
12132
|
cursor: pointer;
|
|
12141
12133
|
outline: none;
|
|
12142
12134
|
-webkit-appearance: none;
|
|
@@ -12190,43 +12182,43 @@ kendo-badge-container {
|
|
|
12190
12182
|
line-height: 1.4285714286;
|
|
12191
12183
|
}
|
|
12192
12184
|
|
|
12193
|
-
.k-button-
|
|
12194
|
-
padding:
|
|
12195
|
-
font-size: 14px;
|
|
12196
|
-
line-height: 1.4285714286;
|
|
12185
|
+
.k-button-sm.k-icon-button {
|
|
12186
|
+
padding: 2px;
|
|
12197
12187
|
}
|
|
12198
12188
|
|
|
12199
|
-
.k-button-
|
|
12200
|
-
|
|
12201
|
-
|
|
12202
|
-
line-height: 1.4285714286;
|
|
12189
|
+
.k-button-sm.k-icon-button > .k-button-icon {
|
|
12190
|
+
min-width: calc( 14px * 1.4285714286);
|
|
12191
|
+
min-height: calc( 14px * 1.4285714286);
|
|
12203
12192
|
}
|
|
12204
12193
|
|
|
12205
|
-
.k-
|
|
12206
|
-
padding:
|
|
12194
|
+
.k-button-md {
|
|
12195
|
+
padding: 4px 8px;
|
|
12196
|
+
font-size: 14px;
|
|
12197
|
+
line-height: 1.4285714286;
|
|
12207
12198
|
}
|
|
12208
12199
|
|
|
12209
|
-
.k-
|
|
12210
|
-
|
|
12211
|
-
min-height: 20.0000000004px;
|
|
12200
|
+
.k-button-md.k-icon-button {
|
|
12201
|
+
padding: 4px;
|
|
12212
12202
|
}
|
|
12213
12203
|
|
|
12214
|
-
.k-icon-button.k-button-
|
|
12215
|
-
|
|
12204
|
+
.k-button-md.k-icon-button > .k-button-icon {
|
|
12205
|
+
min-width: calc( 14px * 1.4285714286);
|
|
12206
|
+
min-height: calc( 14px * 1.4285714286);
|
|
12216
12207
|
}
|
|
12217
12208
|
|
|
12218
|
-
.k-
|
|
12219
|
-
|
|
12220
|
-
|
|
12209
|
+
.k-button-lg {
|
|
12210
|
+
padding: 8px 12px;
|
|
12211
|
+
font-size: 16px;
|
|
12212
|
+
line-height: 1.5;
|
|
12221
12213
|
}
|
|
12222
12214
|
|
|
12223
|
-
.k-
|
|
12224
|
-
padding:
|
|
12215
|
+
.k-button-lg.k-icon-button {
|
|
12216
|
+
padding: 8px;
|
|
12225
12217
|
}
|
|
12226
12218
|
|
|
12227
|
-
.k-
|
|
12228
|
-
min-width:
|
|
12229
|
-
min-height:
|
|
12219
|
+
.k-button-lg.k-icon-button > .k-button-icon {
|
|
12220
|
+
min-width: calc( 16px * 1.5);
|
|
12221
|
+
min-height: calc( 16px * 1.5);
|
|
12230
12222
|
}
|
|
12231
12223
|
|
|
12232
12224
|
.k-button-square {
|
|
@@ -13418,20 +13410,11 @@ kendo-badge-container {
|
|
|
13418
13410
|
margin: 0;
|
|
13419
13411
|
}
|
|
13420
13412
|
|
|
13421
|
-
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
|
|
13422
|
-
color: #666666;
|
|
13423
|
-
opacity: 1;
|
|
13424
|
-
-ms-user-select: none;
|
|
13425
|
-
user-select: none;
|
|
13426
|
-
}
|
|
13427
|
-
|
|
13428
13413
|
.k-input::placeholder,
|
|
13429
13414
|
.k-picker::placeholder {
|
|
13430
13415
|
color: #666666;
|
|
13431
13416
|
opacity: 1;
|
|
13432
|
-
|
|
13433
|
-
-ms-user-select: none;
|
|
13434
|
-
user-select: none;
|
|
13417
|
+
user-select: none;
|
|
13435
13418
|
}
|
|
13436
13419
|
|
|
13437
13420
|
.k-input:-ms-input-placeholder,
|
|
@@ -13480,8 +13463,7 @@ textarea.k-textarea[disabled] {
|
|
|
13480
13463
|
|
|
13481
13464
|
select.k-picker {
|
|
13482
13465
|
padding: 4px 8px;
|
|
13483
|
-
|
|
13484
|
-
appearance: auto;
|
|
13466
|
+
appearance: auto;
|
|
13485
13467
|
}
|
|
13486
13468
|
|
|
13487
13469
|
select.k-picker:disabled, select.k-picker[disabled] {
|
|
@@ -13522,19 +13504,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13522
13504
|
display: none;
|
|
13523
13505
|
}
|
|
13524
13506
|
|
|
13525
|
-
.k-input-inner:-ms-input-placeholder {
|
|
13526
|
-
color: #666666;
|
|
13527
|
-
opacity: 1;
|
|
13528
|
-
-ms-user-select: none;
|
|
13529
|
-
user-select: none;
|
|
13530
|
-
}
|
|
13531
|
-
|
|
13532
13507
|
.k-input-inner::placeholder {
|
|
13533
13508
|
color: #666666;
|
|
13534
13509
|
opacity: 1;
|
|
13535
|
-
|
|
13536
|
-
-ms-user-select: none;
|
|
13537
|
-
user-select: none;
|
|
13510
|
+
user-select: none;
|
|
13538
13511
|
}
|
|
13539
13512
|
|
|
13540
13513
|
.k-input-inner:-ms-input-placeholder {
|
|
@@ -13650,7 +13623,7 @@ textarea.k-input-inner {
|
|
|
13650
13623
|
}
|
|
13651
13624
|
|
|
13652
13625
|
.k-input-button {
|
|
13653
|
-
width: calc(1.4285714286em + 8px);
|
|
13626
|
+
width: calc( 1.4285714286em + 8px);
|
|
13654
13627
|
border-width: 0;
|
|
13655
13628
|
border-inline-start-width: 1px;
|
|
13656
13629
|
flex: none;
|
|
@@ -13673,7 +13646,7 @@ textarea.k-input-inner {
|
|
|
13673
13646
|
}
|
|
13674
13647
|
|
|
13675
13648
|
.k-input-spinner {
|
|
13676
|
-
width: calc(1.4285714286em + 8px);
|
|
13649
|
+
width: calc( 1.4285714286em + 8px);
|
|
13677
13650
|
flex: none;
|
|
13678
13651
|
display: flex;
|
|
13679
13652
|
flex-flow: column nowrap;
|
|
@@ -13786,14 +13759,14 @@ textarea.k-input-inner {
|
|
|
13786
13759
|
.k-picker-sm .k-clear-value,
|
|
13787
13760
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
13788
13761
|
.k-picker-sm .k-input-suffix > .k-icon {
|
|
13789
|
-
width:
|
|
13790
|
-
height:
|
|
13762
|
+
width: calc( 16px + 4px);
|
|
13763
|
+
height: calc( 16px + 4px);
|
|
13791
13764
|
}
|
|
13792
13765
|
|
|
13793
13766
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
13794
13767
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
13795
|
-
width: 1.4285714286em;
|
|
13796
|
-
height: 1.4285714286em;
|
|
13768
|
+
width: calc( 1.4285714286em);
|
|
13769
|
+
height: calc( 1.4285714286em);
|
|
13797
13770
|
padding: 2px;
|
|
13798
13771
|
box-sizing: content-box;
|
|
13799
13772
|
}
|
|
@@ -13849,14 +13822,14 @@ textarea.k-input-inner {
|
|
|
13849
13822
|
.k-picker-md .k-clear-value,
|
|
13850
13823
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
13851
13824
|
.k-picker-md .k-input-suffix > .k-icon {
|
|
13852
|
-
width:
|
|
13853
|
-
height:
|
|
13825
|
+
width: calc( 16px + 8px);
|
|
13826
|
+
height: calc( 16px + 8px);
|
|
13854
13827
|
}
|
|
13855
13828
|
|
|
13856
13829
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
13857
13830
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
13858
|
-
width: 1.4285714286em;
|
|
13859
|
-
height: 1.4285714286em;
|
|
13831
|
+
width: calc( 1.4285714286em);
|
|
13832
|
+
height: calc( 1.4285714286em);
|
|
13860
13833
|
padding: 4px;
|
|
13861
13834
|
box-sizing: content-box;
|
|
13862
13835
|
}
|
|
@@ -13867,15 +13840,15 @@ textarea.k-input-inner {
|
|
|
13867
13840
|
|
|
13868
13841
|
.k-input-lg,
|
|
13869
13842
|
.k-picker-lg {
|
|
13870
|
-
font-size:
|
|
13871
|
-
line-height: 1.
|
|
13843
|
+
font-size: 16px;
|
|
13844
|
+
line-height: 1.5;
|
|
13872
13845
|
}
|
|
13873
13846
|
|
|
13874
13847
|
.k-input-lg .k-input-values,
|
|
13875
13848
|
.k-picker-lg .k-input-values {
|
|
13876
13849
|
width: 100%;
|
|
13877
|
-
padding:
|
|
13878
|
-
gap:
|
|
13850
|
+
padding: 4px;
|
|
13851
|
+
gap: 4px;
|
|
13879
13852
|
cursor: text;
|
|
13880
13853
|
}
|
|
13881
13854
|
|
|
@@ -13883,12 +13856,12 @@ textarea.k-input-inner {
|
|
|
13883
13856
|
.k-input-lg .k-input-values > .k-input-inner,
|
|
13884
13857
|
.k-picker-lg .k-input-values > .k-searchbar,
|
|
13885
13858
|
.k-picker-lg .k-input-values > .k-input-inner {
|
|
13886
|
-
margin: -
|
|
13859
|
+
margin: -4px;
|
|
13887
13860
|
}
|
|
13888
13861
|
|
|
13889
13862
|
.k-input-lg .k-input-inner,
|
|
13890
13863
|
.k-picker-lg .k-input-inner {
|
|
13891
|
-
padding:
|
|
13864
|
+
padding: 8px 12px;
|
|
13892
13865
|
}
|
|
13893
13866
|
|
|
13894
13867
|
.k-input-lg .k-input-button,
|
|
@@ -13897,7 +13870,7 @@ textarea.k-input-inner {
|
|
|
13897
13870
|
.k-picker-lg .k-input-button,
|
|
13898
13871
|
.k-picker-lg .k-spinner-increase,
|
|
13899
13872
|
.k-picker-lg .k-spinner-decrease {
|
|
13900
|
-
padding:
|
|
13873
|
+
padding: 8px 8px;
|
|
13901
13874
|
}
|
|
13902
13875
|
|
|
13903
13876
|
.k-input-lg .k-input-icon,
|
|
@@ -13912,20 +13885,20 @@ textarea.k-input-inner {
|
|
|
13912
13885
|
.k-picker-lg .k-clear-value,
|
|
13913
13886
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
13914
13887
|
.k-picker-lg .k-input-suffix > .k-icon {
|
|
13915
|
-
width:
|
|
13916
|
-
height:
|
|
13888
|
+
width: calc( 16px + 16px);
|
|
13889
|
+
height: calc( 16px + 16px);
|
|
13917
13890
|
}
|
|
13918
13891
|
|
|
13919
13892
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
13920
13893
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
13921
|
-
width: 1.
|
|
13922
|
-
height: 1.
|
|
13923
|
-
padding:
|
|
13894
|
+
width: calc( 1.5em);
|
|
13895
|
+
height: calc( 1.5em);
|
|
13896
|
+
padding: 8px;
|
|
13924
13897
|
box-sizing: content-box;
|
|
13925
13898
|
}
|
|
13926
13899
|
|
|
13927
13900
|
.k-dropdown-operator.k-picker-lg .k-input-button {
|
|
13928
|
-
padding:
|
|
13901
|
+
padding: 8px;
|
|
13929
13902
|
}
|
|
13930
13903
|
|
|
13931
13904
|
.k-input > kendo-popup,
|
|
@@ -14135,7 +14108,7 @@ textarea.k-input-inner {
|
|
|
14135
14108
|
}
|
|
14136
14109
|
|
|
14137
14110
|
.k-floating-label-container {
|
|
14138
|
-
padding-top:
|
|
14111
|
+
padding-top: calc( 1.4285714286 * 14px);
|
|
14139
14112
|
box-sizing: border-box;
|
|
14140
14113
|
display: inline-flex;
|
|
14141
14114
|
vertical-align: middle;
|
|
@@ -14157,8 +14130,8 @@ textarea.k-input-inner {
|
|
|
14157
14130
|
white-space: nowrap;
|
|
14158
14131
|
text-overflow: ellipsis;
|
|
14159
14132
|
position: absolute;
|
|
14160
|
-
top:
|
|
14161
|
-
left:
|
|
14133
|
+
top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
|
|
14134
|
+
left: calc( 8px + 1px);
|
|
14162
14135
|
overflow: hidden;
|
|
14163
14136
|
cursor: text;
|
|
14164
14137
|
transform-origin: left center;
|
|
@@ -14171,8 +14144,8 @@ textarea.k-input-inner {
|
|
|
14171
14144
|
}
|
|
14172
14145
|
|
|
14173
14146
|
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14174
|
-
top:
|
|
14175
|
-
left:
|
|
14147
|
+
top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
|
|
14148
|
+
left: calc( 8px + 1px);
|
|
14176
14149
|
transform: scale(1);
|
|
14177
14150
|
pointer-events: none;
|
|
14178
14151
|
}
|
|
@@ -14191,10 +14164,6 @@ textarea.k-input-inner {
|
|
|
14191
14164
|
transform: scale(1);
|
|
14192
14165
|
}
|
|
14193
14166
|
|
|
14194
|
-
.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 {
|
|
14195
|
-
color: transparent;
|
|
14196
|
-
}
|
|
14197
|
-
|
|
14198
14167
|
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14199
14168
|
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14200
14169
|
color: transparent;
|
|
@@ -14210,7 +14179,7 @@ textarea.k-input-inner {
|
|
|
14210
14179
|
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14211
14180
|
.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 {
|
|
14212
14181
|
left: auto;
|
|
14213
|
-
right:
|
|
14182
|
+
right: calc( 8px + 1px);
|
|
14214
14183
|
}
|
|
14215
14184
|
|
|
14216
14185
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -14801,9 +14770,7 @@ textarea.k-input-inner {
|
|
|
14801
14770
|
position: relative;
|
|
14802
14771
|
overflow: hidden;
|
|
14803
14772
|
cursor: pointer;
|
|
14804
|
-
|
|
14805
|
-
-ms-user-select: none;
|
|
14806
|
-
user-select: none;
|
|
14773
|
+
user-select: none;
|
|
14807
14774
|
}
|
|
14808
14775
|
|
|
14809
14776
|
.k-chip *,
|
|
@@ -15192,7 +15159,7 @@ textarea.k-input-inner {
|
|
|
15192
15159
|
}
|
|
15193
15160
|
|
|
15194
15161
|
.k-icon-color-preview .k-color-preview-mask {
|
|
15195
|
-
width:
|
|
15162
|
+
width: calc( 16px - 2px);
|
|
15196
15163
|
height: 2px;
|
|
15197
15164
|
}
|
|
15198
15165
|
|
|
@@ -15355,32 +15322,32 @@ textarea.k-input-inner {
|
|
|
15355
15322
|
top: 100%;
|
|
15356
15323
|
left: 0;
|
|
15357
15324
|
animation: spinner-3-segment 2s ease infinite;
|
|
15358
|
-
animation-delay: -
|
|
15325
|
+
animation-delay: calc( -2s / 3);
|
|
15359
15326
|
}
|
|
15360
15327
|
|
|
15361
15328
|
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
|
|
15362
15329
|
top: 100%;
|
|
15363
15330
|
left: 100%;
|
|
15364
15331
|
animation: spinner-3-segment 2s ease infinite;
|
|
15365
|
-
animation-delay: -
|
|
15332
|
+
animation-delay: calc( -4s / 3);
|
|
15366
15333
|
}
|
|
15367
15334
|
|
|
15368
15335
|
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
|
|
15369
15336
|
margin: 2px;
|
|
15370
|
-
width:
|
|
15371
|
-
height:
|
|
15337
|
+
width: calc( 16px - 4px);
|
|
15338
|
+
height: calc( 13.8564064608px - 4px);
|
|
15372
15339
|
}
|
|
15373
15340
|
|
|
15374
15341
|
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
|
|
15375
15342
|
margin: 4px;
|
|
15376
|
-
width:
|
|
15377
|
-
height:
|
|
15343
|
+
width: calc( 32px - 8px);
|
|
15344
|
+
height: calc( 27.7128129216px - 8px);
|
|
15378
15345
|
}
|
|
15379
15346
|
|
|
15380
15347
|
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
|
|
15381
15348
|
margin: 8px;
|
|
15382
|
-
width:
|
|
15383
|
-
height:
|
|
15349
|
+
width: calc( 64px - 16px);
|
|
15350
|
+
height: calc( 55.4256258432px - 16px);
|
|
15384
15351
|
}
|
|
15385
15352
|
|
|
15386
15353
|
@keyframes spinner-4-segment-1 {
|
|
@@ -15760,9 +15727,7 @@ textarea.k-input-inner {
|
|
|
15760
15727
|
flex-flow: column nowrap;
|
|
15761
15728
|
flex: none;
|
|
15762
15729
|
position: relative;
|
|
15763
|
-
|
|
15764
|
-
-ms-user-select: none;
|
|
15765
|
-
user-select: none;
|
|
15730
|
+
user-select: none;
|
|
15766
15731
|
}
|
|
15767
15732
|
|
|
15768
15733
|
.k-menu-item-content {
|
|
@@ -15834,12 +15799,12 @@ textarea.k-input-inner {
|
|
|
15834
15799
|
|
|
15835
15800
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
15836
15801
|
padding: 4px 8px;
|
|
15837
|
-
padding-right:
|
|
15802
|
+
padding-right: calc( 16px + 16px);
|
|
15838
15803
|
}
|
|
15839
15804
|
|
|
15840
15805
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
15841
15806
|
margin-inline-start: 8px;
|
|
15842
|
-
margin-inline-end: -
|
|
15807
|
+
margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
|
|
15843
15808
|
}
|
|
15844
15809
|
|
|
15845
15810
|
.k-menu-vertical > .k-separator {
|
|
@@ -15903,12 +15868,12 @@ textarea.k-input-inner {
|
|
|
15903
15868
|
|
|
15904
15869
|
.k-menu-group-sm .k-menu-link {
|
|
15905
15870
|
padding: 2px 8px;
|
|
15906
|
-
padding-inline-end:
|
|
15871
|
+
padding-inline-end: calc( 16px + 16px);
|
|
15907
15872
|
}
|
|
15908
15873
|
|
|
15909
15874
|
.k-menu-group-sm .k-menu-expand-arrow {
|
|
15910
15875
|
margin-inline-start: 8px;
|
|
15911
|
-
margin-inline-end: -
|
|
15876
|
+
margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
|
|
15912
15877
|
}
|
|
15913
15878
|
|
|
15914
15879
|
.k-menu-group-md {
|
|
@@ -15923,12 +15888,12 @@ textarea.k-input-inner {
|
|
|
15923
15888
|
|
|
15924
15889
|
.k-menu-group-md .k-menu-link {
|
|
15925
15890
|
padding: 4px 8px;
|
|
15926
|
-
padding-inline-end:
|
|
15891
|
+
padding-inline-end: calc( 16px + 16px);
|
|
15927
15892
|
}
|
|
15928
15893
|
|
|
15929
15894
|
.k-menu-group-md .k-menu-expand-arrow {
|
|
15930
15895
|
margin-inline-start: 8px;
|
|
15931
|
-
margin-inline-end: -
|
|
15896
|
+
margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
|
|
15932
15897
|
}
|
|
15933
15898
|
|
|
15934
15899
|
.k-menu-group-lg {
|
|
@@ -15943,12 +15908,12 @@ textarea.k-input-inner {
|
|
|
15943
15908
|
|
|
15944
15909
|
.k-menu-group-lg .k-menu-link {
|
|
15945
15910
|
padding: 6px 8px;
|
|
15946
|
-
padding-inline-end:
|
|
15911
|
+
padding-inline-end: calc( 16px + 16px);
|
|
15947
15912
|
}
|
|
15948
15913
|
|
|
15949
15914
|
.k-menu-group-lg .k-menu-expand-arrow {
|
|
15950
15915
|
margin-inline-start: 8px;
|
|
15951
|
-
margin-inline-end: -
|
|
15916
|
+
margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
|
|
15952
15917
|
}
|
|
15953
15918
|
|
|
15954
15919
|
.k-popups-wrapper {
|
|
@@ -16048,13 +16013,13 @@ textarea.k-input-inner {
|
|
|
16048
16013
|
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
16049
16014
|
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16050
16015
|
padding-right: 8px;
|
|
16051
|
-
padding-left:
|
|
16016
|
+
padding-left: calc( 16px + 16px);
|
|
16052
16017
|
}
|
|
16053
16018
|
|
|
16054
16019
|
.k-rtl .k-menu-group .k-menu-link,
|
|
16055
16020
|
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
16056
16021
|
padding-right: 8px;
|
|
16057
|
-
padding-left:
|
|
16022
|
+
padding-left: calc( 16px + 16px);
|
|
16058
16023
|
}
|
|
16059
16024
|
|
|
16060
16025
|
.k-menu:not(.k-context-menu) {
|
|
@@ -16145,7 +16110,7 @@ textarea.k-input-inner {
|
|
|
16145
16110
|
|
|
16146
16111
|
.k-toolbar::before {
|
|
16147
16112
|
content: "";
|
|
16148
|
-
height: calc(1.4285714286em +
|
|
16113
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
16149
16114
|
margin-inline-start: -8px;
|
|
16150
16115
|
}
|
|
16151
16116
|
|
|
@@ -16561,7 +16526,8 @@ kendo-label > .k-label {
|
|
|
16561
16526
|
|
|
16562
16527
|
.k-form .k-multiselect,
|
|
16563
16528
|
.k-form .k-floating-label-container,
|
|
16564
|
-
.k-form .k-daterangepicker .k-dateinput
|
|
16529
|
+
.k-form .k-daterangepicker .k-dateinput,
|
|
16530
|
+
.k-form .k-signature {
|
|
16565
16531
|
display: inline-flex;
|
|
16566
16532
|
width: 100%;
|
|
16567
16533
|
}
|
|
@@ -16620,7 +16586,7 @@ kendo-label > .k-label {
|
|
|
16620
16586
|
}
|
|
16621
16587
|
|
|
16622
16588
|
.k-form-horizontal .k-form-field-wrap {
|
|
16623
|
-
max-width: calc(
|
|
16589
|
+
max-width: calc( ( 100% - 25% ) - 10px);
|
|
16624
16590
|
flex: 1 1 auto;
|
|
16625
16591
|
}
|
|
16626
16592
|
|
|
@@ -16687,7 +16653,7 @@ kendo-label > .k-label {
|
|
|
16687
16653
|
width: 25%;
|
|
16688
16654
|
text-align: right;
|
|
16689
16655
|
line-height: 1.4285714286;
|
|
16690
|
-
padding:
|
|
16656
|
+
padding: calc( 4px + 1px) 0;
|
|
16691
16657
|
padding-right: 12px;
|
|
16692
16658
|
align-self: center;
|
|
16693
16659
|
}
|
|
@@ -16736,7 +16702,7 @@ kendo-label > .k-label {
|
|
|
16736
16702
|
|
|
16737
16703
|
.k-edit-label {
|
|
16738
16704
|
margin: 0 0 1em 0;
|
|
16739
|
-
padding:
|
|
16705
|
+
padding: calc( 4px + 1px) 0;
|
|
16740
16706
|
width: 30%;
|
|
16741
16707
|
line-height: 1.4285714286;
|
|
16742
16708
|
text-align: right;
|
|
@@ -16753,7 +16719,7 @@ kendo-label > .k-label {
|
|
|
16753
16719
|
}
|
|
16754
16720
|
|
|
16755
16721
|
.k-edit-field.k-no-editor {
|
|
16756
|
-
padding:
|
|
16722
|
+
padding: calc( 4px + 1px) 0;
|
|
16757
16723
|
}
|
|
16758
16724
|
|
|
16759
16725
|
.k-edit-field > .k-widget {
|
|
@@ -16976,7 +16942,7 @@ kendo-label > .k-label {
|
|
|
16976
16942
|
}
|
|
16977
16943
|
|
|
16978
16944
|
.k-validator-tooltip {
|
|
16979
|
-
margin-top: 6px;
|
|
16945
|
+
margin-top: calc( 6px + 0px);
|
|
16980
16946
|
width: auto;
|
|
16981
16947
|
white-space: normal;
|
|
16982
16948
|
display: flex;
|
|
@@ -17004,7 +16970,7 @@ kendo-label > .k-label {
|
|
|
17004
16970
|
}
|
|
17005
16971
|
|
|
17006
16972
|
.k-split-button .k-split-button-arrow.k-button-lg {
|
|
17007
|
-
padding:
|
|
16973
|
+
padding: 8px 8px;
|
|
17008
16974
|
}
|
|
17009
16975
|
|
|
17010
16976
|
.k-split-button .k-split-button-arrow .k-button-icon {
|
|
@@ -17255,7 +17221,7 @@ kendo-label > .k-label {
|
|
|
17255
17221
|
}
|
|
17256
17222
|
|
|
17257
17223
|
.k-progressbar-horizontal {
|
|
17258
|
-
width:
|
|
17224
|
+
width: 100%;
|
|
17259
17225
|
height: 22px;
|
|
17260
17226
|
grid-template-columns: 1fr;
|
|
17261
17227
|
grid-template-rows: 100%;
|
|
@@ -17268,13 +17234,13 @@ kendo-label > .k-label {
|
|
|
17268
17234
|
.k-progressbar-horizontal > .k-state-selected,
|
|
17269
17235
|
.k-progressbar-horizontal > .k-selected {
|
|
17270
17236
|
width: 0;
|
|
17271
|
-
width: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17237
|
+
width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
17272
17238
|
flex-direction: row;
|
|
17273
17239
|
}
|
|
17274
17240
|
|
|
17275
17241
|
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
17276
17242
|
.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
17277
|
-
width: calc(100
|
|
17243
|
+
width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
17278
17244
|
}
|
|
17279
17245
|
|
|
17280
17246
|
.k-progressbar-horizontal > ul {
|
|
@@ -17305,14 +17271,13 @@ kendo-label > .k-label {
|
|
|
17305
17271
|
}
|
|
17306
17272
|
|
|
17307
17273
|
.k-progressbar-vertical .k-progress-status {
|
|
17308
|
-
|
|
17309
|
-
writing-mode: vertical-lr;
|
|
17274
|
+
writing-mode: vertical-lr;
|
|
17310
17275
|
}
|
|
17311
17276
|
|
|
17312
17277
|
.k-progressbar-vertical > .k-state-selected,
|
|
17313
17278
|
.k-progressbar-vertical > .k-selected {
|
|
17314
17279
|
height: 0;
|
|
17315
|
-
height: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17280
|
+
height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
17316
17281
|
flex-direction: column-reverse;
|
|
17317
17282
|
align-self: flex-end;
|
|
17318
17283
|
align-items: flex-end;
|
|
@@ -17320,7 +17285,7 @@ kendo-label > .k-label {
|
|
|
17320
17285
|
|
|
17321
17286
|
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
|
|
17322
17287
|
.k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
|
|
17323
|
-
height: calc(100
|
|
17288
|
+
height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
17324
17289
|
}
|
|
17325
17290
|
|
|
17326
17291
|
.k-progressbar-vertical > ul {
|
|
@@ -17398,6 +17363,45 @@ kendo-label > .k-label {
|
|
|
17398
17363
|
-ms-grid-row-align: start;
|
|
17399
17364
|
}
|
|
17400
17365
|
|
|
17366
|
+
.k-circular-progressbar {
|
|
17367
|
+
display: inline-block;
|
|
17368
|
+
text-align: left;
|
|
17369
|
+
position: relative;
|
|
17370
|
+
}
|
|
17371
|
+
|
|
17372
|
+
.k-circular-progressbar-surface {
|
|
17373
|
+
height: 100%;
|
|
17374
|
+
}
|
|
17375
|
+
|
|
17376
|
+
.k-circular-progressbar-surface > div {
|
|
17377
|
+
width: 100%;
|
|
17378
|
+
height: 100%;
|
|
17379
|
+
}
|
|
17380
|
+
|
|
17381
|
+
.k-circular-progressbar-surface svg {
|
|
17382
|
+
width: 100%;
|
|
17383
|
+
height: 100%;
|
|
17384
|
+
}
|
|
17385
|
+
|
|
17386
|
+
.k-circular-progressbar-scale {
|
|
17387
|
+
fill: none;
|
|
17388
|
+
}
|
|
17389
|
+
|
|
17390
|
+
.k-circular-progressbar-arc {
|
|
17391
|
+
transform-box: fill-box;
|
|
17392
|
+
transform-origin: center center;
|
|
17393
|
+
transform: rotate(-90deg);
|
|
17394
|
+
stroke-linecap: round;
|
|
17395
|
+
fill: none;
|
|
17396
|
+
}
|
|
17397
|
+
|
|
17398
|
+
.k-circular-progressbar-label {
|
|
17399
|
+
position: absolute;
|
|
17400
|
+
text-align: center;
|
|
17401
|
+
padding: 0;
|
|
17402
|
+
margin: 0;
|
|
17403
|
+
}
|
|
17404
|
+
|
|
17401
17405
|
@keyframes progressbar-indeterminate-animation {
|
|
17402
17406
|
from {
|
|
17403
17407
|
background-position: 0 0;
|
|
@@ -17433,6 +17437,15 @@ kendo-label > .k-label {
|
|
|
17433
17437
|
animation: progressbar-indeterminate-animation 1s linear infinite;
|
|
17434
17438
|
}
|
|
17435
17439
|
|
|
17440
|
+
.k-circular-progressbar-scale {
|
|
17441
|
+
stroke: #ebebeb;
|
|
17442
|
+
}
|
|
17443
|
+
|
|
17444
|
+
.k-circular-progressbar-arc {
|
|
17445
|
+
stroke: #ff6358;
|
|
17446
|
+
transition: stroke .5s ease;
|
|
17447
|
+
}
|
|
17448
|
+
|
|
17436
17449
|
.k-radio {
|
|
17437
17450
|
border-radius: 50%;
|
|
17438
17451
|
margin: 0;
|
|
@@ -17740,7 +17753,7 @@ kendo-label > .k-label {
|
|
|
17740
17753
|
.k-slider {
|
|
17741
17754
|
width: min-content;
|
|
17742
17755
|
height: min-content;
|
|
17743
|
-
gap:
|
|
17756
|
+
gap: calc( 14px / 2);
|
|
17744
17757
|
}
|
|
17745
17758
|
|
|
17746
17759
|
.k-slider .k-button {
|
|
@@ -17763,9 +17776,7 @@ kendo-label > .k-label {
|
|
|
17763
17776
|
display: flex;
|
|
17764
17777
|
flex-flow: inherit;
|
|
17765
17778
|
justify-content: space-between;
|
|
17766
|
-
|
|
17767
|
-
-ms-user-select: none;
|
|
17768
|
-
user-select: none;
|
|
17779
|
+
user-select: none;
|
|
17769
17780
|
}
|
|
17770
17781
|
|
|
17771
17782
|
.k-slider .k-slider-track-wrap .k-tick {
|
|
@@ -17805,31 +17816,31 @@ kendo-label > .k-label {
|
|
|
17805
17816
|
}
|
|
17806
17817
|
|
|
17807
17818
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17808
|
-
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17809
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17819
|
+
width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
17820
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17810
17821
|
}
|
|
17811
17822
|
|
|
17812
17823
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17813
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17824
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17814
17825
|
}
|
|
17815
17826
|
|
|
17816
17827
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17817
|
-
left: calc(var(--kendo-slider-end, 0)*1%);
|
|
17828
|
+
left: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17818
17829
|
}
|
|
17819
17830
|
|
|
17820
17831
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17821
17832
|
left: unset;
|
|
17822
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17833
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17823
17834
|
}
|
|
17824
17835
|
|
|
17825
17836
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17826
17837
|
left: unset;
|
|
17827
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17838
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17828
17839
|
}
|
|
17829
17840
|
|
|
17830
17841
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17831
17842
|
left: unset;
|
|
17832
|
-
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
17843
|
+
right: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17833
17844
|
}
|
|
17834
17845
|
|
|
17835
17846
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
@@ -17860,16 +17871,16 @@ kendo-label > .k-label {
|
|
|
17860
17871
|
}
|
|
17861
17872
|
|
|
17862
17873
|
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
|
|
17863
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17864
|
-
height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17874
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17875
|
+
height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
17865
17876
|
}
|
|
17866
17877
|
|
|
17867
17878
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
|
|
17868
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17879
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17869
17880
|
}
|
|
17870
17881
|
|
|
17871
17882
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
|
|
17872
|
-
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
17883
|
+
bottom: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17873
17884
|
}
|
|
17874
17885
|
|
|
17875
17886
|
.k-slider-vertical {
|
|
@@ -18188,13 +18199,13 @@ kendo-label > .k-label {
|
|
|
18188
18199
|
}
|
|
18189
18200
|
|
|
18190
18201
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
18191
|
-
padding-left:
|
|
18192
|
-
padding-right:
|
|
18202
|
+
padding-left: calc( 14px / 2);
|
|
18203
|
+
padding-right: calc( 14px / 2);
|
|
18193
18204
|
}
|
|
18194
18205
|
|
|
18195
18206
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
18196
|
-
padding-top:
|
|
18197
|
-
padding-bottom:
|
|
18207
|
+
padding-top: calc( 14px / 2);
|
|
18208
|
+
padding-bottom: calc( 14px / 2);
|
|
18198
18209
|
}
|
|
18199
18210
|
|
|
18200
18211
|
.k-slider {
|
|
@@ -18248,6 +18259,8 @@ kendo-label > .k-label {
|
|
|
18248
18259
|
}
|
|
18249
18260
|
|
|
18250
18261
|
.k-calendar {
|
|
18262
|
+
inline-size: var(--INTERNAL--kendo-calendar-width, min-content);
|
|
18263
|
+
block-size: var(--INTERNAL--kendo-calendar-height, min-content);
|
|
18251
18264
|
border-width: 1px;
|
|
18252
18265
|
border-style: solid;
|
|
18253
18266
|
box-sizing: border-box;
|
|
@@ -18259,9 +18272,7 @@ kendo-label > .k-label {
|
|
|
18259
18272
|
overflow: hidden;
|
|
18260
18273
|
display: inline-flex;
|
|
18261
18274
|
flex-flow: column nowrap;
|
|
18262
|
-
|
|
18263
|
-
-ms-user-select: none;
|
|
18264
|
-
user-select: none;
|
|
18275
|
+
user-select: none;
|
|
18265
18276
|
-webkit-touch-callout: none;
|
|
18266
18277
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18267
18278
|
}
|
|
@@ -18270,14 +18281,8 @@ kendo-label > .k-label {
|
|
|
18270
18281
|
border: 0;
|
|
18271
18282
|
}
|
|
18272
18283
|
|
|
18273
|
-
.k-calendar .k-link {
|
|
18274
|
-
white-space: normal;
|
|
18275
|
-
position: relative;
|
|
18276
|
-
overflow: hidden;
|
|
18277
|
-
}
|
|
18278
|
-
|
|
18279
18284
|
.k-calendar-table {
|
|
18280
|
-
margin: 0;
|
|
18285
|
+
margin: 0 auto;
|
|
18281
18286
|
border-width: 0;
|
|
18282
18287
|
border-color: inherit;
|
|
18283
18288
|
border-spacing: 0;
|
|
@@ -18285,8 +18290,7 @@ kendo-label > .k-label {
|
|
|
18285
18290
|
table-layout: fixed;
|
|
18286
18291
|
text-align: center;
|
|
18287
18292
|
outline: 0;
|
|
18288
|
-
display:
|
|
18289
|
-
vertical-align: top;
|
|
18293
|
+
display: table;
|
|
18290
18294
|
position: relative;
|
|
18291
18295
|
z-index: 1;
|
|
18292
18296
|
}
|
|
@@ -18325,9 +18329,28 @@ kendo-label > .k-label {
|
|
|
18325
18329
|
|
|
18326
18330
|
.k-calendar-td {
|
|
18327
18331
|
border-radius: 4px;
|
|
18332
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
|
|
18333
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
|
|
18328
18334
|
border-color: transparent;
|
|
18329
18335
|
}
|
|
18330
18336
|
|
|
18337
|
+
.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
|
|
18338
|
+
border-radius: 4px;
|
|
18339
|
+
padding: 0.5em 0.5em;
|
|
18340
|
+
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.5em);
|
|
18341
|
+
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.5em);
|
|
18342
|
+
width: 100%;
|
|
18343
|
+
height: 100%;
|
|
18344
|
+
box-sizing: border-box;
|
|
18345
|
+
display: flex;
|
|
18346
|
+
flex-direction: row;
|
|
18347
|
+
align-items: center;
|
|
18348
|
+
justify-content: center;
|
|
18349
|
+
white-space: normal;
|
|
18350
|
+
position: relative;
|
|
18351
|
+
overflow: hidden;
|
|
18352
|
+
}
|
|
18353
|
+
|
|
18331
18354
|
.k-calendar .k-header {
|
|
18332
18355
|
padding: 4px 4px;
|
|
18333
18356
|
border-bottom-width: 1px;
|
|
@@ -18380,6 +18403,7 @@ kendo-label > .k-label {
|
|
|
18380
18403
|
margin: auto;
|
|
18381
18404
|
padding: 0 4px;
|
|
18382
18405
|
width: 224px;
|
|
18406
|
+
inline-size: var(--INTERNAL--kendo-calendar-view-width, 224px);
|
|
18383
18407
|
min-height: 224px;
|
|
18384
18408
|
box-sizing: content-box;
|
|
18385
18409
|
gap: 16px;
|
|
@@ -18388,58 +18412,45 @@ kendo-label > .k-label {
|
|
|
18388
18412
|
overflow: hidden;
|
|
18389
18413
|
}
|
|
18390
18414
|
|
|
18391
|
-
.k-calendar-view .k-link {
|
|
18392
|
-
border-radius: 4px;
|
|
18393
|
-
padding: 0.5em 0.5em;
|
|
18394
|
-
box-sizing: border-box;
|
|
18395
|
-
display: flex;
|
|
18396
|
-
flex-direction: row;
|
|
18397
|
-
align-items: center;
|
|
18398
|
-
justify-content: center;
|
|
18399
|
-
}
|
|
18400
|
-
|
|
18401
18415
|
.k-week-number .k-calendar-view {
|
|
18402
18416
|
width: 256px;
|
|
18403
18417
|
}
|
|
18404
18418
|
|
|
18419
|
+
.k-month-calendar .k-calendar-td,
|
|
18405
18420
|
.k-calendar-monthview .k-calendar-td {
|
|
18406
18421
|
width: 32px;
|
|
18407
18422
|
height: 32px;
|
|
18423
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
|
|
18424
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
|
|
18408
18425
|
}
|
|
18409
18426
|
|
|
18410
|
-
.k-calendar
|
|
18411
|
-
width: 32px;
|
|
18412
|
-
height: 32px;
|
|
18413
|
-
}
|
|
18414
|
-
|
|
18427
|
+
.k-year-calendar .k-calendar-td,
|
|
18415
18428
|
.k-calendar-yearview .k-calendar-td {
|
|
18416
|
-
width: auto;
|
|
18417
|
-
height: auto;
|
|
18418
|
-
}
|
|
18419
|
-
|
|
18420
|
-
.k-calendar-yearview .k-link {
|
|
18421
18429
|
width: 56px;
|
|
18422
18430
|
height: 56px;
|
|
18431
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
|
|
18432
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
|
|
18423
18433
|
}
|
|
18424
18434
|
|
|
18435
|
+
.k-decade-calendar .k-calendar-td,
|
|
18425
18436
|
.k-calendar-decadeview .k-calendar-td {
|
|
18426
|
-
width: auto;
|
|
18427
|
-
height: auto;
|
|
18428
|
-
}
|
|
18429
|
-
|
|
18430
|
-
.k-calendar-decadeview .k-link {
|
|
18431
18437
|
width: 56px;
|
|
18432
18438
|
height: 56px;
|
|
18439
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
|
|
18440
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
|
|
18433
18441
|
}
|
|
18434
18442
|
|
|
18443
|
+
.k-century-calendar .k-calendar-td,
|
|
18435
18444
|
.k-calendar-centuryview .k-calendar-td {
|
|
18436
|
-
width:
|
|
18437
|
-
height:
|
|
18445
|
+
width: 56px;
|
|
18446
|
+
height: 56px;
|
|
18447
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
|
|
18448
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
|
|
18438
18449
|
}
|
|
18439
18450
|
|
|
18451
|
+
.k-century-calendar .k-calendar-cell-inner, .k-century-calendar .k-link,
|
|
18452
|
+
.k-calendar-centuryview .k-calendar-cell-inner,
|
|
18440
18453
|
.k-calendar-centuryview .k-link {
|
|
18441
|
-
width: 56px;
|
|
18442
|
-
height: 56px;
|
|
18443
18454
|
text-align: left;
|
|
18444
18455
|
}
|
|
18445
18456
|
|
|
@@ -18477,6 +18488,90 @@ kendo-label > .k-label {
|
|
|
18477
18488
|
right: 0;
|
|
18478
18489
|
}
|
|
18479
18490
|
|
|
18491
|
+
.k-calendar-sm {
|
|
18492
|
+
--INTERNAL--kendo-calendar-view-width: 224px;
|
|
18493
|
+
--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, 2px );
|
|
18494
|
+
--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, 2px );
|
|
18495
|
+
font-size: 14px;
|
|
18496
|
+
line-height: 1.4285714286;
|
|
18497
|
+
}
|
|
18498
|
+
|
|
18499
|
+
.k-calendar-sm.k-month-calendar,
|
|
18500
|
+
.k-calendar-sm .k-calendar-monthview {
|
|
18501
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-month-cell-size, 28px );
|
|
18502
|
+
}
|
|
18503
|
+
|
|
18504
|
+
.k-calendar-sm.k-year-calendar,
|
|
18505
|
+
.k-calendar-sm .k-calendar-yearview {
|
|
18506
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-year-cell-size, 49px );
|
|
18507
|
+
}
|
|
18508
|
+
|
|
18509
|
+
.k-calendar-sm.k-decade-calendar,
|
|
18510
|
+
.k-calendar-sm .k-calendar-decadeview {
|
|
18511
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-decade-cell-size, 49px );
|
|
18512
|
+
}
|
|
18513
|
+
|
|
18514
|
+
.k-calendar-sm.k-century-calendar,
|
|
18515
|
+
.k-calendar-sm .k-calendar-centuryview {
|
|
18516
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-century-cell-size, 49px );
|
|
18517
|
+
}
|
|
18518
|
+
|
|
18519
|
+
.k-calendar-md {
|
|
18520
|
+
--INTERNAL--kendo-calendar-view-width: 256px;
|
|
18521
|
+
--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, 4px );
|
|
18522
|
+
--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, 4px );
|
|
18523
|
+
font-size: 14px;
|
|
18524
|
+
line-height: 1.4285714286;
|
|
18525
|
+
}
|
|
18526
|
+
|
|
18527
|
+
.k-calendar-md.k-month-calendar,
|
|
18528
|
+
.k-calendar-md .k-calendar-monthview {
|
|
18529
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-month-cell-size, 32px );
|
|
18530
|
+
}
|
|
18531
|
+
|
|
18532
|
+
.k-calendar-md.k-year-calendar,
|
|
18533
|
+
.k-calendar-md .k-calendar-yearview {
|
|
18534
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-year-cell-size, 56px );
|
|
18535
|
+
}
|
|
18536
|
+
|
|
18537
|
+
.k-calendar-md.k-decade-calendar,
|
|
18538
|
+
.k-calendar-md .k-calendar-decadeview {
|
|
18539
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-decade-cell-size, 56px );
|
|
18540
|
+
}
|
|
18541
|
+
|
|
18542
|
+
.k-calendar-md.k-century-calendar,
|
|
18543
|
+
.k-calendar-md .k-calendar-centuryview {
|
|
18544
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-century-cell-size, 56px );
|
|
18545
|
+
}
|
|
18546
|
+
|
|
18547
|
+
.k-calendar-lg {
|
|
18548
|
+
--INTERNAL--kendo-calendar-view-width: 320px;
|
|
18549
|
+
--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, 8px );
|
|
18550
|
+
--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, 8px );
|
|
18551
|
+
font-size: 16px;
|
|
18552
|
+
line-height: 1.5;
|
|
18553
|
+
}
|
|
18554
|
+
|
|
18555
|
+
.k-calendar-lg.k-month-calendar,
|
|
18556
|
+
.k-calendar-lg .k-calendar-monthview {
|
|
18557
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-month-cell-size, 40px );
|
|
18558
|
+
}
|
|
18559
|
+
|
|
18560
|
+
.k-calendar-lg.k-year-calendar,
|
|
18561
|
+
.k-calendar-lg .k-calendar-yearview {
|
|
18562
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-year-cell-size, 70px );
|
|
18563
|
+
}
|
|
18564
|
+
|
|
18565
|
+
.k-calendar-lg.k-decade-calendar,
|
|
18566
|
+
.k-calendar-lg .k-calendar-decadeview {
|
|
18567
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-decade-cell-size, 70px );
|
|
18568
|
+
}
|
|
18569
|
+
|
|
18570
|
+
.k-calendar-lg.k-century-calendar,
|
|
18571
|
+
.k-calendar-lg .k-calendar-centuryview {
|
|
18572
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-century-cell-size, 70px );
|
|
18573
|
+
}
|
|
18574
|
+
|
|
18480
18575
|
.k-calendar-infinite {
|
|
18481
18576
|
box-sizing: content-box;
|
|
18482
18577
|
display: inline-flex;
|
|
@@ -18608,6 +18703,10 @@ kendo-label > .k-label {
|
|
|
18608
18703
|
display: none;
|
|
18609
18704
|
}
|
|
18610
18705
|
|
|
18706
|
+
.k-calendar-range .k-calendar-view:focus {
|
|
18707
|
+
outline: 0;
|
|
18708
|
+
}
|
|
18709
|
+
|
|
18611
18710
|
.k-calendar-range .k-range-start {
|
|
18612
18711
|
border-color: inherit;
|
|
18613
18712
|
border-top-right-radius: 0;
|
|
@@ -18682,7 +18781,7 @@ kendo-label > .k-label {
|
|
|
18682
18781
|
color: #ff6358;
|
|
18683
18782
|
}
|
|
18684
18783
|
|
|
18685
|
-
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-
|
|
18784
|
+
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus {
|
|
18686
18785
|
color: #d6534a;
|
|
18687
18786
|
}
|
|
18688
18787
|
|
|
@@ -18711,44 +18810,48 @@ kendo-label > .k-label {
|
|
|
18711
18810
|
visibility: hidden;
|
|
18712
18811
|
}
|
|
18713
18812
|
|
|
18714
|
-
.k-calendar .k-calendar-td:hover .k-link,
|
|
18715
|
-
.k-calendar .k-calendar-td.k-
|
|
18716
|
-
.k-calendar .k-calendar-td.k-hover .k-link
|
|
18813
|
+
.k-calendar .k-calendar-td:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td:hover .k-link,
|
|
18814
|
+
.k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,
|
|
18815
|
+
.k-calendar .k-calendar-td.k-hover .k-link,
|
|
18816
|
+
.k-calendar .k-calendar-td.k-state-hover .k-calendar-cell-inner,
|
|
18817
|
+
.k-calendar .k-calendar-td.k-state-hover .k-link {
|
|
18717
18818
|
border-color: rgba(0, 0, 0, 0.08);
|
|
18718
18819
|
color: #424242;
|
|
18719
18820
|
background-color: #f0f0f0;
|
|
18720
18821
|
}
|
|
18721
18822
|
|
|
18722
|
-
.k-calendar .k-calendar-td.k-
|
|
18723
|
-
.k-calendar .k-calendar-td.k-selected .k-
|
|
18823
|
+
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link,
|
|
18824
|
+
.k-calendar .k-calendar-td.k-state-selected .k-calendar-cell-inner,
|
|
18825
|
+
.k-calendar .k-calendar-td.k-state-selected .k-link {
|
|
18724
18826
|
border-color: rgba(0, 0, 0, 0.08);
|
|
18725
18827
|
color: white;
|
|
18726
18828
|
background-color: #ff6358;
|
|
18727
18829
|
}
|
|
18728
18830
|
|
|
18729
|
-
.k-calendar .k-calendar-td.k-
|
|
18730
|
-
.k-calendar .k-calendar-td.k-selected
|
|
18731
|
-
.k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link,
|
|
18831
|
+
.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
|
|
18832
|
+
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
|
|
18732
18833
|
.k-calendar .k-calendar-td.k-selected.k-hover .k-link,
|
|
18733
|
-
.k-calendar .k-calendar-td.k-selected:hover .k-
|
|
18734
|
-
.k-calendar .k-calendar-td.k-selected
|
|
18834
|
+
.k-calendar .k-calendar-td.k-state-selected:hover .k-calendar-cell-inner,
|
|
18835
|
+
.k-calendar .k-calendar-td.k-state-selected:hover .k-link {
|
|
18735
18836
|
color: white;
|
|
18736
18837
|
background-color: #f55f54;
|
|
18737
18838
|
}
|
|
18738
18839
|
|
|
18739
|
-
.k-calendar .k-calendar-td.k-
|
|
18840
|
+
.k-calendar .k-calendar-td:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td:focus .k-link,
|
|
18841
|
+
.k-calendar .k-calendar-td.k-focus .k-calendar-cell-inner,
|
|
18740
18842
|
.k-calendar .k-calendar-td.k-focus .k-link,
|
|
18843
|
+
.k-calendar .k-calendar-td.k-state-focus .k-calendar-cell-inner,
|
|
18741
18844
|
.k-calendar .k-calendar-td.k-state-focus .k-link,
|
|
18742
|
-
.k-calendar .k-calendar-td.k-
|
|
18845
|
+
.k-calendar .k-calendar-td.k-state-focused .k-calendar-cell-inner,
|
|
18846
|
+
.k-calendar .k-calendar-td.k-state-focused .k-link {
|
|
18743
18847
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
18744
18848
|
}
|
|
18745
18849
|
|
|
18746
|
-
.k-calendar .k-calendar-td.k-
|
|
18747
|
-
.k-calendar .k-calendar-td.k-selected.k-
|
|
18748
|
-
.k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link,
|
|
18850
|
+
.k-calendar .k-calendar-td.k-selected:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:focus .k-link,
|
|
18851
|
+
.k-calendar .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
|
|
18749
18852
|
.k-calendar .k-calendar-td.k-selected.k-focus .k-link,
|
|
18750
|
-
.k-calendar .k-calendar-td.k-selected
|
|
18751
|
-
.k-calendar .k-calendar-td.k-selected.k-focus .k-link {
|
|
18853
|
+
.k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-calendar-cell-inner,
|
|
18854
|
+
.k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link {
|
|
18752
18855
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
18753
18856
|
}
|
|
18754
18857
|
|
|
@@ -18759,8 +18862,8 @@ kendo-label > .k-label {
|
|
|
18759
18862
|
}
|
|
18760
18863
|
|
|
18761
18864
|
.k-calendar .k-calendar-navigation li:hover,
|
|
18762
|
-
.k-calendar .k-calendar-navigation li.k-
|
|
18763
|
-
.k-calendar .k-calendar-navigation li.k-hover {
|
|
18865
|
+
.k-calendar .k-calendar-navigation li.k-hover,
|
|
18866
|
+
.k-calendar .k-calendar-navigation li.k-state-hover {
|
|
18764
18867
|
color: #d6534a;
|
|
18765
18868
|
}
|
|
18766
18869
|
|
|
@@ -18787,13 +18890,6 @@ kendo-label > .k-label {
|
|
|
18787
18890
|
.k-calendar .k-range-start,
|
|
18788
18891
|
.k-calendar .k-range-end,
|
|
18789
18892
|
.k-calendar .k-range-mid {
|
|
18790
|
-
background-image: linear-gradient(transparent 1px, rgba(255, 99, 88, 0.25) 1px, rgba(255, 99, 88, 0.25) calc(100% - 1px), transparent calc(100% - 1px));
|
|
18791
|
-
}
|
|
18792
|
-
|
|
18793
|
-
.k-ie .k-calendar .k-range-start, .k-ie
|
|
18794
|
-
.k-calendar .k-range-end, .k-ie
|
|
18795
|
-
.k-calendar .k-range-mid {
|
|
18796
|
-
background-image: none;
|
|
18797
18893
|
background-color: rgba(255, 99, 88, 0.25);
|
|
18798
18894
|
}
|
|
18799
18895
|
|
|
@@ -18802,15 +18898,19 @@ kendo-label > .k-label {
|
|
|
18802
18898
|
background-color: transparent;
|
|
18803
18899
|
}
|
|
18804
18900
|
|
|
18805
|
-
.k-calendar .k-range-start .k-link,
|
|
18901
|
+
.k-calendar .k-range-start .k-calendar-cell-inner, .k-calendar .k-range-start .k-link,
|
|
18902
|
+
.k-calendar .k-range-end .k-calendar-cell-inner,
|
|
18806
18903
|
.k-calendar .k-range-end .k-link {
|
|
18807
18904
|
background-color: #ff6358;
|
|
18808
18905
|
}
|
|
18809
18906
|
|
|
18907
|
+
.k-calendar .k-range-start.k-active .k-calendar-cell-inner, .k-calendar .k-range-start.k-active .k-link,
|
|
18908
|
+
.k-calendar .k-range-start.k-state-active .k-calendar-cell-inner,
|
|
18810
18909
|
.k-calendar .k-range-start.k-state-active .k-link,
|
|
18811
|
-
.k-calendar .k-range-
|
|
18812
|
-
.k-calendar .k-range-end.k-
|
|
18813
|
-
.k-calendar .k-range-end.k-active .k-
|
|
18910
|
+
.k-calendar .k-range-end.k-active .k-calendar-cell-inner,
|
|
18911
|
+
.k-calendar .k-range-end.k-active .k-link,
|
|
18912
|
+
.k-calendar .k-range-end.k-state-active .k-calendar-cell-inner,
|
|
18913
|
+
.k-calendar .k-range-end.k-state-active .k-link {
|
|
18814
18914
|
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
18815
18915
|
}
|
|
18816
18916
|
|
|
@@ -18824,8 +18924,8 @@ kendo-label > .k-label {
|
|
|
18824
18924
|
content: "";
|
|
18825
18925
|
display: block;
|
|
18826
18926
|
position: absolute;
|
|
18827
|
-
top:
|
|
18828
|
-
bottom:
|
|
18927
|
+
top: 0;
|
|
18928
|
+
bottom: 0;
|
|
18829
18929
|
width: 5px;
|
|
18830
18930
|
}
|
|
18831
18931
|
|
|
@@ -18853,9 +18953,7 @@ kendo-label > .k-label {
|
|
|
18853
18953
|
overflow: hidden;
|
|
18854
18954
|
display: flex;
|
|
18855
18955
|
flex-flow: column nowrap;
|
|
18856
|
-
|
|
18857
|
-
-ms-user-select: none;
|
|
18858
|
-
user-select: none;
|
|
18956
|
+
user-select: none;
|
|
18859
18957
|
-webkit-touch-callout: none;
|
|
18860
18958
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18861
18959
|
}
|
|
@@ -18899,12 +18997,12 @@ kendo-label > .k-label {
|
|
|
18899
18997
|
.k-time-highlight,
|
|
18900
18998
|
.k-time-list-highlight {
|
|
18901
18999
|
width: 100%;
|
|
18902
|
-
height:
|
|
19000
|
+
height: calc( 20px + 8px);
|
|
18903
19001
|
border-width: 1px 0px;
|
|
18904
19002
|
border-style: solid;
|
|
18905
19003
|
box-sizing: border-box;
|
|
18906
19004
|
position: absolute;
|
|
18907
|
-
top: calc(50% + 9px);
|
|
19005
|
+
top: calc( 50% + 9px);
|
|
18908
19006
|
left: 0;
|
|
18909
19007
|
right: 0;
|
|
18910
19008
|
transform: translateY(-50%);
|
|
@@ -18940,7 +19038,7 @@ kendo-label > .k-label {
|
|
|
18940
19038
|
width: 100%;
|
|
18941
19039
|
left: 0;
|
|
18942
19040
|
pointer-events: none;
|
|
18943
|
-
height: calc(50% -
|
|
19041
|
+
height: calc( 50% - calc( 20px + 8px)/2);
|
|
18944
19042
|
box-sizing: border-box;
|
|
18945
19043
|
border-width: 0;
|
|
18946
19044
|
border-style: solid;
|
|
@@ -19030,14 +19128,71 @@ kendo-label > .k-label {
|
|
|
19030
19128
|
|
|
19031
19129
|
.k-time-separator {
|
|
19032
19130
|
width: 0;
|
|
19033
|
-
height:
|
|
19131
|
+
height: calc( 20px + 8px);
|
|
19034
19132
|
align-self: center;
|
|
19035
19133
|
display: inline-flex;
|
|
19036
19134
|
justify-content: center;
|
|
19037
19135
|
align-items: center;
|
|
19038
19136
|
position: relative;
|
|
19039
19137
|
z-index: 11;
|
|
19040
|
-
top: 9px;
|
|
19138
|
+
top: calc( 9px);
|
|
19139
|
+
}
|
|
19140
|
+
|
|
19141
|
+
.k-timeselector-sm {
|
|
19142
|
+
font-size: 14px;
|
|
19143
|
+
line-height: 1.4285714286;
|
|
19144
|
+
}
|
|
19145
|
+
|
|
19146
|
+
.k-timeselector-sm .k-time-highlight,
|
|
19147
|
+
.k-timeselector-sm .k-time-list-highlight {
|
|
19148
|
+
height: calc( 20px + 4px);
|
|
19149
|
+
}
|
|
19150
|
+
|
|
19151
|
+
.k-timeselector-sm .k-time-separator {
|
|
19152
|
+
height: calc( 20px + 4px);
|
|
19153
|
+
}
|
|
19154
|
+
|
|
19155
|
+
.k-timeselector-sm .k-time-list-item,
|
|
19156
|
+
.k-timeselector-sm .k-time-list .k-item {
|
|
19157
|
+
padding: 2px 8px;
|
|
19158
|
+
}
|
|
19159
|
+
|
|
19160
|
+
.k-timeselector-md {
|
|
19161
|
+
font-size: 14px;
|
|
19162
|
+
line-height: 1.4285714286;
|
|
19163
|
+
}
|
|
19164
|
+
|
|
19165
|
+
.k-timeselector-md .k-time-highlight,
|
|
19166
|
+
.k-timeselector-md .k-time-list-highlight {
|
|
19167
|
+
height: calc( 20px + 8px);
|
|
19168
|
+
}
|
|
19169
|
+
|
|
19170
|
+
.k-timeselector-md .k-time-separator {
|
|
19171
|
+
height: calc( 20px + 8px);
|
|
19172
|
+
}
|
|
19173
|
+
|
|
19174
|
+
.k-timeselector-md .k-time-list-item,
|
|
19175
|
+
.k-timeselector-md .k-time-list .k-item {
|
|
19176
|
+
padding: 4px 8px;
|
|
19177
|
+
}
|
|
19178
|
+
|
|
19179
|
+
.k-timeselector-lg {
|
|
19180
|
+
font-size: 16px;
|
|
19181
|
+
line-height: 1.5;
|
|
19182
|
+
}
|
|
19183
|
+
|
|
19184
|
+
.k-timeselector-lg .k-time-highlight,
|
|
19185
|
+
.k-timeselector-lg .k-time-list-highlight {
|
|
19186
|
+
height: calc( 24px + 16px);
|
|
19187
|
+
}
|
|
19188
|
+
|
|
19189
|
+
.k-timeselector-lg .k-time-separator {
|
|
19190
|
+
height: calc( 24px + 16px);
|
|
19191
|
+
}
|
|
19192
|
+
|
|
19193
|
+
.k-timeselector-lg .k-time-list-item,
|
|
19194
|
+
.k-timeselector-lg .k-time-list .k-item {
|
|
19195
|
+
padding: 8px 12px;
|
|
19041
19196
|
}
|
|
19042
19197
|
|
|
19043
19198
|
.k-timeselector {
|
|
@@ -19235,9 +19390,7 @@ kendo-label > .k-label {
|
|
|
19235
19390
|
border-radius: 4px;
|
|
19236
19391
|
position: relative;
|
|
19237
19392
|
flex: 1 1 auto;
|
|
19238
|
-
|
|
19239
|
-
-ms-user-select: none;
|
|
19240
|
-
user-select: none;
|
|
19393
|
+
user-select: none;
|
|
19241
19394
|
-ms-touch-action: pinch-zoom double-tap-zoom;
|
|
19242
19395
|
}
|
|
19243
19396
|
|
|
@@ -19483,7 +19636,7 @@ kendo-label > .k-label {
|
|
|
19483
19636
|
}
|
|
19484
19637
|
|
|
19485
19638
|
.k-coloreditor-views {
|
|
19486
|
-
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
19639
|
+
min-width: calc( var(--kendo-color-preview-width, 24px) * var(--kendo-color-preview-columns, 10));
|
|
19487
19640
|
padding: 12px 12px;
|
|
19488
19641
|
gap: 12px;
|
|
19489
19642
|
}
|
|
@@ -19531,7 +19684,7 @@ kendo-label > .k-label {
|
|
|
19531
19684
|
}
|
|
19532
19685
|
|
|
19533
19686
|
.k-datetime-wrap {
|
|
19534
|
-
width:
|
|
19687
|
+
width: calc( 256px + 32px);
|
|
19535
19688
|
overflow: hidden;
|
|
19536
19689
|
}
|
|
19537
19690
|
|
|
@@ -19548,7 +19701,7 @@ kendo-label > .k-label {
|
|
|
19548
19701
|
.k-datetime-calendar-wrap,
|
|
19549
19702
|
.k-datetime-time-wrap {
|
|
19550
19703
|
text-align: center;
|
|
19551
|
-
flex: 0 0
|
|
19704
|
+
flex: 0 0 calc( 256px + 32px);
|
|
19552
19705
|
}
|
|
19553
19706
|
|
|
19554
19707
|
.k-date-tab .k-datetime-selector {
|
|
@@ -19782,12 +19935,12 @@ kendo-label > .k-label {
|
|
|
19782
19935
|
}
|
|
19783
19936
|
|
|
19784
19937
|
.k-treeview-lg {
|
|
19785
|
-
font-size:
|
|
19786
|
-
line-height: 1.
|
|
19938
|
+
font-size: 16px;
|
|
19939
|
+
line-height: 1.5;
|
|
19787
19940
|
}
|
|
19788
19941
|
|
|
19789
19942
|
.k-treeview-lg .k-treeview-leaf {
|
|
19790
|
-
padding:
|
|
19943
|
+
padding: 8px 12px;
|
|
19791
19944
|
}
|
|
19792
19945
|
|
|
19793
19946
|
.k-treeview {
|
|
@@ -19964,9 +20117,7 @@ kendo-label > .k-label {
|
|
|
19964
20117
|
line-height: 1;
|
|
19965
20118
|
position: relative;
|
|
19966
20119
|
cursor: pointer;
|
|
19967
|
-
|
|
19968
|
-
-ms-user-select: none;
|
|
19969
|
-
user-select: none;
|
|
20120
|
+
user-select: none;
|
|
19970
20121
|
-webkit-touch-callout: none;
|
|
19971
20122
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19972
20123
|
}
|
|
@@ -20052,11 +20203,11 @@ kendo-label > .k-label {
|
|
|
20052
20203
|
}
|
|
20053
20204
|
|
|
20054
20205
|
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20055
|
-
left: calc(100% - 13px);
|
|
20206
|
+
left: calc( 100% - 13px - 0px);
|
|
20056
20207
|
}
|
|
20057
20208
|
|
|
20058
20209
|
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20059
|
-
left: 13px;
|
|
20210
|
+
left: calc( 13px + 0px);
|
|
20060
20211
|
}
|
|
20061
20212
|
|
|
20062
20213
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
@@ -20076,13 +20227,13 @@ kendo-label > .k-label {
|
|
|
20076
20227
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20077
20228
|
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
20078
20229
|
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20079
|
-
left: 13px;
|
|
20230
|
+
left: calc( 13px + 0px);
|
|
20080
20231
|
}
|
|
20081
20232
|
|
|
20082
20233
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20083
20234
|
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
20084
20235
|
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20085
|
-
left: calc(100% - 13px);
|
|
20236
|
+
left: calc( 100% - 13px - 0px);
|
|
20086
20237
|
}
|
|
20087
20238
|
|
|
20088
20239
|
.k-switch-md {
|
|
@@ -20110,11 +20261,11 @@ kendo-label > .k-label {
|
|
|
20110
20261
|
}
|
|
20111
20262
|
|
|
20112
20263
|
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20113
|
-
left: calc(100% - 15px);
|
|
20264
|
+
left: calc( 100% - 15px - 0px);
|
|
20114
20265
|
}
|
|
20115
20266
|
|
|
20116
20267
|
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20117
|
-
left: 15px;
|
|
20268
|
+
left: calc( 15px + 0px);
|
|
20118
20269
|
}
|
|
20119
20270
|
|
|
20120
20271
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
@@ -20134,13 +20285,13 @@ kendo-label > .k-label {
|
|
|
20134
20285
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20135
20286
|
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
20136
20287
|
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20137
|
-
left: 15px;
|
|
20288
|
+
left: calc( 15px + 0px);
|
|
20138
20289
|
}
|
|
20139
20290
|
|
|
20140
20291
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20141
20292
|
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
20142
20293
|
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20143
|
-
left: calc(100% - 15px);
|
|
20294
|
+
left: calc( 100% - 15px - 0px);
|
|
20144
20295
|
}
|
|
20145
20296
|
|
|
20146
20297
|
.k-switch-lg {
|
|
@@ -20168,11 +20319,11 @@ kendo-label > .k-label {
|
|
|
20168
20319
|
}
|
|
20169
20320
|
|
|
20170
20321
|
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20171
|
-
left: calc(100% - 17px);
|
|
20322
|
+
left: calc( 100% - 17px - 0px);
|
|
20172
20323
|
}
|
|
20173
20324
|
|
|
20174
20325
|
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20175
|
-
left: 17px;
|
|
20326
|
+
left: calc( 17px + 0px);
|
|
20176
20327
|
}
|
|
20177
20328
|
|
|
20178
20329
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
@@ -20192,13 +20343,13 @@ kendo-label > .k-label {
|
|
|
20192
20343
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20193
20344
|
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
20194
20345
|
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20195
|
-
left: 17px;
|
|
20346
|
+
left: calc( 17px + 0px);
|
|
20196
20347
|
}
|
|
20197
20348
|
|
|
20198
20349
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20199
20350
|
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
20200
20351
|
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20201
|
-
left: calc(100% - 17px);
|
|
20352
|
+
left: calc( 100% - 17px - 0px);
|
|
20202
20353
|
}
|
|
20203
20354
|
|
|
20204
20355
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
@@ -20400,7 +20551,7 @@ kendo-label > .k-label {
|
|
|
20400
20551
|
}
|
|
20401
20552
|
|
|
20402
20553
|
.k-upload .k-upload-files .k-file {
|
|
20403
|
-
padding: 8px 8px
|
|
20554
|
+
padding: 8px 8px calc(8px + 2px);
|
|
20404
20555
|
border-width: 0 0 1px;
|
|
20405
20556
|
border-style: solid;
|
|
20406
20557
|
outline: none;
|
|
@@ -20510,7 +20661,7 @@ kendo-label > .k-label {
|
|
|
20510
20661
|
|
|
20511
20662
|
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20512
20663
|
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
20513
|
-
margin-left: calc(24px + 1em);
|
|
20664
|
+
margin-left: calc( 24px + 1em);
|
|
20514
20665
|
min-height: 38px;
|
|
20515
20666
|
display: block;
|
|
20516
20667
|
overflow: hidden;
|
|
@@ -20518,7 +20669,7 @@ kendo-label > .k-label {
|
|
|
20518
20669
|
|
|
20519
20670
|
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20520
20671
|
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
|
|
20521
|
-
margin-left: calc(24px + 1em);
|
|
20672
|
+
margin-left: calc( 24px + 1em);
|
|
20522
20673
|
}
|
|
20523
20674
|
|
|
20524
20675
|
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
@@ -20636,7 +20787,7 @@ kendo-label > .k-label {
|
|
|
20636
20787
|
height: 2px;
|
|
20637
20788
|
position: absolute;
|
|
20638
20789
|
bottom: 4px;
|
|
20639
|
-
width: calc(100% -
|
|
20790
|
+
width: calc(100% - 8px * 2);
|
|
20640
20791
|
}
|
|
20641
20792
|
|
|
20642
20793
|
.k-upload .k-progressbar .k-progress {
|
|
@@ -21582,12 +21733,41 @@ kendo-label > .k-label {
|
|
|
21582
21733
|
box-sizing: border-box;
|
|
21583
21734
|
}
|
|
21584
21735
|
|
|
21585
|
-
.k-actionsheet-
|
|
21736
|
+
.k-actionsheet-fullscreen {
|
|
21737
|
+
max-height: 100%;
|
|
21738
|
+
height: 100%;
|
|
21739
|
+
}
|
|
21740
|
+
|
|
21741
|
+
.k-actionsheet-header, .k-actionsheet-titlebar {
|
|
21586
21742
|
padding: 8px 16px;
|
|
21587
21743
|
border-width: 0;
|
|
21588
21744
|
border-style: solid;
|
|
21589
21745
|
border-color: transparent;
|
|
21590
21746
|
box-sizing: border-box;
|
|
21747
|
+
flex: none;
|
|
21748
|
+
}
|
|
21749
|
+
|
|
21750
|
+
.k-actionsheet-titlebar {
|
|
21751
|
+
display: flex;
|
|
21752
|
+
flex-flow: row nowrap;
|
|
21753
|
+
align-items: center;
|
|
21754
|
+
}
|
|
21755
|
+
|
|
21756
|
+
.k-actionsheet-title {
|
|
21757
|
+
flex: 1;
|
|
21758
|
+
}
|
|
21759
|
+
|
|
21760
|
+
.k-actionsheet-actions {
|
|
21761
|
+
flex: none;
|
|
21762
|
+
}
|
|
21763
|
+
|
|
21764
|
+
.k-actionsheet-content {
|
|
21765
|
+
flex: 1;
|
|
21766
|
+
overflow: auto;
|
|
21767
|
+
}
|
|
21768
|
+
|
|
21769
|
+
.k-actionsheet-footer {
|
|
21770
|
+
flex: none;
|
|
21591
21771
|
}
|
|
21592
21772
|
|
|
21593
21773
|
.k-actionsheet-items {
|
|
@@ -21677,6 +21857,33 @@ kendo-label > .k-label {
|
|
|
21677
21857
|
transform: none;
|
|
21678
21858
|
}
|
|
21679
21859
|
|
|
21860
|
+
.k-adaptive-actionsheet {
|
|
21861
|
+
max-width: 100%;
|
|
21862
|
+
width: 100%;
|
|
21863
|
+
display: flex;
|
|
21864
|
+
flex-flow: column nowrap;
|
|
21865
|
+
}
|
|
21866
|
+
|
|
21867
|
+
.k-adaptive-actionsheet .k-calendar {
|
|
21868
|
+
margin-inline: auto;
|
|
21869
|
+
border-width: 0;
|
|
21870
|
+
display: flex;
|
|
21871
|
+
}
|
|
21872
|
+
|
|
21873
|
+
.k-adaptive-actionsheet .k-timeselector {
|
|
21874
|
+
height: 100%;
|
|
21875
|
+
border-width: 0;
|
|
21876
|
+
overflow: hidden;
|
|
21877
|
+
}
|
|
21878
|
+
|
|
21879
|
+
.k-adaptive-actionsheet .k-timeselector .k-time-part {
|
|
21880
|
+
display: contents;
|
|
21881
|
+
}
|
|
21882
|
+
|
|
21883
|
+
.k-adaptive-actionsheet .k-timeselector .k-time-list-wrapper {
|
|
21884
|
+
height: 100%;
|
|
21885
|
+
}
|
|
21886
|
+
|
|
21680
21887
|
.k-actionsheet {
|
|
21681
21888
|
border-color: rgba(0, 0, 0, 0.08);
|
|
21682
21889
|
color: #424242;
|
|
@@ -21768,7 +21975,7 @@ kendo-label > .k-label {
|
|
|
21768
21975
|
|
|
21769
21976
|
.k-window-actions {
|
|
21770
21977
|
margin: -5em 0;
|
|
21771
|
-
margin-inline-end: -
|
|
21978
|
+
margin-inline-end: calc( 12px - 16px);
|
|
21772
21979
|
line-height: 1;
|
|
21773
21980
|
display: flex;
|
|
21774
21981
|
flex-flow: row nowrap;
|
|
@@ -22132,7 +22339,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22132
22339
|
}
|
|
22133
22340
|
|
|
22134
22341
|
.k-drawer-mini .k-drawer-wrapper {
|
|
22135
|
-
width:
|
|
22342
|
+
width: calc(4 * 8px + 16px);
|
|
22136
22343
|
}
|
|
22137
22344
|
|
|
22138
22345
|
.k-rtl.k-drawer-mini .k-drawer-start,
|
|
@@ -22413,7 +22620,7 @@ kendo-card-footer {
|
|
|
22413
22620
|
}
|
|
22414
22621
|
|
|
22415
22622
|
.k-card > .k-card-inner {
|
|
22416
|
-
border-radius:
|
|
22623
|
+
border-radius: calc( 6px - 1px);
|
|
22417
22624
|
display: flex;
|
|
22418
22625
|
flex-direction: inherit;
|
|
22419
22626
|
overflow: hidden;
|
|
@@ -23078,7 +23285,7 @@ kendo-card-footer {
|
|
|
23078
23285
|
.k-bottom-nav-item {
|
|
23079
23286
|
padding: 0 8px;
|
|
23080
23287
|
min-width: 72px;
|
|
23081
|
-
min-height:
|
|
23288
|
+
min-height: calc( 40px + 16px - 8px);
|
|
23082
23289
|
border-width: 0;
|
|
23083
23290
|
border-radius: 4px;
|
|
23084
23291
|
box-sizing: border-box;
|
|
@@ -23608,8 +23815,8 @@ kendo-card-footer {
|
|
|
23608
23815
|
}
|
|
23609
23816
|
|
|
23610
23817
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
23611
|
-
min-width: calc(1.4285714286em +
|
|
23612
|
-
height: calc(1.4285714286em +
|
|
23818
|
+
min-width: calc( 1.4285714286em + 8px + 2px);
|
|
23819
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
23613
23820
|
color: inherit;
|
|
23614
23821
|
text-align: center;
|
|
23615
23822
|
display: inline-flex;
|
|
@@ -23727,7 +23934,7 @@ kendo-card-footer {
|
|
|
23727
23934
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
23728
23935
|
margin-left: 1em;
|
|
23729
23936
|
margin-right: 1em;
|
|
23730
|
-
height: calc(1.4285714286em +
|
|
23937
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
23731
23938
|
border-color: inherit;
|
|
23732
23939
|
}
|
|
23733
23940
|
|
|
@@ -23901,10 +24108,10 @@ kendo-card-footer {
|
|
|
23901
24108
|
pointer-events: none;
|
|
23902
24109
|
display: none;
|
|
23903
24110
|
position: absolute;
|
|
23904
|
-
top: -
|
|
23905
|
-
right: -
|
|
23906
|
-
bottom: -
|
|
23907
|
-
left: -
|
|
24111
|
+
top: calc( -1 * calc( 1px + 3px));
|
|
24112
|
+
right: calc( -1 * calc( 1px + 3px));
|
|
24113
|
+
bottom: calc( -1 * calc( 1px + 3px));
|
|
24114
|
+
left: calc( -1 * calc( 1px + 3px));
|
|
23908
24115
|
z-index: 2;
|
|
23909
24116
|
}
|
|
23910
24117
|
|
|
@@ -23929,7 +24136,7 @@ kendo-card-footer {
|
|
|
23929
24136
|
}
|
|
23930
24137
|
|
|
23931
24138
|
.k-stepper .k-step-label .k-step-text {
|
|
23932
|
-
max-width: calc(10em -
|
|
24139
|
+
max-width: calc(10em - (16px + 4px));
|
|
23933
24140
|
flex-grow: 1;
|
|
23934
24141
|
white-space: nowrap;
|
|
23935
24142
|
text-overflow: ellipsis;
|
|
@@ -23990,13 +24197,13 @@ kendo-card-footer {
|
|
|
23990
24197
|
}
|
|
23991
24198
|
|
|
23992
24199
|
.k-step-list-horizontal .k-step-indicator + .k-step-label {
|
|
23993
|
-
margin-top:
|
|
24200
|
+
margin-top: calc(8px - 3px);
|
|
23994
24201
|
}
|
|
23995
24202
|
|
|
23996
24203
|
.k-step-list-horizontal ~ .k-progressbar {
|
|
23997
24204
|
width: 100%;
|
|
23998
24205
|
height: 2px;
|
|
23999
|
-
top:
|
|
24206
|
+
top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
|
|
24000
24207
|
}
|
|
24001
24208
|
|
|
24002
24209
|
.k-step-list-vertical {
|
|
@@ -24004,7 +24211,7 @@ kendo-card-footer {
|
|
|
24004
24211
|
}
|
|
24005
24212
|
|
|
24006
24213
|
.k-step-list-vertical .k-step {
|
|
24007
|
-
min-height:
|
|
24214
|
+
min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
|
|
24008
24215
|
}
|
|
24009
24216
|
|
|
24010
24217
|
.k-step-list-vertical .k-step-label {
|
|
@@ -24019,7 +24226,7 @@ kendo-card-footer {
|
|
|
24019
24226
|
width: 2px;
|
|
24020
24227
|
height: 100%;
|
|
24021
24228
|
min-height: 20px;
|
|
24022
|
-
left:
|
|
24229
|
+
left: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
24023
24230
|
}
|
|
24024
24231
|
|
|
24025
24232
|
.k-step-list-vertical .k-step-content {
|
|
@@ -24058,7 +24265,7 @@ kendo-card-footer {
|
|
|
24058
24265
|
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
|
|
24059
24266
|
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
|
|
24060
24267
|
left: auto;
|
|
24061
|
-
right:
|
|
24268
|
+
right: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
24062
24269
|
}
|
|
24063
24270
|
|
|
24064
24271
|
.k-stepper {
|
|
@@ -24544,7 +24751,7 @@ kendo-card-footer {
|
|
|
24544
24751
|
|
|
24545
24752
|
.k-wizard .k-wizard-step {
|
|
24546
24753
|
box-sizing: border-box;
|
|
24547
|
-
padding:
|
|
24754
|
+
padding: calc(8px + 2px);
|
|
24548
24755
|
width: 100%;
|
|
24549
24756
|
display: flex;
|
|
24550
24757
|
flex-direction: column;
|
|
@@ -24773,9 +24980,7 @@ kendo-card-footer {
|
|
|
24773
24980
|
align-items: center;
|
|
24774
24981
|
align-content: center;
|
|
24775
24982
|
position: relative;
|
|
24776
|
-
|
|
24777
|
-
-ms-user-select: none;
|
|
24778
|
-
user-select: none;
|
|
24983
|
+
user-select: none;
|
|
24779
24984
|
cursor: default;
|
|
24780
24985
|
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;
|
|
24781
24986
|
}
|
|
@@ -24812,9 +25017,7 @@ kendo-card-footer {
|
|
|
24812
25017
|
align-items: center;
|
|
24813
25018
|
align-content: center;
|
|
24814
25019
|
position: relative;
|
|
24815
|
-
|
|
24816
|
-
-ms-user-select: none;
|
|
24817
|
-
user-select: none;
|
|
25020
|
+
user-select: none;
|
|
24818
25021
|
cursor: default;
|
|
24819
25022
|
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;
|
|
24820
25023
|
}
|
|
@@ -24852,7 +25055,7 @@ kendo-card-footer {
|
|
|
24852
25055
|
.k-panelbar .k-group .k-panelbar-expand,
|
|
24853
25056
|
.k-panelbar .k-group .k-panelbar-collapse,
|
|
24854
25057
|
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
|
|
24855
|
-
margin-inline-end:
|
|
25058
|
+
margin-inline-end: calc( 16px - 16px);
|
|
24856
25059
|
}
|
|
24857
25060
|
|
|
24858
25061
|
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
|
|
@@ -24896,7 +25099,7 @@ kendo-card-footer {
|
|
|
24896
25099
|
.k-ie .k-group .k-panelbar-expand,
|
|
24897
25100
|
.k-ie .k-group .k-panelbar-collapse,
|
|
24898
25101
|
.k-ie .k-panelbar-group .k-panelbar-toggle {
|
|
24899
|
-
margin-right:
|
|
25102
|
+
margin-right: calc( 16px - 16px);
|
|
24900
25103
|
}
|
|
24901
25104
|
|
|
24902
25105
|
.k-rtl .k-ie .k-panelbar-expand,
|
|
@@ -24917,7 +25120,7 @@ kendo-card-footer {
|
|
|
24917
25120
|
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
|
|
24918
25121
|
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
|
|
24919
25122
|
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
|
|
24920
|
-
margin-left:
|
|
25123
|
+
margin-left: calc( 16px - 16px);
|
|
24921
25124
|
}
|
|
24922
25125
|
|
|
24923
25126
|
.k-panelbar {
|
|
@@ -25104,6 +25307,7 @@ kendo-card-footer {
|
|
|
25104
25307
|
outline: 0;
|
|
25105
25308
|
position: absolute;
|
|
25106
25309
|
-webkit-user-select: none;
|
|
25310
|
+
-moz-user-select: none;
|
|
25107
25311
|
-ms-user-select: none;
|
|
25108
25312
|
user-select: none;
|
|
25109
25313
|
display: flex;
|
|
@@ -25355,9 +25559,7 @@ kendo-card-footer {
|
|
|
25355
25559
|
.k-pane-wrapper .k-pane {
|
|
25356
25560
|
width: 100%;
|
|
25357
25561
|
height: 100%;
|
|
25358
|
-
|
|
25359
|
-
-ms-user-select: none;
|
|
25360
|
-
user-select: none;
|
|
25562
|
+
user-select: none;
|
|
25361
25563
|
box-sizing: border-box;
|
|
25362
25564
|
font-family: sans-serif;
|
|
25363
25565
|
overflow-x: hidden;
|
|
@@ -25439,8 +25641,8 @@ kendo-card-footer {
|
|
|
25439
25641
|
.k-grid-mobile .k-header a {
|
|
25440
25642
|
-webkit-touch-callout: none;
|
|
25441
25643
|
-webkit-user-select: none;
|
|
25442
|
-
-
|
|
25443
|
-
|
|
25644
|
+
-moz-user-select: none;
|
|
25645
|
+
user-select: none;
|
|
25444
25646
|
-webkit-user-drag: none;
|
|
25445
25647
|
-moz-user-drag: none;
|
|
25446
25648
|
}
|
|
@@ -25639,8 +25841,7 @@ kendo-card-footer {
|
|
|
25639
25841
|
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
|
|
25640
25842
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
|
|
25641
25843
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
|
|
25642
|
-
|
|
25643
|
-
writing-mode: vertical-lr;
|
|
25844
|
+
writing-mode: vertical-lr;
|
|
25644
25845
|
transform: rotate(180deg);
|
|
25645
25846
|
white-space: nowrap;
|
|
25646
25847
|
}
|
|
@@ -26001,7 +26202,7 @@ kendo-card-footer {
|
|
|
26001
26202
|
}
|
|
26002
26203
|
|
|
26003
26204
|
.k-grid .k-grouping-row .k-icon {
|
|
26004
|
-
margin-left: -
|
|
26205
|
+
margin-left: calc( 8px - 12px);
|
|
26005
26206
|
margin-right: 8px;
|
|
26006
26207
|
text-decoration: none;
|
|
26007
26208
|
}
|
|
@@ -26170,7 +26371,7 @@ kendo-card-footer {
|
|
|
26170
26371
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
26171
26372
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
26172
26373
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
26173
|
-
padding-left: calc(1.4285714286em +
|
|
26374
|
+
padding-left: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
26174
26375
|
padding-right: 12px;
|
|
26175
26376
|
}
|
|
26176
26377
|
|
|
@@ -26226,7 +26427,7 @@ kendo-card-footer {
|
|
|
26226
26427
|
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
|
|
26227
26428
|
.k-rtl .k-grid .k-grouping-row .k-icon {
|
|
26228
26429
|
margin-left: 8px;
|
|
26229
|
-
margin-right: -
|
|
26430
|
+
margin-right: calc( 8px - 12px);
|
|
26230
26431
|
}
|
|
26231
26432
|
|
|
26232
26433
|
.k-grid[dir="rtl"] .k-column-resizer,
|
|
@@ -26302,7 +26503,7 @@ kendo-card-footer {
|
|
|
26302
26503
|
|
|
26303
26504
|
.k-grouping-header::before {
|
|
26304
26505
|
content: "";
|
|
26305
|
-
height: calc(1.4285714286em +
|
|
26506
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
26306
26507
|
display: inline-block;
|
|
26307
26508
|
vertical-align: middle;
|
|
26308
26509
|
}
|
|
@@ -26381,7 +26582,7 @@ kendo-card-footer {
|
|
|
26381
26582
|
|
|
26382
26583
|
.k-grouping-dropclue {
|
|
26383
26584
|
width: 12px;
|
|
26384
|
-
height: calc(1.4285714286em +
|
|
26585
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
26385
26586
|
position: absolute;
|
|
26386
26587
|
top: 3px;
|
|
26387
26588
|
box-sizing: content-box;
|
|
@@ -26406,7 +26607,7 @@ kendo-card-footer {
|
|
|
26406
26607
|
width: 2px;
|
|
26407
26608
|
height: calc(100% - 6px);
|
|
26408
26609
|
top: 6px;
|
|
26409
|
-
left:
|
|
26610
|
+
left: calc( 6px - 1px);
|
|
26410
26611
|
}
|
|
26411
26612
|
|
|
26412
26613
|
.k-grid-header-wrap,
|
|
@@ -26459,9 +26660,7 @@ div.k-grid-footer {
|
|
|
26459
26660
|
}
|
|
26460
26661
|
|
|
26461
26662
|
.k-grid-header.k-grid-draggable-header {
|
|
26462
|
-
|
|
26463
|
-
-ms-user-select: none;
|
|
26464
|
-
user-select: none;
|
|
26663
|
+
user-select: none;
|
|
26465
26664
|
touch-action: none;
|
|
26466
26665
|
}
|
|
26467
26666
|
|
|
@@ -26496,12 +26695,12 @@ div.k-grid-footer {
|
|
|
26496
26695
|
|
|
26497
26696
|
.k-grid-header .k-with-icon,
|
|
26498
26697
|
.k-grid-header .k-filterable {
|
|
26499
|
-
padding-right: calc(1.4285714286em +
|
|
26698
|
+
padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
26500
26699
|
}
|
|
26501
26700
|
|
|
26502
26701
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
26503
26702
|
.k-grid-header .k-filterable {
|
|
26504
|
-
padding-right: calc(1.4285714286em +
|
|
26703
|
+
padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
26505
26704
|
}
|
|
26506
26705
|
|
|
26507
26706
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -26511,8 +26710,8 @@ div.k-grid-footer {
|
|
|
26511
26710
|
.k-grid-header .k-grid-filter,
|
|
26512
26711
|
.k-grid-header .k-header-column-menu {
|
|
26513
26712
|
padding: 4px;
|
|
26514
|
-
width: calc(1.4285714286em +
|
|
26515
|
-
height: calc(1.4285714286em +
|
|
26713
|
+
width: calc( 1.4285714286em + 8px + 2px);
|
|
26714
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
26516
26715
|
box-sizing: border-box;
|
|
26517
26716
|
outline: 0;
|
|
26518
26717
|
line-height: 1.4285714286;
|
|
@@ -26522,7 +26721,7 @@ div.k-grid-footer {
|
|
|
26522
26721
|
justify-content: center;
|
|
26523
26722
|
position: absolute;
|
|
26524
26723
|
right: 4px;
|
|
26525
|
-
bottom:
|
|
26724
|
+
bottom: calc( 8px + 0.7142857143em - calc( 1.4285714286em + 8px)/2);
|
|
26526
26725
|
z-index: 1;
|
|
26527
26726
|
}
|
|
26528
26727
|
|
|
@@ -26533,7 +26732,7 @@ div.k-grid-footer {
|
|
|
26533
26732
|
|
|
26534
26733
|
.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 {
|
|
26535
26734
|
vertical-align: text-top;
|
|
26536
|
-
margin-
|
|
26735
|
+
margin-inline-start: calc( 8px - 1px);
|
|
26537
26736
|
}
|
|
26538
26737
|
|
|
26539
26738
|
.k-grid-header .k-sort-order {
|
|
@@ -26542,7 +26741,7 @@ div.k-grid-footer {
|
|
|
26542
26741
|
height: 16px;
|
|
26543
26742
|
font-size: 12px;
|
|
26544
26743
|
margin-top: 2px;
|
|
26545
|
-
margin-
|
|
26744
|
+
margin-inline-start: -2px;
|
|
26546
26745
|
}
|
|
26547
26746
|
|
|
26548
26747
|
.k-column-resizer {
|
|
@@ -26940,15 +27139,15 @@ div.k-grid-norecords {
|
|
|
26940
27139
|
}
|
|
26941
27140
|
|
|
26942
27141
|
.k-header > .k-cell-inner {
|
|
26943
|
-
margin: -8px
|
|
27142
|
+
margin: -8px -12px;
|
|
26944
27143
|
}
|
|
26945
27144
|
|
|
26946
27145
|
.k-filterable > .k-cell-inner {
|
|
26947
|
-
margin: -
|
|
27146
|
+
margin-inline-end: calc(-1 * calc( calc( 1.4285714286em + 8px + 2px) + 4px));
|
|
26948
27147
|
}
|
|
26949
27148
|
|
|
26950
27149
|
.k-filterable > .k-cell-inner .k-link {
|
|
26951
|
-
padding-
|
|
27150
|
+
padding-inline-end: 0;
|
|
26952
27151
|
}
|
|
26953
27152
|
|
|
26954
27153
|
.k-cell-inner {
|
|
@@ -26985,6 +27184,7 @@ div.k-grid-norecords {
|
|
|
26985
27184
|
.k-cell-inner .k-grid-filter,
|
|
26986
27185
|
.k-cell-inner .k-header-column-menu {
|
|
26987
27186
|
position: static;
|
|
27187
|
+
margin-inline-end: 4px;
|
|
26988
27188
|
}
|
|
26989
27189
|
|
|
26990
27190
|
.k-cell-inner .k-grid-filter,
|
|
@@ -27263,9 +27463,7 @@ div.k-grid-norecords {
|
|
|
27263
27463
|
display: flex;
|
|
27264
27464
|
flex: 0 0 auto;
|
|
27265
27465
|
position: relative;
|
|
27266
|
-
|
|
27267
|
-
-ms-user-select: none;
|
|
27268
|
-
user-select: none;
|
|
27466
|
+
user-select: none;
|
|
27269
27467
|
}
|
|
27270
27468
|
|
|
27271
27469
|
.k-column-menu-group-header-text {
|
|
@@ -27284,30 +27482,6 @@ div.k-grid-norecords {
|
|
|
27284
27482
|
margin-right: 0;
|
|
27285
27483
|
}
|
|
27286
27484
|
|
|
27287
|
-
[dir="rtl"] .k-header > .k-cell-inner,
|
|
27288
|
-
.k-rtl .k-header > .k-cell-inner {
|
|
27289
|
-
margin-right: -12px;
|
|
27290
|
-
margin-left: calc(-1.4285714286em - -2px);
|
|
27291
|
-
}
|
|
27292
|
-
|
|
27293
|
-
[dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
|
|
27294
|
-
.k-rtl .k-header > .k-cell-inner .k-sort-order {
|
|
27295
|
-
margin-right: -2px;
|
|
27296
|
-
margin-left: 0;
|
|
27297
|
-
}
|
|
27298
|
-
|
|
27299
|
-
[dir="rtl"] .k-filterable > .k-cell-inner,
|
|
27300
|
-
.k-rtl .k-filterable > .k-cell-inner {
|
|
27301
|
-
margin-right: -12px;
|
|
27302
|
-
margin-left: calc(-1.4285714286em + -10px);
|
|
27303
|
-
}
|
|
27304
|
-
|
|
27305
|
-
[dir="rtl"] .k-filterable > .k-cell-inner .k-link,
|
|
27306
|
-
.k-rtl .k-filterable > .k-cell-inner .k-link {
|
|
27307
|
-
padding-right: 12px;
|
|
27308
|
-
padding-left: 0;
|
|
27309
|
-
}
|
|
27310
|
-
|
|
27311
27485
|
.k-ie .k-grid-header,
|
|
27312
27486
|
.k-ie .k-grid-footer {
|
|
27313
27487
|
padding-right: 17px;
|
|
@@ -27382,9 +27556,9 @@ tbody .k-group-cell {
|
|
|
27382
27556
|
background-color: rgba(0, 0, 0, 0.04);
|
|
27383
27557
|
}
|
|
27384
27558
|
|
|
27385
|
-
.k-grid tbody tr:not(.k-detail-row):hover,
|
|
27386
|
-
.k-grid tbody tr:not(.k-detail-row).k-state-hover,
|
|
27387
|
-
.k-grid tbody tr:not(.k-detail-row).k-hover {
|
|
27559
|
+
.k-grid tbody > tr:not(.k-detail-row):hover,
|
|
27560
|
+
.k-grid tbody > tr:not(.k-detail-row).k-state-hover,
|
|
27561
|
+
.k-grid tbody > tr:not(.k-detail-row).k-hover {
|
|
27388
27562
|
background-color: #ededed;
|
|
27389
27563
|
}
|
|
27390
27564
|
|
|
@@ -28139,6 +28313,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28139
28313
|
border-color: inherit;
|
|
28140
28314
|
box-sizing: border-box;
|
|
28141
28315
|
-webkit-user-select: none;
|
|
28316
|
+
-moz-user-select: none;
|
|
28142
28317
|
-ms-user-select: none;
|
|
28143
28318
|
user-select: none;
|
|
28144
28319
|
position: absolute;
|
|
@@ -28462,12 +28637,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28462
28637
|
|
|
28463
28638
|
.k-spreadsheet-filter-menu > .k-menu .k-link,
|
|
28464
28639
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
|
|
28465
|
-
padding-left:
|
|
28640
|
+
padding-left: calc( 16px + 8px);
|
|
28466
28641
|
}
|
|
28467
28642
|
|
|
28468
28643
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
28469
28644
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
|
|
28470
|
-
margin-left: -
|
|
28645
|
+
margin-left: calc(-1 * ( 16px + 4px ));
|
|
28471
28646
|
margin-right: 4px;
|
|
28472
28647
|
}
|
|
28473
28648
|
|
|
@@ -29130,9 +29305,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29130
29305
|
border-style: solid;
|
|
29131
29306
|
box-sizing: border-box;
|
|
29132
29307
|
cursor: pointer;
|
|
29133
|
-
|
|
29134
|
-
-ms-user-select: none;
|
|
29135
|
-
user-select: none;
|
|
29308
|
+
user-select: none;
|
|
29136
29309
|
}
|
|
29137
29310
|
|
|
29138
29311
|
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
@@ -29143,8 +29316,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29143
29316
|
|
|
29144
29317
|
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
29145
29318
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
29146
|
-
|
|
29147
|
-
writing-mode: vertical-rl;
|
|
29319
|
+
writing-mode: vertical-rl;
|
|
29148
29320
|
}
|
|
29149
29321
|
|
|
29150
29322
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
@@ -29169,19 +29341,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29169
29341
|
}
|
|
29170
29342
|
|
|
29171
29343
|
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
29172
|
-
right: calc(1.4285714286em +
|
|
29344
|
+
right: calc( 1.4285714286em + 8px + 2px);
|
|
29173
29345
|
}
|
|
29174
29346
|
|
|
29175
29347
|
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
|
|
29176
|
-
left: calc(1.4285714286em +
|
|
29348
|
+
left: calc( 1.4285714286em + 8px + 2px);
|
|
29177
29349
|
}
|
|
29178
29350
|
|
|
29179
29351
|
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
29180
|
-
bottom: calc(1.4285714286em +
|
|
29352
|
+
bottom: calc( 1.4285714286em + 8px + 2px);
|
|
29181
29353
|
}
|
|
29182
29354
|
|
|
29183
29355
|
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
|
|
29184
|
-
top: calc(1.4285714286em +
|
|
29356
|
+
top: calc( 1.4285714286em + 8px + 2px);
|
|
29185
29357
|
}
|
|
29186
29358
|
|
|
29187
29359
|
.k-pivotgrid-configurator-header {
|
|
@@ -29942,7 +30114,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29942
30114
|
content: "";
|
|
29943
30115
|
position: absolute;
|
|
29944
30116
|
width: 1px;
|
|
29945
|
-
top: -
|
|
30117
|
+
top: calc(-4px - 1px);
|
|
29946
30118
|
bottom: 50%;
|
|
29947
30119
|
left: -8px;
|
|
29948
30120
|
}
|
|
@@ -30129,7 +30301,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30129
30301
|
.k-filemanager-preview {
|
|
30130
30302
|
padding: 48px 16px 16px;
|
|
30131
30303
|
width: 20%;
|
|
30132
|
-
min-height:
|
|
30304
|
+
min-height: calc( 64px + 192px + 48px);
|
|
30133
30305
|
border-width: 0;
|
|
30134
30306
|
border-left-width: 1px;
|
|
30135
30307
|
border-style: solid;
|
|
@@ -30683,8 +30855,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
30683
30855
|
|
|
30684
30856
|
.k-editor-toolbar .k-tool {
|
|
30685
30857
|
padding: 4px;
|
|
30686
|
-
width: calc(1.4285714286em +
|
|
30687
|
-
height: calc(1.4285714286em +
|
|
30858
|
+
width: calc( 1.4285714286em + 8px + 2px);
|
|
30859
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
30688
30860
|
}
|
|
30689
30861
|
|
|
30690
30862
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -30746,9 +30918,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
30746
30918
|
float: left;
|
|
30747
30919
|
opacity: 1;
|
|
30748
30920
|
cursor: text;
|
|
30749
|
-
|
|
30750
|
-
-ms-user-select: none;
|
|
30751
|
-
user-select: none;
|
|
30921
|
+
user-select: none;
|
|
30752
30922
|
}
|
|
30753
30923
|
|
|
30754
30924
|
td.k-editor-content {
|
|
@@ -30858,7 +31028,7 @@ td.k-editor-content {
|
|
|
30858
31028
|
|
|
30859
31029
|
.k-editor-dialog .k-edit-label {
|
|
30860
31030
|
width: 30%;
|
|
30861
|
-
padding:
|
|
31031
|
+
padding: calc( 4px + 1px) 0;
|
|
30862
31032
|
}
|
|
30863
31033
|
|
|
30864
31034
|
.k-editor-dialog .k-edit-field {
|
|
@@ -31287,7 +31457,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31287
31457
|
|
|
31288
31458
|
.k-imageeditor-action-pane {
|
|
31289
31459
|
padding: 32px 16px;
|
|
31290
|
-
width:
|
|
31460
|
+
width: calc(240px + 1px);
|
|
31291
31461
|
border-width: 0;
|
|
31292
31462
|
border-left-width: 1px;
|
|
31293
31463
|
border-style: solid;
|
|
@@ -31335,14 +31505,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31335
31505
|
|
|
31336
31506
|
.k-imageeditor-crop .k-resize-n,
|
|
31337
31507
|
.k-imageeditor-crop .k-resize-s {
|
|
31338
|
-
left: calc(50% - 7.5px);
|
|
31508
|
+
left: calc( 50% - (7.5px));
|
|
31339
31509
|
width: 15px;
|
|
31340
31510
|
height: 0;
|
|
31341
31511
|
}
|
|
31342
31512
|
|
|
31343
31513
|
.k-imageeditor-crop .k-resize-w,
|
|
31344
31514
|
.k-imageeditor-crop .k-resize-e {
|
|
31345
|
-
top: calc(50% - 7.5px);
|
|
31515
|
+
top: calc( 50% - (7.5px));
|
|
31346
31516
|
width: 0;
|
|
31347
31517
|
height: 15px;
|
|
31348
31518
|
}
|
|
@@ -31393,7 +31563,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31393
31563
|
.k-imageeditor-canvas {
|
|
31394
31564
|
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;
|
|
31395
31565
|
background-repeat: repeat, repeat;
|
|
31396
|
-
background-position: 0px 0px,
|
|
31566
|
+
background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
|
|
31397
31567
|
transform-origin: 0 0 0;
|
|
31398
31568
|
background-origin: padding-box, padding-box;
|
|
31399
31569
|
background-size: 10px 10px, 10px 10px;
|
|
@@ -31438,7 +31608,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31438
31608
|
}
|
|
31439
31609
|
|
|
31440
31610
|
.k-gantt .k-grid-header tr {
|
|
31441
|
-
height: calc(1.4285714286em +
|
|
31611
|
+
height: calc( 1.4285714286em + 16px + 1px);
|
|
31442
31612
|
}
|
|
31443
31613
|
|
|
31444
31614
|
.k-gantt .k-grid-header .k-header {
|
|
@@ -31450,11 +31620,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31450
31620
|
}
|
|
31451
31621
|
|
|
31452
31622
|
.k-gantt .k-grid-content tr {
|
|
31453
|
-
height: calc(1.4285714286em + 16px);
|
|
31623
|
+
height: calc( 1.4285714286em + 16px + 0px);
|
|
31454
31624
|
}
|
|
31455
31625
|
|
|
31456
31626
|
.k-gantt.k-gantt-planned .k-grid-content tr {
|
|
31457
|
-
height: calc(2.4285714286em + 16px);
|
|
31627
|
+
height: calc( 2.4285714286em + 16px + 0px);
|
|
31458
31628
|
}
|
|
31459
31629
|
|
|
31460
31630
|
.k-gantt .k-gantt-layout {
|
|
@@ -31621,8 +31791,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31621
31791
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
31622
31792
|
.k-gantt-toolbar .k-gantt-create {
|
|
31623
31793
|
padding: 4px;
|
|
31624
|
-
width: calc(1.4285714286em +
|
|
31625
|
-
height: calc(1.4285714286em +
|
|
31794
|
+
width: calc( 1.4285714286em + 8px + 2px);
|
|
31795
|
+
height: calc( 1.4285714286em + 8px + 2px);
|
|
31626
31796
|
}
|
|
31627
31797
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
31628
31798
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -31658,7 +31828,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31658
31828
|
}
|
|
31659
31829
|
|
|
31660
31830
|
.k-gantt-treelist .k-grid-header tr {
|
|
31661
|
-
height: calc(2.8571428571em +
|
|
31831
|
+
height: calc( 2.8571428571em + 32px + 2px);
|
|
31662
31832
|
vertical-align: bottom;
|
|
31663
31833
|
}
|
|
31664
31834
|
|
|
@@ -31672,7 +31842,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31672
31842
|
}
|
|
31673
31843
|
|
|
31674
31844
|
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
|
|
31675
|
-
height: calc(1.4285714286em +
|
|
31845
|
+
height: calc( 1.4285714286em + 16px + 1px);
|
|
31676
31846
|
}
|
|
31677
31847
|
|
|
31678
31848
|
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
|
|
@@ -31793,8 +31963,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31793
31963
|
}
|
|
31794
31964
|
|
|
31795
31965
|
.k-task-dot {
|
|
31796
|
-
width:
|
|
31797
|
-
height:
|
|
31966
|
+
width: calc( 8px + 8px);
|
|
31967
|
+
height: calc( 8px + 8px);
|
|
31798
31968
|
line-height: 1;
|
|
31799
31969
|
cursor: pointer;
|
|
31800
31970
|
display: none;
|
|
@@ -32065,7 +32235,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32065
32235
|
|
|
32066
32236
|
.k-task-planned .k-task-moment {
|
|
32067
32237
|
border-width: 2px;
|
|
32068
|
-
border-radius:
|
|
32238
|
+
border-radius: calc( ( 4px + 6px ) / 2);
|
|
32069
32239
|
border-style: solid;
|
|
32070
32240
|
height: 6px;
|
|
32071
32241
|
width: 6px;
|
|
@@ -32076,15 +32246,15 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32076
32246
|
}
|
|
32077
32247
|
|
|
32078
32248
|
.k-task-planned .k-task-moment.k-moment-left {
|
|
32079
|
-
margin-left: -4px;
|
|
32249
|
+
margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
|
|
32080
32250
|
}
|
|
32081
32251
|
|
|
32082
32252
|
.k-task-planned:hover .k-task-duration {
|
|
32083
|
-
height:
|
|
32253
|
+
height: calc( 2px + 1px);
|
|
32084
32254
|
}
|
|
32085
32255
|
|
|
32086
32256
|
.k-milestone-wrap .k-task-moment {
|
|
32087
|
-
margin-left:
|
|
32257
|
+
margin-left: calc( 6px / 2);
|
|
32088
32258
|
}
|
|
32089
32259
|
|
|
32090
32260
|
.k-planned-tooltip .k-task-content {
|
|
@@ -32885,7 +33055,7 @@ kendo-scheduler .k-event > div,
|
|
|
32885
33055
|
|
|
32886
33056
|
kendo-scheduler .k-event .k-event-template,
|
|
32887
33057
|
.k-event .k-event-template {
|
|
32888
|
-
line-height:
|
|
33058
|
+
line-height: calc( 25px - (2 * 4px));
|
|
32889
33059
|
padding: 4px 8px;
|
|
32890
33060
|
}
|
|
32891
33061
|
|
|
@@ -33301,12 +33471,12 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33301
33471
|
}
|
|
33302
33472
|
|
|
33303
33473
|
.k-scheduler-yearview .k-day-indicator {
|
|
33304
|
-
margin-top: calc(32px -
|
|
33474
|
+
margin-top: calc( 32px - (0.5em * 2));
|
|
33305
33475
|
width: 3px;
|
|
33306
33476
|
height: 3px;
|
|
33307
33477
|
border-radius: 50%;
|
|
33308
33478
|
position: absolute;
|
|
33309
|
-
left: calc(50% -
|
|
33479
|
+
left: calc( 50% - (3px / 2));
|
|
33310
33480
|
}
|
|
33311
33481
|
|
|
33312
33482
|
.k-scheduler-tooltip {
|
|
@@ -33863,11 +34033,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33863
34033
|
}
|
|
33864
34034
|
|
|
33865
34035
|
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
33866
|
-
padding-left:
|
|
34036
|
+
padding-left: calc( 32px + 8px);
|
|
33867
34037
|
}
|
|
33868
34038
|
|
|
33869
34039
|
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
33870
|
-
padding-right:
|
|
34040
|
+
padding-right: calc( 32px + 8px);
|
|
33871
34041
|
}
|
|
33872
34042
|
|
|
33873
34043
|
.k-author {
|
|
@@ -33901,9 +34071,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33901
34071
|
border-style: solid;
|
|
33902
34072
|
line-height: 18px;
|
|
33903
34073
|
cursor: pointer;
|
|
33904
|
-
|
|
33905
|
-
-ms-user-select: none;
|
|
33906
|
-
user-select: none;
|
|
34074
|
+
user-select: none;
|
|
33907
34075
|
display: inline-block;
|
|
33908
34076
|
flex: 0 0 auto;
|
|
33909
34077
|
transition-property: color, background-color, border-color;
|
|
@@ -34165,13 +34333,13 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34165
34333
|
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
|
|
34166
34334
|
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34167
34335
|
padding-left: 0;
|
|
34168
|
-
padding-right:
|
|
34336
|
+
padding-right: calc( 32px + 8px);
|
|
34169
34337
|
}
|
|
34170
34338
|
|
|
34171
34339
|
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
|
|
34172
34340
|
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34173
34341
|
padding-right: 0;
|
|
34174
|
-
padding-left:
|
|
34342
|
+
padding-left: calc( 32px + 8px);
|
|
34175
34343
|
}
|
|
34176
34344
|
|
|
34177
34345
|
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
|
|
@@ -34402,7 +34570,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34402
34570
|
border-radius: 4px;
|
|
34403
34571
|
line-height: 1.4285714286;
|
|
34404
34572
|
min-width: 80px;
|
|
34405
|
-
max-width:
|
|
34573
|
+
max-width: calc(80px + 2 * 40px);
|
|
34406
34574
|
position: relative;
|
|
34407
34575
|
z-index: 1;
|
|
34408
34576
|
}
|
|
@@ -34482,11 +34650,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34482
34650
|
}
|
|
34483
34651
|
|
|
34484
34652
|
.k-timeline-vertical {
|
|
34485
|
-
padding-left:
|
|
34653
|
+
padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
|
|
34486
34654
|
}
|
|
34487
34655
|
|
|
34488
34656
|
.k-timeline-vertical.k-timeline-dates-hidden {
|
|
34489
|
-
padding-left:
|
|
34657
|
+
padding-left: calc(40px + (80px - 6px) / 2);
|
|
34490
34658
|
}
|
|
34491
34659
|
|
|
34492
34660
|
.k-timeline-vertical::after {
|
|
@@ -34529,7 +34697,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34529
34697
|
|
|
34530
34698
|
.k-timeline-vertical .k-timeline-card .k-card {
|
|
34531
34699
|
margin-left: 16px;
|
|
34532
|
-
min-height:
|
|
34700
|
+
min-height: calc(2 * (36px - 1px));
|
|
34533
34701
|
width: 400px;
|
|
34534
34702
|
max-width: 100%;
|
|
34535
34703
|
}
|
|
@@ -34681,9 +34849,9 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34681
34849
|
|
|
34682
34850
|
.k-timeline-horizontal .k-timeline-track-wrap::after {
|
|
34683
34851
|
top: auto;
|
|
34684
|
-
bottom:
|
|
34685
|
-
left:
|
|
34686
|
-
right:
|
|
34852
|
+
bottom: calc((30px / 2) + 3px);
|
|
34853
|
+
left: calc(30px - 2 * 1px);
|
|
34854
|
+
right: calc(30px - 2 * 1px);
|
|
34687
34855
|
transform: translateY(-50%);
|
|
34688
34856
|
height: 6px;
|
|
34689
34857
|
}
|
|
@@ -34700,7 +34868,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34700
34868
|
}
|
|
34701
34869
|
|
|
34702
34870
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
|
|
34703
|
-
margin-bottom:
|
|
34871
|
+
margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
|
|
34704
34872
|
position: relative;
|
|
34705
34873
|
min-width: 60px;
|
|
34706
34874
|
}
|
|
@@ -34726,7 +34894,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34726
34894
|
height: 30px;
|
|
34727
34895
|
border-radius: 50%;
|
|
34728
34896
|
position: absolute;
|
|
34729
|
-
bottom:
|
|
34897
|
+
bottom: calc(6px + 3px + 2 * 1px);
|
|
34730
34898
|
z-index: 3;
|
|
34731
34899
|
display: flex;
|
|
34732
34900
|
align-items: center;
|
|
@@ -34747,7 +34915,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34747
34915
|
}
|
|
34748
34916
|
|
|
34749
34917
|
.k-timeline-mobile .k-timeline-flag {
|
|
34750
|
-
max-width:
|
|
34918
|
+
max-width: calc(80px + 2 * 16px);
|
|
34751
34919
|
}
|
|
34752
34920
|
|
|
34753
34921
|
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
|
|
@@ -34755,11 +34923,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34755
34923
|
}
|
|
34756
34924
|
|
|
34757
34925
|
.k-timeline-mobile.k-timeline-vertical {
|
|
34758
|
-
padding-left:
|
|
34926
|
+
padding-left: calc(calc(16px + (80px - 6px) / 2) + 50px);
|
|
34759
34927
|
}
|
|
34760
34928
|
|
|
34761
34929
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
|
|
34762
|
-
padding-left:
|
|
34930
|
+
padding-left: calc(16px + (80px - 6px) / 2);
|
|
34763
34931
|
}
|
|
34764
34932
|
|
|
34765
34933
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
|
|
@@ -34870,6 +35038,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34870
35038
|
|
|
34871
35039
|
.k-pdf-viewer .k-list-scroller .k-enable-text-select {
|
|
34872
35040
|
-webkit-user-select: text;
|
|
35041
|
+
-moz-user-select: text;
|
|
34873
35042
|
-ms-user-select: text;
|
|
34874
35043
|
user-select: text;
|
|
34875
35044
|
cursor: text;
|
|
@@ -34969,9 +35138,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34969
35138
|
|
|
34970
35139
|
.km-scrollview,
|
|
34971
35140
|
.km-scroll-container {
|
|
34972
|
-
|
|
34973
|
-
-ms-user-select: none;
|
|
34974
|
-
user-select: none;
|
|
35141
|
+
user-select: none;
|
|
34975
35142
|
border-collapse: separate;
|
|
34976
35143
|
}
|
|
34977
35144
|
|
|
@@ -35086,9 +35253,7 @@ kendo-scrollview.k-scrollview,
|
|
|
35086
35253
|
|
|
35087
35254
|
.k-scrollview-wrap .k-scrollview img,
|
|
35088
35255
|
.k-scrollview .k-scrollview-wrap img {
|
|
35089
|
-
|
|
35090
|
-
-ms-user-select: none;
|
|
35091
|
-
user-select: none;
|
|
35256
|
+
user-select: none;
|
|
35092
35257
|
}
|
|
35093
35258
|
|
|
35094
35259
|
.k-scrollview-wrap .k-scrollview > li,
|
|
@@ -35110,20 +35275,20 @@ kendo-scrollview.k-scrollview,
|
|
|
35110
35275
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
35111
35276
|
display: flex;
|
|
35112
35277
|
flex-flow: row nowrap;
|
|
35113
|
-
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
35278
|
+
width: calc( var(--kendo-scrollview-views, 1) * 100%);
|
|
35114
35279
|
transition-duration: 0.3s;
|
|
35115
35280
|
transition-timing-function: ease-in-out;
|
|
35116
|
-
transform: translateX(calc(-100
|
|
35281
|
+
transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
35117
35282
|
}
|
|
35118
35283
|
|
|
35119
35284
|
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
|
|
35120
|
-
width: calc(100
|
|
35121
|
-
flex: 0 0 calc(100
|
|
35285
|
+
width: calc( 100% / var(--kendo-scrollview-views, 1));
|
|
35286
|
+
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
|
|
35122
35287
|
}
|
|
35123
35288
|
|
|
35124
35289
|
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
35125
35290
|
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
35126
|
-
transform: translateX(calc(100
|
|
35291
|
+
transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
35127
35292
|
}
|
|
35128
35293
|
|
|
35129
35294
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
@@ -35135,7 +35300,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
|
35135
35300
|
left: 0;
|
|
35136
35301
|
right: 0;
|
|
35137
35302
|
bottom: 0;
|
|
35138
|
-
height:
|
|
35303
|
+
height: calc( 10px + 0px + 40px);
|
|
35139
35304
|
text-align: center;
|
|
35140
35305
|
}
|
|
35141
35306
|
|
|
@@ -35211,9 +35376,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
35211
35376
|
height: 60%;
|
|
35212
35377
|
top: 20%;
|
|
35213
35378
|
text-decoration: none;
|
|
35214
|
-
|
|
35215
|
-
-ms-user-select: none;
|
|
35216
|
-
user-select: none;
|
|
35379
|
+
user-select: none;
|
|
35217
35380
|
cursor: pointer;
|
|
35218
35381
|
}
|
|
35219
35382
|
|
|
@@ -35690,11 +35853,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
35690
35853
|
}
|
|
35691
35854
|
|
|
35692
35855
|
.k-treemap .k-treemap-title + .k-treemap-wrap {
|
|
35693
|
-
top:
|
|
35856
|
+
top: calc( 4px + (1.4285714286 * 14px) + 1px);
|
|
35694
35857
|
}
|
|
35695
35858
|
|
|
35696
35859
|
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
|
|
35697
|
-
left:
|
|
35860
|
+
left: calc( 4px + (1.4285714286 * 14px) + 1px);
|
|
35698
35861
|
}
|
|
35699
35862
|
|
|
35700
35863
|
.k-treemap .k-leaf {
|
|
@@ -36094,9 +36257,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36094
36257
|
.k-map .km-scroll-wrapper {
|
|
36095
36258
|
width: 100%;
|
|
36096
36259
|
height: 100%;
|
|
36097
|
-
|
|
36098
|
-
-ms-user-select: none;
|
|
36099
|
-
user-select: none;
|
|
36260
|
+
user-select: none;
|
|
36100
36261
|
position: absolute;
|
|
36101
36262
|
}
|
|
36102
36263
|
|
|
@@ -36137,8 +36298,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36137
36298
|
|
|
36138
36299
|
.k-navigator {
|
|
36139
36300
|
margin: 1em;
|
|
36140
|
-
width:
|
|
36141
|
-
height:
|
|
36301
|
+
width: calc( 48px + 4px);
|
|
36302
|
+
height: calc( 48px + 4px);
|
|
36142
36303
|
border-width: 1px;
|
|
36143
36304
|
border-style: solid;
|
|
36144
36305
|
box-sizing: border-box;
|
|
@@ -36358,3 +36519,78 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36358
36519
|
.k-orgchart-line-v {
|
|
36359
36520
|
color: rgba(0, 0, 0, 0.08);
|
|
36360
36521
|
}
|
|
36522
|
+
|
|
36523
|
+
.k-signature {
|
|
36524
|
+
width: 250px;
|
|
36525
|
+
height: 84px;
|
|
36526
|
+
position: relative;
|
|
36527
|
+
box-sizing: border-box;
|
|
36528
|
+
display: flex;
|
|
36529
|
+
flex-direction: column;
|
|
36530
|
+
justify-content: space-between;
|
|
36531
|
+
}
|
|
36532
|
+
|
|
36533
|
+
.k-signature.k-signature-maximized {
|
|
36534
|
+
width: 750px;
|
|
36535
|
+
height: 252px;
|
|
36536
|
+
}
|
|
36537
|
+
|
|
36538
|
+
.k-signature.k-signature-maximized > .k-signature-line {
|
|
36539
|
+
border-bottom-width: 3px;
|
|
36540
|
+
}
|
|
36541
|
+
|
|
36542
|
+
.k-signature-actions {
|
|
36543
|
+
display: flex;
|
|
36544
|
+
width: min-content;
|
|
36545
|
+
margin-inline-start: auto;
|
|
36546
|
+
gap: 4px;
|
|
36547
|
+
z-index: 2;
|
|
36548
|
+
}
|
|
36549
|
+
|
|
36550
|
+
.k-signature-canvas {
|
|
36551
|
+
position: absolute;
|
|
36552
|
+
top: 0;
|
|
36553
|
+
left: 0;
|
|
36554
|
+
width: 100%;
|
|
36555
|
+
height: 100%;
|
|
36556
|
+
display: block;
|
|
36557
|
+
z-index: 1;
|
|
36558
|
+
}
|
|
36559
|
+
|
|
36560
|
+
.k-signature-line {
|
|
36561
|
+
position: absolute;
|
|
36562
|
+
z-index: 0;
|
|
36563
|
+
border-bottom-width: 1px;
|
|
36564
|
+
border-bottom-style: dashed;
|
|
36565
|
+
}
|
|
36566
|
+
|
|
36567
|
+
.k-signature-sm {
|
|
36568
|
+
padding: 2px;
|
|
36569
|
+
}
|
|
36570
|
+
|
|
36571
|
+
.k-signature-sm .k-signature-line {
|
|
36572
|
+
width: calc( 100% - 2 * 2px);
|
|
36573
|
+
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 2px);
|
|
36574
|
+
}
|
|
36575
|
+
|
|
36576
|
+
.k-signature-md {
|
|
36577
|
+
padding: 4px;
|
|
36578
|
+
}
|
|
36579
|
+
|
|
36580
|
+
.k-signature-md .k-signature-line {
|
|
36581
|
+
width: calc( 100% - 2 * 4px);
|
|
36582
|
+
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
36583
|
+
}
|
|
36584
|
+
|
|
36585
|
+
.k-signature-lg {
|
|
36586
|
+
padding: 6px;
|
|
36587
|
+
}
|
|
36588
|
+
|
|
36589
|
+
.k-signature-lg .k-signature-line {
|
|
36590
|
+
width: calc( 100% - 2 * 6px);
|
|
36591
|
+
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 6px);
|
|
36592
|
+
}
|
|
36593
|
+
|
|
36594
|
+
.k-signature .k-signature-line {
|
|
36595
|
+
border-bottom-color: rgba(0, 88, 233, 0.24);
|
|
36596
|
+
}
|