@progress/kendo-theme-classic 5.6.1-dev.5 → 5.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +768 -916
- package/dist/all.scss +397 -649
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/package.json +4 -4
- package/scss/badge/_variables.scss +69 -35
- package/scss/button/_variables.scss +1 -1
- package/scss/card/_variables.scss +0 -10
- package/scss/forms/_variables.scss +1 -1
- package/scss/pdf-viewer/_index.scss +3 -0
- package/scss/pdf-viewer/_variables.scss +14 -1
- package/scss/popover/_variables.scss +0 -5
- package/scss/signature/_variables.scss +23 -21
- package/scss/typography/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -167,7 +167,6 @@ kendo-sortable {
|
|
|
167
167
|
background-color: #ffffff;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.k-state-disabled,
|
|
171
170
|
.k-disabled,
|
|
172
171
|
.k-widget[disabled],
|
|
173
172
|
.k-disabled {
|
|
@@ -179,7 +178,6 @@ kendo-sortable {
|
|
|
179
178
|
box-shadow: none;
|
|
180
179
|
}
|
|
181
180
|
|
|
182
|
-
.k-state-disabled .k-link,
|
|
183
181
|
.k-disabled .k-link,
|
|
184
182
|
.k-widget[disabled] .k-link,
|
|
185
183
|
.k-disabled .k-link {
|
|
@@ -187,18 +185,12 @@ kendo-sortable {
|
|
|
187
185
|
outline: 0;
|
|
188
186
|
}
|
|
189
187
|
|
|
190
|
-
.k-state-disabled [disabled],
|
|
191
|
-
.k-state-disabled .k-disabled,
|
|
192
|
-
.k-state-disabled .k-state-disabled,
|
|
193
188
|
.k-disabled [disabled],
|
|
194
189
|
.k-disabled .k-disabled,
|
|
195
|
-
.k-disabled .k-state-disabled,
|
|
196
190
|
.k-widget[disabled] [disabled],
|
|
197
191
|
.k-widget[disabled] .k-disabled,
|
|
198
|
-
.k-widget[disabled] .k-state-disabled,
|
|
199
192
|
.k-disabled [disabled],
|
|
200
|
-
.k-disabled .k-disabled
|
|
201
|
-
.k-disabled .k-state-disabled {
|
|
193
|
+
.k-disabled .k-disabled {
|
|
202
194
|
opacity: 1;
|
|
203
195
|
filter: grayscale(0);
|
|
204
196
|
}
|
|
@@ -3212,26 +3204,51 @@ kendo-sortable {
|
|
|
3212
3204
|
position: static !important;
|
|
3213
3205
|
}
|
|
3214
3206
|
|
|
3207
|
+
.\!k-static,
|
|
3208
|
+
.\!k-pos-static {
|
|
3209
|
+
position: static !important;
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3215
3212
|
.k-relative,
|
|
3216
3213
|
.k-pos-relative {
|
|
3217
3214
|
position: relative !important;
|
|
3218
3215
|
}
|
|
3219
3216
|
|
|
3217
|
+
.\!k-relative,
|
|
3218
|
+
.\!k-pos-relative {
|
|
3219
|
+
position: relative !important;
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3220
3222
|
.k-absolute,
|
|
3221
3223
|
.k-pos-absolute {
|
|
3222
3224
|
position: absolute !important;
|
|
3223
3225
|
}
|
|
3224
3226
|
|
|
3227
|
+
.\!k-absolute,
|
|
3228
|
+
.\!k-pos-absolute {
|
|
3229
|
+
position: absolute !important;
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3225
3232
|
.k-fixed,
|
|
3226
3233
|
.k-pos-fixed {
|
|
3227
3234
|
position: fixed !important;
|
|
3228
3235
|
}
|
|
3229
3236
|
|
|
3237
|
+
.\!k-fixed,
|
|
3238
|
+
.\!k-pos-fixed {
|
|
3239
|
+
position: fixed !important;
|
|
3240
|
+
}
|
|
3241
|
+
|
|
3230
3242
|
.k-sticky,
|
|
3231
3243
|
.k-pos-sticky {
|
|
3232
3244
|
position: sticky !important;
|
|
3233
3245
|
}
|
|
3234
3246
|
|
|
3247
|
+
.\!k-sticky,
|
|
3248
|
+
.\!k-pos-sticky {
|
|
3249
|
+
position: sticky !important;
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3235
3252
|
.k-top,
|
|
3236
3253
|
.k-pos-top {
|
|
3237
3254
|
top: 0;
|
|
@@ -6286,180 +6303,197 @@ kendo-sortable {
|
|
|
6286
6303
|
color: #272727;
|
|
6287
6304
|
}
|
|
6288
6305
|
|
|
6306
|
+
.\!k-text-base,
|
|
6307
|
+
.\!k-color-base {
|
|
6308
|
+
color: #272727 !important;
|
|
6309
|
+
}
|
|
6310
|
+
|
|
6289
6311
|
.k-color-inherit {
|
|
6290
6312
|
color: inherit;
|
|
6291
6313
|
}
|
|
6292
6314
|
|
|
6315
|
+
.\!k-color-inherit {
|
|
6316
|
+
color: inherit !important;
|
|
6317
|
+
}
|
|
6318
|
+
|
|
6293
6319
|
.k-text-primary,
|
|
6294
6320
|
.k-color-primary {
|
|
6321
|
+
color: #f35800;
|
|
6322
|
+
}
|
|
6323
|
+
|
|
6324
|
+
.\!k-text-primary,
|
|
6325
|
+
.\!k-color-primary {
|
|
6295
6326
|
color: #f35800 !important;
|
|
6296
6327
|
}
|
|
6297
6328
|
|
|
6298
6329
|
.k-text-secondary,
|
|
6299
6330
|
.k-color-secondary {
|
|
6331
|
+
color: #e9e9e9;
|
|
6332
|
+
}
|
|
6333
|
+
|
|
6334
|
+
.\!k-text-secondary,
|
|
6335
|
+
.\!k-color-secondary {
|
|
6300
6336
|
color: #e9e9e9 !important;
|
|
6301
6337
|
}
|
|
6302
6338
|
|
|
6303
6339
|
.k-text-tertiary,
|
|
6304
6340
|
.k-color-tertiary {
|
|
6341
|
+
color: #03a9f4;
|
|
6342
|
+
}
|
|
6343
|
+
|
|
6344
|
+
.\!k-text-tertiary,
|
|
6345
|
+
.\!k-color-tertiary {
|
|
6305
6346
|
color: #03a9f4 !important;
|
|
6306
6347
|
}
|
|
6307
6348
|
|
|
6308
6349
|
.k-text-info,
|
|
6309
6350
|
.k-color-info {
|
|
6351
|
+
color: #2498bc;
|
|
6352
|
+
}
|
|
6353
|
+
|
|
6354
|
+
.\!k-text-info,
|
|
6355
|
+
.\!k-color-info {
|
|
6310
6356
|
color: #2498bc !important;
|
|
6311
6357
|
}
|
|
6312
6358
|
|
|
6313
6359
|
.k-text-success,
|
|
6314
6360
|
.k-color-success {
|
|
6361
|
+
color: #3ea44e;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.\!k-text-success,
|
|
6365
|
+
.\!k-color-success {
|
|
6315
6366
|
color: #3ea44e !important;
|
|
6316
6367
|
}
|
|
6317
6368
|
|
|
6318
6369
|
.k-text-warning,
|
|
6319
6370
|
.k-color-warning {
|
|
6371
|
+
color: #ff9800;
|
|
6372
|
+
}
|
|
6373
|
+
|
|
6374
|
+
.\!k-text-warning,
|
|
6375
|
+
.\!k-color-warning {
|
|
6320
6376
|
color: #ff9800 !important;
|
|
6321
6377
|
}
|
|
6322
6378
|
|
|
6323
6379
|
.k-text-error,
|
|
6324
6380
|
.k-color-error {
|
|
6381
|
+
color: #d92800;
|
|
6382
|
+
}
|
|
6383
|
+
|
|
6384
|
+
.\!k-text-error,
|
|
6385
|
+
.\!k-color-error {
|
|
6325
6386
|
color: #d92800 !important;
|
|
6326
6387
|
}
|
|
6327
6388
|
|
|
6328
6389
|
.k-text-dark,
|
|
6329
6390
|
.k-color-dark {
|
|
6391
|
+
color: #404040;
|
|
6392
|
+
}
|
|
6393
|
+
|
|
6394
|
+
.\!k-text-dark,
|
|
6395
|
+
.\!k-color-dark {
|
|
6330
6396
|
color: #404040 !important;
|
|
6331
6397
|
}
|
|
6332
6398
|
|
|
6333
6399
|
.k-text-light,
|
|
6334
6400
|
.k-color-light {
|
|
6401
|
+
color: #ebebeb;
|
|
6402
|
+
}
|
|
6403
|
+
|
|
6404
|
+
.\!k-text-light,
|
|
6405
|
+
.\!k-color-light {
|
|
6335
6406
|
color: #ebebeb !important;
|
|
6336
6407
|
}
|
|
6337
6408
|
|
|
6338
6409
|
.k-text-inverse,
|
|
6339
6410
|
.k-color-inverse {
|
|
6411
|
+
color: #404040;
|
|
6412
|
+
}
|
|
6413
|
+
|
|
6414
|
+
.\!k-text-inverse,
|
|
6415
|
+
.\!k-color-inverse {
|
|
6340
6416
|
color: #404040 !important;
|
|
6341
6417
|
}
|
|
6342
6418
|
|
|
6343
6419
|
.k-bg-primary {
|
|
6420
|
+
background-color: #f35800;
|
|
6421
|
+
}
|
|
6422
|
+
|
|
6423
|
+
.\!k-bg-primary {
|
|
6344
6424
|
background-color: #f35800 !important;
|
|
6345
6425
|
}
|
|
6346
6426
|
|
|
6347
6427
|
.k-bg-secondary {
|
|
6428
|
+
background-color: #e9e9e9;
|
|
6429
|
+
}
|
|
6430
|
+
|
|
6431
|
+
.\!k-bg-secondary {
|
|
6348
6432
|
background-color: #e9e9e9 !important;
|
|
6349
6433
|
}
|
|
6350
6434
|
|
|
6351
6435
|
.k-bg-tertiary {
|
|
6436
|
+
background-color: #03a9f4;
|
|
6437
|
+
}
|
|
6438
|
+
|
|
6439
|
+
.\!k-bg-tertiary {
|
|
6352
6440
|
background-color: #03a9f4 !important;
|
|
6353
6441
|
}
|
|
6354
6442
|
|
|
6355
6443
|
.k-bg-info {
|
|
6444
|
+
background-color: #2498bc;
|
|
6445
|
+
}
|
|
6446
|
+
|
|
6447
|
+
.\!k-bg-info {
|
|
6356
6448
|
background-color: #2498bc !important;
|
|
6357
6449
|
}
|
|
6358
6450
|
|
|
6359
6451
|
.k-bg-success {
|
|
6452
|
+
background-color: #3ea44e;
|
|
6453
|
+
}
|
|
6454
|
+
|
|
6455
|
+
.\!k-bg-success {
|
|
6360
6456
|
background-color: #3ea44e !important;
|
|
6361
6457
|
}
|
|
6362
6458
|
|
|
6363
6459
|
.k-bg-warning {
|
|
6460
|
+
background-color: #ff9800;
|
|
6461
|
+
}
|
|
6462
|
+
|
|
6463
|
+
.\!k-bg-warning {
|
|
6364
6464
|
background-color: #ff9800 !important;
|
|
6365
6465
|
}
|
|
6366
6466
|
|
|
6367
6467
|
.k-bg-error {
|
|
6368
|
-
background-color: #d92800
|
|
6468
|
+
background-color: #d92800;
|
|
6369
6469
|
}
|
|
6370
6470
|
|
|
6371
|
-
|
|
6372
|
-
background-color: #
|
|
6471
|
+
.\!k-bg-error {
|
|
6472
|
+
background-color: #d92800 !important;
|
|
6373
6473
|
}
|
|
6374
6474
|
|
|
6375
|
-
.k-bg-
|
|
6376
|
-
background-color: #
|
|
6475
|
+
.k-bg-dark {
|
|
6476
|
+
background-color: #404040;
|
|
6377
6477
|
}
|
|
6378
6478
|
|
|
6379
|
-
|
|
6479
|
+
.\!k-bg-dark {
|
|
6380
6480
|
background-color: #404040 !important;
|
|
6381
6481
|
}
|
|
6382
6482
|
|
|
6383
|
-
.k-
|
|
6384
|
-
background-color: #
|
|
6385
|
-
color: #7e2e00;
|
|
6386
|
-
border-color: #fcd0b8;
|
|
6387
|
-
}
|
|
6388
|
-
|
|
6389
|
-
.k-state-secondary {
|
|
6390
|
-
background-color: #fbfbfb;
|
|
6391
|
-
color: #797979;
|
|
6392
|
-
border-color: #f9f9f9;
|
|
6393
|
-
}
|
|
6394
|
-
|
|
6395
|
-
.k-state-tertiary {
|
|
6396
|
-
background-color: #cdeefd;
|
|
6397
|
-
color: #02587f;
|
|
6398
|
-
border-color: #b8e7fc;
|
|
6399
|
-
}
|
|
6400
|
-
|
|
6401
|
-
.k-state-info {
|
|
6402
|
-
background-color: #d3eaf2;
|
|
6403
|
-
color: #134f62;
|
|
6404
|
-
border-color: #c2e2ec;
|
|
6405
|
-
}
|
|
6406
|
-
|
|
6407
|
-
.k-state-success {
|
|
6408
|
-
background-color: #d8eddc;
|
|
6409
|
-
color: #205529;
|
|
6410
|
-
border-color: #c9e6cd;
|
|
6411
|
-
}
|
|
6412
|
-
|
|
6413
|
-
.k-state-warning {
|
|
6414
|
-
background-color: #ffeacc;
|
|
6415
|
-
color: #854f00;
|
|
6416
|
-
border-color: #ffe2b8;
|
|
6417
|
-
}
|
|
6418
|
-
|
|
6419
|
-
.k-state-error {
|
|
6420
|
-
background-color: #f7d4cc;
|
|
6421
|
-
color: #711500;
|
|
6422
|
-
border-color: #f4c3b8;
|
|
6423
|
-
}
|
|
6424
|
-
|
|
6425
|
-
.k-state-dark {
|
|
6426
|
-
background-color: #d9d9d9;
|
|
6427
|
-
color: #212121;
|
|
6428
|
-
border-color: #cacaca;
|
|
6429
|
-
}
|
|
6430
|
-
|
|
6431
|
-
.k-state-light {
|
|
6432
|
-
background-color: #fbfbfb;
|
|
6433
|
-
color: #7a7a7a;
|
|
6434
|
-
border-color: #f9f9f9;
|
|
6435
|
-
}
|
|
6436
|
-
|
|
6437
|
-
.k-state-inverse {
|
|
6438
|
-
background-color: #d9d9d9;
|
|
6439
|
-
color: #212121;
|
|
6440
|
-
border-color: #cacaca;
|
|
6441
|
-
}
|
|
6442
|
-
|
|
6443
|
-
.k-info-colored {
|
|
6444
|
-
color: #50607f;
|
|
6445
|
-
border-color: #d0d9df;
|
|
6446
|
-
background-color: #f0f9ff;
|
|
6483
|
+
.k-bg-light {
|
|
6484
|
+
background-color: #ebebeb;
|
|
6447
6485
|
}
|
|
6448
6486
|
|
|
6449
|
-
|
|
6450
|
-
color: #
|
|
6451
|
-
border-color: #d0dfd0;
|
|
6452
|
-
background-color: #f0fff0;
|
|
6487
|
+
.\!k-bg-light {
|
|
6488
|
+
background-color: #ebebeb !important;
|
|
6453
6489
|
}
|
|
6454
6490
|
|
|
6455
|
-
.k-
|
|
6456
|
-
color: #
|
|
6457
|
-
border-color: #dfd0d0;
|
|
6458
|
-
background-color: #fff0f0;
|
|
6491
|
+
.k-bg-inverse {
|
|
6492
|
+
background-color: #404040;
|
|
6459
6493
|
}
|
|
6460
6494
|
|
|
6461
|
-
|
|
6462
|
-
|
|
6495
|
+
.\!k-bg-inverse {
|
|
6496
|
+
background-color: #404040 !important;
|
|
6463
6497
|
}
|
|
6464
6498
|
|
|
6465
6499
|
.k-touch-action-none {
|
|
@@ -6559,23 +6593,32 @@ kendo-sortable {
|
|
|
6559
6593
|
}
|
|
6560
6594
|
|
|
6561
6595
|
.k-user-select-none {
|
|
6562
|
-
user-select: none !important;
|
|
6596
|
+
-webkit-user-select: none !important;
|
|
6597
|
+
-ms-user-select: none !important;
|
|
6598
|
+
user-select: none !important;
|
|
6563
6599
|
}
|
|
6564
6600
|
|
|
6565
6601
|
.k-user-select-auto {
|
|
6566
|
-
user-select: auto !important;
|
|
6602
|
+
-webkit-user-select: auto !important;
|
|
6603
|
+
-ms-user-select: auto !important;
|
|
6604
|
+
user-select: auto !important;
|
|
6567
6605
|
}
|
|
6568
6606
|
|
|
6569
6607
|
.k-user-select-text {
|
|
6570
|
-
user-select: text !important;
|
|
6608
|
+
-webkit-user-select: text !important;
|
|
6609
|
+
-ms-user-select: text !important;
|
|
6610
|
+
user-select: text !important;
|
|
6571
6611
|
}
|
|
6572
6612
|
|
|
6573
6613
|
.k-user-select-all {
|
|
6574
|
-
user-select: all !important;
|
|
6614
|
+
-webkit-user-select: all !important;
|
|
6615
|
+
user-select: all !important;
|
|
6575
6616
|
}
|
|
6576
6617
|
|
|
6577
6618
|
.k-user-select-contain {
|
|
6578
|
-
user-select: contain !important;
|
|
6619
|
+
-webkit-user-select: contain !important;
|
|
6620
|
+
-ms-user-select: element !important;
|
|
6621
|
+
user-select: contain !important;
|
|
6579
6622
|
}
|
|
6580
6623
|
|
|
6581
6624
|
.k-cursor-auto {
|
|
@@ -11763,7 +11806,7 @@ kendo-sortable {
|
|
|
11763
11806
|
|
|
11764
11807
|
.k-badge {
|
|
11765
11808
|
padding: 0;
|
|
11766
|
-
border-width:
|
|
11809
|
+
border-width: 1px;
|
|
11767
11810
|
border-style: solid;
|
|
11768
11811
|
border-color: transparent;
|
|
11769
11812
|
box-sizing: border-box;
|
|
@@ -11812,92 +11855,38 @@ a.k-badge:hover,
|
|
|
11812
11855
|
|
|
11813
11856
|
.k-badge-sm {
|
|
11814
11857
|
padding: 2px 2px;
|
|
11815
|
-
border-width: 1px;
|
|
11816
11858
|
font-size: 10px;
|
|
11817
11859
|
line-height: 1;
|
|
11860
|
+
min-width: calc(1em + 6px);
|
|
11818
11861
|
}
|
|
11819
11862
|
|
|
11820
11863
|
.k-badge-sm:empty {
|
|
11821
11864
|
padding: 2px;
|
|
11865
|
+
min-width: auto;
|
|
11822
11866
|
}
|
|
11823
11867
|
|
|
11824
11868
|
.k-badge-md {
|
|
11825
11869
|
padding: 4px 4px;
|
|
11826
|
-
border-width: 1px;
|
|
11827
11870
|
font-size: 10px;
|
|
11828
11871
|
line-height: 1;
|
|
11872
|
+
min-width: calc(1em + 10px);
|
|
11829
11873
|
}
|
|
11830
11874
|
|
|
11831
11875
|
.k-badge-md:empty {
|
|
11832
11876
|
padding: 4px;
|
|
11877
|
+
min-width: auto;
|
|
11833
11878
|
}
|
|
11834
11879
|
|
|
11835
11880
|
.k-badge-lg {
|
|
11836
11881
|
padding: 6px 6px;
|
|
11837
|
-
|
|
11838
|
-
font-size: 12px;
|
|
11882
|
+
font-size: 10px;
|
|
11839
11883
|
line-height: 1;
|
|
11884
|
+
min-width: calc(1em + 14px);
|
|
11840
11885
|
}
|
|
11841
11886
|
|
|
11842
11887
|
.k-badge-lg:empty {
|
|
11843
11888
|
padding: 6px;
|
|
11844
|
-
|
|
11845
|
-
|
|
11846
|
-
.k-badge-rounded.k-badge-sm {
|
|
11847
|
-
border-radius: 2px;
|
|
11848
|
-
}
|
|
11849
|
-
|
|
11850
|
-
.k-badge-rounded.k-badge-md {
|
|
11851
|
-
border-radius: 4px;
|
|
11852
|
-
}
|
|
11853
|
-
|
|
11854
|
-
.k-badge-rounded.k-badge-lg {
|
|
11855
|
-
border-radius: 8px;
|
|
11856
|
-
}
|
|
11857
|
-
|
|
11858
|
-
.k-badge-pill {
|
|
11859
|
-
border-radius: 5rem;
|
|
11860
|
-
}
|
|
11861
|
-
|
|
11862
|
-
.k-badge-circle {
|
|
11863
|
-
padding: 0 !important;
|
|
11864
|
-
border-radius: 100%;
|
|
11865
|
-
}
|
|
11866
|
-
|
|
11867
|
-
.k-badge-circle.k-badge-sm {
|
|
11868
|
-
width: calc( 1em + 4px + 2px);
|
|
11869
|
-
height: calc( 1em + 4px + 2px);
|
|
11870
|
-
}
|
|
11871
|
-
|
|
11872
|
-
.k-badge-circle.k-badge-md {
|
|
11873
|
-
width: calc( 1em + 8px + 2px);
|
|
11874
|
-
height: calc( 1em + 8px + 2px);
|
|
11875
|
-
}
|
|
11876
|
-
|
|
11877
|
-
.k-badge-circle.k-badge-lg {
|
|
11878
|
-
width: calc( 1em + 12px + 2px);
|
|
11879
|
-
height: calc( 1em + 12px + 2px);
|
|
11880
|
-
}
|
|
11881
|
-
|
|
11882
|
-
.k-badge-dot {
|
|
11883
|
-
padding: 0 !important;
|
|
11884
|
-
border-radius: 100%;
|
|
11885
|
-
font-size: 0;
|
|
11886
|
-
}
|
|
11887
|
-
|
|
11888
|
-
.k-badge-dot.k-badge-sm {
|
|
11889
|
-
width: 6px;
|
|
11890
|
-
height: 6px;
|
|
11891
|
-
}
|
|
11892
|
-
|
|
11893
|
-
.k-badge-dot.k-badge-md {
|
|
11894
|
-
width: 10px;
|
|
11895
|
-
height: 10px;
|
|
11896
|
-
}
|
|
11897
|
-
|
|
11898
|
-
.k-badge-dot.k-badge-lg {
|
|
11899
|
-
width: 12px;
|
|
11900
|
-
height: 12px;
|
|
11889
|
+
min-width: auto;
|
|
11901
11890
|
}
|
|
11902
11891
|
|
|
11903
11892
|
kendo-badge-container {
|
|
@@ -12008,61 +11997,61 @@ kendo-badge-container {
|
|
|
12008
11997
|
box-shadow: 0 0 0 2px #ffffff;
|
|
12009
11998
|
}
|
|
12010
11999
|
|
|
12011
|
-
.k-badge-solid
|
|
12000
|
+
.k-badge-solid-primary {
|
|
12012
12001
|
border-color: #f35800;
|
|
12013
12002
|
color: white;
|
|
12014
12003
|
background-color: #f35800;
|
|
12015
12004
|
}
|
|
12016
12005
|
|
|
12017
|
-
.k-badge-solid
|
|
12006
|
+
.k-badge-solid-secondary {
|
|
12018
12007
|
border-color: #e9e9e9;
|
|
12019
12008
|
color: black;
|
|
12020
12009
|
background-color: #e9e9e9;
|
|
12021
12010
|
}
|
|
12022
12011
|
|
|
12023
|
-
.k-badge-solid
|
|
12012
|
+
.k-badge-solid-tertiary {
|
|
12024
12013
|
border-color: #03a9f4;
|
|
12025
12014
|
color: white;
|
|
12026
12015
|
background-color: #03a9f4;
|
|
12027
12016
|
}
|
|
12028
12017
|
|
|
12029
|
-
.k-badge-solid
|
|
12018
|
+
.k-badge-solid-info {
|
|
12030
12019
|
border-color: #2498bc;
|
|
12031
12020
|
color: white;
|
|
12032
12021
|
background-color: #2498bc;
|
|
12033
12022
|
}
|
|
12034
12023
|
|
|
12035
|
-
.k-badge-solid
|
|
12024
|
+
.k-badge-solid-success {
|
|
12036
12025
|
border-color: #3ea44e;
|
|
12037
12026
|
color: white;
|
|
12038
12027
|
background-color: #3ea44e;
|
|
12039
12028
|
}
|
|
12040
12029
|
|
|
12041
|
-
.k-badge-solid
|
|
12030
|
+
.k-badge-solid-warning {
|
|
12042
12031
|
border-color: #ff9800;
|
|
12043
12032
|
color: white;
|
|
12044
12033
|
background-color: #ff9800;
|
|
12045
12034
|
}
|
|
12046
12035
|
|
|
12047
|
-
.k-badge-solid
|
|
12036
|
+
.k-badge-solid-error {
|
|
12048
12037
|
border-color: #d92800;
|
|
12049
12038
|
color: white;
|
|
12050
12039
|
background-color: #d92800;
|
|
12051
12040
|
}
|
|
12052
12041
|
|
|
12053
|
-
.k-badge-solid
|
|
12042
|
+
.k-badge-solid-dark {
|
|
12054
12043
|
border-color: #404040;
|
|
12055
12044
|
color: white;
|
|
12056
12045
|
background-color: #404040;
|
|
12057
12046
|
}
|
|
12058
12047
|
|
|
12059
|
-
.k-badge-solid
|
|
12048
|
+
.k-badge-solid-light {
|
|
12060
12049
|
border-color: #ebebeb;
|
|
12061
12050
|
color: black;
|
|
12062
12051
|
background-color: #ebebeb;
|
|
12063
12052
|
}
|
|
12064
12053
|
|
|
12065
|
-
.k-badge-solid
|
|
12054
|
+
.k-badge-solid-inverse {
|
|
12066
12055
|
border-color: #404040;
|
|
12067
12056
|
color: white;
|
|
12068
12057
|
background-color: #404040;
|
|
@@ -12073,43 +12062,43 @@ kendo-badge-container {
|
|
|
12073
12062
|
background-color: #ffffff;
|
|
12074
12063
|
}
|
|
12075
12064
|
|
|
12076
|
-
.k-badge-outline
|
|
12065
|
+
.k-badge-outline-primary {
|
|
12077
12066
|
color: #f35800;
|
|
12078
12067
|
}
|
|
12079
12068
|
|
|
12080
|
-
.k-badge-outline
|
|
12069
|
+
.k-badge-outline-secondary {
|
|
12081
12070
|
color: #e9e9e9;
|
|
12082
12071
|
}
|
|
12083
12072
|
|
|
12084
|
-
.k-badge-outline
|
|
12073
|
+
.k-badge-outline-tertiary {
|
|
12085
12074
|
color: #03a9f4;
|
|
12086
12075
|
}
|
|
12087
12076
|
|
|
12088
|
-
.k-badge-outline
|
|
12077
|
+
.k-badge-outline-info {
|
|
12089
12078
|
color: #2498bc;
|
|
12090
12079
|
}
|
|
12091
12080
|
|
|
12092
|
-
.k-badge-outline
|
|
12081
|
+
.k-badge-outline-success {
|
|
12093
12082
|
color: #3ea44e;
|
|
12094
12083
|
}
|
|
12095
12084
|
|
|
12096
|
-
.k-badge-outline
|
|
12085
|
+
.k-badge-outline-warning {
|
|
12097
12086
|
color: #ff9800;
|
|
12098
12087
|
}
|
|
12099
12088
|
|
|
12100
|
-
.k-badge-outline
|
|
12089
|
+
.k-badge-outline-error {
|
|
12101
12090
|
color: #d92800;
|
|
12102
12091
|
}
|
|
12103
12092
|
|
|
12104
|
-
.k-badge-outline
|
|
12093
|
+
.k-badge-outline-dark {
|
|
12105
12094
|
color: #404040;
|
|
12106
12095
|
}
|
|
12107
12096
|
|
|
12108
|
-
.k-badge-outline
|
|
12097
|
+
.k-badge-outline-light {
|
|
12109
12098
|
color: #ebebeb;
|
|
12110
12099
|
}
|
|
12111
12100
|
|
|
12112
|
-
.k-badge-outline
|
|
12101
|
+
.k-badge-outline-inverse {
|
|
12113
12102
|
color: #404040;
|
|
12114
12103
|
}
|
|
12115
12104
|
|
|
@@ -12128,7 +12117,9 @@ kendo-badge-container {
|
|
|
12128
12117
|
justify-content: center;
|
|
12129
12118
|
gap: 4px;
|
|
12130
12119
|
vertical-align: middle;
|
|
12131
|
-
user-select: none;
|
|
12120
|
+
-webkit-user-select: none;
|
|
12121
|
+
-ms-user-select: none;
|
|
12122
|
+
user-select: none;
|
|
12132
12123
|
cursor: pointer;
|
|
12133
12124
|
outline: none;
|
|
12134
12125
|
-webkit-appearance: none;
|
|
@@ -12187,8 +12178,8 @@ kendo-badge-container {
|
|
|
12187
12178
|
}
|
|
12188
12179
|
|
|
12189
12180
|
.k-button-sm.k-icon-button > .k-button-icon {
|
|
12190
|
-
min-width:
|
|
12191
|
-
min-height:
|
|
12181
|
+
min-width: 20.0000000004px;
|
|
12182
|
+
min-height: 20.0000000004px;
|
|
12192
12183
|
}
|
|
12193
12184
|
|
|
12194
12185
|
.k-button-md {
|
|
@@ -12202,8 +12193,8 @@ kendo-badge-container {
|
|
|
12202
12193
|
}
|
|
12203
12194
|
|
|
12204
12195
|
.k-button-md.k-icon-button > .k-button-icon {
|
|
12205
|
-
min-width:
|
|
12206
|
-
min-height:
|
|
12196
|
+
min-width: 20.0000000004px;
|
|
12197
|
+
min-height: 20.0000000004px;
|
|
12207
12198
|
}
|
|
12208
12199
|
|
|
12209
12200
|
.k-button-lg {
|
|
@@ -12217,8 +12208,8 @@ kendo-badge-container {
|
|
|
12217
12208
|
}
|
|
12218
12209
|
|
|
12219
12210
|
.k-button-lg.k-icon-button > .k-button-icon {
|
|
12220
|
-
min-width:
|
|
12221
|
-
min-height:
|
|
12211
|
+
min-width: 24px;
|
|
12212
|
+
min-height: 24px;
|
|
12222
12213
|
}
|
|
12223
12214
|
|
|
12224
12215
|
.k-button-square {
|
|
@@ -13416,11 +13407,20 @@ kendo-badge-container {
|
|
|
13416
13407
|
margin: 0;
|
|
13417
13408
|
}
|
|
13418
13409
|
|
|
13410
|
+
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
|
|
13411
|
+
color: #646464;
|
|
13412
|
+
opacity: 1;
|
|
13413
|
+
-ms-user-select: none;
|
|
13414
|
+
user-select: none;
|
|
13415
|
+
}
|
|
13416
|
+
|
|
13419
13417
|
.k-input::placeholder,
|
|
13420
13418
|
.k-picker::placeholder {
|
|
13421
13419
|
color: #646464;
|
|
13422
13420
|
opacity: 1;
|
|
13423
|
-
user-select: none;
|
|
13421
|
+
-webkit-user-select: none;
|
|
13422
|
+
-ms-user-select: none;
|
|
13423
|
+
user-select: none;
|
|
13424
13424
|
}
|
|
13425
13425
|
|
|
13426
13426
|
.k-input:-ms-input-placeholder,
|
|
@@ -13445,19 +13445,13 @@ textarea.k-textarea[disabled] {
|
|
|
13445
13445
|
}
|
|
13446
13446
|
|
|
13447
13447
|
[disabled] input.k-input:disabled,
|
|
13448
|
-
.k-disabled input.k-input:disabled,
|
|
13449
|
-
.k-
|
|
13450
|
-
.k-disabled input.k-input[disabled],
|
|
13451
|
-
.k-state-disabled input.k-input[disabled], [disabled]
|
|
13448
|
+
.k-disabled input.k-input:disabled, [disabled] input.k-input[disabled],
|
|
13449
|
+
.k-disabled input.k-input[disabled], [disabled]
|
|
13452
13450
|
textarea.k-textarea:disabled,
|
|
13453
13451
|
.k-disabled
|
|
13454
|
-
textarea.k-textarea:disabled,
|
|
13455
|
-
.k-state-disabled
|
|
13456
13452
|
textarea.k-textarea:disabled, [disabled]
|
|
13457
13453
|
textarea.k-textarea[disabled],
|
|
13458
13454
|
.k-disabled
|
|
13459
|
-
textarea.k-textarea[disabled],
|
|
13460
|
-
.k-state-disabled
|
|
13461
13455
|
textarea.k-textarea[disabled] {
|
|
13462
13456
|
opacity: 1;
|
|
13463
13457
|
filter: grayscale(0);
|
|
@@ -13482,10 +13476,8 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13482
13476
|
}
|
|
13483
13477
|
|
|
13484
13478
|
[disabled] select.k-picker:disabled,
|
|
13485
|
-
.k-disabled select.k-picker:disabled,
|
|
13486
|
-
.k-
|
|
13487
|
-
.k-disabled select.k-picker[disabled],
|
|
13488
|
-
.k-state-disabled select.k-picker[disabled] {
|
|
13479
|
+
.k-disabled select.k-picker:disabled, [disabled] select.k-picker[disabled],
|
|
13480
|
+
.k-disabled select.k-picker[disabled] {
|
|
13489
13481
|
opacity: 1;
|
|
13490
13482
|
filter: grayscale(0);
|
|
13491
13483
|
}
|
|
@@ -13510,10 +13502,19 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13510
13502
|
display: none;
|
|
13511
13503
|
}
|
|
13512
13504
|
|
|
13505
|
+
.k-input-inner:-ms-input-placeholder {
|
|
13506
|
+
color: #646464;
|
|
13507
|
+
opacity: 1;
|
|
13508
|
+
-ms-user-select: none;
|
|
13509
|
+
user-select: none;
|
|
13510
|
+
}
|
|
13511
|
+
|
|
13513
13512
|
.k-input-inner::placeholder {
|
|
13514
13513
|
color: #646464;
|
|
13515
13514
|
opacity: 1;
|
|
13516
|
-
user-select: none;
|
|
13515
|
+
-webkit-user-select: none;
|
|
13516
|
+
-ms-user-select: none;
|
|
13517
|
+
user-select: none;
|
|
13517
13518
|
}
|
|
13518
13519
|
|
|
13519
13520
|
.k-input-inner:-ms-input-placeholder {
|
|
@@ -13765,14 +13766,14 @@ textarea.k-input-inner {
|
|
|
13765
13766
|
.k-picker-sm .k-clear-value,
|
|
13766
13767
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
13767
13768
|
.k-picker-sm .k-input-suffix > .k-icon {
|
|
13768
|
-
width:
|
|
13769
|
-
height:
|
|
13769
|
+
width: 20px;
|
|
13770
|
+
height: 20px;
|
|
13770
13771
|
}
|
|
13771
13772
|
|
|
13772
13773
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
13773
13774
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
13774
|
-
width:
|
|
13775
|
-
height:
|
|
13775
|
+
width: 1.4285714286em;
|
|
13776
|
+
height: 1.4285714286em;
|
|
13776
13777
|
padding: 2px;
|
|
13777
13778
|
box-sizing: content-box;
|
|
13778
13779
|
}
|
|
@@ -13828,14 +13829,14 @@ textarea.k-input-inner {
|
|
|
13828
13829
|
.k-picker-md .k-clear-value,
|
|
13829
13830
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
13830
13831
|
.k-picker-md .k-input-suffix > .k-icon {
|
|
13831
|
-
width:
|
|
13832
|
-
height:
|
|
13832
|
+
width: 24px;
|
|
13833
|
+
height: 24px;
|
|
13833
13834
|
}
|
|
13834
13835
|
|
|
13835
13836
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
13836
13837
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
13837
|
-
width:
|
|
13838
|
-
height:
|
|
13838
|
+
width: 1.4285714286em;
|
|
13839
|
+
height: 1.4285714286em;
|
|
13839
13840
|
padding: 4px;
|
|
13840
13841
|
box-sizing: content-box;
|
|
13841
13842
|
}
|
|
@@ -13891,14 +13892,14 @@ textarea.k-input-inner {
|
|
|
13891
13892
|
.k-picker-lg .k-clear-value,
|
|
13892
13893
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
13893
13894
|
.k-picker-lg .k-input-suffix > .k-icon {
|
|
13894
|
-
width:
|
|
13895
|
-
height:
|
|
13895
|
+
width: 32px;
|
|
13896
|
+
height: 32px;
|
|
13896
13897
|
}
|
|
13897
13898
|
|
|
13898
13899
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
13899
13900
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
13900
|
-
width:
|
|
13901
|
-
height:
|
|
13901
|
+
width: 1.5em;
|
|
13902
|
+
height: 1.5em;
|
|
13902
13903
|
padding: 8px;
|
|
13903
13904
|
box-sizing: content-box;
|
|
13904
13905
|
}
|
|
@@ -14114,7 +14115,7 @@ textarea.k-input-inner {
|
|
|
14114
14115
|
}
|
|
14115
14116
|
|
|
14116
14117
|
.k-floating-label-container {
|
|
14117
|
-
padding-top:
|
|
14118
|
+
padding-top: 20.0000000004px;
|
|
14118
14119
|
box-sizing: border-box;
|
|
14119
14120
|
display: inline-flex;
|
|
14120
14121
|
vertical-align: middle;
|
|
@@ -14136,8 +14137,8 @@ textarea.k-input-inner {
|
|
|
14136
14137
|
white-space: nowrap;
|
|
14137
14138
|
text-overflow: ellipsis;
|
|
14138
14139
|
position: absolute;
|
|
14139
|
-
top:
|
|
14140
|
-
left:
|
|
14140
|
+
top: 25.0000000004px;
|
|
14141
|
+
left: 9px;
|
|
14141
14142
|
overflow: hidden;
|
|
14142
14143
|
cursor: text;
|
|
14143
14144
|
transform-origin: left center;
|
|
@@ -14149,15 +14150,14 @@ textarea.k-input-inner {
|
|
|
14149
14150
|
width: auto;
|
|
14150
14151
|
}
|
|
14151
14152
|
|
|
14152
|
-
.k-floating-label-container.k-
|
|
14153
|
-
top:
|
|
14154
|
-
left:
|
|
14153
|
+
.k-floating-label-container.k-empty > .k-label {
|
|
14154
|
+
top: 25.0000000004px;
|
|
14155
|
+
left: 9px;
|
|
14155
14156
|
transform: scale(1);
|
|
14156
14157
|
pointer-events: none;
|
|
14157
14158
|
}
|
|
14158
14159
|
|
|
14159
14160
|
.k-floating-label-container > .k-label,
|
|
14160
|
-
.k-floating-label-container.k-state-focused > .k-label,
|
|
14161
14161
|
.k-floating-label-container.k-focus > .k-label {
|
|
14162
14162
|
top: 0;
|
|
14163
14163
|
left: 0;
|
|
@@ -14170,7 +14170,10 @@ textarea.k-input-inner {
|
|
|
14170
14170
|
transform: scale(1);
|
|
14171
14171
|
}
|
|
14172
14172
|
|
|
14173
|
-
.k-floating-label-container.k-
|
|
14173
|
+
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) :-ms-input-placeholder {
|
|
14174
|
+
color: transparent;
|
|
14175
|
+
}
|
|
14176
|
+
|
|
14174
14177
|
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14175
14178
|
color: transparent;
|
|
14176
14179
|
}
|
|
@@ -14181,20 +14184,16 @@ textarea.k-input-inner {
|
|
|
14181
14184
|
transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
|
|
14182
14185
|
}
|
|
14183
14186
|
|
|
14184
|
-
[dir="rtl"] .k-floating-label-container.k-
|
|
14185
|
-
.k-rtl .k-floating-label-container.k-
|
|
14186
|
-
.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 {
|
|
14187
|
+
[dir="rtl"] .k-floating-label-container.k-empty > .k-label,
|
|
14188
|
+
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
14187
14189
|
left: auto;
|
|
14188
|
-
right:
|
|
14190
|
+
right: 9px;
|
|
14189
14191
|
}
|
|
14190
14192
|
|
|
14191
14193
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
14192
|
-
[dir="rtl"] .k-floating-label-container.k-state-focused > .k-label,
|
|
14193
14194
|
[dir="rtl"] .k-floating-label-container.k-focus > .k-label,
|
|
14194
14195
|
.k-rtl .k-floating-label-container > .k-label,
|
|
14195
|
-
.k-rtl .k-floating-label-container.k-state-focused > .k-label,
|
|
14196
14196
|
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
|
|
14197
|
-
.k-floating-label-container[dir="rtl"].k-state-focused > .k-label,
|
|
14198
14197
|
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
|
|
14199
14198
|
left: auto;
|
|
14200
14199
|
right: 0;
|
|
@@ -14776,7 +14775,9 @@ textarea.k-input-inner {
|
|
|
14776
14775
|
position: relative;
|
|
14777
14776
|
overflow: hidden;
|
|
14778
14777
|
cursor: pointer;
|
|
14779
|
-
user-select: none;
|
|
14778
|
+
-webkit-user-select: none;
|
|
14779
|
+
-ms-user-select: none;
|
|
14780
|
+
user-select: none;
|
|
14780
14781
|
}
|
|
14781
14782
|
|
|
14782
14783
|
.k-chip *,
|
|
@@ -15165,7 +15166,7 @@ textarea.k-input-inner {
|
|
|
15165
15166
|
}
|
|
15166
15167
|
|
|
15167
15168
|
.k-icon-color-preview .k-color-preview-mask {
|
|
15168
|
-
width:
|
|
15169
|
+
width: 14px;
|
|
15169
15170
|
height: 2px;
|
|
15170
15171
|
}
|
|
15171
15172
|
|
|
@@ -15328,32 +15329,32 @@ textarea.k-input-inner {
|
|
|
15328
15329
|
top: 100%;
|
|
15329
15330
|
left: 0;
|
|
15330
15331
|
animation: spinner-3-segment 2s ease infinite;
|
|
15331
|
-
animation-delay:
|
|
15332
|
+
animation-delay: -0.6666666667s;
|
|
15332
15333
|
}
|
|
15333
15334
|
|
|
15334
15335
|
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
|
|
15335
15336
|
top: 100%;
|
|
15336
15337
|
left: 100%;
|
|
15337
15338
|
animation: spinner-3-segment 2s ease infinite;
|
|
15338
|
-
animation-delay:
|
|
15339
|
+
animation-delay: -1.3333333333s;
|
|
15339
15340
|
}
|
|
15340
15341
|
|
|
15341
15342
|
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
|
|
15342
15343
|
margin: 2px;
|
|
15343
|
-
width:
|
|
15344
|
-
height:
|
|
15344
|
+
width: 12px;
|
|
15345
|
+
height: 9.8564064608px;
|
|
15345
15346
|
}
|
|
15346
15347
|
|
|
15347
15348
|
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
|
|
15348
15349
|
margin: 4px;
|
|
15349
|
-
width:
|
|
15350
|
-
height:
|
|
15350
|
+
width: 24px;
|
|
15351
|
+
height: 19.7128129216px;
|
|
15351
15352
|
}
|
|
15352
15353
|
|
|
15353
15354
|
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
|
|
15354
15355
|
margin: 8px;
|
|
15355
|
-
width:
|
|
15356
|
-
height:
|
|
15356
|
+
width: 48px;
|
|
15357
|
+
height: 39.4256258432px;
|
|
15357
15358
|
}
|
|
15358
15359
|
|
|
15359
15360
|
@keyframes spinner-4-segment-1 {
|
|
@@ -15624,7 +15625,8 @@ textarea.k-input-inner {
|
|
|
15624
15625
|
border-color: #cacaca;
|
|
15625
15626
|
}
|
|
15626
15627
|
|
|
15627
|
-
.k-loader-container-inner .k-text-secondary
|
|
15628
|
+
.k-loader-container-inner .k-text-secondary,
|
|
15629
|
+
.k-loader-container-inner .\!k-text-secondary {
|
|
15628
15630
|
color: #656565 !important;
|
|
15629
15631
|
}
|
|
15630
15632
|
|
|
@@ -15733,7 +15735,9 @@ textarea.k-input-inner {
|
|
|
15733
15735
|
flex-flow: column nowrap;
|
|
15734
15736
|
flex: none;
|
|
15735
15737
|
position: relative;
|
|
15736
|
-
user-select: none;
|
|
15738
|
+
-webkit-user-select: none;
|
|
15739
|
+
-ms-user-select: none;
|
|
15740
|
+
user-select: none;
|
|
15737
15741
|
}
|
|
15738
15742
|
|
|
15739
15743
|
.k-menu-item-content {
|
|
@@ -15797,12 +15801,12 @@ textarea.k-input-inner {
|
|
|
15797
15801
|
|
|
15798
15802
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
15799
15803
|
padding: 4px 8px;
|
|
15800
|
-
padding-right:
|
|
15804
|
+
padding-right: 32px;
|
|
15801
15805
|
}
|
|
15802
15806
|
|
|
15803
15807
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
15804
15808
|
margin-inline-start: 8px;
|
|
15805
|
-
margin-inline-end:
|
|
15809
|
+
margin-inline-end: -28px;
|
|
15806
15810
|
}
|
|
15807
15811
|
|
|
15808
15812
|
.k-menu-vertical > .k-separator {
|
|
@@ -15866,12 +15870,12 @@ textarea.k-input-inner {
|
|
|
15866
15870
|
|
|
15867
15871
|
.k-menu-group-sm .k-menu-link {
|
|
15868
15872
|
padding: 2px 8px;
|
|
15869
|
-
padding-inline-end:
|
|
15873
|
+
padding-inline-end: 32px;
|
|
15870
15874
|
}
|
|
15871
15875
|
|
|
15872
15876
|
.k-menu-group-sm .k-menu-expand-arrow {
|
|
15873
15877
|
margin-inline-start: 8px;
|
|
15874
|
-
margin-inline-end:
|
|
15878
|
+
margin-inline-end: -28px;
|
|
15875
15879
|
}
|
|
15876
15880
|
|
|
15877
15881
|
.k-menu-group-md {
|
|
@@ -15886,12 +15890,12 @@ textarea.k-input-inner {
|
|
|
15886
15890
|
|
|
15887
15891
|
.k-menu-group-md .k-menu-link {
|
|
15888
15892
|
padding: 4px 8px;
|
|
15889
|
-
padding-inline-end:
|
|
15893
|
+
padding-inline-end: 32px;
|
|
15890
15894
|
}
|
|
15891
15895
|
|
|
15892
15896
|
.k-menu-group-md .k-menu-expand-arrow {
|
|
15893
15897
|
margin-inline-start: 8px;
|
|
15894
|
-
margin-inline-end:
|
|
15898
|
+
margin-inline-end: -28px;
|
|
15895
15899
|
}
|
|
15896
15900
|
|
|
15897
15901
|
.k-menu-group-lg {
|
|
@@ -15906,12 +15910,12 @@ textarea.k-input-inner {
|
|
|
15906
15910
|
|
|
15907
15911
|
.k-menu-group-lg .k-menu-link {
|
|
15908
15912
|
padding: 6px 8px;
|
|
15909
|
-
padding-inline-end:
|
|
15913
|
+
padding-inline-end: 32px;
|
|
15910
15914
|
}
|
|
15911
15915
|
|
|
15912
15916
|
.k-menu-group-lg .k-menu-expand-arrow {
|
|
15913
15917
|
margin-inline-start: 8px;
|
|
15914
|
-
margin-inline-end:
|
|
15918
|
+
margin-inline-end: -28px;
|
|
15915
15919
|
}
|
|
15916
15920
|
|
|
15917
15921
|
.k-popups-wrapper {
|
|
@@ -16010,13 +16014,13 @@ textarea.k-input-inner {
|
|
|
16010
16014
|
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
16011
16015
|
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16012
16016
|
padding-right: 8px;
|
|
16013
|
-
padding-left:
|
|
16017
|
+
padding-left: 32px;
|
|
16014
16018
|
}
|
|
16015
16019
|
|
|
16016
16020
|
.k-rtl .k-menu-group .k-menu-link,
|
|
16017
16021
|
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
16018
16022
|
padding-right: 8px;
|
|
16019
|
-
padding-left:
|
|
16023
|
+
padding-left: 32px;
|
|
16020
16024
|
}
|
|
16021
16025
|
|
|
16022
16026
|
.k-menu:not(.k-context-menu) {
|
|
@@ -16112,7 +16116,7 @@ textarea.k-input-inner {
|
|
|
16112
16116
|
|
|
16113
16117
|
.k-toolbar::before {
|
|
16114
16118
|
content: "";
|
|
16115
|
-
height: calc(
|
|
16119
|
+
height: calc(1.4285714286em + 10px);
|
|
16116
16120
|
margin-inline-start: -8px;
|
|
16117
16121
|
}
|
|
16118
16122
|
|
|
@@ -16180,6 +16184,11 @@ textarea.k-input-inner {
|
|
|
16180
16184
|
align-items: center;
|
|
16181
16185
|
}
|
|
16182
16186
|
|
|
16187
|
+
.k-toolbar .k-toolbar-item:focus {
|
|
16188
|
+
text-decoration: none;
|
|
16189
|
+
outline: 0;
|
|
16190
|
+
}
|
|
16191
|
+
|
|
16183
16192
|
.k-toolbar-group {
|
|
16184
16193
|
display: flex;
|
|
16185
16194
|
flex-direction: inherit;
|
|
@@ -16295,6 +16304,11 @@ kendo-toolbar-renderer {
|
|
|
16295
16304
|
border-color: inherit;
|
|
16296
16305
|
}
|
|
16297
16306
|
|
|
16307
|
+
.k-toolbar .k-toolbar-item:focus,
|
|
16308
|
+
.k-toolbar .k-toolbar-item.k-focus {
|
|
16309
|
+
box-shadow: 0 0 4px 0 rgba(202, 202, 202, 0.75);
|
|
16310
|
+
}
|
|
16311
|
+
|
|
16298
16312
|
.k-overflow-container .k-button:hover, .k-overflow-container .k-button.k-hover {
|
|
16299
16313
|
color: #272727;
|
|
16300
16314
|
background: #dddddd;
|
|
@@ -16588,7 +16602,7 @@ kendo-label > .k-label {
|
|
|
16588
16602
|
}
|
|
16589
16603
|
|
|
16590
16604
|
.k-form-horizontal .k-form-field-wrap {
|
|
16591
|
-
max-width: calc(
|
|
16605
|
+
max-width: calc(75% - 10px);
|
|
16592
16606
|
flex: 1 1 auto;
|
|
16593
16607
|
}
|
|
16594
16608
|
|
|
@@ -16655,7 +16669,7 @@ kendo-label > .k-label {
|
|
|
16655
16669
|
width: 25%;
|
|
16656
16670
|
text-align: right;
|
|
16657
16671
|
line-height: 1.4285714286;
|
|
16658
|
-
padding:
|
|
16672
|
+
padding: 5px 0;
|
|
16659
16673
|
padding-right: 12px;
|
|
16660
16674
|
align-self: center;
|
|
16661
16675
|
}
|
|
@@ -16704,7 +16718,7 @@ kendo-label > .k-label {
|
|
|
16704
16718
|
|
|
16705
16719
|
.k-edit-label {
|
|
16706
16720
|
margin: 0 0 1em 0;
|
|
16707
|
-
padding:
|
|
16721
|
+
padding: 5px 0;
|
|
16708
16722
|
width: 30%;
|
|
16709
16723
|
line-height: 1.4285714286;
|
|
16710
16724
|
text-align: right;
|
|
@@ -16721,7 +16735,7 @@ kendo-label > .k-label {
|
|
|
16721
16735
|
}
|
|
16722
16736
|
|
|
16723
16737
|
.k-edit-field.k-no-editor {
|
|
16724
|
-
padding:
|
|
16738
|
+
padding: 5px 0;
|
|
16725
16739
|
}
|
|
16726
16740
|
|
|
16727
16741
|
.k-edit-field > .k-widget {
|
|
@@ -16944,7 +16958,7 @@ kendo-label > .k-label {
|
|
|
16944
16958
|
}
|
|
16945
16959
|
|
|
16946
16960
|
.k-validator-tooltip {
|
|
16947
|
-
margin-top:
|
|
16961
|
+
margin-top: 6px;
|
|
16948
16962
|
width: auto;
|
|
16949
16963
|
white-space: normal;
|
|
16950
16964
|
display: flex;
|
|
@@ -17160,7 +17174,6 @@ kendo-label > .k-label {
|
|
|
17160
17174
|
box-sizing: border-box;
|
|
17161
17175
|
}
|
|
17162
17176
|
|
|
17163
|
-
.k-progressbar > .k-state-selected,
|
|
17164
17177
|
.k-progressbar > .k-selected {
|
|
17165
17178
|
border-width: 0;
|
|
17166
17179
|
border-style: solid;
|
|
@@ -17233,16 +17246,14 @@ kendo-label > .k-label {
|
|
|
17233
17246
|
flex-direction: row;
|
|
17234
17247
|
}
|
|
17235
17248
|
|
|
17236
|
-
.k-progressbar-horizontal > .k-state-selected,
|
|
17237
17249
|
.k-progressbar-horizontal > .k-selected {
|
|
17238
17250
|
width: 0;
|
|
17239
|
-
width: calc(
|
|
17251
|
+
width: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17240
17252
|
flex-direction: row;
|
|
17241
17253
|
}
|
|
17242
17254
|
|
|
17243
|
-
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
17244
17255
|
.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
17245
|
-
width: calc(
|
|
17256
|
+
width: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
|
|
17246
17257
|
}
|
|
17247
17258
|
|
|
17248
17259
|
.k-progressbar-horizontal > ul {
|
|
@@ -17255,7 +17266,6 @@ kendo-label > .k-label {
|
|
|
17255
17266
|
border-inline-end-width: 0;
|
|
17256
17267
|
}
|
|
17257
17268
|
|
|
17258
|
-
.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected,
|
|
17259
17269
|
.k-progressbar-horizontal.k-progressbar-reverse > .k-selected {
|
|
17260
17270
|
flex-direction: row-reverse;
|
|
17261
17271
|
justify-self: flex-end;
|
|
@@ -17273,21 +17283,20 @@ kendo-label > .k-label {
|
|
|
17273
17283
|
}
|
|
17274
17284
|
|
|
17275
17285
|
.k-progressbar-vertical .k-progress-status {
|
|
17276
|
-
writing-mode:
|
|
17286
|
+
-ms-writing-mode: tb-lr;
|
|
17287
|
+
writing-mode: vertical-lr;
|
|
17277
17288
|
}
|
|
17278
17289
|
|
|
17279
|
-
.k-progressbar-vertical > .k-state-selected,
|
|
17280
17290
|
.k-progressbar-vertical > .k-selected {
|
|
17281
17291
|
height: 0;
|
|
17282
|
-
height: calc(
|
|
17292
|
+
height: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17283
17293
|
flex-direction: column-reverse;
|
|
17284
17294
|
align-self: flex-end;
|
|
17285
17295
|
align-items: flex-end;
|
|
17286
17296
|
}
|
|
17287
17297
|
|
|
17288
|
-
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
|
|
17289
17298
|
.k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
|
|
17290
|
-
height: calc(
|
|
17299
|
+
height: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
|
|
17291
17300
|
}
|
|
17292
17301
|
|
|
17293
17302
|
.k-progressbar-vertical > ul {
|
|
@@ -17304,22 +17313,18 @@ kendo-label > .k-label {
|
|
|
17304
17313
|
flex-direction: column;
|
|
17305
17314
|
}
|
|
17306
17315
|
|
|
17307
|
-
.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected,
|
|
17308
17316
|
.k-progressbar-vertical.k-progressbar-reverse > .k-selected {
|
|
17309
17317
|
flex-direction: column;
|
|
17310
17318
|
align-self: flex-start;
|
|
17311
17319
|
}
|
|
17312
17320
|
|
|
17313
17321
|
.k-progressbar-indeterminate .k-progress-status-wrap,
|
|
17314
|
-
.k-progressbar-indeterminate .k-state-selected,
|
|
17315
17322
|
.k-progressbar-indeterminate .k-selected,
|
|
17316
17323
|
.k-progressbar-indeterminate .k-item {
|
|
17317
17324
|
display: none;
|
|
17318
17325
|
}
|
|
17319
17326
|
|
|
17320
|
-
.telerik-blazor.k-progressbar-horizontal > .k-state-selected,
|
|
17321
17327
|
.telerik-blazor.k-progressbar-horizontal > .k-selected,
|
|
17322
|
-
.telerik-blazor.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
17323
17328
|
.telerik-blazor.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
17324
17329
|
transition: width .1s ease-in-out;
|
|
17325
17330
|
}
|
|
@@ -17334,7 +17339,6 @@ kendo-label > .k-label {
|
|
|
17334
17339
|
}
|
|
17335
17340
|
|
|
17336
17341
|
.k-progressbar > .k-progress-status-wrap,
|
|
17337
|
-
.k-progressbar > .k-state-selected,
|
|
17338
17342
|
.k-progressbar > .k-selected {
|
|
17339
17343
|
-ms-grid-column: 1;
|
|
17340
17344
|
-ms-grid-row: 1;
|
|
@@ -17345,7 +17349,6 @@ kendo-label > .k-label {
|
|
|
17345
17349
|
-ms-grid-rows: 22px;
|
|
17346
17350
|
}
|
|
17347
17351
|
|
|
17348
|
-
.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected,
|
|
17349
17352
|
.k-progressbar-horizontal.k-progressbar-reverse > .k-selected {
|
|
17350
17353
|
-ms-grid-column-align: end;
|
|
17351
17354
|
}
|
|
@@ -17355,12 +17358,10 @@ kendo-label > .k-label {
|
|
|
17355
17358
|
-ms-grid-rows: 1fr;
|
|
17356
17359
|
}
|
|
17357
17360
|
|
|
17358
|
-
.k-progressbar-vertical > .k-state-selected,
|
|
17359
17361
|
.k-progressbar-vertical > .k-selected {
|
|
17360
17362
|
-ms-grid-row-align: end;
|
|
17361
17363
|
}
|
|
17362
17364
|
|
|
17363
|
-
.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected,
|
|
17364
17365
|
.k-progressbar-vertical.k-progressbar-reverse > .k-selected {
|
|
17365
17366
|
-ms-grid-row-align: start;
|
|
17366
17367
|
}
|
|
@@ -17419,7 +17420,6 @@ kendo-label > .k-label {
|
|
|
17419
17420
|
background-color: #ebebeb;
|
|
17420
17421
|
}
|
|
17421
17422
|
|
|
17422
|
-
.k-progressbar .k-state-selected,
|
|
17423
17423
|
.k-progressbar .k-selected {
|
|
17424
17424
|
border-color: #e05100;
|
|
17425
17425
|
color: white;
|
|
@@ -17579,13 +17579,11 @@ kendo-label > .k-label {
|
|
|
17579
17579
|
}
|
|
17580
17580
|
|
|
17581
17581
|
.k-ripple-container .k-radio:focus,
|
|
17582
|
-
.k-ripple-container .k-radio.k-state-focus,
|
|
17583
17582
|
.k-ripple-container .k-radio.k-focus {
|
|
17584
17583
|
box-shadow: none !important;
|
|
17585
17584
|
}
|
|
17586
17585
|
|
|
17587
17586
|
.k-ripple-container .k-radio:focus::after,
|
|
17588
|
-
.k-ripple-container .k-radio.k-state-focus::after,
|
|
17589
17587
|
.k-ripple-container .k-radio.k-focus::after {
|
|
17590
17588
|
transform: translate(-50%, -50%) scale(1);
|
|
17591
17589
|
}
|
|
@@ -17648,20 +17646,17 @@ kendo-label > .k-label {
|
|
|
17648
17646
|
}
|
|
17649
17647
|
|
|
17650
17648
|
.k-radio:focus,
|
|
17651
|
-
.k-radio.k-state-focus,
|
|
17652
17649
|
.k-radio.k-focus {
|
|
17653
17650
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
|
|
17654
17651
|
}
|
|
17655
17652
|
|
|
17656
17653
|
.k-radio.k-invalid,
|
|
17657
|
-
.k-radio.k-state-invalid,
|
|
17658
17654
|
.k-radio.ng-invalid.ng-touched,
|
|
17659
17655
|
.k-radio.ng-invalid.ng-dirty {
|
|
17660
17656
|
border-color: #d92800;
|
|
17661
17657
|
}
|
|
17662
17658
|
|
|
17663
17659
|
.k-radio.k-invalid + .k-radio-label,
|
|
17664
|
-
.k-radio.k-state-invalid + .k-radio-label,
|
|
17665
17660
|
.k-radio.ng-invalid.ng-touched + .k-radio-label,
|
|
17666
17661
|
.k-radio.ng-invalid.ng-dirty + .k-radio-label {
|
|
17667
17662
|
color: #d92800;
|
|
@@ -17675,7 +17670,6 @@ kendo-label > .k-label {
|
|
|
17675
17670
|
}
|
|
17676
17671
|
|
|
17677
17672
|
.k-radio:checked:focus,
|
|
17678
|
-
.k-radio.k-checked.k-state-focus,
|
|
17679
17673
|
.k-radio.k-checked.k-focus {
|
|
17680
17674
|
box-shadow: 0 0 0 2px rgba(243, 88, 0, 0.3);
|
|
17681
17675
|
}
|
|
@@ -17728,9 +17722,7 @@ kendo-label > .k-label {
|
|
|
17728
17722
|
position: relative;
|
|
17729
17723
|
}
|
|
17730
17724
|
|
|
17731
|
-
.k-slider.k-
|
|
17732
|
-
.k-slider.k-state-disabled .k-slider-track,
|
|
17733
|
-
.k-slider.k-state-disabled .k-draghandle, .k-slider.k-disabled .k-tick,
|
|
17725
|
+
.k-slider.k-disabled .k-tick,
|
|
17734
17726
|
.k-slider.k-disabled .k-slider-track,
|
|
17735
17727
|
.k-slider.k-disabled .k-draghandle {
|
|
17736
17728
|
cursor: default;
|
|
@@ -17755,7 +17747,7 @@ kendo-label > .k-label {
|
|
|
17755
17747
|
.k-slider {
|
|
17756
17748
|
width: min-content;
|
|
17757
17749
|
height: min-content;
|
|
17758
|
-
gap:
|
|
17750
|
+
gap: 7px;
|
|
17759
17751
|
}
|
|
17760
17752
|
|
|
17761
17753
|
.k-slider .k-button {
|
|
@@ -17778,7 +17770,9 @@ kendo-label > .k-label {
|
|
|
17778
17770
|
display: flex;
|
|
17779
17771
|
flex-flow: inherit;
|
|
17780
17772
|
justify-content: space-between;
|
|
17781
|
-
user-select: none;
|
|
17773
|
+
-webkit-user-select: none;
|
|
17774
|
+
-ms-user-select: none;
|
|
17775
|
+
user-select: none;
|
|
17782
17776
|
}
|
|
17783
17777
|
|
|
17784
17778
|
.k-slider .k-slider-track-wrap .k-tick {
|
|
@@ -17818,31 +17812,31 @@ kendo-label > .k-label {
|
|
|
17818
17812
|
}
|
|
17819
17813
|
|
|
17820
17814
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17821
|
-
width: calc(
|
|
17822
|
-
left: calc(
|
|
17815
|
+
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17816
|
+
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17823
17817
|
}
|
|
17824
17818
|
|
|
17825
17819
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17826
|
-
left: calc(
|
|
17820
|
+
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17827
17821
|
}
|
|
17828
17822
|
|
|
17829
17823
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17830
|
-
left: calc(
|
|
17824
|
+
left: calc(var(--kendo-slider-end, 0)*1%);
|
|
17831
17825
|
}
|
|
17832
17826
|
|
|
17833
17827
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17834
17828
|
left: unset;
|
|
17835
|
-
right: calc(
|
|
17829
|
+
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17836
17830
|
}
|
|
17837
17831
|
|
|
17838
17832
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17839
17833
|
left: unset;
|
|
17840
|
-
right: calc(
|
|
17834
|
+
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17841
17835
|
}
|
|
17842
17836
|
|
|
17843
17837
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17844
17838
|
left: unset;
|
|
17845
|
-
right: calc(
|
|
17839
|
+
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
17846
17840
|
}
|
|
17847
17841
|
|
|
17848
17842
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
@@ -17873,16 +17867,16 @@ kendo-label > .k-label {
|
|
|
17873
17867
|
}
|
|
17874
17868
|
|
|
17875
17869
|
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
|
|
17876
|
-
bottom: calc(
|
|
17877
|
-
height: calc(
|
|
17870
|
+
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17871
|
+
height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17878
17872
|
}
|
|
17879
17873
|
|
|
17880
17874
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
|
|
17881
|
-
bottom: calc(
|
|
17875
|
+
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17882
17876
|
}
|
|
17883
17877
|
|
|
17884
17878
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
|
|
17885
|
-
bottom: calc(
|
|
17879
|
+
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
17886
17880
|
}
|
|
17887
17881
|
|
|
17888
17882
|
.k-slider-vertical {
|
|
@@ -18110,12 +18104,12 @@ kendo-label > .k-label {
|
|
|
18110
18104
|
left: auto;
|
|
18111
18105
|
}
|
|
18112
18106
|
|
|
18113
|
-
.k-rtl .k-slider-horizontal .k-button .k-
|
|
18114
|
-
.k-rtl .k-slider-horizontal .k-button .k-
|
|
18115
|
-
.k-slider-horizontal.k-rtl .k-button .k-
|
|
18116
|
-
[dir="rtl"] .k-slider-horizontal .k-button .k-
|
|
18117
|
-
[dir="rtl"] .k-slider-horizontal .k-button .k-
|
|
18118
|
-
.k-slider-horizontal[dir="rtl"] .k-button .k-
|
|
18107
|
+
.k-rtl .k-slider-horizontal .k-button-increase .k-icon,
|
|
18108
|
+
.k-rtl .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
|
|
18109
|
+
.k-slider-horizontal.k-rtl .k-button-decrease .k-icon,
|
|
18110
|
+
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-icon,
|
|
18111
|
+
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
|
|
18112
|
+
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon {
|
|
18119
18113
|
transform: scaleX(-1);
|
|
18120
18114
|
}
|
|
18121
18115
|
|
|
@@ -18201,13 +18195,13 @@ kendo-label > .k-label {
|
|
|
18201
18195
|
}
|
|
18202
18196
|
|
|
18203
18197
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
18204
|
-
padding-left:
|
|
18205
|
-
padding-right:
|
|
18198
|
+
padding-left: 7px;
|
|
18199
|
+
padding-right: 7px;
|
|
18206
18200
|
}
|
|
18207
18201
|
|
|
18208
18202
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
18209
|
-
padding-top:
|
|
18210
|
-
padding-bottom:
|
|
18203
|
+
padding-top: 7px;
|
|
18204
|
+
padding-bottom: 7px;
|
|
18211
18205
|
}
|
|
18212
18206
|
|
|
18213
18207
|
.k-slider {
|
|
@@ -18244,11 +18238,11 @@ kendo-label > .k-label {
|
|
|
18244
18238
|
background-color: #cc4a00;
|
|
18245
18239
|
}
|
|
18246
18240
|
|
|
18247
|
-
.k-slider .k-draghandle:focus, .k-slider .k-draghandle.k-
|
|
18241
|
+
.k-slider .k-draghandle:focus, .k-slider .k-draghandle.k-focus {
|
|
18248
18242
|
box-shadow: 0 0 4px 0 rgba(204, 74, 0, 0.75);
|
|
18249
18243
|
}
|
|
18250
18244
|
|
|
18251
|
-
.k-slider.k-
|
|
18245
|
+
.k-slider.k-focus .k-draghandle {
|
|
18252
18246
|
box-shadow: 0 0 4px 0 rgba(204, 74, 0, 0.75);
|
|
18253
18247
|
}
|
|
18254
18248
|
|
|
@@ -18274,7 +18268,9 @@ kendo-label > .k-label {
|
|
|
18274
18268
|
overflow: hidden;
|
|
18275
18269
|
display: inline-flex;
|
|
18276
18270
|
flex-flow: column nowrap;
|
|
18277
|
-
user-select: none;
|
|
18271
|
+
-webkit-user-select: none;
|
|
18272
|
+
-ms-user-select: none;
|
|
18273
|
+
user-select: none;
|
|
18278
18274
|
-webkit-touch-callout: none;
|
|
18279
18275
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18280
18276
|
}
|
|
@@ -18789,13 +18785,11 @@ kendo-label > .k-label {
|
|
|
18789
18785
|
color: #f35800;
|
|
18790
18786
|
}
|
|
18791
18787
|
|
|
18792
|
-
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today
|
|
18788
|
+
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus,
|
|
18793
18789
|
.k-calendar .k-calendar-nav-today:hover,
|
|
18794
18790
|
.k-calendar .k-calendar-nav-today.k-hover,
|
|
18795
|
-
.k-calendar .k-calendar-nav-today.k-state-hover,
|
|
18796
18791
|
.k-calendar .k-calendar-nav-today:focus,
|
|
18797
|
-
.k-calendar .k-calendar-nav-today.k-focus
|
|
18798
|
-
.k-calendar .k-calendar-nav-today.k-state-focus {
|
|
18792
|
+
.k-calendar .k-calendar-nav-today.k-focus {
|
|
18799
18793
|
color: #cc4a00;
|
|
18800
18794
|
}
|
|
18801
18795
|
|
|
@@ -18821,17 +18815,13 @@ kendo-label > .k-label {
|
|
|
18821
18815
|
|
|
18822
18816
|
.k-calendar .k-calendar-td:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td:hover .k-link,
|
|
18823
18817
|
.k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,
|
|
18824
|
-
.k-calendar .k-calendar-td.k-hover .k-link
|
|
18825
|
-
.k-calendar .k-calendar-td.k-state-hover .k-calendar-cell-inner,
|
|
18826
|
-
.k-calendar .k-calendar-td.k-state-hover .k-link {
|
|
18818
|
+
.k-calendar .k-calendar-td.k-hover .k-link {
|
|
18827
18819
|
border-color: #bababa;
|
|
18828
18820
|
color: #272727;
|
|
18829
18821
|
background-color: #dddddd;
|
|
18830
18822
|
}
|
|
18831
18823
|
|
|
18832
|
-
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link
|
|
18833
|
-
.k-calendar .k-calendar-td.k-state-selected .k-calendar-cell-inner,
|
|
18834
|
-
.k-calendar .k-calendar-td.k-state-selected .k-link {
|
|
18824
|
+
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
|
|
18835
18825
|
border-color: #cc4a00;
|
|
18836
18826
|
color: white;
|
|
18837
18827
|
background-color: #f35800;
|
|
@@ -18839,9 +18829,7 @@ kendo-label > .k-label {
|
|
|
18839
18829
|
|
|
18840
18830
|
.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
|
|
18841
18831
|
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
|
|
18842
|
-
.k-calendar .k-calendar-td.k-selected.k-hover .k-link
|
|
18843
|
-
.k-calendar .k-calendar-td.k-state-selected:hover .k-calendar-cell-inner,
|
|
18844
|
-
.k-calendar .k-calendar-td.k-state-selected:hover .k-link {
|
|
18832
|
+
.k-calendar .k-calendar-td.k-selected.k-hover .k-link {
|
|
18845
18833
|
border-color: #cc4a00;
|
|
18846
18834
|
color: white;
|
|
18847
18835
|
background-color: #e05100;
|
|
@@ -18849,19 +18837,13 @@ kendo-label > .k-label {
|
|
|
18849
18837
|
|
|
18850
18838
|
.k-calendar .k-calendar-td:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td:focus .k-link,
|
|
18851
18839
|
.k-calendar .k-calendar-td.k-focus .k-calendar-cell-inner,
|
|
18852
|
-
.k-calendar .k-calendar-td.k-focus .k-link
|
|
18853
|
-
.k-calendar .k-calendar-td.k-state-focus .k-calendar-cell-inner,
|
|
18854
|
-
.k-calendar .k-calendar-td.k-state-focus .k-link,
|
|
18855
|
-
.k-calendar .k-calendar-td.k-state-focused .k-calendar-cell-inner,
|
|
18856
|
-
.k-calendar .k-calendar-td.k-state-focused .k-link {
|
|
18840
|
+
.k-calendar .k-calendar-td.k-focus .k-link {
|
|
18857
18841
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
18858
18842
|
}
|
|
18859
18843
|
|
|
18860
18844
|
.k-calendar .k-calendar-td.k-selected:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:focus .k-link,
|
|
18861
18845
|
.k-calendar .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
|
|
18862
|
-
.k-calendar .k-calendar-td.k-selected.k-focus .k-link
|
|
18863
|
-
.k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-calendar-cell-inner,
|
|
18864
|
-
.k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link {
|
|
18846
|
+
.k-calendar .k-calendar-td.k-selected.k-focus .k-link {
|
|
18865
18847
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
18866
18848
|
}
|
|
18867
18849
|
|
|
@@ -18872,8 +18854,7 @@ kendo-label > .k-label {
|
|
|
18872
18854
|
}
|
|
18873
18855
|
|
|
18874
18856
|
.k-calendar .k-calendar-navigation li:hover,
|
|
18875
|
-
.k-calendar .k-calendar-navigation li.k-hover
|
|
18876
|
-
.k-calendar .k-calendar-navigation li.k-state-hover {
|
|
18857
|
+
.k-calendar .k-calendar-navigation li.k-hover {
|
|
18877
18858
|
color: #cc4a00;
|
|
18878
18859
|
}
|
|
18879
18860
|
|
|
@@ -18888,7 +18869,7 @@ kendo-label > .k-label {
|
|
|
18888
18869
|
box-shadow: inset 1px 0 #cacaca;
|
|
18889
18870
|
}
|
|
18890
18871
|
|
|
18891
|
-
.k-calendar.k-invalid, .k-calendar.k-invalid:hover, .k-calendar.
|
|
18872
|
+
.k-calendar.k-invalid, .k-calendar.k-invalid:hover, .k-calendar.ng-invalid.ng-touched, .k-calendar.ng-invalid.ng-dirty {
|
|
18892
18873
|
border-color: #d92800;
|
|
18893
18874
|
}
|
|
18894
18875
|
|
|
@@ -18915,12 +18896,8 @@ kendo-label > .k-label {
|
|
|
18915
18896
|
}
|
|
18916
18897
|
|
|
18917
18898
|
.k-calendar .k-range-start.k-active .k-calendar-cell-inner, .k-calendar .k-range-start.k-active .k-link,
|
|
18918
|
-
.k-calendar .k-range-start.k-state-active .k-calendar-cell-inner,
|
|
18919
|
-
.k-calendar .k-range-start.k-state-active .k-link,
|
|
18920
18899
|
.k-calendar .k-range-end.k-active .k-calendar-cell-inner,
|
|
18921
|
-
.k-calendar .k-range-end.k-active .k-link
|
|
18922
|
-
.k-calendar .k-range-end.k-state-active .k-calendar-cell-inner,
|
|
18923
|
-
.k-calendar .k-range-end.k-state-active .k-link {
|
|
18900
|
+
.k-calendar .k-range-end.k-active .k-link {
|
|
18924
18901
|
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
18925
18902
|
}
|
|
18926
18903
|
|
|
@@ -18963,7 +18940,9 @@ kendo-label > .k-label {
|
|
|
18963
18940
|
overflow: hidden;
|
|
18964
18941
|
display: flex;
|
|
18965
18942
|
flex-flow: column nowrap;
|
|
18966
|
-
user-select: none;
|
|
18943
|
+
-webkit-user-select: none;
|
|
18944
|
+
-ms-user-select: none;
|
|
18945
|
+
user-select: none;
|
|
18967
18946
|
-webkit-touch-callout: none;
|
|
18968
18947
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18969
18948
|
}
|
|
@@ -19007,12 +18986,12 @@ kendo-label > .k-label {
|
|
|
19007
18986
|
.k-time-highlight,
|
|
19008
18987
|
.k-time-list-highlight {
|
|
19009
18988
|
width: 100%;
|
|
19010
|
-
height:
|
|
18989
|
+
height: 28px;
|
|
19011
18990
|
border-width: 1px 0px;
|
|
19012
18991
|
border-style: solid;
|
|
19013
18992
|
box-sizing: border-box;
|
|
19014
18993
|
position: absolute;
|
|
19015
|
-
top: calc(
|
|
18994
|
+
top: calc(50% + 9px);
|
|
19016
18995
|
left: 0;
|
|
19017
18996
|
right: 0;
|
|
19018
18997
|
transform: translateY(-50%);
|
|
@@ -19041,24 +19020,24 @@ kendo-label > .k-label {
|
|
|
19041
19020
|
display: block;
|
|
19042
19021
|
}
|
|
19043
19022
|
|
|
19044
|
-
.k-time-list-wrapper.k-
|
|
19023
|
+
.k-time-list-wrapper.k-focus::before, .k-time-list-wrapper.k-focus::after {
|
|
19045
19024
|
display: block;
|
|
19046
19025
|
content: "\200b";
|
|
19047
19026
|
position: absolute;
|
|
19048
19027
|
width: 100%;
|
|
19049
19028
|
left: 0;
|
|
19050
19029
|
pointer-events: none;
|
|
19051
|
-
height: calc(
|
|
19030
|
+
height: calc(50% - 14px);
|
|
19052
19031
|
box-sizing: border-box;
|
|
19053
19032
|
border-width: 0;
|
|
19054
19033
|
border-style: solid;
|
|
19055
19034
|
}
|
|
19056
19035
|
|
|
19057
|
-
.k-time-list-wrapper.k-
|
|
19036
|
+
.k-time-list-wrapper.k-focus::before {
|
|
19058
19037
|
top: 18px;
|
|
19059
19038
|
}
|
|
19060
19039
|
|
|
19061
|
-
.k-time-list-wrapper.k-
|
|
19040
|
+
.k-time-list-wrapper.k-focus::after {
|
|
19062
19041
|
bottom: 0;
|
|
19063
19042
|
}
|
|
19064
19043
|
|
|
@@ -19138,14 +19117,14 @@ kendo-label > .k-label {
|
|
|
19138
19117
|
|
|
19139
19118
|
.k-time-separator {
|
|
19140
19119
|
width: 0;
|
|
19141
|
-
height:
|
|
19120
|
+
height: 28px;
|
|
19142
19121
|
align-self: center;
|
|
19143
19122
|
display: inline-flex;
|
|
19144
19123
|
justify-content: center;
|
|
19145
19124
|
align-items: center;
|
|
19146
19125
|
position: relative;
|
|
19147
19126
|
z-index: 11;
|
|
19148
|
-
top:
|
|
19127
|
+
top: 9px;
|
|
19149
19128
|
}
|
|
19150
19129
|
|
|
19151
19130
|
.k-timeselector-sm {
|
|
@@ -19155,11 +19134,11 @@ kendo-label > .k-label {
|
|
|
19155
19134
|
|
|
19156
19135
|
.k-timeselector-sm .k-time-highlight,
|
|
19157
19136
|
.k-timeselector-sm .k-time-list-highlight {
|
|
19158
|
-
height:
|
|
19137
|
+
height: 24px;
|
|
19159
19138
|
}
|
|
19160
19139
|
|
|
19161
19140
|
.k-timeselector-sm .k-time-separator {
|
|
19162
|
-
height:
|
|
19141
|
+
height: 24px;
|
|
19163
19142
|
}
|
|
19164
19143
|
|
|
19165
19144
|
.k-timeselector-sm .k-time-list-item,
|
|
@@ -19174,11 +19153,11 @@ kendo-label > .k-label {
|
|
|
19174
19153
|
|
|
19175
19154
|
.k-timeselector-md .k-time-highlight,
|
|
19176
19155
|
.k-timeselector-md .k-time-list-highlight {
|
|
19177
|
-
height:
|
|
19156
|
+
height: 28px;
|
|
19178
19157
|
}
|
|
19179
19158
|
|
|
19180
19159
|
.k-timeselector-md .k-time-separator {
|
|
19181
|
-
height:
|
|
19160
|
+
height: 28px;
|
|
19182
19161
|
}
|
|
19183
19162
|
|
|
19184
19163
|
.k-timeselector-md .k-time-list-item,
|
|
@@ -19193,11 +19172,11 @@ kendo-label > .k-label {
|
|
|
19193
19172
|
|
|
19194
19173
|
.k-timeselector-lg .k-time-highlight,
|
|
19195
19174
|
.k-timeselector-lg .k-time-list-highlight {
|
|
19196
|
-
height:
|
|
19175
|
+
height: 40px;
|
|
19197
19176
|
}
|
|
19198
19177
|
|
|
19199
19178
|
.k-timeselector-lg .k-time-separator {
|
|
19200
|
-
height:
|
|
19179
|
+
height: 40px;
|
|
19201
19180
|
}
|
|
19202
19181
|
|
|
19203
19182
|
.k-timeselector-lg .k-time-list-item,
|
|
@@ -19225,11 +19204,11 @@ kendo-label > .k-label {
|
|
|
19225
19204
|
color: #646464;
|
|
19226
19205
|
}
|
|
19227
19206
|
|
|
19228
|
-
.k-time-list-wrapper.k-
|
|
19207
|
+
.k-time-list-wrapper.k-focus .k-title {
|
|
19229
19208
|
color: #272727;
|
|
19230
19209
|
}
|
|
19231
19210
|
|
|
19232
|
-
.k-time-list-wrapper.k-
|
|
19211
|
+
.k-time-list-wrapper.k-focus::before, .k-time-list-wrapper.k-focus::after {
|
|
19233
19212
|
background-color: rgba(0, 0, 0, 0.04);
|
|
19234
19213
|
}
|
|
19235
19214
|
|
|
@@ -19345,25 +19324,25 @@ kendo-label > .k-label {
|
|
|
19345
19324
|
-ms-high-contrast-adjust: none;
|
|
19346
19325
|
}
|
|
19347
19326
|
|
|
19348
|
-
.k-colorpalette-tile:hover, .k-colorpalette-tile.k-
|
|
19327
|
+
.k-colorpalette-tile:hover, .k-colorpalette-tile.k-hover {
|
|
19349
19328
|
position: relative;
|
|
19350
19329
|
z-index: 101;
|
|
19351
19330
|
}
|
|
19352
19331
|
|
|
19353
|
-
.k-colorpalette-tile:focus, .k-colorpalette-tile.k-
|
|
19332
|
+
.k-colorpalette-tile:focus, .k-colorpalette-tile.k-focus, .k-colorpalette-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
|
|
19354
19333
|
position: relative;
|
|
19355
19334
|
z-index: 100;
|
|
19356
19335
|
}
|
|
19357
19336
|
|
|
19358
|
-
.k-colorpalette-tile:focus, .k-colorpalette-tile.k-
|
|
19337
|
+
.k-colorpalette-tile:focus, .k-colorpalette-tile.k-focus {
|
|
19359
19338
|
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
|
|
19360
19339
|
}
|
|
19361
19340
|
|
|
19362
|
-
.k-colorpalette-tile:hover, .k-colorpalette-tile.k-
|
|
19341
|
+
.k-colorpalette-tile:hover, .k-colorpalette-tile.k-hover {
|
|
19363
19342
|
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
|
|
19364
19343
|
}
|
|
19365
19344
|
|
|
19366
|
-
.k-colorpalette-tile.k-
|
|
19345
|
+
.k-colorpalette-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
|
|
19367
19346
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
|
|
19368
19347
|
}
|
|
19369
19348
|
|
|
@@ -19400,7 +19379,9 @@ kendo-label > .k-label {
|
|
|
19400
19379
|
border-radius: 4px;
|
|
19401
19380
|
position: relative;
|
|
19402
19381
|
flex: 1 1 auto;
|
|
19403
|
-
user-select: none;
|
|
19382
|
+
-webkit-user-select: none;
|
|
19383
|
+
-ms-user-select: none;
|
|
19384
|
+
user-select: none;
|
|
19404
19385
|
-ms-touch-action: pinch-zoom double-tap-zoom;
|
|
19405
19386
|
}
|
|
19406
19387
|
|
|
@@ -19528,7 +19509,7 @@ kendo-label > .k-label {
|
|
|
19528
19509
|
vertical-align: middle;
|
|
19529
19510
|
}
|
|
19530
19511
|
|
|
19531
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-
|
|
19512
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon {
|
|
19532
19513
|
margin-left: -13px;
|
|
19533
19514
|
}
|
|
19534
19515
|
|
|
@@ -19553,7 +19534,6 @@ kendo-label > .k-label {
|
|
|
19553
19534
|
}
|
|
19554
19535
|
|
|
19555
19536
|
.k-colorgradient:focus,
|
|
19556
|
-
.k-colorgradient.k-state-focus,
|
|
19557
19537
|
.k-colorgradient.k-focus {
|
|
19558
19538
|
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
19559
19539
|
}
|
|
@@ -19568,13 +19548,13 @@ kendo-label > .k-label {
|
|
|
19568
19548
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
|
|
19569
19549
|
}
|
|
19570
19550
|
|
|
19571
|
-
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-
|
|
19551
|
+
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-focus {
|
|
19572
19552
|
border-color: #ffffff;
|
|
19573
19553
|
background-color: transparent;
|
|
19574
19554
|
box-shadow: 0 1px 4px black;
|
|
19575
19555
|
}
|
|
19576
19556
|
|
|
19577
|
-
.k-colorgradient .k-draghandle:
|
|
19557
|
+
.k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-hover, .k-colorgradient .k-draghandle.k-active, .k-colorgradient .k-draghandle:active {
|
|
19578
19558
|
border-color: #ffffff;
|
|
19579
19559
|
background-color: transparent;
|
|
19580
19560
|
box-shadow: 0 1px 4px black;
|
|
@@ -19646,7 +19626,7 @@ kendo-label > .k-label {
|
|
|
19646
19626
|
}
|
|
19647
19627
|
|
|
19648
19628
|
.k-coloreditor-views {
|
|
19649
|
-
min-width: calc(
|
|
19629
|
+
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
19650
19630
|
padding: 12px 12px;
|
|
19651
19631
|
gap: 12px;
|
|
19652
19632
|
}
|
|
@@ -19679,7 +19659,6 @@ kendo-label > .k-label {
|
|
|
19679
19659
|
}
|
|
19680
19660
|
|
|
19681
19661
|
.k-coloreditor:focus,
|
|
19682
|
-
.k-coloreditor.k-state-focus,
|
|
19683
19662
|
.k-coloreditor.k-focus {
|
|
19684
19663
|
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
19685
19664
|
}
|
|
@@ -19694,7 +19673,7 @@ kendo-label > .k-label {
|
|
|
19694
19673
|
}
|
|
19695
19674
|
|
|
19696
19675
|
.k-datetime-wrap {
|
|
19697
|
-
width:
|
|
19676
|
+
width: 288px;
|
|
19698
19677
|
overflow: hidden;
|
|
19699
19678
|
}
|
|
19700
19679
|
|
|
@@ -19711,7 +19690,7 @@ kendo-label > .k-label {
|
|
|
19711
19690
|
.k-datetime-calendar-wrap,
|
|
19712
19691
|
.k-datetime-time-wrap {
|
|
19713
19692
|
text-align: center;
|
|
19714
|
-
flex: 0 0
|
|
19693
|
+
flex: 0 0 288px;
|
|
19715
19694
|
}
|
|
19716
19695
|
|
|
19717
19696
|
.k-date-tab .k-datetime-selector {
|
|
@@ -20024,7 +20003,7 @@ kendo-label > .k-label {
|
|
|
20024
20003
|
box-sizing: border-box;
|
|
20025
20004
|
}
|
|
20026
20005
|
|
|
20027
|
-
.k-rating.k-
|
|
20006
|
+
.k-rating.k-readonly {
|
|
20028
20007
|
pointer-events: none;
|
|
20029
20008
|
}
|
|
20030
20009
|
|
|
@@ -20094,14 +20073,11 @@ kendo-label > .k-label {
|
|
|
20094
20073
|
color: #272727;
|
|
20095
20074
|
}
|
|
20096
20075
|
|
|
20097
|
-
.k-rating:focus .k-rating-item > .k-icon, .k-rating.k-
|
|
20076
|
+
.k-rating:focus .k-rating-item > .k-icon, .k-rating.k-focus .k-rating-item > .k-icon {
|
|
20098
20077
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
20099
20078
|
}
|
|
20100
20079
|
|
|
20101
|
-
.k-rating:focus .k-rating-item.k-
|
|
20102
|
-
.k-rating:focus .k-rating-item.k-selected > .k-icon, .k-rating.k-state-focused .k-rating-item.k-state-selected > .k-icon,
|
|
20103
|
-
.k-rating.k-state-focused .k-rating-item.k-selected > .k-icon, .k-rating.k-focus .k-rating-item.k-state-selected > .k-icon,
|
|
20104
|
-
.k-rating.k-focus .k-rating-item.k-selected > .k-icon {
|
|
20080
|
+
.k-rating:focus .k-rating-item.k-selected > .k-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-icon {
|
|
20105
20081
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
20106
20082
|
}
|
|
20107
20083
|
|
|
@@ -20109,15 +20085,15 @@ kendo-label > .k-label {
|
|
|
20109
20085
|
color: #272727;
|
|
20110
20086
|
}
|
|
20111
20087
|
|
|
20112
|
-
.k-rating-item.k-
|
|
20088
|
+
.k-rating-item.k-selected {
|
|
20113
20089
|
color: #f35800;
|
|
20114
20090
|
}
|
|
20115
20091
|
|
|
20116
|
-
.k-rating-item.k-
|
|
20092
|
+
.k-rating-item.k-selected:focus, .k-rating-item.k-selected.k-focus {
|
|
20117
20093
|
color: #f35800;
|
|
20118
20094
|
}
|
|
20119
20095
|
|
|
20120
|
-
.k-rating-item:hover, .k-rating-item.k-
|
|
20096
|
+
.k-rating-item:hover, .k-rating-item.k-hover {
|
|
20121
20097
|
color: #f35800;
|
|
20122
20098
|
cursor: pointer;
|
|
20123
20099
|
}
|
|
@@ -20131,7 +20107,9 @@ kendo-label > .k-label {
|
|
|
20131
20107
|
line-height: 1;
|
|
20132
20108
|
position: relative;
|
|
20133
20109
|
cursor: pointer;
|
|
20134
|
-
user-select: none;
|
|
20110
|
+
-webkit-user-select: none;
|
|
20111
|
+
-ms-user-select: none;
|
|
20112
|
+
user-select: none;
|
|
20135
20113
|
-webkit-touch-callout: none;
|
|
20136
20114
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
20137
20115
|
}
|
|
@@ -20216,11 +20194,11 @@ kendo-label > .k-label {
|
|
|
20216
20194
|
}
|
|
20217
20195
|
|
|
20218
20196
|
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20219
|
-
left: calc(
|
|
20197
|
+
left: calc(100% - 13px);
|
|
20220
20198
|
}
|
|
20221
20199
|
|
|
20222
20200
|
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20223
|
-
left:
|
|
20201
|
+
left: 13px;
|
|
20224
20202
|
}
|
|
20225
20203
|
|
|
20226
20204
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
@@ -20240,13 +20218,13 @@ kendo-label > .k-label {
|
|
|
20240
20218
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20241
20219
|
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
20242
20220
|
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20243
|
-
left:
|
|
20221
|
+
left: 13px;
|
|
20244
20222
|
}
|
|
20245
20223
|
|
|
20246
20224
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20247
20225
|
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
20248
20226
|
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20249
|
-
left: calc(
|
|
20227
|
+
left: calc(100% - 13px);
|
|
20250
20228
|
}
|
|
20251
20229
|
|
|
20252
20230
|
.k-switch-md {
|
|
@@ -20274,11 +20252,11 @@ kendo-label > .k-label {
|
|
|
20274
20252
|
}
|
|
20275
20253
|
|
|
20276
20254
|
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20277
|
-
left: calc(
|
|
20255
|
+
left: calc(100% - 15px);
|
|
20278
20256
|
}
|
|
20279
20257
|
|
|
20280
20258
|
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20281
|
-
left:
|
|
20259
|
+
left: 15px;
|
|
20282
20260
|
}
|
|
20283
20261
|
|
|
20284
20262
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
@@ -20298,13 +20276,13 @@ kendo-label > .k-label {
|
|
|
20298
20276
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20299
20277
|
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
20300
20278
|
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20301
|
-
left:
|
|
20279
|
+
left: 15px;
|
|
20302
20280
|
}
|
|
20303
20281
|
|
|
20304
20282
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20305
20283
|
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
20306
20284
|
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20307
|
-
left: calc(
|
|
20285
|
+
left: calc(100% - 15px);
|
|
20308
20286
|
}
|
|
20309
20287
|
|
|
20310
20288
|
.k-switch-lg {
|
|
@@ -20332,11 +20310,11 @@ kendo-label > .k-label {
|
|
|
20332
20310
|
}
|
|
20333
20311
|
|
|
20334
20312
|
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20335
|
-
left: calc(
|
|
20313
|
+
left: calc(100% - 17px);
|
|
20336
20314
|
}
|
|
20337
20315
|
|
|
20338
20316
|
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20339
|
-
left:
|
|
20317
|
+
left: 17px;
|
|
20340
20318
|
}
|
|
20341
20319
|
|
|
20342
20320
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
@@ -20356,13 +20334,13 @@ kendo-label > .k-label {
|
|
|
20356
20334
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20357
20335
|
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
20358
20336
|
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20359
|
-
left:
|
|
20337
|
+
left: 17px;
|
|
20360
20338
|
}
|
|
20361
20339
|
|
|
20362
20340
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20363
20341
|
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
20364
20342
|
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20365
|
-
left: calc(
|
|
20343
|
+
left: calc(100% - 17px);
|
|
20366
20344
|
}
|
|
20367
20345
|
|
|
20368
20346
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
@@ -20574,7 +20552,7 @@ kendo-label > .k-label {
|
|
|
20574
20552
|
}
|
|
20575
20553
|
|
|
20576
20554
|
.k-upload .k-upload-files .k-file {
|
|
20577
|
-
padding: 8px 8px
|
|
20555
|
+
padding: 8px 8px 10px;
|
|
20578
20556
|
border-width: 0 0 1px;
|
|
20579
20557
|
border-style: solid;
|
|
20580
20558
|
outline: none;
|
|
@@ -20684,7 +20662,7 @@ kendo-label > .k-label {
|
|
|
20684
20662
|
|
|
20685
20663
|
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20686
20664
|
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
20687
|
-
margin-left: calc(
|
|
20665
|
+
margin-left: calc(24px + 1em);
|
|
20688
20666
|
min-height: 38px;
|
|
20689
20667
|
display: block;
|
|
20690
20668
|
overflow: hidden;
|
|
@@ -20692,7 +20670,7 @@ kendo-label > .k-label {
|
|
|
20692
20670
|
|
|
20693
20671
|
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20694
20672
|
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
|
|
20695
|
-
margin-left: calc(
|
|
20673
|
+
margin-left: calc(24px + 1em);
|
|
20696
20674
|
}
|
|
20697
20675
|
|
|
20698
20676
|
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
@@ -20810,7 +20788,7 @@ kendo-label > .k-label {
|
|
|
20810
20788
|
height: 2px;
|
|
20811
20789
|
position: absolute;
|
|
20812
20790
|
bottom: 4px;
|
|
20813
|
-
width: calc(100% -
|
|
20791
|
+
width: calc(100% - 16px);
|
|
20814
20792
|
}
|
|
20815
20793
|
|
|
20816
20794
|
.k-upload .k-progressbar .k-progress {
|
|
@@ -20884,7 +20862,6 @@ kendo-label > .k-label {
|
|
|
20884
20862
|
}
|
|
20885
20863
|
|
|
20886
20864
|
.k-upload-button input[disabled],
|
|
20887
|
-
.k-upload-button input.k-state-disabled,
|
|
20888
20865
|
.k-upload-button input.k-disabled {
|
|
20889
20866
|
visibility: hidden;
|
|
20890
20867
|
}
|
|
@@ -20914,11 +20891,10 @@ kendo-label > .k-label {
|
|
|
20914
20891
|
border-color: #cacaca;
|
|
20915
20892
|
}
|
|
20916
20893
|
|
|
20917
|
-
.k-upload .k-file.k-
|
|
20894
|
+
.k-upload .k-file.k-focus {
|
|
20918
20895
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
20919
20896
|
}
|
|
20920
20897
|
|
|
20921
|
-
.k-upload .k-file .k-upload-action.k-state-focused,
|
|
20922
20898
|
.k-upload .k-file .k-upload-action.k-focus {
|
|
20923
20899
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
20924
20900
|
}
|
|
@@ -20995,7 +20971,7 @@ kendo-label > .k-label {
|
|
|
20995
20971
|
color: #272727;
|
|
20996
20972
|
}
|
|
20997
20973
|
|
|
20998
|
-
.k-upload.k-
|
|
20974
|
+
.k-upload.k-invalid, .k-upload.ng-invalid.ng-touched, .k-upload.ng-invalid.ng-dirty {
|
|
20999
20975
|
border-color: #d92800;
|
|
21000
20976
|
}
|
|
21001
20977
|
|
|
@@ -21918,11 +21894,11 @@ kendo-label > .k-label {
|
|
|
21918
21894
|
color: #646464;
|
|
21919
21895
|
}
|
|
21920
21896
|
|
|
21921
|
-
.k-actionsheet-action:hover, .k-actionsheet-action.k-
|
|
21897
|
+
.k-actionsheet-action:hover, .k-actionsheet-action.k-hover {
|
|
21922
21898
|
background-color: #dddddd;
|
|
21923
21899
|
}
|
|
21924
21900
|
|
|
21925
|
-
.k-actionsheet-action:focus, .k-actionsheet-action.k-
|
|
21901
|
+
.k-actionsheet-action:focus, .k-actionsheet-action.k-focus {
|
|
21926
21902
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
21927
21903
|
}
|
|
21928
21904
|
|
|
@@ -21998,7 +21974,7 @@ kendo-label > .k-label {
|
|
|
21998
21974
|
|
|
21999
21975
|
.k-window-actions {
|
|
22000
21976
|
margin: -5em 0;
|
|
22001
|
-
margin-inline-end:
|
|
21977
|
+
margin-inline-end: -4px;
|
|
22002
21978
|
line-height: 1;
|
|
22003
21979
|
display: flex;
|
|
22004
21980
|
flex-flow: row nowrap;
|
|
@@ -22090,7 +22066,7 @@ kendo-label > .k-label {
|
|
|
22090
22066
|
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.12);
|
|
22091
22067
|
}
|
|
22092
22068
|
|
|
22093
|
-
.k-window:focus, .k-window.k-
|
|
22069
|
+
.k-window:focus, .k-window.k-focus {
|
|
22094
22070
|
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
|
|
22095
22071
|
}
|
|
22096
22072
|
|
|
@@ -22353,7 +22329,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22353
22329
|
}
|
|
22354
22330
|
|
|
22355
22331
|
.k-drawer-mini .k-drawer-wrapper {
|
|
22356
|
-
width:
|
|
22332
|
+
width: 48px;
|
|
22357
22333
|
}
|
|
22358
22334
|
|
|
22359
22335
|
.k-rtl.k-drawer-mini .k-drawer-start,
|
|
@@ -22426,27 +22402,27 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22426
22402
|
background: #9c9c9c;
|
|
22427
22403
|
}
|
|
22428
22404
|
|
|
22429
|
-
.k-drawer-item:hover, .k-drawer-item.k-
|
|
22405
|
+
.k-drawer-item:hover, .k-drawer-item.k-hover {
|
|
22430
22406
|
color: #272727;
|
|
22431
22407
|
background-color: #dddddd;
|
|
22432
22408
|
}
|
|
22433
22409
|
|
|
22434
|
-
.k-drawer-item:focus, .k-drawer-item.k-
|
|
22410
|
+
.k-drawer-item:focus, .k-drawer-item.k-focus {
|
|
22435
22411
|
background-color: #ffffff;
|
|
22436
22412
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
22437
22413
|
}
|
|
22438
22414
|
|
|
22439
|
-
.k-drawer-item:focus:hover, .k-drawer-item:focus.k-
|
|
22415
|
+
.k-drawer-item:focus:hover, .k-drawer-item:focus.k-hover, .k-drawer-item.k-focus:hover, .k-drawer-item.k-focus.k-hover {
|
|
22440
22416
|
color: #272727;
|
|
22441
22417
|
background-color: #dddddd;
|
|
22442
22418
|
}
|
|
22443
22419
|
|
|
22444
|
-
.k-drawer-item.k-
|
|
22420
|
+
.k-drawer-item.k-selected {
|
|
22445
22421
|
color: white;
|
|
22446
22422
|
background-color: #f35800;
|
|
22447
22423
|
}
|
|
22448
22424
|
|
|
22449
|
-
.k-drawer-item.k-
|
|
22425
|
+
.k-drawer-item.k-selected:hover, .k-drawer-item.k-selected.k-hover {
|
|
22450
22426
|
color: white;
|
|
22451
22427
|
background-color: #e05100;
|
|
22452
22428
|
}
|
|
@@ -22505,7 +22481,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22505
22481
|
flex: none;
|
|
22506
22482
|
}
|
|
22507
22483
|
|
|
22508
|
-
.k-notification-wrap > .k-i-close
|
|
22484
|
+
.k-notification-wrap > .k-i-close,
|
|
22485
|
+
.k-notification-wrap > .k-i-x {
|
|
22509
22486
|
margin-right: 0;
|
|
22510
22487
|
margin-left: 4px;
|
|
22511
22488
|
flex: none;
|
|
@@ -22523,7 +22500,9 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22523
22500
|
}
|
|
22524
22501
|
|
|
22525
22502
|
.k-rtl .k-notification .k-notification-wrap > .k-i-close,
|
|
22526
|
-
|
|
22503
|
+
.k-rtl .k-notification .k-notification-wrap > .k-i-x,
|
|
22504
|
+
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-close,
|
|
22505
|
+
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-x {
|
|
22527
22506
|
margin-left: 0;
|
|
22528
22507
|
margin-right: 4px;
|
|
22529
22508
|
}
|
|
@@ -22534,7 +22513,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22534
22513
|
background-color: #ffffff;
|
|
22535
22514
|
}
|
|
22536
22515
|
|
|
22537
|
-
.k-notification-wrap > .k-i-close
|
|
22516
|
+
.k-notification-wrap > .k-i-close,
|
|
22517
|
+
.k-notification-wrap > .k-i-x {
|
|
22538
22518
|
color: inherit;
|
|
22539
22519
|
}
|
|
22540
22520
|
|
|
@@ -22634,10 +22614,11 @@ kendo-card-footer {
|
|
|
22634
22614
|
}
|
|
22635
22615
|
|
|
22636
22616
|
.k-card > .k-card-inner {
|
|
22637
|
-
border-radius:
|
|
22617
|
+
border-radius: 7px;
|
|
22638
22618
|
display: flex;
|
|
22639
22619
|
flex-direction: inherit;
|
|
22640
22620
|
overflow: hidden;
|
|
22621
|
+
position: relative;
|
|
22641
22622
|
}
|
|
22642
22623
|
|
|
22643
22624
|
.k-card-horizontal {
|
|
@@ -22901,7 +22882,7 @@ kendo-card-footer {
|
|
|
22901
22882
|
margin: 0;
|
|
22902
22883
|
width: 20px;
|
|
22903
22884
|
height: 20px;
|
|
22904
|
-
border-width: 1px
|
|
22885
|
+
border-width: 1px;
|
|
22905
22886
|
border-style: solid;
|
|
22906
22887
|
box-sizing: border-box;
|
|
22907
22888
|
position: absolute;
|
|
@@ -22910,25 +22891,25 @@ kendo-card-footer {
|
|
|
22910
22891
|
.k-card-callout.k-callout-n {
|
|
22911
22892
|
top: 0;
|
|
22912
22893
|
left: 50%;
|
|
22913
|
-
transform: translate(-50%, -50%) rotate(
|
|
22894
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
22914
22895
|
}
|
|
22915
22896
|
|
|
22916
22897
|
.k-card-callout.k-callout-e {
|
|
22917
22898
|
top: 50%;
|
|
22918
22899
|
right: 0;
|
|
22919
|
-
transform: translate(50%, -50%) rotate(
|
|
22900
|
+
transform: translate(50%, -50%) rotate(-45deg);
|
|
22920
22901
|
}
|
|
22921
22902
|
|
|
22922
22903
|
.k-card-callout.k-callout-s {
|
|
22923
22904
|
bottom: 0;
|
|
22924
22905
|
left: 50%;
|
|
22925
|
-
transform: translate(-50%, 50%) rotate(
|
|
22906
|
+
transform: translate(-50%, 50%) rotate(45deg);
|
|
22926
22907
|
}
|
|
22927
22908
|
|
|
22928
22909
|
.k-card-callout.k-callout-w {
|
|
22929
22910
|
top: 50%;
|
|
22930
22911
|
left: 0;
|
|
22931
|
-
transform: translate(-50%, -50%) rotate(
|
|
22912
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
22932
22913
|
}
|
|
22933
22914
|
|
|
22934
22915
|
.k-card-flat {
|
|
@@ -22945,12 +22926,17 @@ kendo-card-footer {
|
|
|
22945
22926
|
background-color: #ffffff;
|
|
22946
22927
|
}
|
|
22947
22928
|
|
|
22948
|
-
.k-card
|
|
22929
|
+
.k-card .k-card-inner {
|
|
22930
|
+
background-color: inherit;
|
|
22931
|
+
border-color: inherit;
|
|
22932
|
+
}
|
|
22933
|
+
|
|
22934
|
+
.k-card:focus, .k-card.k-focus {
|
|
22949
22935
|
border-color: rgba(0, 0, 0, 0.15);
|
|
22950
22936
|
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
|
|
22951
22937
|
}
|
|
22952
22938
|
|
|
22953
|
-
.k-card.k-selected
|
|
22939
|
+
.k-card.k-selected {
|
|
22954
22940
|
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
|
|
22955
22941
|
}
|
|
22956
22942
|
|
|
@@ -23077,43 +23063,14 @@ kendo-card-footer {
|
|
|
23077
23063
|
color: inherit;
|
|
23078
23064
|
}
|
|
23079
23065
|
|
|
23080
|
-
.k-card-wrap
|
|
23066
|
+
.k-card-wrap:focus > .k-card, .k-card-wrap.k-focus > .k-card, .k-card-wrap.k-selected > .k-card {
|
|
23081
23067
|
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
|
|
23082
23068
|
}
|
|
23083
23069
|
|
|
23084
23070
|
.k-card-callout {
|
|
23085
|
-
border-color:
|
|
23086
|
-
background-color:
|
|
23087
|
-
|
|
23088
|
-
|
|
23089
|
-
.k-card:focus .k-card-callout,
|
|
23090
|
-
.k-card.k-focus .k-card-callout,
|
|
23091
|
-
.k-card.k-state-focus .k-card-callout {
|
|
23092
|
-
border-color: rgba(0, 0, 0, 0.15);
|
|
23093
|
-
}
|
|
23094
|
-
|
|
23095
|
-
.k-card:focus .k-card-callout.k-callout-n,
|
|
23096
|
-
.k-card.k-focus .k-card-callout.k-callout-n,
|
|
23097
|
-
.k-card.k-state-focus .k-card-callout.k-callout-n {
|
|
23098
|
-
box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.06);
|
|
23099
|
-
}
|
|
23100
|
-
|
|
23101
|
-
.k-card:focus .k-card-callout.k-callout-e,
|
|
23102
|
-
.k-card.k-focus .k-card-callout.k-callout-e,
|
|
23103
|
-
.k-card.k-state-focus .k-card-callout.k-callout-e {
|
|
23104
|
-
box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
|
|
23105
|
-
}
|
|
23106
|
-
|
|
23107
|
-
.k-card:focus .k-card-callout.k-callout-s,
|
|
23108
|
-
.k-card.k-focus .k-card-callout.k-callout-s,
|
|
23109
|
-
.k-card.k-state-focus .k-card-callout.k-callout-s {
|
|
23110
|
-
box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.06);
|
|
23111
|
-
}
|
|
23112
|
-
|
|
23113
|
-
.k-card:focus .k-card-callout.k-callout-w,
|
|
23114
|
-
.k-card.k-focus .k-card-callout.k-callout-w,
|
|
23115
|
-
.k-card.k-state-focus .k-card-callout.k-callout-w {
|
|
23116
|
-
box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
|
|
23071
|
+
border-color: inherit;
|
|
23072
|
+
background-color: inherit;
|
|
23073
|
+
box-shadow: inherit;
|
|
23117
23074
|
}
|
|
23118
23075
|
|
|
23119
23076
|
.k-popover {
|
|
@@ -23139,6 +23096,11 @@ kendo-card-footer {
|
|
|
23139
23096
|
box-sizing: border-box;
|
|
23140
23097
|
}
|
|
23141
23098
|
|
|
23099
|
+
.k-popover-inner {
|
|
23100
|
+
position: relative;
|
|
23101
|
+
border-radius: inherit;
|
|
23102
|
+
}
|
|
23103
|
+
|
|
23142
23104
|
.k-popover-header {
|
|
23143
23105
|
border-top-left-radius: 8px;
|
|
23144
23106
|
border-top-right-radius: 8px;
|
|
@@ -23159,7 +23121,7 @@ kendo-card-footer {
|
|
|
23159
23121
|
margin: 0;
|
|
23160
23122
|
width: 20px;
|
|
23161
23123
|
height: 20px;
|
|
23162
|
-
border-width: 1px
|
|
23124
|
+
border-width: 1px;
|
|
23163
23125
|
border-style: solid;
|
|
23164
23126
|
position: absolute;
|
|
23165
23127
|
}
|
|
@@ -23167,25 +23129,25 @@ kendo-card-footer {
|
|
|
23167
23129
|
.k-popover-callout.k-callout-n {
|
|
23168
23130
|
top: 0;
|
|
23169
23131
|
left: 50%;
|
|
23170
|
-
transform: translate(-50%, -50%) rotate(
|
|
23132
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
23171
23133
|
}
|
|
23172
23134
|
|
|
23173
23135
|
.k-popover-callout.k-callout-e {
|
|
23174
23136
|
top: 50%;
|
|
23175
23137
|
right: 0;
|
|
23176
|
-
transform: translate(50%, -50%) rotate(
|
|
23138
|
+
transform: translate(50%, -50%) rotate(-45deg);
|
|
23177
23139
|
}
|
|
23178
23140
|
|
|
23179
23141
|
.k-popover-callout.k-callout-s {
|
|
23180
23142
|
bottom: 0;
|
|
23181
23143
|
left: 50%;
|
|
23182
|
-
transform: translate(-50%, 50%) rotate(
|
|
23144
|
+
transform: translate(-50%, 50%) rotate(45deg);
|
|
23183
23145
|
}
|
|
23184
23146
|
|
|
23185
23147
|
.k-popover-callout.k-callout-w {
|
|
23186
23148
|
top: 50%;
|
|
23187
23149
|
left: 0;
|
|
23188
|
-
transform: translate(-50%, -50%) rotate(
|
|
23150
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
23189
23151
|
}
|
|
23190
23152
|
|
|
23191
23153
|
.k-popover {
|
|
@@ -23195,14 +23157,20 @@ kendo-card-footer {
|
|
|
23195
23157
|
background-color: #ffffff;
|
|
23196
23158
|
}
|
|
23197
23159
|
|
|
23160
|
+
.k-popover-inner {
|
|
23161
|
+
background-color: inherit;
|
|
23162
|
+
border-color: inherit;
|
|
23163
|
+
}
|
|
23164
|
+
|
|
23198
23165
|
.k-popover-header {
|
|
23199
23166
|
border-color: #cacaca;
|
|
23200
23167
|
color: #272727;
|
|
23201
23168
|
}
|
|
23202
23169
|
|
|
23203
23170
|
.k-popover-callout {
|
|
23204
|
-
border-color:
|
|
23205
|
-
background-color:
|
|
23171
|
+
border-color: inherit;
|
|
23172
|
+
background-color: inherit;
|
|
23173
|
+
box-shadow: inherit;
|
|
23206
23174
|
}
|
|
23207
23175
|
|
|
23208
23176
|
.k-rpanel-left,
|
|
@@ -23287,7 +23255,7 @@ kendo-card-footer {
|
|
|
23287
23255
|
.k-bottom-nav-item {
|
|
23288
23256
|
padding: 0 8px;
|
|
23289
23257
|
min-width: 72px;
|
|
23290
|
-
min-height:
|
|
23258
|
+
min-height: 48px;
|
|
23291
23259
|
border-width: 0;
|
|
23292
23260
|
border-radius: 4px;
|
|
23293
23261
|
box-sizing: border-box;
|
|
@@ -23327,7 +23295,6 @@ kendo-card-footer {
|
|
|
23327
23295
|
outline: 0;
|
|
23328
23296
|
}
|
|
23329
23297
|
|
|
23330
|
-
.k-bottom-nav-item.k-state-disabled,
|
|
23331
23298
|
.k-bottom-nav-item.k-disabled {
|
|
23332
23299
|
background-color: initial;
|
|
23333
23300
|
}
|
|
@@ -23360,15 +23327,11 @@ kendo-card-footer {
|
|
|
23360
23327
|
background-color: #f35800;
|
|
23361
23328
|
}
|
|
23362
23329
|
|
|
23363
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-focus,
|
|
23364
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
23365
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-focused,
|
|
23366
23330
|
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
23367
23331
|
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
23368
23332
|
background-color: rgba(251, 197, 166, 0.2);
|
|
23369
23333
|
}
|
|
23370
23334
|
|
|
23371
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected,
|
|
23372
23335
|
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
23373
23336
|
color: white;
|
|
23374
23337
|
}
|
|
@@ -23378,15 +23341,11 @@ kendo-card-footer {
|
|
|
23378
23341
|
background-color: #e9e9e9;
|
|
23379
23342
|
}
|
|
23380
23343
|
|
|
23381
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-focus,
|
|
23382
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
23383
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-focused,
|
|
23384
23344
|
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
23385
23345
|
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
23386
23346
|
background-color: rgba(82, 82, 82, 0.2);
|
|
23387
23347
|
}
|
|
23388
23348
|
|
|
23389
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected,
|
|
23390
23349
|
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
23391
23350
|
color: black;
|
|
23392
23351
|
}
|
|
@@ -23396,15 +23355,11 @@ kendo-card-footer {
|
|
|
23396
23355
|
background-color: #03a9f4;
|
|
23397
23356
|
}
|
|
23398
23357
|
|
|
23399
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-focus,
|
|
23400
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
23401
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-focused,
|
|
23402
23358
|
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
23403
23359
|
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
23404
23360
|
background-color: rgba(167, 225, 251, 0.2);
|
|
23405
23361
|
}
|
|
23406
23362
|
|
|
23407
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected,
|
|
23408
23363
|
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
23409
23364
|
color: white;
|
|
23410
23365
|
}
|
|
@@ -23414,15 +23369,11 @@ kendo-card-footer {
|
|
|
23414
23369
|
background-color: #2498bc;
|
|
23415
23370
|
}
|
|
23416
23371
|
|
|
23417
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-focus,
|
|
23418
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
23419
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-focused,
|
|
23420
23372
|
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
23421
23373
|
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
23422
23374
|
background-color: rgba(178, 219, 232, 0.2);
|
|
23423
23375
|
}
|
|
23424
23376
|
|
|
23425
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-selected,
|
|
23426
23377
|
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
23427
23378
|
color: white;
|
|
23428
23379
|
}
|
|
@@ -23432,15 +23383,11 @@ kendo-card-footer {
|
|
|
23432
23383
|
background-color: #3ea44e;
|
|
23433
23384
|
}
|
|
23434
23385
|
|
|
23435
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-focus,
|
|
23436
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
23437
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-focused,
|
|
23438
23386
|
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
23439
23387
|
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
23440
23388
|
background-color: rgba(187, 223, 193, 0.2);
|
|
23441
23389
|
}
|
|
23442
23390
|
|
|
23443
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-selected,
|
|
23444
23391
|
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
23445
23392
|
color: white;
|
|
23446
23393
|
}
|
|
@@ -23450,15 +23397,11 @@ kendo-card-footer {
|
|
|
23450
23397
|
background-color: #ff9800;
|
|
23451
23398
|
}
|
|
23452
23399
|
|
|
23453
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-focus,
|
|
23454
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
23455
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-focused,
|
|
23456
23400
|
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
23457
23401
|
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
23458
23402
|
background-color: rgba(255, 219, 166, 0.2);
|
|
23459
23403
|
}
|
|
23460
23404
|
|
|
23461
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected,
|
|
23462
23405
|
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
23463
23406
|
color: white;
|
|
23464
23407
|
}
|
|
@@ -23468,15 +23411,11 @@ kendo-card-footer {
|
|
|
23468
23411
|
background-color: #d92800;
|
|
23469
23412
|
}
|
|
23470
23413
|
|
|
23471
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-focus,
|
|
23472
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
23473
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-focused,
|
|
23474
23414
|
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
23475
23415
|
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
23476
23416
|
background-color: rgba(242, 180, 166, 0.2);
|
|
23477
23417
|
}
|
|
23478
23418
|
|
|
23479
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-selected,
|
|
23480
23419
|
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
23481
23420
|
color: white;
|
|
23482
23421
|
}
|
|
@@ -23486,15 +23425,11 @@ kendo-card-footer {
|
|
|
23486
23425
|
background-color: #404040;
|
|
23487
23426
|
}
|
|
23488
23427
|
|
|
23489
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-focus,
|
|
23490
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
23491
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-focused,
|
|
23492
23428
|
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
23493
23429
|
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
23494
23430
|
background-color: rgba(188, 188, 188, 0.2);
|
|
23495
23431
|
}
|
|
23496
23432
|
|
|
23497
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected,
|
|
23498
23433
|
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
23499
23434
|
color: white;
|
|
23500
23435
|
}
|
|
@@ -23504,15 +23439,11 @@ kendo-card-footer {
|
|
|
23504
23439
|
background-color: #ebebeb;
|
|
23505
23440
|
}
|
|
23506
23441
|
|
|
23507
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-focus,
|
|
23508
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
23509
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-focused,
|
|
23510
23442
|
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
23511
23443
|
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
23512
23444
|
background-color: rgba(82, 82, 82, 0.2);
|
|
23513
23445
|
}
|
|
23514
23446
|
|
|
23515
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-selected,
|
|
23516
23447
|
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
23517
23448
|
color: black;
|
|
23518
23449
|
}
|
|
@@ -23522,15 +23453,11 @@ kendo-card-footer {
|
|
|
23522
23453
|
background-color: #404040;
|
|
23523
23454
|
}
|
|
23524
23455
|
|
|
23525
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-focus,
|
|
23526
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
23527
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-focused,
|
|
23528
23456
|
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
23529
23457
|
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
23530
23458
|
background-color: rgba(188, 188, 188, 0.2);
|
|
23531
23459
|
}
|
|
23532
23460
|
|
|
23533
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected,
|
|
23534
23461
|
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
23535
23462
|
color: white;
|
|
23536
23463
|
}
|
|
@@ -23541,60 +23468,47 @@ kendo-card-footer {
|
|
|
23541
23468
|
background-color: #ffffff;
|
|
23542
23469
|
}
|
|
23543
23470
|
|
|
23544
|
-
.k-bottom-nav-flat .k-bottom-nav-item.k-state-focus,
|
|
23545
|
-
.k-bottom-nav-flat .k-bottom-nav-item.k-focus,
|
|
23546
|
-
.k-bottom-nav-flat .k-bottom-nav-item.k-state-focused,
|
|
23547
23471
|
.k-bottom-nav-flat .k-bottom-nav-item.k-focus,
|
|
23548
23472
|
.k-bottom-nav-flat .k-bottom-nav-item:focus {
|
|
23549
23473
|
background-color: rgba(39, 39, 39, 0.05);
|
|
23550
23474
|
}
|
|
23551
23475
|
|
|
23552
|
-
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected,
|
|
23553
23476
|
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
23554
23477
|
color: #f35800;
|
|
23555
23478
|
}
|
|
23556
23479
|
|
|
23557
|
-
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected,
|
|
23558
23480
|
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
23559
23481
|
color: #b1b1b1;
|
|
23560
23482
|
}
|
|
23561
23483
|
|
|
23562
|
-
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected,
|
|
23563
23484
|
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
23564
23485
|
color: #03a9f4;
|
|
23565
23486
|
}
|
|
23566
23487
|
|
|
23567
|
-
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-state-selected,
|
|
23568
23488
|
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
23569
23489
|
color: #2498bc;
|
|
23570
23490
|
}
|
|
23571
23491
|
|
|
23572
|
-
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-state-selected,
|
|
23573
23492
|
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
23574
23493
|
color: #3ea44e;
|
|
23575
23494
|
}
|
|
23576
23495
|
|
|
23577
|
-
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected,
|
|
23578
23496
|
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
23579
23497
|
color: #ff9800;
|
|
23580
23498
|
}
|
|
23581
23499
|
|
|
23582
|
-
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-state-selected,
|
|
23583
23500
|
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
23584
23501
|
color: #d92800;
|
|
23585
23502
|
}
|
|
23586
23503
|
|
|
23587
|
-
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected,
|
|
23588
23504
|
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
23589
23505
|
color: #404040;
|
|
23590
23506
|
}
|
|
23591
23507
|
|
|
23592
|
-
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-state-selected,
|
|
23593
23508
|
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
23594
23509
|
color: #b3b3b3;
|
|
23595
23510
|
}
|
|
23596
23511
|
|
|
23597
|
-
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected,
|
|
23598
23512
|
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
23599
23513
|
color: #404040;
|
|
23600
23514
|
}
|
|
@@ -23719,7 +23633,7 @@ kendo-card-footer {
|
|
|
23719
23633
|
background-color: #ffffff;
|
|
23720
23634
|
}
|
|
23721
23635
|
|
|
23722
|
-
.k-breadcrumb:focus, .k-breadcrumb.k-
|
|
23636
|
+
.k-breadcrumb:focus, .k-breadcrumb.k-focus {
|
|
23723
23637
|
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
|
|
23724
23638
|
}
|
|
23725
23639
|
|
|
@@ -23727,21 +23641,21 @@ kendo-card-footer {
|
|
|
23727
23641
|
color: #f35800;
|
|
23728
23642
|
}
|
|
23729
23643
|
|
|
23730
|
-
.k-breadcrumb-link:hover, .k-breadcrumb-link.k-
|
|
23644
|
+
.k-breadcrumb-link:hover, .k-breadcrumb-link.k-hover {
|
|
23731
23645
|
color: #cc4a00;
|
|
23732
23646
|
background-color: #f0f0f0;
|
|
23733
23647
|
}
|
|
23734
23648
|
|
|
23735
|
-
.k-breadcrumb-link:focus, .k-breadcrumb-link.k-
|
|
23649
|
+
.k-breadcrumb-link:focus, .k-breadcrumb-link.k-focus {
|
|
23736
23650
|
color: #f35800;
|
|
23737
23651
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
23738
23652
|
}
|
|
23739
23653
|
|
|
23740
|
-
.k-breadcrumb-root-link:hover, .k-breadcrumb-root-link.k-
|
|
23654
|
+
.k-breadcrumb-root-link:hover, .k-breadcrumb-root-link.k-hover {
|
|
23741
23655
|
background-color: #f0f0f0;
|
|
23742
23656
|
}
|
|
23743
23657
|
|
|
23744
|
-
.k-breadcrumb-root-link:focus, .k-breadcrumb-root-link.k-
|
|
23658
|
+
.k-breadcrumb-root-link:focus, .k-breadcrumb-root-link.k-focus {
|
|
23745
23659
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
23746
23660
|
}
|
|
23747
23661
|
|
|
@@ -23783,13 +23697,16 @@ kendo-card-footer {
|
|
|
23783
23697
|
background-color: inherit;
|
|
23784
23698
|
}
|
|
23785
23699
|
|
|
23786
|
-
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-
|
|
23700
|
+
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-focus,
|
|
23787
23701
|
.k-pager .k-link:focus,
|
|
23788
|
-
.k-pager .k-link.k-state-focus,
|
|
23789
23702
|
.k-pager .k-link.k-focus {
|
|
23790
23703
|
z-index: 3;
|
|
23791
23704
|
}
|
|
23792
23705
|
|
|
23706
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-to-left,
|
|
23707
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-to-right,
|
|
23708
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-left,
|
|
23709
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-right,
|
|
23793
23710
|
.k-rtl .k-pager-wrap .k-i-arrow-end-left,
|
|
23794
23711
|
.k-rtl .k-pager-wrap .k-i-arrow-60-left,
|
|
23795
23712
|
.k-rtl .k-pager-wrap .k-i-arrow-60-right,
|
|
@@ -23797,7 +23714,11 @@ kendo-card-footer {
|
|
|
23797
23714
|
.k-rtl .k-pager-wrap .k-i-seek-w,
|
|
23798
23715
|
.k-rtl .k-pager-wrap .k-i-arrow-w,
|
|
23799
23716
|
.k-rtl .k-pager-wrap .k-i-arrow-e,
|
|
23800
|
-
.k-rtl .k-pager-wrap .k-i-seek-e, .k-pager-wrap[dir="rtl"] .k-i-
|
|
23717
|
+
.k-rtl .k-pager-wrap .k-i-seek-e, .k-pager-wrap[dir="rtl"] .k-i-caret-alt-to-left,
|
|
23718
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-to-right,
|
|
23719
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-left,
|
|
23720
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-right,
|
|
23721
|
+
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-left,
|
|
23801
23722
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,
|
|
23802
23723
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,
|
|
23803
23724
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,
|
|
@@ -23805,6 +23726,10 @@ kendo-card-footer {
|
|
|
23805
23726
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-w,
|
|
23806
23727
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-e,
|
|
23807
23728
|
.k-pager-wrap[dir="rtl"] .k-i-seek-e,
|
|
23729
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-to-left,
|
|
23730
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-to-right,
|
|
23731
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-left,
|
|
23732
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-right,
|
|
23808
23733
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,
|
|
23809
23734
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,
|
|
23810
23735
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,
|
|
@@ -23813,6 +23738,14 @@ kendo-card-footer {
|
|
|
23813
23738
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
|
|
23814
23739
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
|
|
23815
23740
|
[dir="rtl"] .k-pager-wrap .k-i-seek-e, .k-rtl
|
|
23741
|
+
.k-pager .k-i-caret-alt-to-left,
|
|
23742
|
+
.k-rtl
|
|
23743
|
+
.k-pager .k-i-caret-alt-to-right,
|
|
23744
|
+
.k-rtl
|
|
23745
|
+
.k-pager .k-i-caret-alt-left,
|
|
23746
|
+
.k-rtl
|
|
23747
|
+
.k-pager .k-i-caret-alt-right,
|
|
23748
|
+
.k-rtl
|
|
23816
23749
|
.k-pager .k-i-arrow-end-left,
|
|
23817
23750
|
.k-rtl
|
|
23818
23751
|
.k-pager .k-i-arrow-60-left,
|
|
@@ -23828,6 +23761,10 @@ kendo-card-footer {
|
|
|
23828
23761
|
.k-pager .k-i-arrow-e,
|
|
23829
23762
|
.k-rtl
|
|
23830
23763
|
.k-pager .k-i-seek-e,
|
|
23764
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-to-left,
|
|
23765
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-to-right,
|
|
23766
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-left,
|
|
23767
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-right,
|
|
23831
23768
|
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
23832
23769
|
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
23833
23770
|
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
@@ -23837,6 +23774,14 @@ kendo-card-footer {
|
|
|
23837
23774
|
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
23838
23775
|
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
23839
23776
|
[dir="rtl"]
|
|
23777
|
+
.k-pager .k-i-caret-alt-to-left,
|
|
23778
|
+
[dir="rtl"]
|
|
23779
|
+
.k-pager .k-i-caret-alt-to-right,
|
|
23780
|
+
[dir="rtl"]
|
|
23781
|
+
.k-pager .k-i-caret-alt-left,
|
|
23782
|
+
[dir="rtl"]
|
|
23783
|
+
.k-pager .k-i-caret-alt-right,
|
|
23784
|
+
[dir="rtl"]
|
|
23840
23785
|
.k-pager .k-i-arrow-end-left,
|
|
23841
23786
|
[dir="rtl"]
|
|
23842
23787
|
.k-pager .k-i-arrow-60-left,
|
|
@@ -23864,8 +23809,8 @@ kendo-card-footer {
|
|
|
23864
23809
|
}
|
|
23865
23810
|
|
|
23866
23811
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
23867
|
-
min-width: calc(
|
|
23868
|
-
height: calc(
|
|
23812
|
+
min-width: calc(1.4285714286em + 10px);
|
|
23813
|
+
height: calc(1.4285714286em + 10px);
|
|
23869
23814
|
color: inherit;
|
|
23870
23815
|
text-align: center;
|
|
23871
23816
|
display: inline-flex;
|
|
@@ -23878,7 +23823,7 @@ kendo-card-footer {
|
|
|
23878
23823
|
z-index: 2;
|
|
23879
23824
|
}
|
|
23880
23825
|
|
|
23881
|
-
.k-
|
|
23826
|
+
.k-disabled.k-pager-nav, .k-pager-numbers .k-disabled.k-link, .k-disabled.k-pager-refresh {
|
|
23882
23827
|
color: inherit;
|
|
23883
23828
|
}
|
|
23884
23829
|
|
|
@@ -23918,7 +23863,6 @@ kendo-card-footer {
|
|
|
23918
23863
|
border-style: solid;
|
|
23919
23864
|
}
|
|
23920
23865
|
|
|
23921
|
-
.k-pager-numbers .k-state-selected,
|
|
23922
23866
|
.k-pager-numbers .k-selected {
|
|
23923
23867
|
cursor: inherit;
|
|
23924
23868
|
z-index: 2;
|
|
@@ -23983,7 +23927,7 @@ kendo-card-footer {
|
|
|
23983
23927
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
23984
23928
|
margin-left: 1em;
|
|
23985
23929
|
margin-right: 1em;
|
|
23986
|
-
height: calc(
|
|
23930
|
+
height: calc(1.4285714286em + 10px);
|
|
23987
23931
|
border-color: inherit;
|
|
23988
23932
|
}
|
|
23989
23933
|
|
|
@@ -24007,26 +23951,23 @@ kendo-card-footer {
|
|
|
24007
23951
|
background-color: #f0f0f0;
|
|
24008
23952
|
}
|
|
24009
23953
|
|
|
24010
|
-
.k-pager-wrap:focus, .k-pager-wrap.k-focus,
|
|
23954
|
+
.k-pager-wrap:focus, .k-pager-wrap.k-focus,
|
|
24011
23955
|
.k-pager:focus,
|
|
24012
|
-
.k-pager.k-focus,
|
|
24013
|
-
.k-pager.k-state-focus,
|
|
24014
|
-
.k-pager.k-state-focused,
|
|
24015
23956
|
.k-pager.k-focus {
|
|
24016
23957
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
24017
23958
|
}
|
|
24018
23959
|
|
|
24019
|
-
.k-pager-nav.k-link:hover, .k-pager-refresh:hover, .k-
|
|
23960
|
+
.k-pager-nav.k-link:hover, .k-pager-refresh:hover, .k-hover.k-pager-nav.k-link, .k-hover.k-pager-refresh {
|
|
24020
23961
|
color: #272727;
|
|
24021
23962
|
background-color: #dddddd;
|
|
24022
23963
|
}
|
|
24023
23964
|
|
|
24024
|
-
.k-
|
|
23965
|
+
.k-selected.k-pager-nav.k-link, .k-selected.k-pager-refresh {
|
|
24025
23966
|
color: white;
|
|
24026
23967
|
background-color: #f35800;
|
|
24027
23968
|
}
|
|
24028
23969
|
|
|
24029
|
-
.k-pager-nav.k-link:focus, .k-pager-refresh:focus, .k-
|
|
23970
|
+
.k-pager-nav.k-link:focus, .k-pager-refresh:focus, .k-focus.k-pager-nav.k-link, .k-focus.k-pager-refresh {
|
|
24030
23971
|
background-color: transparent;
|
|
24031
23972
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
24032
23973
|
}
|
|
@@ -24035,17 +23976,17 @@ kendo-card-footer {
|
|
|
24035
23976
|
color: #f35800;
|
|
24036
23977
|
}
|
|
24037
23978
|
|
|
24038
|
-
.k-pager-numbers .k-link:hover, .k-pager-numbers .k-link.k-
|
|
23979
|
+
.k-pager-numbers .k-link:hover, .k-pager-numbers .k-link.k-hover {
|
|
24039
23980
|
color: #f35800;
|
|
24040
23981
|
background-color: rgba(243, 88, 0, 0.08);
|
|
24041
23982
|
}
|
|
24042
23983
|
|
|
24043
|
-
.k-pager-numbers .k-link:focus, .k-pager-numbers .k-link.k-
|
|
23984
|
+
.k-pager-numbers .k-link:focus, .k-pager-numbers .k-link.k-focus {
|
|
24044
23985
|
background-color: transparent;
|
|
24045
23986
|
box-shadow: inset 0 0 0 2px rgba(243, 88, 0, 0.12);
|
|
24046
23987
|
}
|
|
24047
23988
|
|
|
24048
|
-
.k-pager-numbers .k-link.k-
|
|
23989
|
+
.k-pager-numbers .k-link.k-selected {
|
|
24049
23990
|
color: #f35800;
|
|
24050
23991
|
background-color: rgba(243, 88, 0, 0.2);
|
|
24051
23992
|
}
|
|
@@ -24057,33 +23998,30 @@ kendo-card-footer {
|
|
|
24057
23998
|
background-color: #f0f0f0;
|
|
24058
23999
|
}
|
|
24059
24000
|
|
|
24060
|
-
.k-pager-md .k-pager-numbers .k-current-page .k-link:hover, .k-pager-md .k-pager-numbers .k-current-page .k-link.k-
|
|
24001
|
+
.k-pager-md .k-pager-numbers .k-current-page .k-link:hover, .k-pager-md .k-pager-numbers .k-current-page .k-link.k-hover,
|
|
24061
24002
|
.k-pager-sm .k-pager-numbers .k-current-page .k-link:hover,
|
|
24062
|
-
.k-pager-sm .k-pager-numbers .k-current-page .k-link.k-state-hover,
|
|
24063
24003
|
.k-pager-sm .k-pager-numbers .k-current-page .k-link.k-hover {
|
|
24064
24004
|
border-color: #b6b6b6;
|
|
24065
24005
|
background-color: #dddddd;
|
|
24066
24006
|
}
|
|
24067
24007
|
|
|
24068
|
-
.k-pager-md .k-pager-numbers.k-
|
|
24069
|
-
.k-pager-sm .k-pager-numbers.k-
|
|
24008
|
+
.k-pager-md .k-pager-numbers.k-expanded,
|
|
24009
|
+
.k-pager-sm .k-pager-numbers.k-expanded {
|
|
24070
24010
|
border-color: #cacaca;
|
|
24071
24011
|
color: #272727;
|
|
24072
24012
|
background-color: #ffffff;
|
|
24073
24013
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
|
|
24074
24014
|
}
|
|
24075
24015
|
|
|
24076
|
-
.k-pager-md .k-pager-numbers.k-
|
|
24077
|
-
.k-pager-sm .k-pager-numbers.k-
|
|
24078
|
-
.k-pager-sm .k-pager-numbers.k-
|
|
24079
|
-
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-hover {
|
|
24016
|
+
.k-pager-md .k-pager-numbers.k-expanded .k-link:hover, .k-pager-md .k-pager-numbers.k-expanded .k-link.k-hover,
|
|
24017
|
+
.k-pager-sm .k-pager-numbers.k-expanded .k-link:hover,
|
|
24018
|
+
.k-pager-sm .k-pager-numbers.k-expanded .k-link.k-hover {
|
|
24080
24019
|
color: #272727;
|
|
24081
24020
|
background-color: #dddddd;
|
|
24082
24021
|
}
|
|
24083
24022
|
|
|
24084
|
-
.k-pager-md .k-pager-numbers.k-
|
|
24085
|
-
.k-pager-sm .k-pager-numbers.k-
|
|
24086
|
-
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-selected {
|
|
24023
|
+
.k-pager-md .k-pager-numbers.k-expanded .k-link.k-selected,
|
|
24024
|
+
.k-pager-sm .k-pager-numbers.k-expanded .k-link.k-selected {
|
|
24087
24025
|
color: white;
|
|
24088
24026
|
background-color: #f35800;
|
|
24089
24027
|
}
|
|
@@ -24156,10 +24094,10 @@ kendo-card-footer {
|
|
|
24156
24094
|
pointer-events: none;
|
|
24157
24095
|
display: none;
|
|
24158
24096
|
position: absolute;
|
|
24159
|
-
top:
|
|
24160
|
-
right:
|
|
24161
|
-
bottom:
|
|
24162
|
-
left:
|
|
24097
|
+
top: -4px;
|
|
24098
|
+
right: -4px;
|
|
24099
|
+
bottom: -4px;
|
|
24100
|
+
left: -4px;
|
|
24163
24101
|
z-index: 2;
|
|
24164
24102
|
}
|
|
24165
24103
|
|
|
@@ -24185,7 +24123,7 @@ kendo-card-footer {
|
|
|
24185
24123
|
}
|
|
24186
24124
|
|
|
24187
24125
|
.k-stepper .k-step-label .k-step-text {
|
|
24188
|
-
max-width: calc(10em -
|
|
24126
|
+
max-width: calc(10em - 20px);
|
|
24189
24127
|
flex-grow: 1;
|
|
24190
24128
|
white-space: nowrap;
|
|
24191
24129
|
text-overflow: ellipsis;
|
|
@@ -24256,13 +24194,13 @@ kendo-card-footer {
|
|
|
24256
24194
|
}
|
|
24257
24195
|
|
|
24258
24196
|
.k-step-list-horizontal .k-step-indicator + .k-step-label {
|
|
24259
|
-
margin-top:
|
|
24197
|
+
margin-top: 5px;
|
|
24260
24198
|
}
|
|
24261
24199
|
|
|
24262
24200
|
.k-step-list-horizontal ~ .k-progressbar {
|
|
24263
24201
|
width: 100%;
|
|
24264
24202
|
height: 2px;
|
|
24265
|
-
top:
|
|
24203
|
+
top: 17px;
|
|
24266
24204
|
}
|
|
24267
24205
|
|
|
24268
24206
|
.k-step-list-vertical {
|
|
@@ -24270,7 +24208,7 @@ kendo-card-footer {
|
|
|
24270
24208
|
}
|
|
24271
24209
|
|
|
24272
24210
|
.k-step-list-vertical .k-step {
|
|
24273
|
-
min-height:
|
|
24211
|
+
min-height: 54px;
|
|
24274
24212
|
}
|
|
24275
24213
|
|
|
24276
24214
|
.k-step-list-vertical .k-step-label {
|
|
@@ -24285,7 +24223,7 @@ kendo-card-footer {
|
|
|
24285
24223
|
width: 2px;
|
|
24286
24224
|
height: 100%;
|
|
24287
24225
|
min-height: 20px;
|
|
24288
|
-
left:
|
|
24226
|
+
left: 17px;
|
|
24289
24227
|
}
|
|
24290
24228
|
|
|
24291
24229
|
.k-step-list-vertical .k-step-content {
|
|
@@ -24324,7 +24262,7 @@ kendo-card-footer {
|
|
|
24324
24262
|
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
|
|
24325
24263
|
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
|
|
24326
24264
|
left: auto;
|
|
24327
|
-
right:
|
|
24265
|
+
right: 17px;
|
|
24328
24266
|
}
|
|
24329
24267
|
|
|
24330
24268
|
.k-stepper {
|
|
@@ -24515,15 +24453,13 @@ kendo-card-footer {
|
|
|
24515
24453
|
z-index: 1;
|
|
24516
24454
|
}
|
|
24517
24455
|
|
|
24518
|
-
.k-tabstrip-content.k-
|
|
24519
|
-
.k-tabstrip > .k-content.k-state-active,
|
|
24456
|
+
.k-tabstrip-content.k-active,
|
|
24520
24457
|
.k-tabstrip > .k-content.k-active {
|
|
24521
24458
|
display: block;
|
|
24522
24459
|
}
|
|
24523
24460
|
|
|
24524
|
-
.k-tabstrip-content:focus, .k-tabstrip-content.k-
|
|
24461
|
+
.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
|
|
24525
24462
|
.k-tabstrip > .k-content:focus,
|
|
24526
|
-
.k-tabstrip > .k-content.k-state-focused,
|
|
24527
24463
|
.k-tabstrip > .k-content.k-focus {
|
|
24528
24464
|
outline-width: 1px;
|
|
24529
24465
|
outline-style: dotted;
|
|
@@ -24596,7 +24532,6 @@ kendo-card-footer {
|
|
|
24596
24532
|
margin-left: 0px;
|
|
24597
24533
|
}
|
|
24598
24534
|
|
|
24599
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active,
|
|
24600
24535
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24601
24536
|
border-bottom-color: transparent;
|
|
24602
24537
|
}
|
|
@@ -24627,7 +24562,6 @@ kendo-card-footer {
|
|
|
24627
24562
|
margin-left: 0px;
|
|
24628
24563
|
}
|
|
24629
24564
|
|
|
24630
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-state-active,
|
|
24631
24565
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24632
24566
|
border-top-color: transparent;
|
|
24633
24567
|
}
|
|
@@ -24664,7 +24598,6 @@ kendo-card-footer {
|
|
|
24664
24598
|
margin-top: 0px;
|
|
24665
24599
|
}
|
|
24666
24600
|
|
|
24667
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-state-active,
|
|
24668
24601
|
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24669
24602
|
border-right-color: transparent;
|
|
24670
24603
|
}
|
|
@@ -24702,7 +24635,6 @@ kendo-card-footer {
|
|
|
24702
24635
|
margin-top: 0px;
|
|
24703
24636
|
}
|
|
24704
24637
|
|
|
24705
|
-
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-state-active,
|
|
24706
24638
|
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24707
24639
|
border-left-color: transparent;
|
|
24708
24640
|
}
|
|
@@ -24752,19 +24684,19 @@ kendo-card-footer {
|
|
|
24752
24684
|
background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
|
|
24753
24685
|
}
|
|
24754
24686
|
|
|
24755
|
-
.k-tabstrip-items-wrapper .k-item:hover, .k-tabstrip-items-wrapper .k-item.k-
|
|
24687
|
+
.k-tabstrip-items-wrapper .k-item:hover, .k-tabstrip-items-wrapper .k-item.k-hover {
|
|
24756
24688
|
border-color: #bababa;
|
|
24757
24689
|
color: #272727;
|
|
24758
24690
|
background-color: #dddddd;
|
|
24759
24691
|
}
|
|
24760
24692
|
|
|
24761
|
-
.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-
|
|
24693
|
+
.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
|
|
24762
24694
|
border-color: #cacaca;
|
|
24763
24695
|
color: #272727;
|
|
24764
24696
|
background-color: #ffffff;
|
|
24765
24697
|
}
|
|
24766
24698
|
|
|
24767
|
-
.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-
|
|
24699
|
+
.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
|
|
24768
24700
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
24769
24701
|
}
|
|
24770
24702
|
|
|
@@ -24779,9 +24711,8 @@ kendo-card-footer {
|
|
|
24779
24711
|
background-color: #ffffff;
|
|
24780
24712
|
}
|
|
24781
24713
|
|
|
24782
|
-
.k-tabstrip-content:focus, .k-tabstrip-content.k-
|
|
24714
|
+
.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
|
|
24783
24715
|
.k-tabstrip > .k-content:focus,
|
|
24784
|
-
.k-tabstrip > .k-content.k-state-focused,
|
|
24785
24716
|
.k-tabstrip > .k-content.k-focus {
|
|
24786
24717
|
outline-color: #272727;
|
|
24787
24718
|
}
|
|
@@ -24811,7 +24742,7 @@ kendo-card-footer {
|
|
|
24811
24742
|
|
|
24812
24743
|
.k-wizard .k-wizard-step {
|
|
24813
24744
|
box-sizing: border-box;
|
|
24814
|
-
padding:
|
|
24745
|
+
padding: 10px;
|
|
24815
24746
|
width: 100%;
|
|
24816
24747
|
display: flex;
|
|
24817
24748
|
flex-direction: column;
|
|
@@ -24819,7 +24750,7 @@ kendo-card-footer {
|
|
|
24819
24750
|
justify-content: space-between;
|
|
24820
24751
|
}
|
|
24821
24752
|
|
|
24822
|
-
.k-wizard .k-wizard-step:focus, .k-wizard .k-wizard-step.k-
|
|
24753
|
+
.k-wizard .k-wizard-step:focus, .k-wizard .k-wizard-step.k-focus {
|
|
24823
24754
|
outline-width: 1px;
|
|
24824
24755
|
outline-style: dotted;
|
|
24825
24756
|
outline-offset: -1px;
|
|
@@ -24894,12 +24825,11 @@ kendo-card-footer {
|
|
|
24894
24825
|
margin-left: 0;
|
|
24895
24826
|
}
|
|
24896
24827
|
|
|
24897
|
-
.k-wizard-step:focus, .k-wizard-step.k-
|
|
24828
|
+
.k-wizard-step:focus, .k-wizard-step.k-focus {
|
|
24898
24829
|
outline-color: #656565;
|
|
24899
24830
|
}
|
|
24900
24831
|
|
|
24901
24832
|
.k-ie .k-wizard-step:focus,
|
|
24902
|
-
.k-ie .k-wizard-step.k-state-focused,
|
|
24903
24833
|
.k-ie .k-wizard-step.k-focus {
|
|
24904
24834
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
24905
24835
|
outline: none;
|
|
@@ -24971,7 +24901,7 @@ kendo-card-footer {
|
|
|
24971
24901
|
background-color: #ffffff;
|
|
24972
24902
|
}
|
|
24973
24903
|
|
|
24974
|
-
.k-expander.k-
|
|
24904
|
+
.k-expander.k-focus {
|
|
24975
24905
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
24976
24906
|
}
|
|
24977
24907
|
|
|
@@ -24981,11 +24911,11 @@ kendo-card-footer {
|
|
|
24981
24911
|
outline: none;
|
|
24982
24912
|
}
|
|
24983
24913
|
|
|
24984
|
-
.k-expander-header:hover, .k-expander-header.k-
|
|
24914
|
+
.k-expander-header:hover, .k-expander-header.k-hover {
|
|
24985
24915
|
background-color: #ebebeb;
|
|
24986
24916
|
}
|
|
24987
24917
|
|
|
24988
|
-
.k-expander-header.k-
|
|
24918
|
+
.k-expander-header.k-focus {
|
|
24989
24919
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
24990
24920
|
}
|
|
24991
24921
|
|
|
@@ -25040,7 +24970,9 @@ kendo-card-footer {
|
|
|
25040
24970
|
align-items: center;
|
|
25041
24971
|
align-content: center;
|
|
25042
24972
|
position: relative;
|
|
25043
|
-
user-select: none;
|
|
24973
|
+
-webkit-user-select: none;
|
|
24974
|
+
-ms-user-select: none;
|
|
24975
|
+
user-select: none;
|
|
25044
24976
|
cursor: default;
|
|
25045
24977
|
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;
|
|
25046
24978
|
}
|
|
@@ -25077,7 +25009,9 @@ kendo-card-footer {
|
|
|
25077
25009
|
align-items: center;
|
|
25078
25010
|
align-content: center;
|
|
25079
25011
|
position: relative;
|
|
25080
|
-
user-select: none;
|
|
25012
|
+
-webkit-user-select: none;
|
|
25013
|
+
-ms-user-select: none;
|
|
25014
|
+
user-select: none;
|
|
25081
25015
|
cursor: default;
|
|
25082
25016
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
25083
25017
|
}
|
|
@@ -25102,6 +25036,10 @@ kendo-card-footer {
|
|
|
25102
25036
|
padding-left: 32px;
|
|
25103
25037
|
}
|
|
25104
25038
|
|
|
25039
|
+
.k-panelbar .k-panelbar-item {
|
|
25040
|
+
outline-style: none;
|
|
25041
|
+
}
|
|
25042
|
+
|
|
25105
25043
|
.k-panelbar .k-panelbar-content {
|
|
25106
25044
|
display: flow-root;
|
|
25107
25045
|
}
|
|
@@ -25115,7 +25053,7 @@ kendo-card-footer {
|
|
|
25115
25053
|
.k-panelbar .k-group .k-panelbar-expand,
|
|
25116
25054
|
.k-panelbar .k-group .k-panelbar-collapse,
|
|
25117
25055
|
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
|
|
25118
|
-
margin-inline-end:
|
|
25056
|
+
margin-inline-end: 0px;
|
|
25119
25057
|
}
|
|
25120
25058
|
|
|
25121
25059
|
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
|
|
@@ -25159,7 +25097,7 @@ kendo-card-footer {
|
|
|
25159
25097
|
.k-ie .k-group .k-panelbar-expand,
|
|
25160
25098
|
.k-ie .k-group .k-panelbar-collapse,
|
|
25161
25099
|
.k-ie .k-panelbar-group .k-panelbar-toggle {
|
|
25162
|
-
margin-right:
|
|
25100
|
+
margin-right: 0px;
|
|
25163
25101
|
}
|
|
25164
25102
|
|
|
25165
25103
|
.k-rtl .k-ie .k-panelbar-expand,
|
|
@@ -25180,7 +25118,7 @@ kendo-card-footer {
|
|
|
25180
25118
|
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
|
|
25181
25119
|
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
|
|
25182
25120
|
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
|
|
25183
|
-
margin-left:
|
|
25121
|
+
margin-left: 0px;
|
|
25184
25122
|
}
|
|
25185
25123
|
|
|
25186
25124
|
.k-panelbar {
|
|
@@ -25205,10 +25143,8 @@ kendo-card-footer {
|
|
|
25205
25143
|
}
|
|
25206
25144
|
|
|
25207
25145
|
.k-panelbar > .k-item > .k-link:hover,
|
|
25208
|
-
.k-panelbar > .k-item > .k-link.k-state-hover,
|
|
25209
25146
|
.k-panelbar > .k-item > .k-link.k-hover,
|
|
25210
25147
|
.k-panelbar > .k-panelbar-header > .k-link:hover,
|
|
25211
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-state-hover,
|
|
25212
25148
|
.k-panelbar > .k-panelbar-header > .k-link.k-hover {
|
|
25213
25149
|
border-color: #bababa;
|
|
25214
25150
|
color: #272727;
|
|
@@ -25216,114 +25152,70 @@ kendo-card-footer {
|
|
|
25216
25152
|
}
|
|
25217
25153
|
|
|
25218
25154
|
.k-panelbar > .k-item > .k-link:focus,
|
|
25219
|
-
.k-panelbar > .k-item > .k-link.k-state-focus,
|
|
25220
|
-
.k-panelbar > .k-item > .k-link.k-focus,
|
|
25221
|
-
.k-panelbar > .k-item > .k-link.k-state-focused,
|
|
25222
25155
|
.k-panelbar > .k-item > .k-link.k-focus,
|
|
25223
25156
|
.k-panelbar > .k-panelbar-header > .k-link:focus,
|
|
25224
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-state-focus,
|
|
25225
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-focus,
|
|
25226
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-state-focused,
|
|
25227
25157
|
.k-panelbar > .k-panelbar-header > .k-link.k-focus {
|
|
25228
25158
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
25229
25159
|
}
|
|
25230
25160
|
|
|
25231
|
-
.k-panelbar > .k-item > .k-link.k-state-selected,
|
|
25232
25161
|
.k-panelbar > .k-item > .k-link.k-selected,
|
|
25233
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected,
|
|
25234
25162
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected {
|
|
25235
25163
|
border-color: #cc4a00;
|
|
25236
25164
|
color: white;
|
|
25237
25165
|
background-color: #f35800;
|
|
25238
25166
|
}
|
|
25239
25167
|
|
|
25240
|
-
.k-panelbar > .k-item > .k-link.k-state-selected .k-icon,
|
|
25241
|
-
.k-panelbar > .k-item > .k-link.k-state-selected .k-panelbar-item-icon,
|
|
25242
25168
|
.k-panelbar > .k-item > .k-link.k-selected .k-icon,
|
|
25243
25169
|
.k-panelbar > .k-item > .k-link.k-selected .k-panelbar-item-icon,
|
|
25244
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected .k-icon,
|
|
25245
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected .k-panelbar-item-icon,
|
|
25246
25170
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-icon,
|
|
25247
25171
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-panelbar-item-icon {
|
|
25248
25172
|
color: inherit;
|
|
25249
25173
|
}
|
|
25250
25174
|
|
|
25251
|
-
.k-panelbar > .k-item > .k-link.k-state-selected:hover,
|
|
25252
25175
|
.k-panelbar > .k-item > .k-link.k-selected:hover,
|
|
25253
|
-
.k-panelbar > .k-item > .k-link.k-state-selected.k-state-hover,
|
|
25254
25176
|
.k-panelbar > .k-item > .k-link.k-selected.k-hover,
|
|
25255
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected:hover,
|
|
25256
25177
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected:hover,
|
|
25257
|
-
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected.k-state-hover,
|
|
25258
25178
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover {
|
|
25259
25179
|
background-color: #e05100;
|
|
25260
25180
|
}
|
|
25261
25181
|
|
|
25262
25182
|
.k-panelbar .k-group > .k-item > .k-link:hover,
|
|
25263
|
-
.k-panelbar .k-group > .k-item > .k-link.k-state-hover,
|
|
25264
25183
|
.k-panelbar .k-group > .k-item > .k-link.k-hover,
|
|
25265
25184
|
.k-panelbar .k-group > .k-panelbar-item > .k-link:hover,
|
|
25266
|
-
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-hover,
|
|
25267
25185
|
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-hover,
|
|
25268
25186
|
.k-panelbar .k-panelbar-group > .k-item > .k-link:hover,
|
|
25269
|
-
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-hover,
|
|
25270
25187
|
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-hover,
|
|
25271
25188
|
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:hover,
|
|
25272
|
-
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-hover,
|
|
25273
25189
|
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-hover {
|
|
25274
25190
|
background-color: whitesmoke;
|
|
25275
25191
|
}
|
|
25276
25192
|
|
|
25277
25193
|
.k-panelbar .k-group > .k-item > .k-link:focus,
|
|
25278
|
-
.k-panelbar .k-group > .k-item > .k-link.k-state-focus,
|
|
25279
|
-
.k-panelbar .k-group > .k-item > .k-link.k-focus,
|
|
25280
|
-
.k-panelbar .k-group > .k-item > .k-link.k-state-focused,
|
|
25281
25194
|
.k-panelbar .k-group > .k-item > .k-link.k-focus,
|
|
25282
25195
|
.k-panelbar .k-group > .k-panelbar-item > .k-link:focus,
|
|
25283
|
-
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-focus,
|
|
25284
|
-
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-focus,
|
|
25285
|
-
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-focused,
|
|
25286
25196
|
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-focus,
|
|
25287
25197
|
.k-panelbar .k-panelbar-group > .k-item > .k-link:focus,
|
|
25288
|
-
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-focus,
|
|
25289
|
-
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-focus,
|
|
25290
|
-
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-focused,
|
|
25291
25198
|
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-focus,
|
|
25292
25199
|
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:focus,
|
|
25293
|
-
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-focus,
|
|
25294
|
-
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-focus,
|
|
25295
|
-
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-focused,
|
|
25296
25200
|
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-focus {
|
|
25297
25201
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
25298
25202
|
}
|
|
25299
25203
|
|
|
25300
|
-
.k-panelbar .k-group > .k-item > .k-link.k-state-selected,
|
|
25301
25204
|
.k-panelbar .k-group > .k-item > .k-link.k-selected,
|
|
25302
|
-
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected,
|
|
25303
25205
|
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected,
|
|
25304
|
-
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected,
|
|
25305
25206
|
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected,
|
|
25306
|
-
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected,
|
|
25307
25207
|
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected {
|
|
25308
25208
|
color: white;
|
|
25309
25209
|
background-color: #f35800;
|
|
25310
25210
|
}
|
|
25311
25211
|
|
|
25312
|
-
.k-panelbar .k-group > .k-item > .k-link.k-state-selected:hover,
|
|
25313
25212
|
.k-panelbar .k-group > .k-item > .k-link.k-selected:hover,
|
|
25314
|
-
.k-panelbar .k-group > .k-item > .k-link.k-state-selected.k-state-hover,
|
|
25315
25213
|
.k-panelbar .k-group > .k-item > .k-link.k-selected.k-hover,
|
|
25316
|
-
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected:hover,
|
|
25317
25214
|
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected:hover,
|
|
25318
|
-
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
|
|
25319
25215
|
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected.k-hover,
|
|
25320
|
-
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected:hover,
|
|
25321
25216
|
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected:hover,
|
|
25322
|
-
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected.k-state-hover,
|
|
25323
25217
|
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected.k-hover,
|
|
25324
|
-
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected:hover,
|
|
25325
25218
|
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected:hover,
|
|
25326
|
-
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
|
|
25327
25219
|
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected.k-hover {
|
|
25328
25220
|
background-color: #e05100;
|
|
25329
25221
|
}
|
|
@@ -25372,7 +25264,6 @@ kendo-card-footer {
|
|
|
25372
25264
|
outline: 0;
|
|
25373
25265
|
position: absolute;
|
|
25374
25266
|
-webkit-user-select: none;
|
|
25375
|
-
-moz-user-select: none;
|
|
25376
25267
|
-ms-user-select: none;
|
|
25377
25268
|
user-select: none;
|
|
25378
25269
|
display: flex;
|
|
@@ -25502,8 +25393,8 @@ kendo-card-footer {
|
|
|
25502
25393
|
flex: 0 0 auto;
|
|
25503
25394
|
}
|
|
25504
25395
|
|
|
25505
|
-
.k-splitter-flex .k-pane.k-
|
|
25506
|
-
.k-splitter-flex .k-pane-flex.k-
|
|
25396
|
+
.k-splitter-flex .k-pane.k-hidden, .k-splitter-flex .k-pane[hidden],
|
|
25397
|
+
.k-splitter-flex .k-pane-flex.k-hidden,
|
|
25507
25398
|
.k-splitter-flex .k-pane-flex[hidden] {
|
|
25508
25399
|
flex: 0 1 0% !important;
|
|
25509
25400
|
overflow: hidden !important;
|
|
@@ -25535,7 +25426,6 @@ kendo-card-footer {
|
|
|
25535
25426
|
}
|
|
25536
25427
|
|
|
25537
25428
|
.k-splitbar:hover,
|
|
25538
|
-
.k-splitbar.k-state-hover,
|
|
25539
25429
|
.k-splitbar.k-hover,
|
|
25540
25430
|
.k-splitbar-horizontal-hover,
|
|
25541
25431
|
.k-splitbar-vertical-hover {
|
|
@@ -25544,9 +25434,6 @@ kendo-card-footer {
|
|
|
25544
25434
|
}
|
|
25545
25435
|
|
|
25546
25436
|
.k-splitbar:focus,
|
|
25547
|
-
.k-splitbar.k-state-focus,
|
|
25548
|
-
.k-splitbar.k-focus,
|
|
25549
|
-
.k-splitbar.k-state-focused,
|
|
25550
25437
|
.k-splitbar.k-focus {
|
|
25551
25438
|
color: white;
|
|
25552
25439
|
background: #f35800;
|
|
@@ -25600,9 +25487,6 @@ kendo-card-footer {
|
|
|
25600
25487
|
}
|
|
25601
25488
|
|
|
25602
25489
|
.k-tilelayout-item:focus,
|
|
25603
|
-
.k-tilelayout-item.k-focus,
|
|
25604
|
-
.k-tilelayout-item.k-state-focus,
|
|
25605
|
-
.k-tilelayout-item.k-state-focused,
|
|
25606
25490
|
.k-tilelayout-item.k-focus {
|
|
25607
25491
|
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
|
|
25608
25492
|
}
|
|
@@ -25629,7 +25513,9 @@ kendo-card-footer {
|
|
|
25629
25513
|
.k-pane-wrapper .k-pane {
|
|
25630
25514
|
width: 100%;
|
|
25631
25515
|
height: 100%;
|
|
25632
|
-
user-select: none;
|
|
25516
|
+
-webkit-user-select: none;
|
|
25517
|
+
-ms-user-select: none;
|
|
25518
|
+
user-select: none;
|
|
25633
25519
|
box-sizing: border-box;
|
|
25634
25520
|
font-family: sans-serif;
|
|
25635
25521
|
overflow-x: hidden;
|
|
@@ -25711,8 +25597,8 @@ kendo-card-footer {
|
|
|
25711
25597
|
.k-grid-mobile .k-header a {
|
|
25712
25598
|
-webkit-touch-callout: none;
|
|
25713
25599
|
-webkit-user-select: none;
|
|
25714
|
-
-
|
|
25715
|
-
|
|
25600
|
+
-ms-user-select: none;
|
|
25601
|
+
user-select: none;
|
|
25716
25602
|
-webkit-user-drag: none;
|
|
25717
25603
|
-moz-user-drag: none;
|
|
25718
25604
|
}
|
|
@@ -25891,7 +25777,8 @@ kendo-card-footer {
|
|
|
25891
25777
|
border-radius: 50%;
|
|
25892
25778
|
}
|
|
25893
25779
|
|
|
25894
|
-
.k-scheduler-mobile .k-task .k-i-reload
|
|
25780
|
+
.k-scheduler-mobile .k-task .k-i-reload,
|
|
25781
|
+
.k-scheduler-mobile .k-task .k-i-arrow-rotate-cw {
|
|
25895
25782
|
font-size: 1em;
|
|
25896
25783
|
margin-right: .5em;
|
|
25897
25784
|
}
|
|
@@ -25911,7 +25798,8 @@ kendo-card-footer {
|
|
|
25911
25798
|
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
|
|
25912
25799
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
|
|
25913
25800
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
|
|
25914
|
-
writing-mode:
|
|
25801
|
+
-ms-writing-mode: tb-lr;
|
|
25802
|
+
writing-mode: vertical-lr;
|
|
25915
25803
|
transform: rotate(180deg);
|
|
25916
25804
|
white-space: nowrap;
|
|
25917
25805
|
}
|
|
@@ -26126,13 +26014,11 @@ kendo-card-footer {
|
|
|
26126
26014
|
color: #f35800;
|
|
26127
26015
|
}
|
|
26128
26016
|
|
|
26129
|
-
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected,
|
|
26130
26017
|
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-selected {
|
|
26131
26018
|
color: #f35800;
|
|
26132
26019
|
background: none;
|
|
26133
26020
|
}
|
|
26134
26021
|
|
|
26135
|
-
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link,
|
|
26136
26022
|
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-selected .k-link {
|
|
26137
26023
|
color: inherit;
|
|
26138
26024
|
}
|
|
@@ -26274,7 +26160,7 @@ kendo-card-footer {
|
|
|
26274
26160
|
}
|
|
26275
26161
|
|
|
26276
26162
|
.k-grid .k-grouping-row .k-icon {
|
|
26277
|
-
margin-left:
|
|
26163
|
+
margin-left: 0px;
|
|
26278
26164
|
margin-right: 8px;
|
|
26279
26165
|
text-decoration: none;
|
|
26280
26166
|
}
|
|
@@ -26443,7 +26329,7 @@ kendo-card-footer {
|
|
|
26443
26329
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
26444
26330
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
26445
26331
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
26446
|
-
padding-left: calc(
|
|
26332
|
+
padding-left: calc(1.4285714286em + 14px);
|
|
26447
26333
|
padding-right: 8px;
|
|
26448
26334
|
}
|
|
26449
26335
|
|
|
@@ -26501,7 +26387,7 @@ kendo-card-footer {
|
|
|
26501
26387
|
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
|
|
26502
26388
|
.k-rtl .k-grid .k-grouping-row .k-icon {
|
|
26503
26389
|
margin-left: 8px;
|
|
26504
|
-
margin-right:
|
|
26390
|
+
margin-right: 0px;
|
|
26505
26391
|
}
|
|
26506
26392
|
|
|
26507
26393
|
.k-grid[dir="rtl"] .k-column-resizer,
|
|
@@ -26578,7 +26464,7 @@ kendo-card-footer {
|
|
|
26578
26464
|
|
|
26579
26465
|
.k-grouping-header::before {
|
|
26580
26466
|
content: "";
|
|
26581
|
-
height: calc(
|
|
26467
|
+
height: calc(1.4285714286em + 10px);
|
|
26582
26468
|
display: inline-block;
|
|
26583
26469
|
vertical-align: middle;
|
|
26584
26470
|
}
|
|
@@ -26657,7 +26543,7 @@ kendo-card-footer {
|
|
|
26657
26543
|
|
|
26658
26544
|
.k-grouping-dropclue {
|
|
26659
26545
|
width: 12px;
|
|
26660
|
-
height: calc(
|
|
26546
|
+
height: calc(1.4285714286em + 10px);
|
|
26661
26547
|
position: absolute;
|
|
26662
26548
|
top: 3px;
|
|
26663
26549
|
box-sizing: content-box;
|
|
@@ -26682,7 +26568,7 @@ kendo-card-footer {
|
|
|
26682
26568
|
width: 2px;
|
|
26683
26569
|
height: calc(100% - 6px);
|
|
26684
26570
|
top: 6px;
|
|
26685
|
-
left:
|
|
26571
|
+
left: 5px;
|
|
26686
26572
|
}
|
|
26687
26573
|
|
|
26688
26574
|
.k-grid-header-wrap,
|
|
@@ -26735,7 +26621,9 @@ div.k-grid-footer {
|
|
|
26735
26621
|
}
|
|
26736
26622
|
|
|
26737
26623
|
.k-grid-header.k-grid-draggable-header {
|
|
26738
|
-
user-select: none;
|
|
26624
|
+
-webkit-user-select: none;
|
|
26625
|
+
-ms-user-select: none;
|
|
26626
|
+
user-select: none;
|
|
26739
26627
|
touch-action: none;
|
|
26740
26628
|
}
|
|
26741
26629
|
|
|
@@ -26770,12 +26658,12 @@ div.k-grid-footer {
|
|
|
26770
26658
|
|
|
26771
26659
|
.k-grid-header .k-with-icon,
|
|
26772
26660
|
.k-grid-header .k-filterable {
|
|
26773
|
-
padding-right: calc(
|
|
26661
|
+
padding-right: calc(1.4285714286em + 14px);
|
|
26774
26662
|
}
|
|
26775
26663
|
|
|
26776
26664
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
26777
26665
|
.k-grid-header .k-filterable {
|
|
26778
|
-
padding-right: calc(
|
|
26666
|
+
padding-right: calc(1.4285714286em + 14px);
|
|
26779
26667
|
}
|
|
26780
26668
|
|
|
26781
26669
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -26786,8 +26674,8 @@ div.k-grid-footer {
|
|
|
26786
26674
|
.k-grid-header .k-header-column-menu,
|
|
26787
26675
|
.k-grid-header .k-grid-header-menu {
|
|
26788
26676
|
padding: 4px;
|
|
26789
|
-
width: calc(
|
|
26790
|
-
height: calc(
|
|
26677
|
+
width: calc(1.4285714286em + 10px);
|
|
26678
|
+
height: calc(1.4285714286em + 10px);
|
|
26791
26679
|
box-sizing: border-box;
|
|
26792
26680
|
outline: 0;
|
|
26793
26681
|
line-height: 1.4285714286;
|
|
@@ -26797,7 +26685,7 @@ div.k-grid-footer {
|
|
|
26797
26685
|
justify-content: center;
|
|
26798
26686
|
position: absolute;
|
|
26799
26687
|
right: 4px;
|
|
26800
|
-
bottom:
|
|
26688
|
+
bottom: 4px;
|
|
26801
26689
|
z-index: 1;
|
|
26802
26690
|
}
|
|
26803
26691
|
|
|
@@ -26807,9 +26695,9 @@ div.k-grid-footer {
|
|
|
26807
26695
|
cursor: pointer;
|
|
26808
26696
|
}
|
|
26809
26697
|
|
|
26810
|
-
.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 {
|
|
26698
|
+
.k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-small, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-small {
|
|
26811
26699
|
vertical-align: text-top;
|
|
26812
|
-
margin-inline-start:
|
|
26700
|
+
margin-inline-start: 7px;
|
|
26813
26701
|
}
|
|
26814
26702
|
|
|
26815
26703
|
.k-grid-header .k-sort-order {
|
|
@@ -27221,7 +27109,7 @@ div.k-grid-norecords {
|
|
|
27221
27109
|
}
|
|
27222
27110
|
|
|
27223
27111
|
.k-filterable > .k-cell-inner {
|
|
27224
|
-
margin-inline-end: calc(-1
|
|
27112
|
+
margin-inline-end: calc(-1.4285714286em + -14px);
|
|
27225
27113
|
}
|
|
27226
27114
|
|
|
27227
27115
|
.k-filterable > .k-cell-inner .k-link {
|
|
@@ -27543,7 +27431,9 @@ div.k-grid-norecords {
|
|
|
27543
27431
|
display: flex;
|
|
27544
27432
|
flex: 0 0 auto;
|
|
27545
27433
|
position: relative;
|
|
27546
|
-
user-select: none;
|
|
27434
|
+
-webkit-user-select: none;
|
|
27435
|
+
-ms-user-select: none;
|
|
27436
|
+
user-select: none;
|
|
27547
27437
|
}
|
|
27548
27438
|
|
|
27549
27439
|
.k-column-menu-group-header-text {
|
|
@@ -27636,28 +27526,23 @@ tbody .k-group-cell {
|
|
|
27636
27526
|
}
|
|
27637
27527
|
|
|
27638
27528
|
.k-grid tbody > tr:not(.k-detail-row):hover,
|
|
27639
|
-
.k-grid tbody > tr:not(.k-detail-row).k-state-hover,
|
|
27640
27529
|
.k-grid tbody > tr:not(.k-detail-row).k-hover {
|
|
27641
27530
|
background-color: #ebebeb;
|
|
27642
27531
|
}
|
|
27643
27532
|
|
|
27644
|
-
.k-grid td.k-state-selected,
|
|
27645
27533
|
.k-grid td.k-selected,
|
|
27646
|
-
.k-grid tr.k-state-selected > td,
|
|
27647
27534
|
.k-grid tr.k-selected > td {
|
|
27648
27535
|
background-color: rgba(243, 88, 0, 0.25);
|
|
27649
27536
|
}
|
|
27650
27537
|
|
|
27651
|
-
.k-grid td
|
|
27538
|
+
.k-grid td:focus,
|
|
27652
27539
|
.k-grid td.k-focus,
|
|
27653
|
-
.k-grid th.k-state-focused,
|
|
27654
|
-
.k-grid th.k-focus,
|
|
27655
27540
|
.k-grid th:focus,
|
|
27541
|
+
.k-grid th.k-focus,
|
|
27656
27542
|
.k-grid .k-master-row > td:focus,
|
|
27657
27543
|
.k-grid .k-grouping-row > td:focus,
|
|
27658
27544
|
.k-grid .k-detail-row > td:focus,
|
|
27659
27545
|
.k-grid .k-group-footer > td:focus,
|
|
27660
|
-
.k-grid .k-grid-pager.k-state-focused,
|
|
27661
27546
|
.k-grid .k-grid-pager.k-focus {
|
|
27662
27547
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
27663
27548
|
}
|
|
@@ -27698,19 +27583,15 @@ tbody .k-group-cell {
|
|
|
27698
27583
|
border-top-color: #cacaca;
|
|
27699
27584
|
}
|
|
27700
27585
|
|
|
27701
|
-
.k-grid .k-grid-content-locked .k-state-selected td,
|
|
27702
27586
|
.k-grid .k-grid-content-locked .k-selected td {
|
|
27703
27587
|
background-color: rgba(243, 88, 0, 0.25);
|
|
27704
27588
|
}
|
|
27705
27589
|
|
|
27706
|
-
.k-grid .k-grid-content-locked .k-state-selected.k-alt td,
|
|
27707
27590
|
.k-grid .k-grid-content-locked .k-selected.k-alt td {
|
|
27708
27591
|
background-color: rgba(188, 68, 0, 0.28);
|
|
27709
27592
|
}
|
|
27710
27593
|
|
|
27711
|
-
.k-grid .k-grid-content-locked .k-state-selected:hover td,
|
|
27712
27594
|
.k-grid .k-grid-content-locked .k-selected:hover td,
|
|
27713
|
-
.k-grid .k-grid-content-locked .k-state-selected.k-state-hover td,
|
|
27714
27595
|
.k-grid .k-grid-content-locked .k-selected.k-hover td {
|
|
27715
27596
|
background-color: rgba(151, 55, 0, 0.31);
|
|
27716
27597
|
}
|
|
@@ -27732,6 +27613,8 @@ th.k-sorted {
|
|
|
27732
27613
|
|
|
27733
27614
|
.k-grid-header .k-i-sort-asc-sm,
|
|
27734
27615
|
.k-grid-header .k-i-sort-desc-sm,
|
|
27616
|
+
.k-grid-header .k-i-sort-asc-small,
|
|
27617
|
+
.k-grid-header .k-i-sort-desc-small,
|
|
27735
27618
|
.k-grid-header .k-sort-order {
|
|
27736
27619
|
color: #f35800;
|
|
27737
27620
|
}
|
|
@@ -27743,28 +27626,19 @@ th.k-sorted {
|
|
|
27743
27626
|
background-color: #dddddd;
|
|
27744
27627
|
}
|
|
27745
27628
|
|
|
27746
|
-
.k-grid-header .k-grid-filter:focus, .k-grid-header .k-grid-filter.k-
|
|
27629
|
+
.k-grid-header .k-grid-filter:focus, .k-grid-header .k-grid-filter.k-focus,
|
|
27747
27630
|
.k-grid-header .k-header-column-menu:focus,
|
|
27748
|
-
.k-grid-header .k-header-column-menu.k-state-focus,
|
|
27749
27631
|
.k-grid-header .k-header-column-menu.k-focus,
|
|
27750
|
-
.k-grid-header .k-header-column-menu.k-state-border-down,
|
|
27751
27632
|
.k-grid-header .k-grid-header-menu:focus,
|
|
27752
|
-
.k-grid-header .k-grid-header-menu.k-state-focus,
|
|
27753
27633
|
.k-grid-header .k-grid-header-menu.k-focus,
|
|
27754
|
-
.k-grid-header .k-grid-header-menu.k-state-border-down,
|
|
27755
27634
|
.k-grid-header .k-hierarchy-cell .k-icon:focus,
|
|
27756
|
-
.k-grid-header .k-hierarchy-cell .k-icon.k-
|
|
27757
|
-
.k-grid-header .k-hierarchy-cell .k-icon.k-focus,
|
|
27758
|
-
.k-grid-header .k-hierarchy-cell .k-icon.k-state-border-down {
|
|
27635
|
+
.k-grid-header .k-hierarchy-cell .k-icon.k-focus {
|
|
27759
27636
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
|
|
27760
27637
|
}
|
|
27761
27638
|
|
|
27762
|
-
.k-grid-header .k-grid-filter.k-
|
|
27763
|
-
.k-grid-header .k-header-column-menu.k-state-active,
|
|
27639
|
+
.k-grid-header .k-grid-filter.k-active,
|
|
27764
27640
|
.k-grid-header .k-header-column-menu.k-active,
|
|
27765
|
-
.k-grid-header .k-grid-header-menu.k-state-active,
|
|
27766
27641
|
.k-grid-header .k-grid-header-menu.k-active,
|
|
27767
|
-
.k-grid-header .k-hierarchy-cell .k-icon.k-state-active,
|
|
27768
27642
|
.k-grid-header .k-hierarchy-cell .k-icon.k-active {
|
|
27769
27643
|
color: white;
|
|
27770
27644
|
background-color: #f35800;
|
|
@@ -27808,44 +27682,30 @@ th.k-sorted {
|
|
|
27808
27682
|
background-color: whitesmoke;
|
|
27809
27683
|
}
|
|
27810
27684
|
|
|
27811
|
-
.k-master-row.k-state-selected .k-grid-content-sticky,
|
|
27812
27685
|
.k-master-row.k-selected .k-grid-content-sticky,
|
|
27813
|
-
.k-master-row.k-state-selected .k-grid-row-sticky,
|
|
27814
27686
|
.k-master-row.k-selected .k-grid-row-sticky,
|
|
27815
|
-
.k-master-row td.k-grid-content-sticky.k-state-selected,
|
|
27816
27687
|
.k-master-row td.k-grid-content-sticky.k-selected {
|
|
27817
27688
|
background-color: rgba(243, 88, 0, 0.25);
|
|
27818
27689
|
}
|
|
27819
27690
|
|
|
27820
|
-
.k-master-row.k-state-selected.k-alt .k-grid-content-sticky,
|
|
27821
27691
|
.k-master-row.k-selected.k-alt .k-grid-content-sticky,
|
|
27822
|
-
.k-master-row.k-state-selected.k-alt .k-grid-row-sticky,
|
|
27823
27692
|
.k-master-row.k-selected.k-alt .k-grid-row-sticky,
|
|
27824
|
-
.k-master-row.k-alt td.k-grid-content-sticky.k-state-selected,
|
|
27825
27693
|
.k-master-row.k-alt td.k-grid-content-sticky.k-selected {
|
|
27826
27694
|
background-color: rgba(188, 68, 0, 0.28);
|
|
27827
27695
|
}
|
|
27828
27696
|
|
|
27829
27697
|
.k-master-row:hover .k-grid-content-sticky,
|
|
27830
27698
|
.k-master-row:hover .k-grid-row-sticky,
|
|
27831
|
-
.k-master-row.k-state-hover .k-grid-content-sticky,
|
|
27832
27699
|
.k-master-row.k-hover .k-grid-content-sticky,
|
|
27833
|
-
.k-master-row.k-state-hover .k-grid-row-sticky,
|
|
27834
27700
|
.k-master-row.k-hover .k-grid-row-sticky {
|
|
27835
27701
|
background-color: #ebebeb;
|
|
27836
27702
|
}
|
|
27837
27703
|
|
|
27838
|
-
.k-master-row.k-state-selected:hover .k-grid-content-sticky,
|
|
27839
27704
|
.k-master-row.k-selected:hover .k-grid-content-sticky,
|
|
27840
|
-
.k-master-row.k-state-selected:hover .k-grid-row-sticky,
|
|
27841
27705
|
.k-master-row.k-selected:hover .k-grid-row-sticky,
|
|
27842
|
-
.k-master-row.k-state-selected.k-state-hover .k-grid-content-sticky,
|
|
27843
27706
|
.k-master-row.k-selected.k-hover .k-grid-content-sticky,
|
|
27844
|
-
.k-master-row.k-state-selected.k-state-hover .k-grid-row-sticky,
|
|
27845
27707
|
.k-master-row.k-selected.k-hover .k-grid-row-sticky,
|
|
27846
|
-
.k-master-row:hover td.k-grid-content-sticky.k-state-selected,
|
|
27847
27708
|
.k-master-row:hover td.k-grid-content-sticky.k-selected,
|
|
27848
|
-
.k-master-row.k-state-hover td.k-grid-content-sticky.k-state-selected,
|
|
27849
27709
|
.k-master-row.k-hover td.k-grid-content-sticky.k-selected {
|
|
27850
27710
|
background-color: rgba(151, 55, 0, 0.31);
|
|
27851
27711
|
}
|
|
@@ -27857,7 +27717,7 @@ kendo-grid .k-grid-content-sticky {
|
|
|
27857
27717
|
background-color: #ffffff;
|
|
27858
27718
|
}
|
|
27859
27719
|
|
|
27860
|
-
kendo-grid .k-grid-content-sticky:hover, kendo-grid .k-grid-content-sticky.k-
|
|
27720
|
+
kendo-grid .k-grid-content-sticky:hover, kendo-grid .k-grid-content-sticky.k-hover {
|
|
27861
27721
|
background-color: #ebebeb;
|
|
27862
27722
|
}
|
|
27863
27723
|
|
|
@@ -27868,7 +27728,6 @@ kendo-grid .k-grid-row-sticky td {
|
|
|
27868
27728
|
}
|
|
27869
27729
|
|
|
27870
27730
|
kendo-grid .k-grid-row-sticky:hover td,
|
|
27871
|
-
kendo-grid .k-grid-row-sticky.k-state-hover td,
|
|
27872
27731
|
kendo-grid .k-grid-row-sticky.k-hover td {
|
|
27873
27732
|
background-color: #ebebeb;
|
|
27874
27733
|
}
|
|
@@ -27878,64 +27737,41 @@ kendo-grid .k-grid-row-sticky.k-alt td {
|
|
|
27878
27737
|
background-color: whitesmoke;
|
|
27879
27738
|
}
|
|
27880
27739
|
|
|
27881
|
-
kendo-grid tr.k-state-selected .k-grid-content-sticky,
|
|
27882
27740
|
kendo-grid tr.k-selected .k-grid-content-sticky,
|
|
27883
|
-
kendo-grid .k-state-selected.k-grid-row-sticky td,
|
|
27884
27741
|
kendo-grid .k-selected.k-grid-row-sticky td,
|
|
27885
|
-
kendo-grid .k-grid-row-sticky td.k-state-selected,
|
|
27886
27742
|
kendo-grid .k-grid-row-sticky td.k-selected,
|
|
27887
|
-
kendo-grid .k-state-selected.k-grid-content-sticky,
|
|
27888
27743
|
kendo-grid .k-selected.k-grid-content-sticky {
|
|
27889
27744
|
background-color: rgba(243, 88, 0, 0.25);
|
|
27890
27745
|
}
|
|
27891
27746
|
|
|
27892
|
-
kendo-grid tr.k-state-selected.k-alt .k-grid-content-sticky,
|
|
27893
27747
|
kendo-grid tr.k-selected.k-alt .k-grid-content-sticky,
|
|
27894
|
-
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky td,
|
|
27895
27748
|
kendo-grid .k-selected.k-alt.k-grid-row-sticky td,
|
|
27896
|
-
kendo-grid .k-alt .k-state-selected.k-grid-content-sticky,
|
|
27897
27749
|
kendo-grid .k-alt .k-selected.k-grid-content-sticky {
|
|
27898
27750
|
background-color: rgba(188, 68, 0, 0.28);
|
|
27899
27751
|
}
|
|
27900
27752
|
|
|
27901
27753
|
kendo-grid tr:hover .k-grid-content-sticky,
|
|
27902
|
-
kendo-grid tr.k-state-hover .k-grid-content-sticky,
|
|
27903
27754
|
kendo-grid tr.k-hover .k-grid-content-sticky,
|
|
27904
27755
|
kendo-grid .k-grid-row-sticky:hover td,
|
|
27905
|
-
kendo-grid .k-grid-row-sticky.k-state-hover td,
|
|
27906
27756
|
kendo-grid .k-grid-row-sticky.k-hover td,
|
|
27907
27757
|
kendo-grid .k-grid-row-sticky.k-alt:hover td,
|
|
27908
|
-
kendo-grid .k-grid-row-sticky.k-alt.k-state-hover td,
|
|
27909
27758
|
kendo-grid .k-grid-row-sticky.k-alt.k-hover td,
|
|
27910
27759
|
kendo-grid .k-alt:hover .k-grid-content-sticky,
|
|
27911
|
-
kendo-grid .k-alt.k-state-hover .k-grid-content-sticky,
|
|
27912
27760
|
kendo-grid .k-alt.k-hover .k-grid-content-sticky {
|
|
27913
27761
|
background-color: #ebebeb;
|
|
27914
27762
|
}
|
|
27915
27763
|
|
|
27916
|
-
kendo-grid tr.k-state-selected:hover .k-grid-content-sticky,
|
|
27917
27764
|
kendo-grid tr.k-selected:hover .k-grid-content-sticky,
|
|
27918
|
-
kendo-grid tr.k-state-selected.k-state-hover .k-grid-content-sticky,
|
|
27919
27765
|
kendo-grid tr.k-selected.k-hover .k-grid-content-sticky,
|
|
27920
|
-
kendo-grid .k-state-selected.k-grid-row-sticky:hover td,
|
|
27921
27766
|
kendo-grid .k-selected.k-grid-row-sticky:hover td,
|
|
27922
|
-
kendo-grid .k-state-selected.k-grid-row-sticky.k-state-hover td,
|
|
27923
27767
|
kendo-grid .k-selected.k-grid-row-sticky.k-hover td,
|
|
27924
|
-
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky:hover td,
|
|
27925
27768
|
kendo-grid .k-selected.k-alt.k-grid-row-sticky:hover td,
|
|
27926
|
-
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td,
|
|
27927
27769
|
kendo-grid .k-selected.k-alt.k-grid-row-sticky.k-hover td,
|
|
27928
|
-
kendo-grid tr.k-state-selected.k-alt:hover .k-grid-content-sticky,
|
|
27929
27770
|
kendo-grid tr.k-selected.k-alt:hover .k-grid-content-sticky,
|
|
27930
|
-
kendo-grid tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky,
|
|
27931
27771
|
kendo-grid tr.k-selected.k-alt.k-hover .k-grid-content-sticky,
|
|
27932
|
-
kendo-grid .k-grid-row-sticky:hover td.k-state-selected,
|
|
27933
27772
|
kendo-grid .k-grid-row-sticky:hover td.k-selected,
|
|
27934
|
-
kendo-grid .k-grid-row-sticky.k-state-hover td.k-state-selected,
|
|
27935
27773
|
kendo-grid .k-grid-row-sticky.k-hover td.k-selected,
|
|
27936
|
-
kendo-grid tr:hover .k-grid-content-sticky.k-state-selected,
|
|
27937
27774
|
kendo-grid tr:hover .k-grid-content-sticky.k-selected,
|
|
27938
|
-
kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected,
|
|
27939
27775
|
kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
27940
27776
|
background-color: rgba(151, 55, 0, 0.31);
|
|
27941
27777
|
}
|
|
@@ -27945,7 +27781,6 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
27945
27781
|
}
|
|
27946
27782
|
|
|
27947
27783
|
.k-grouping-row:hover .k-grid-content-sticky,
|
|
27948
|
-
.k-grouping-row.k-state-hover .k-grid-content-sticky,
|
|
27949
27784
|
.k-grouping-row.k-hover .k-grid-content-sticky {
|
|
27950
27785
|
background-color: #ebebeb;
|
|
27951
27786
|
}
|
|
@@ -27957,12 +27792,11 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
27957
27792
|
}
|
|
27958
27793
|
|
|
27959
27794
|
.k-columnmenu-item:focus,
|
|
27960
|
-
.k-columnmenu-item.k-state-focus,
|
|
27961
27795
|
.k-columnmenu-item.k-focus {
|
|
27962
27796
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
27963
27797
|
}
|
|
27964
27798
|
|
|
27965
|
-
.k-columnmenu-item.k-
|
|
27799
|
+
.k-columnmenu-item.k-selected {
|
|
27966
27800
|
color: white;
|
|
27967
27801
|
background-color: #f35800;
|
|
27968
27802
|
}
|
|
@@ -27973,17 +27807,17 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
27973
27807
|
background-color: #ffffff;
|
|
27974
27808
|
}
|
|
27975
27809
|
|
|
27976
|
-
.k-column-menu .k-menu:not(.k-context-menu) .k-item:hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-
|
|
27810
|
+
.k-column-menu .k-menu:not(.k-context-menu) .k-item:hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-hover {
|
|
27977
27811
|
color: #272727;
|
|
27978
27812
|
background-color: #dddddd;
|
|
27979
27813
|
}
|
|
27980
27814
|
|
|
27981
|
-
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-
|
|
27815
|
+
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-selected {
|
|
27982
27816
|
color: white;
|
|
27983
27817
|
background-color: #f35800;
|
|
27984
27818
|
}
|
|
27985
27819
|
|
|
27986
|
-
.k-column-menu .k-menu:not(.k-context-menu) .k-item:focus, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-
|
|
27820
|
+
.k-column-menu .k-menu:not(.k-context-menu) .k-item:focus, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-focus {
|
|
27987
27821
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
27988
27822
|
}
|
|
27989
27823
|
|
|
@@ -28136,12 +27970,10 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28136
27970
|
background-color: #ffffff;
|
|
28137
27971
|
}
|
|
28138
27972
|
|
|
28139
|
-
.k-listview-content > .k-state-focused,
|
|
28140
27973
|
.k-listview-content > .k-focus {
|
|
28141
27974
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
28142
27975
|
}
|
|
28143
27976
|
|
|
28144
|
-
.k-listview-content > .k-state-selected,
|
|
28145
27977
|
.k-listview-content > .k-selected {
|
|
28146
27978
|
background-color: rgba(243, 88, 0, 0.25);
|
|
28147
27979
|
}
|
|
@@ -28389,7 +28221,6 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28389
28221
|
overflow: hidden;
|
|
28390
28222
|
}
|
|
28391
28223
|
|
|
28392
|
-
.k-spreadsheet-view .k-state-disabled,
|
|
28393
28224
|
.k-spreadsheet-view .k-disabled {
|
|
28394
28225
|
pointer-events: auto;
|
|
28395
28226
|
}
|
|
@@ -28400,7 +28231,6 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28400
28231
|
border-color: inherit;
|
|
28401
28232
|
box-sizing: border-box;
|
|
28402
28233
|
-webkit-user-select: none;
|
|
28403
|
-
-moz-user-select: none;
|
|
28404
28234
|
-ms-user-select: none;
|
|
28405
28235
|
user-select: none;
|
|
28406
28236
|
position: absolute;
|
|
@@ -28724,12 +28554,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28724
28554
|
|
|
28725
28555
|
.k-spreadsheet-filter-menu > .k-menu .k-link,
|
|
28726
28556
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
|
|
28727
|
-
padding-left:
|
|
28557
|
+
padding-left: 24px;
|
|
28728
28558
|
}
|
|
28729
28559
|
|
|
28730
28560
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
28731
28561
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
|
|
28732
|
-
margin-left:
|
|
28562
|
+
margin-left: -20px;
|
|
28733
28563
|
margin-right: 4px;
|
|
28734
28564
|
}
|
|
28735
28565
|
|
|
@@ -28937,7 +28767,6 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28937
28767
|
}
|
|
28938
28768
|
|
|
28939
28769
|
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
|
|
28940
|
-
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div,
|
|
28941
28770
|
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-hover div {
|
|
28942
28771
|
margin: 0;
|
|
28943
28772
|
align-self: center;
|
|
@@ -29029,7 +28858,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29029
28858
|
cursor: nwse-resize;
|
|
29030
28859
|
}
|
|
29031
28860
|
|
|
29032
|
-
.k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-
|
|
28861
|
+
.k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-hover {
|
|
29033
28862
|
border-radius: 4px;
|
|
29034
28863
|
}
|
|
29035
28864
|
|
|
@@ -29167,14 +28996,14 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29167
28996
|
background-color: #dddddd;
|
|
29168
28997
|
}
|
|
29169
28998
|
|
|
29170
|
-
.k-spreadsheet-filter.k-
|
|
28999
|
+
.k-spreadsheet-filter.k-active {
|
|
29171
29000
|
border-color: #a3a3a3;
|
|
29172
29001
|
background-color: #cacaca;
|
|
29173
29002
|
}
|
|
29174
29003
|
|
|
29175
|
-
.k-spreadsheet-filter-menu > .k-menu .k-item
|
|
29004
|
+
.k-spreadsheet-filter-menu > .k-menu .k-item:hover,
|
|
29176
29005
|
.k-spreadsheet-filter-menu > .k-menu .k-item.k-hover,
|
|
29177
|
-
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item
|
|
29006
|
+
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item:hover,
|
|
29178
29007
|
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item.k-hover {
|
|
29179
29008
|
color: #272727;
|
|
29180
29009
|
background-color: #dddddd;
|
|
@@ -29187,16 +29016,13 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29187
29016
|
}
|
|
29188
29017
|
|
|
29189
29018
|
.k-spreadsheet-popup .k-button:hover,
|
|
29190
|
-
.k-spreadsheet-popup .k-button.k-state-hover,
|
|
29191
29019
|
.k-spreadsheet-popup .k-button.k-hover {
|
|
29192
29020
|
color: #272727;
|
|
29193
29021
|
background-color: #dddddd;
|
|
29194
29022
|
}
|
|
29195
29023
|
|
|
29196
29024
|
.k-spreadsheet-popup .k-button:active,
|
|
29197
|
-
.k-spreadsheet-popup .k-button.k-state-active,
|
|
29198
29025
|
.k-spreadsheet-popup .k-button.k-active,
|
|
29199
|
-
.k-spreadsheet-popup .k-button.k-state-selected,
|
|
29200
29026
|
.k-spreadsheet-popup .k-button.k-selected {
|
|
29201
29027
|
color: white;
|
|
29202
29028
|
background-color: #f35800;
|
|
@@ -29206,12 +29032,11 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29206
29032
|
border-color: #cacaca;
|
|
29207
29033
|
}
|
|
29208
29034
|
|
|
29209
|
-
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-
|
|
29035
|
+
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-hover {
|
|
29210
29036
|
box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
|
|
29211
29037
|
}
|
|
29212
29038
|
|
|
29213
29039
|
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
|
|
29214
|
-
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div,
|
|
29215
29040
|
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-hover div {
|
|
29216
29041
|
color: #ffffff;
|
|
29217
29042
|
}
|
|
@@ -29395,7 +29220,9 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29395
29220
|
border-style: solid;
|
|
29396
29221
|
box-sizing: border-box;
|
|
29397
29222
|
cursor: pointer;
|
|
29398
|
-
user-select: none;
|
|
29223
|
+
-webkit-user-select: none;
|
|
29224
|
+
-ms-user-select: none;
|
|
29225
|
+
user-select: none;
|
|
29399
29226
|
}
|
|
29400
29227
|
|
|
29401
29228
|
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
@@ -29406,7 +29233,8 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29406
29233
|
|
|
29407
29234
|
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
29408
29235
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
29409
|
-
writing-mode:
|
|
29236
|
+
-ms-writing-mode: tb-rl;
|
|
29237
|
+
writing-mode: vertical-rl;
|
|
29410
29238
|
}
|
|
29411
29239
|
|
|
29412
29240
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
@@ -29431,19 +29259,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29431
29259
|
}
|
|
29432
29260
|
|
|
29433
29261
|
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
29434
|
-
right: calc(
|
|
29262
|
+
right: calc(1.4285714286em + 10px);
|
|
29435
29263
|
}
|
|
29436
29264
|
|
|
29437
29265
|
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
|
|
29438
|
-
left: calc(
|
|
29266
|
+
left: calc(1.4285714286em + 10px);
|
|
29439
29267
|
}
|
|
29440
29268
|
|
|
29441
29269
|
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
29442
|
-
bottom: calc(
|
|
29270
|
+
bottom: calc(1.4285714286em + 10px);
|
|
29443
29271
|
}
|
|
29444
29272
|
|
|
29445
29273
|
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
|
|
29446
|
-
top: calc(
|
|
29274
|
+
top: calc(1.4285714286em + 10px);
|
|
29447
29275
|
}
|
|
29448
29276
|
|
|
29449
29277
|
.k-pivotgrid-configurator-header {
|
|
@@ -29897,21 +29725,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29897
29725
|
background-color: #ebebeb;
|
|
29898
29726
|
}
|
|
29899
29727
|
|
|
29900
|
-
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-state-hover,
|
|
29901
|
-
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
|
|
29902
29728
|
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row:hover,
|
|
29903
|
-
.k-pivotgrid-
|
|
29904
|
-
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
|
|
29729
|
+
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
|
|
29905
29730
|
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
|
|
29906
|
-
.k-pivotgrid-
|
|
29907
|
-
.k-pivotgrid-values tbody > .k-pivotgrid-row
|
|
29908
|
-
.k-pivotgrid-values tbody > .k-pivotgrid-row
|
|
29731
|
+
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
|
|
29732
|
+
.k-pivotgrid-values tbody > .k-pivotgrid-row:hover,
|
|
29733
|
+
.k-pivotgrid-values tbody > .k-pivotgrid-row.k-hover {
|
|
29909
29734
|
background-color: #ededed;
|
|
29910
29735
|
}
|
|
29911
29736
|
|
|
29912
|
-
.k-pivotgrid-cell.k-state-focus,
|
|
29913
|
-
.k-pivotgrid-cell.k-focus,
|
|
29914
29737
|
.k-pivotgrid-cell:focus,
|
|
29738
|
+
.k-pivotgrid-cell.k-focus,
|
|
29739
|
+
.k-pivotgrid-empty-cell:focus,
|
|
29740
|
+
.k-pivotgrid-empty-cell.k-focus,
|
|
29915
29741
|
.k-master-row > .k-pivotgrid-cell:focus,
|
|
29916
29742
|
.k-grouping-row > .k-pivotgrid-cell:focus,
|
|
29917
29743
|
.k-detail-row > .k-pivotgrid-cell:focus,
|
|
@@ -29919,9 +29745,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29919
29745
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
29920
29746
|
}
|
|
29921
29747
|
|
|
29922
|
-
.k-pivotgrid-cell.k-state-selected,
|
|
29923
29748
|
.k-pivotgrid-cell.k-selected,
|
|
29924
|
-
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell,
|
|
29925
29749
|
.k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
|
|
29926
29750
|
background-color: rgba(243, 88, 0, 0.25);
|
|
29927
29751
|
}
|
|
@@ -30063,7 +29887,6 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30063
29887
|
}
|
|
30064
29888
|
|
|
30065
29889
|
.k-treelist .k-treelist-dragging,
|
|
30066
|
-
.k-treelist .k-treelist-dragging .k-state-hover,
|
|
30067
29890
|
.k-treelist .k-treelist-dragging .k-hover {
|
|
30068
29891
|
cursor: default;
|
|
30069
29892
|
}
|
|
@@ -30204,7 +30027,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30204
30027
|
content: "";
|
|
30205
30028
|
position: absolute;
|
|
30206
30029
|
width: 1px;
|
|
30207
|
-
top:
|
|
30030
|
+
top: -5px;
|
|
30208
30031
|
bottom: 50%;
|
|
30209
30032
|
left: -8px;
|
|
30210
30033
|
}
|
|
@@ -30391,7 +30214,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30391
30214
|
.k-filemanager-preview {
|
|
30392
30215
|
padding: 48px 16px 16px;
|
|
30393
30216
|
width: 20%;
|
|
30394
|
-
min-height:
|
|
30217
|
+
min-height: 304px;
|
|
30395
30218
|
border-width: 0;
|
|
30396
30219
|
border-left-width: 1px;
|
|
30397
30220
|
border-style: solid;
|
|
@@ -30490,7 +30313,6 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30490
30313
|
color: #6c6c6c;
|
|
30491
30314
|
}
|
|
30492
30315
|
|
|
30493
|
-
.k-filemanager-listview .k-listview-item.k-state-selected .k-file-icon,
|
|
30494
30316
|
.k-filemanager-listview .k-listview-item.k-selected .k-file-icon {
|
|
30495
30317
|
border-color: transparent;
|
|
30496
30318
|
color: inherit;
|
|
@@ -30666,7 +30488,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30666
30488
|
overflow-wrap: anywhere;
|
|
30667
30489
|
}
|
|
30668
30490
|
|
|
30669
|
-
.k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-focus, .k-taskboard-card .k-card-title
|
|
30491
|
+
.k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-focus, .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover {
|
|
30670
30492
|
text-decoration: underline;
|
|
30671
30493
|
}
|
|
30672
30494
|
|
|
@@ -30710,7 +30532,6 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30710
30532
|
}
|
|
30711
30533
|
|
|
30712
30534
|
.k-taskboard-column:focus,
|
|
30713
|
-
.k-taskboard-column.k-state-focus,
|
|
30714
30535
|
.k-taskboard-column.k-focus {
|
|
30715
30536
|
border-color: #a2a2a2;
|
|
30716
30537
|
}
|
|
@@ -30739,29 +30560,29 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30739
30560
|
color: #f35800;
|
|
30740
30561
|
}
|
|
30741
30562
|
|
|
30742
|
-
.k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-focus
|
|
30563
|
+
.k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-focus {
|
|
30743
30564
|
color: #cc4a00;
|
|
30744
30565
|
}
|
|
30745
30566
|
|
|
30746
|
-
.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover
|
|
30567
|
+
.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover {
|
|
30747
30568
|
color: #cc4a00;
|
|
30748
30569
|
}
|
|
30749
30570
|
|
|
30750
|
-
.k-taskboard-card:focus, .k-taskboard-card.k-focus
|
|
30571
|
+
.k-taskboard-card:focus, .k-taskboard-card.k-focus {
|
|
30751
30572
|
border-color: #a6a6a6;
|
|
30752
30573
|
box-shadow: none;
|
|
30753
30574
|
}
|
|
30754
30575
|
|
|
30755
|
-
.k-taskboard-card:hover, .k-taskboard-card.k-hover
|
|
30576
|
+
.k-taskboard-card:hover, .k-taskboard-card.k-hover {
|
|
30756
30577
|
border-color: #b6b6b6;
|
|
30757
30578
|
}
|
|
30758
30579
|
|
|
30759
|
-
.k-taskboard-card.k-selected
|
|
30580
|
+
.k-taskboard-card.k-selected {
|
|
30760
30581
|
border-color: #f9ab7f;
|
|
30761
30582
|
box-shadow: none;
|
|
30762
30583
|
}
|
|
30763
30584
|
|
|
30764
|
-
.k-taskboard-card.k-disabled
|
|
30585
|
+
.k-taskboard-card.k-disabled {
|
|
30765
30586
|
outline: none;
|
|
30766
30587
|
cursor: default;
|
|
30767
30588
|
opacity: 0.6;
|
|
@@ -30823,7 +30644,6 @@ kendo-editor.k-readonly .k-editor-content {
|
|
|
30823
30644
|
pointer-events: auto;
|
|
30824
30645
|
}
|
|
30825
30646
|
|
|
30826
|
-
kendo-editor.k-readonly .k-editor-content.k-state-focused,
|
|
30827
30647
|
kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
30828
30648
|
outline-width: 1px;
|
|
30829
30649
|
outline-style: dashed;
|
|
@@ -30945,8 +30765,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
30945
30765
|
|
|
30946
30766
|
.k-editor-toolbar .k-tool {
|
|
30947
30767
|
padding: 4px;
|
|
30948
|
-
width: calc(
|
|
30949
|
-
height: calc(
|
|
30768
|
+
width: calc(1.4285714286em + 10px);
|
|
30769
|
+
height: calc(1.4285714286em + 10px);
|
|
30950
30770
|
}
|
|
30951
30771
|
|
|
30952
30772
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -31008,7 +30828,9 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31008
30828
|
float: left;
|
|
31009
30829
|
opacity: 1;
|
|
31010
30830
|
cursor: text;
|
|
31011
|
-
user-select: none;
|
|
30831
|
+
-webkit-user-select: none;
|
|
30832
|
+
-ms-user-select: none;
|
|
30833
|
+
user-select: none;
|
|
31012
30834
|
}
|
|
31013
30835
|
|
|
31014
30836
|
td.k-editor-content {
|
|
@@ -31068,7 +30890,8 @@ td.k-editor-content {
|
|
|
31068
30890
|
cursor: se-resize;
|
|
31069
30891
|
}
|
|
31070
30892
|
|
|
31071
|
-
.k-editor .k-resize-handle .k-i-arrow-45-down-right
|
|
30893
|
+
.k-editor .k-resize-handle .k-i-arrow-45-down-right,
|
|
30894
|
+
.k-editor .k-resize-handle .k-i-caret-br {
|
|
31072
30895
|
display: none;
|
|
31073
30896
|
}
|
|
31074
30897
|
|
|
@@ -31118,7 +30941,7 @@ td.k-editor-content {
|
|
|
31118
30941
|
|
|
31119
30942
|
.k-editor-dialog .k-edit-label {
|
|
31120
30943
|
width: 30%;
|
|
31121
|
-
padding:
|
|
30944
|
+
padding: 5px 0;
|
|
31122
30945
|
}
|
|
31123
30946
|
|
|
31124
30947
|
.k-editor-dialog .k-edit-field {
|
|
@@ -31252,7 +31075,7 @@ td.k-editor-content {
|
|
|
31252
31075
|
margin: auto;
|
|
31253
31076
|
}
|
|
31254
31077
|
|
|
31255
|
-
.k-filebrowser .k-tile-empty.k-
|
|
31078
|
+
.k-filebrowser .k-tile-empty.k-selected {
|
|
31256
31079
|
color: inherit;
|
|
31257
31080
|
border-width: 0;
|
|
31258
31081
|
background-image: none;
|
|
@@ -31447,7 +31270,6 @@ td.k-editor-content {
|
|
|
31447
31270
|
background-color: #ffffff;
|
|
31448
31271
|
}
|
|
31449
31272
|
|
|
31450
|
-
kendo-editor.k-readonly .k-editor-content.k-state-focused,
|
|
31451
31273
|
kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
31452
31274
|
outline-color: #272727;
|
|
31453
31275
|
}
|
|
@@ -31470,7 +31292,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31470
31292
|
background-color: #00b0ff;
|
|
31471
31293
|
}
|
|
31472
31294
|
|
|
31473
|
-
.k-editor-inline:hover, .k-editor-inline.k-
|
|
31295
|
+
.k-editor-inline:hover, .k-editor-inline.k-active, .k-editor-inline.k-active {
|
|
31474
31296
|
border-color: #cacaca;
|
|
31475
31297
|
}
|
|
31476
31298
|
|
|
@@ -31483,7 +31305,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31483
31305
|
outline-color: #8cf;
|
|
31484
31306
|
}
|
|
31485
31307
|
|
|
31486
|
-
.k-ct-popup .k-state-selected,
|
|
31487
31308
|
.k-ct-popup .k-selected {
|
|
31488
31309
|
border-color: #cc4a00;
|
|
31489
31310
|
color: white;
|
|
@@ -31547,7 +31368,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31547
31368
|
|
|
31548
31369
|
.k-imageeditor-action-pane {
|
|
31549
31370
|
padding: 32px 16px;
|
|
31550
|
-
width:
|
|
31371
|
+
width: 241px;
|
|
31551
31372
|
border-width: 0;
|
|
31552
31373
|
border-left-width: 1px;
|
|
31553
31374
|
border-style: solid;
|
|
@@ -31595,14 +31416,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31595
31416
|
|
|
31596
31417
|
.k-imageeditor-crop .k-resize-n,
|
|
31597
31418
|
.k-imageeditor-crop .k-resize-s {
|
|
31598
|
-
left: calc(
|
|
31419
|
+
left: calc(50% - 7.5px);
|
|
31599
31420
|
width: 15px;
|
|
31600
31421
|
height: 0;
|
|
31601
31422
|
}
|
|
31602
31423
|
|
|
31603
31424
|
.k-imageeditor-crop .k-resize-w,
|
|
31604
31425
|
.k-imageeditor-crop .k-resize-e {
|
|
31605
|
-
top: calc(
|
|
31426
|
+
top: calc(50% - 7.5px);
|
|
31606
31427
|
width: 0;
|
|
31607
31428
|
height: 15px;
|
|
31608
31429
|
}
|
|
@@ -31653,7 +31474,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31653
31474
|
.k-imageeditor-canvas {
|
|
31654
31475
|
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;
|
|
31655
31476
|
background-repeat: repeat, repeat;
|
|
31656
|
-
background-position: 0px 0px,
|
|
31477
|
+
background-position: 0px 0px, 5px 5px;
|
|
31657
31478
|
transform-origin: 0 0 0;
|
|
31658
31479
|
background-origin: padding-box, padding-box;
|
|
31659
31480
|
background-size: 10px 10px, 10px 10px;
|
|
@@ -31698,7 +31519,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31698
31519
|
}
|
|
31699
31520
|
|
|
31700
31521
|
.k-gantt .k-grid-header tr {
|
|
31701
|
-
height: calc(
|
|
31522
|
+
height: calc(1.4285714286em + 17px);
|
|
31702
31523
|
}
|
|
31703
31524
|
|
|
31704
31525
|
.k-gantt .k-grid-header .k-header {
|
|
@@ -31710,11 +31531,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31710
31531
|
}
|
|
31711
31532
|
|
|
31712
31533
|
.k-gantt .k-grid-content tr {
|
|
31713
|
-
height: calc(
|
|
31534
|
+
height: calc(1.4285714286em + 16px);
|
|
31714
31535
|
}
|
|
31715
31536
|
|
|
31716
31537
|
.k-gantt.k-gantt-planned .k-grid-content tr {
|
|
31717
|
-
height: calc(
|
|
31538
|
+
height: calc(2.4285714286em + 16px);
|
|
31718
31539
|
}
|
|
31719
31540
|
|
|
31720
31541
|
.k-gantt .k-gantt-layout {
|
|
@@ -31758,7 +31579,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31758
31579
|
white-space: nowrap;
|
|
31759
31580
|
}
|
|
31760
31581
|
|
|
31761
|
-
.k-gantt .k-treelist-scrollable tr.k-state-selected > td:last-child,
|
|
31762
31582
|
.k-gantt .k-treelist-scrollable tr.k-selected > td:last-child {
|
|
31763
31583
|
background: transparent;
|
|
31764
31584
|
}
|
|
@@ -31881,8 +31701,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31881
31701
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
31882
31702
|
.k-gantt-toolbar .k-gantt-create {
|
|
31883
31703
|
padding: 4px;
|
|
31884
|
-
width: calc(
|
|
31885
|
-
height: calc(
|
|
31704
|
+
width: calc(1.4285714286em + 10px);
|
|
31705
|
+
height: calc(1.4285714286em + 10px);
|
|
31886
31706
|
}
|
|
31887
31707
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
31888
31708
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -31918,7 +31738,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31918
31738
|
}
|
|
31919
31739
|
|
|
31920
31740
|
.k-gantt-treelist .k-grid-header tr {
|
|
31921
|
-
height: calc(
|
|
31741
|
+
height: calc(2.8571428572em + 34px);
|
|
31922
31742
|
vertical-align: bottom;
|
|
31923
31743
|
}
|
|
31924
31744
|
|
|
@@ -31932,7 +31752,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31932
31752
|
}
|
|
31933
31753
|
|
|
31934
31754
|
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
|
|
31935
|
-
height: calc(
|
|
31755
|
+
height: calc(1.4285714286em + 17px);
|
|
31936
31756
|
}
|
|
31937
31757
|
|
|
31938
31758
|
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
|
|
@@ -32001,7 +31821,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32001
31821
|
position: absolute;
|
|
32002
31822
|
}
|
|
32003
31823
|
|
|
32004
|
-
.k-gantt-line.k-state-selected,
|
|
32005
31824
|
.k-gantt-line.k-selected {
|
|
32006
31825
|
z-index: 3;
|
|
32007
31826
|
}
|
|
@@ -32053,8 +31872,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32053
31872
|
}
|
|
32054
31873
|
|
|
32055
31874
|
.k-task-dot {
|
|
32056
|
-
width:
|
|
32057
|
-
height:
|
|
31875
|
+
width: 16px;
|
|
31876
|
+
height: 16px;
|
|
32058
31877
|
line-height: 1;
|
|
32059
31878
|
cursor: pointer;
|
|
32060
31879
|
display: none;
|
|
@@ -32083,7 +31902,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32083
31902
|
}
|
|
32084
31903
|
|
|
32085
31904
|
.k-task-dot:hover::before,
|
|
32086
|
-
.k-task-dot.k-state-hover::before,
|
|
32087
31905
|
.k-task-dot.k-hover::before {
|
|
32088
31906
|
border-width: 1px;
|
|
32089
31907
|
}
|
|
@@ -32325,7 +32143,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32325
32143
|
|
|
32326
32144
|
.k-task-planned .k-task-moment {
|
|
32327
32145
|
border-width: 2px;
|
|
32328
|
-
border-radius:
|
|
32146
|
+
border-radius: 5px;
|
|
32329
32147
|
border-style: solid;
|
|
32330
32148
|
height: 6px;
|
|
32331
32149
|
width: 6px;
|
|
@@ -32336,15 +32154,15 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32336
32154
|
}
|
|
32337
32155
|
|
|
32338
32156
|
.k-task-planned .k-task-moment.k-moment-left {
|
|
32339
|
-
margin-left:
|
|
32157
|
+
margin-left: -4px;
|
|
32340
32158
|
}
|
|
32341
32159
|
|
|
32342
32160
|
.k-task-planned:hover .k-task-duration {
|
|
32343
|
-
height:
|
|
32161
|
+
height: 3px;
|
|
32344
32162
|
}
|
|
32345
32163
|
|
|
32346
32164
|
.k-milestone-wrap .k-task-moment {
|
|
32347
|
-
margin-left:
|
|
32165
|
+
margin-left: 3px;
|
|
32348
32166
|
}
|
|
32349
32167
|
|
|
32350
32168
|
.k-planned-tooltip .k-task-content {
|
|
@@ -32552,7 +32370,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32552
32370
|
background-color: #272727;
|
|
32553
32371
|
}
|
|
32554
32372
|
|
|
32555
|
-
.k-gantt .k-treelist-scrollable .k-task-milestone.k-state-selected .k-task-milestone-content,
|
|
32556
32373
|
.k-gantt .k-treelist-scrollable .k-task-milestone.k-selected .k-task-milestone-content {
|
|
32557
32374
|
border-color: #cc4a00;
|
|
32558
32375
|
background-color: #f35800;
|
|
@@ -32563,7 +32380,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32563
32380
|
stroke: black;
|
|
32564
32381
|
}
|
|
32565
32382
|
|
|
32566
|
-
.k-gantt .k-gantt-dependencies-svg polyline.k-state-selected,
|
|
32567
32383
|
.k-gantt .k-gantt-dependencies-svg polyline.k-selected {
|
|
32568
32384
|
stroke: #f35800;
|
|
32569
32385
|
}
|
|
@@ -32586,7 +32402,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32586
32402
|
}
|
|
32587
32403
|
|
|
32588
32404
|
.k-task-dot:hover::before,
|
|
32589
|
-
.k-task-dot.k-state-hover::before,
|
|
32590
32405
|
.k-task-dot.k-hover::before {
|
|
32591
32406
|
border-color: #272727;
|
|
32592
32407
|
background-color: #ffffff;
|
|
@@ -32605,7 +32420,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32605
32420
|
background-color: #3ea44e;
|
|
32606
32421
|
}
|
|
32607
32422
|
|
|
32608
|
-
.k-task-milestone.k-state-selected,
|
|
32609
32423
|
.k-task-milestone.k-selected {
|
|
32610
32424
|
background-image: none;
|
|
32611
32425
|
border-color: #cc4a00;
|
|
@@ -32636,12 +32450,10 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32636
32450
|
color: #3ea44e;
|
|
32637
32451
|
}
|
|
32638
32452
|
|
|
32639
|
-
.k-task-summary.k-state-selected,
|
|
32640
32453
|
.k-task-summary.k-selected {
|
|
32641
32454
|
color: #f9a87a;
|
|
32642
32455
|
}
|
|
32643
32456
|
|
|
32644
|
-
.k-task-summary.k-state-selected .k-task-summary-complete,
|
|
32645
32457
|
.k-task-summary.k-selected .k-task-summary-complete {
|
|
32646
32458
|
color: #f35800;
|
|
32647
32459
|
}
|
|
@@ -32671,13 +32483,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32671
32483
|
background-color: #3ea44e;
|
|
32672
32484
|
}
|
|
32673
32485
|
|
|
32674
|
-
.k-task-single.k-state-selected,
|
|
32675
32486
|
.k-task-single.k-selected {
|
|
32676
32487
|
color: white;
|
|
32677
32488
|
background-color: #f9a87a;
|
|
32678
32489
|
}
|
|
32679
32490
|
|
|
32680
|
-
.k-task-single.k-state-selected .k-task-complete,
|
|
32681
32491
|
.k-task-single.k-selected .k-task-complete {
|
|
32682
32492
|
background-color: #f35800;
|
|
32683
32493
|
}
|
|
@@ -32686,7 +32496,6 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32686
32496
|
color: black;
|
|
32687
32497
|
}
|
|
32688
32498
|
|
|
32689
|
-
.k-gantt-line.k-state-selected,
|
|
32690
32499
|
.k-gantt-line.k-selected {
|
|
32691
32500
|
color: #f35800;
|
|
32692
32501
|
}
|
|
@@ -33145,7 +32954,7 @@ kendo-scheduler .k-event > div,
|
|
|
33145
32954
|
|
|
33146
32955
|
kendo-scheduler .k-event .k-event-template,
|
|
33147
32956
|
.k-event .k-event-template {
|
|
33148
|
-
line-height:
|
|
32957
|
+
line-height: 17px;
|
|
33149
32958
|
padding: 4px 8px;
|
|
33150
32959
|
}
|
|
33151
32960
|
|
|
@@ -33173,9 +32982,8 @@ kendo-scheduler .k-event .k-event-actions .k-event-delete,
|
|
|
33173
32982
|
visibility: hidden;
|
|
33174
32983
|
}
|
|
33175
32984
|
|
|
33176
|
-
kendo-scheduler .k-event .k-event-actions:hover .k-event-delete, kendo-scheduler .k-event .k-event-actions.k-
|
|
32985
|
+
kendo-scheduler .k-event .k-event-actions:hover .k-event-delete, kendo-scheduler .k-event .k-event-actions.k-hover .k-event-delete,
|
|
33177
32986
|
.k-event .k-event-actions:hover .k-event-delete,
|
|
33178
|
-
.k-event .k-event-actions.k-state-hover .k-event-delete,
|
|
33179
32987
|
.k-event .k-event-actions.k-hover .k-event-delete {
|
|
33180
32988
|
opacity: 1;
|
|
33181
32989
|
}
|
|
@@ -33256,13 +33064,10 @@ kendo-scheduler .k-event .k-resize-e::before,
|
|
|
33256
33064
|
}
|
|
33257
33065
|
|
|
33258
33066
|
kendo-scheduler .k-event:hover .k-event-actions .k-event-delete,
|
|
33259
|
-
kendo-scheduler .k-event:hover .k-resize-handle, kendo-scheduler .k-event.k-
|
|
33260
|
-
kendo-scheduler .k-event.k-state-hover .k-resize-handle, kendo-scheduler .k-event.k-hover .k-event-actions .k-event-delete,
|
|
33067
|
+
kendo-scheduler .k-event:hover .k-resize-handle, kendo-scheduler .k-event.k-hover .k-event-actions .k-event-delete,
|
|
33261
33068
|
kendo-scheduler .k-event.k-hover .k-resize-handle,
|
|
33262
33069
|
.k-event:hover .k-event-actions .k-event-delete,
|
|
33263
33070
|
.k-event:hover .k-resize-handle,
|
|
33264
|
-
.k-event.k-state-hover .k-event-actions .k-event-delete,
|
|
33265
|
-
.k-event.k-state-hover .k-resize-handle,
|
|
33266
33071
|
.k-event.k-hover .k-event-actions .k-event-delete,
|
|
33267
33072
|
.k-event.k-hover .k-resize-handle {
|
|
33268
33073
|
visibility: visible;
|
|
@@ -33477,11 +33282,9 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33477
33282
|
visibility: hidden;
|
|
33478
33283
|
}
|
|
33479
33284
|
|
|
33480
|
-
.k-scheduler-agendaview .k-state-hover .k-task > .k-event-delete,
|
|
33481
33285
|
.k-scheduler-agendaview .k-hover .k-task > .k-event-delete,
|
|
33482
33286
|
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-event-delete,
|
|
33483
33287
|
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover .k-event-delete,
|
|
33484
|
-
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete,
|
|
33485
33288
|
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-hover .k-event-delete {
|
|
33486
33289
|
visibility: visible;
|
|
33487
33290
|
}
|
|
@@ -33555,18 +33358,17 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33555
33358
|
position: relative;
|
|
33556
33359
|
}
|
|
33557
33360
|
|
|
33558
|
-
.k-scheduler-yearview .k-calendar td.k-state-selected,
|
|
33559
33361
|
.k-scheduler-yearview .k-calendar td.k-selected {
|
|
33560
33362
|
background-color: inherit;
|
|
33561
33363
|
}
|
|
33562
33364
|
|
|
33563
33365
|
.k-scheduler-yearview .k-day-indicator {
|
|
33564
|
-
margin-top:
|
|
33366
|
+
margin-top: 24px;
|
|
33565
33367
|
width: 3px;
|
|
33566
33368
|
height: 3px;
|
|
33567
33369
|
border-radius: 50%;
|
|
33568
33370
|
position: absolute;
|
|
33569
|
-
left: calc(
|
|
33371
|
+
left: calc(50% - 1.5px);
|
|
33570
33372
|
}
|
|
33571
33373
|
|
|
33572
33374
|
.k-scheduler-tooltip {
|
|
@@ -33738,9 +33540,13 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33738
33540
|
float: right;
|
|
33739
33541
|
}
|
|
33740
33542
|
|
|
33543
|
+
.k-rtl .k-scheduler .k-i-caret-alt-left,
|
|
33544
|
+
.k-rtl .k-scheduler .k-i-caret-alt-right,
|
|
33741
33545
|
.k-rtl .k-scheduler .k-i-arrow-60-left,
|
|
33742
33546
|
.k-rtl .k-scheduler .k-i-arrow-60-right,
|
|
33743
|
-
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-
|
|
33547
|
+
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-caret-alt-left,
|
|
33548
|
+
.k-rtl.k-scheduler .k-i-caret-alt-right,
|
|
33549
|
+
.k-rtl.k-scheduler .k-i-arrow-60-left,
|
|
33744
33550
|
.k-rtl.k-scheduler .k-i-arrow-60-right,
|
|
33745
33551
|
.k-rtl.k-scheduler .k-current-time-arrow-right {
|
|
33746
33552
|
transform: scaleX(-1);
|
|
@@ -33829,9 +33635,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33829
33635
|
background-color: whitesmoke;
|
|
33830
33636
|
}
|
|
33831
33637
|
|
|
33832
|
-
.k-scheduler-layout td.k-state-selected,
|
|
33833
33638
|
.k-scheduler-layout td.k-selected,
|
|
33834
|
-
.k-scheduler-layout .k-scheduler-cell.k-state-selected,
|
|
33835
33639
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
33836
33640
|
background-color: rgba(243, 88, 0, 0.25);
|
|
33837
33641
|
}
|
|
@@ -33846,7 +33650,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33846
33650
|
background-color: #f57329;
|
|
33847
33651
|
}
|
|
33848
33652
|
|
|
33849
|
-
.k-event.k-
|
|
33653
|
+
.k-event.k-selected {
|
|
33850
33654
|
color: white;
|
|
33851
33655
|
background-color: #f35800;
|
|
33852
33656
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
@@ -33870,10 +33674,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33870
33674
|
}
|
|
33871
33675
|
|
|
33872
33676
|
.k-scheduler-agendaview .k-scheduler-content tr:hover,
|
|
33873
|
-
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover,
|
|
33874
33677
|
.k-scheduler-agendaview .k-scheduler-content tr.k-hover,
|
|
33875
33678
|
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover,
|
|
33876
|
-
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-state-hover,
|
|
33877
33679
|
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-hover {
|
|
33878
33680
|
border-color: #bababa;
|
|
33879
33681
|
color: #272727;
|
|
@@ -33883,23 +33685,18 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33883
33685
|
|
|
33884
33686
|
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-datecolumn,
|
|
33885
33687
|
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-groupcolumn,
|
|
33886
|
-
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
|
|
33887
33688
|
.k-scheduler-agendaview .k-scheduler-content tr.k-hover .k-scheduler-datecolumn,
|
|
33888
|
-
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn,
|
|
33889
33689
|
.k-scheduler-agendaview .k-scheduler-content tr.k-hover .k-scheduler-groupcolumn {
|
|
33890
33690
|
border-color: #cacaca;
|
|
33891
33691
|
color: #272727;
|
|
33892
33692
|
background-color: #ffffff;
|
|
33893
33693
|
}
|
|
33894
33694
|
|
|
33895
|
-
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected,
|
|
33896
33695
|
.k-scheduler-agendaview .k-scheduler-content tr.k-selected {
|
|
33897
33696
|
background-color: rgba(243, 88, 0, 0.25);
|
|
33898
33697
|
}
|
|
33899
33698
|
|
|
33900
|
-
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
|
|
33901
33699
|
.k-scheduler-agendaview .k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
|
|
33902
|
-
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn,
|
|
33903
33700
|
.k-scheduler-agendaview .k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
|
|
33904
33701
|
background-color: #ffffff;
|
|
33905
33702
|
}
|
|
@@ -33908,7 +33705,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33908
33705
|
background-color: #f35800;
|
|
33909
33706
|
}
|
|
33910
33707
|
|
|
33911
|
-
.k-scheduler-yearview .k-state-selected .k-day-indicator,
|
|
33912
33708
|
.k-scheduler-yearview .k-selected .k-day-indicator {
|
|
33913
33709
|
background-color: white;
|
|
33914
33710
|
}
|
|
@@ -34076,7 +33872,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34076
33872
|
text-decoration: underline;
|
|
34077
33873
|
}
|
|
34078
33874
|
|
|
34079
|
-
.k-chat .k-message.k-state-selected,
|
|
34080
33875
|
.k-chat .k-message.k-selected {
|
|
34081
33876
|
margin-bottom: 16px;
|
|
34082
33877
|
border: 0;
|
|
@@ -34084,12 +33879,10 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34084
33879
|
background: none;
|
|
34085
33880
|
}
|
|
34086
33881
|
|
|
34087
|
-
.k-chat .k-message.k-state-selected .k-message-time,
|
|
34088
33882
|
.k-chat .k-message.k-selected .k-message-time {
|
|
34089
33883
|
opacity: 1;
|
|
34090
33884
|
}
|
|
34091
33885
|
|
|
34092
|
-
.k-chat .k-message.k-state-selected .k-message-status,
|
|
34093
33886
|
.k-chat .k-message.k-selected .k-message-status {
|
|
34094
33887
|
height: 1.2em;
|
|
34095
33888
|
}
|
|
@@ -34123,11 +33916,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34123
33916
|
}
|
|
34124
33917
|
|
|
34125
33918
|
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34126
|
-
padding-left:
|
|
33919
|
+
padding-left: 40px;
|
|
34127
33920
|
}
|
|
34128
33921
|
|
|
34129
33922
|
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34130
|
-
padding-right:
|
|
33923
|
+
padding-right: 40px;
|
|
34131
33924
|
}
|
|
34132
33925
|
|
|
34133
33926
|
.k-author {
|
|
@@ -34161,7 +33954,9 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34161
33954
|
border-style: solid;
|
|
34162
33955
|
line-height: 18px;
|
|
34163
33956
|
cursor: pointer;
|
|
34164
|
-
user-select: none;
|
|
33957
|
+
-webkit-user-select: none;
|
|
33958
|
+
-ms-user-select: none;
|
|
33959
|
+
user-select: none;
|
|
34165
33960
|
display: inline-block;
|
|
34166
33961
|
flex: 0 0 auto;
|
|
34167
33962
|
transition-property: color, background-color, border-color;
|
|
@@ -34208,7 +34003,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34208
34003
|
align-items: center;
|
|
34209
34004
|
}
|
|
34210
34005
|
|
|
34211
|
-
.k-message-box:focus, .k-message-box.k-
|
|
34006
|
+
.k-message-box:focus, .k-message-box.k-focus, .k-message-box:focus-within {
|
|
34212
34007
|
outline: 0;
|
|
34213
34008
|
box-shadow: none;
|
|
34214
34009
|
}
|
|
@@ -34273,7 +34068,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34273
34068
|
flex: 0 0 auto;
|
|
34274
34069
|
}
|
|
34275
34070
|
|
|
34276
|
-
.k-chat .k-card-deck .k-card-wrap.k-
|
|
34071
|
+
.k-chat .k-card-deck .k-card-wrap.k-selected {
|
|
34277
34072
|
background: none;
|
|
34278
34073
|
}
|
|
34279
34074
|
|
|
@@ -34423,13 +34218,13 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34423
34218
|
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
|
|
34424
34219
|
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34425
34220
|
padding-left: 0;
|
|
34426
|
-
padding-right:
|
|
34221
|
+
padding-right: 40px;
|
|
34427
34222
|
}
|
|
34428
34223
|
|
|
34429
34224
|
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
|
|
34430
34225
|
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34431
34226
|
padding-right: 0;
|
|
34432
|
-
padding-left:
|
|
34227
|
+
padding-left: 40px;
|
|
34433
34228
|
}
|
|
34434
34229
|
|
|
34435
34230
|
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
|
|
@@ -34479,7 +34274,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34479
34274
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
|
34480
34275
|
}
|
|
34481
34276
|
|
|
34482
|
-
.k-chat .k-state-selected .k-bubble,
|
|
34483
34277
|
.k-chat .k-selected .k-bubble {
|
|
34484
34278
|
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
|
|
34485
34279
|
}
|
|
@@ -34495,7 +34289,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34495
34289
|
box-shadow: 0 1px 2px rgba(243, 88, 0, 0.2);
|
|
34496
34290
|
}
|
|
34497
34291
|
|
|
34498
|
-
.k-chat .k-alt .k-state-selected .k-bubble,
|
|
34499
34292
|
.k-chat .k-alt .k-selected .k-bubble {
|
|
34500
34293
|
box-shadow: 0 3px 10px rgba(243, 88, 0, 0.4);
|
|
34501
34294
|
}
|
|
@@ -34660,7 +34453,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34660
34453
|
border-radius: 4px;
|
|
34661
34454
|
line-height: 1.4285714286;
|
|
34662
34455
|
min-width: 80px;
|
|
34663
|
-
max-width:
|
|
34456
|
+
max-width: 160px;
|
|
34664
34457
|
position: relative;
|
|
34665
34458
|
z-index: 1;
|
|
34666
34459
|
}
|
|
@@ -34740,11 +34533,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34740
34533
|
}
|
|
34741
34534
|
|
|
34742
34535
|
.k-timeline-vertical {
|
|
34743
|
-
padding-left:
|
|
34536
|
+
padding-left: 127px;
|
|
34744
34537
|
}
|
|
34745
34538
|
|
|
34746
34539
|
.k-timeline-vertical.k-timeline-dates-hidden {
|
|
34747
|
-
padding-left:
|
|
34540
|
+
padding-left: 77px;
|
|
34748
34541
|
}
|
|
34749
34542
|
|
|
34750
34543
|
.k-timeline-vertical::after {
|
|
@@ -34787,7 +34580,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34787
34580
|
|
|
34788
34581
|
.k-timeline-vertical .k-timeline-card .k-card {
|
|
34789
34582
|
margin-left: 16px;
|
|
34790
|
-
min-height:
|
|
34583
|
+
min-height: 70px;
|
|
34791
34584
|
width: 400px;
|
|
34792
34585
|
max-width: 100%;
|
|
34793
34586
|
}
|
|
@@ -34939,9 +34732,9 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34939
34732
|
|
|
34940
34733
|
.k-timeline-horizontal .k-timeline-track-wrap::after {
|
|
34941
34734
|
top: auto;
|
|
34942
|
-
bottom:
|
|
34943
|
-
left:
|
|
34944
|
-
right:
|
|
34735
|
+
bottom: 18px;
|
|
34736
|
+
left: 28px;
|
|
34737
|
+
right: 28px;
|
|
34945
34738
|
transform: translateY(-50%);
|
|
34946
34739
|
height: 6px;
|
|
34947
34740
|
}
|
|
@@ -34958,7 +34751,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34958
34751
|
}
|
|
34959
34752
|
|
|
34960
34753
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
|
|
34961
|
-
margin-bottom:
|
|
34754
|
+
margin-bottom: 22px;
|
|
34962
34755
|
position: relative;
|
|
34963
34756
|
min-width: 60px;
|
|
34964
34757
|
}
|
|
@@ -34984,7 +34777,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
34984
34777
|
height: 30px;
|
|
34985
34778
|
border-radius: 50%;
|
|
34986
34779
|
position: absolute;
|
|
34987
|
-
bottom:
|
|
34780
|
+
bottom: 11px;
|
|
34988
34781
|
z-index: 3;
|
|
34989
34782
|
display: flex;
|
|
34990
34783
|
align-items: center;
|
|
@@ -35005,7 +34798,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35005
34798
|
}
|
|
35006
34799
|
|
|
35007
34800
|
.k-timeline-mobile .k-timeline-flag {
|
|
35008
|
-
max-width:
|
|
34801
|
+
max-width: 112px;
|
|
35009
34802
|
}
|
|
35010
34803
|
|
|
35011
34804
|
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
|
|
@@ -35013,11 +34806,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35013
34806
|
}
|
|
35014
34807
|
|
|
35015
34808
|
.k-timeline-mobile.k-timeline-vertical {
|
|
35016
|
-
padding-left:
|
|
34809
|
+
padding-left: 103px;
|
|
35017
34810
|
}
|
|
35018
34811
|
|
|
35019
34812
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
|
|
35020
|
-
padding-left:
|
|
34813
|
+
padding-left: 53px;
|
|
35021
34814
|
}
|
|
35022
34815
|
|
|
35023
34816
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
|
|
@@ -35066,7 +34859,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35066
34859
|
color: #272727;
|
|
35067
34860
|
}
|
|
35068
34861
|
|
|
35069
|
-
.k-timeline .k-timeline-arrow.k-state-disabled,
|
|
35070
34862
|
.k-timeline .k-timeline-arrow.k-disabled {
|
|
35071
34863
|
opacity: 1;
|
|
35072
34864
|
color: #737373;
|
|
@@ -35084,7 +34876,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35084
34876
|
background-color: #f35800;
|
|
35085
34877
|
}
|
|
35086
34878
|
|
|
35087
|
-
.k-timeline-track-item.k-state-focus .k-timeline-circle,
|
|
35088
34879
|
.k-timeline-track-item.k-focus .k-timeline-circle {
|
|
35089
34880
|
box-shadow: 0 3px 4px 0 rgba(243, 88, 0, 0.4);
|
|
35090
34881
|
}
|
|
@@ -35093,6 +34884,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35093
34884
|
border-width: 1px;
|
|
35094
34885
|
border-style: solid;
|
|
35095
34886
|
box-sizing: border-box;
|
|
34887
|
+
position: relative;
|
|
35096
34888
|
outline: 0;
|
|
35097
34889
|
font-family: inherit;
|
|
35098
34890
|
font-size: 14px;
|
|
@@ -35122,27 +34914,33 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35122
34914
|
overflow: visible;
|
|
35123
34915
|
}
|
|
35124
34916
|
|
|
35125
|
-
.k-pdf-viewer .k-
|
|
34917
|
+
.k-pdf-viewer .k-canvas {
|
|
34918
|
+
display: flex;
|
|
34919
|
+
flex-direction: column;
|
|
35126
34920
|
flex: 1 1 auto;
|
|
35127
34921
|
outline: none;
|
|
35128
34922
|
}
|
|
35129
34923
|
|
|
35130
|
-
.k-pdf-viewer .k-
|
|
34924
|
+
.k-pdf-viewer .k-canvas .k-enable-text-select, .k-pdf-viewer .k-canvas.k-enable-text-select {
|
|
35131
34925
|
-webkit-user-select: text;
|
|
35132
|
-
-moz-user-select: text;
|
|
35133
34926
|
-ms-user-select: text;
|
|
35134
34927
|
user-select: text;
|
|
35135
34928
|
cursor: text;
|
|
35136
34929
|
}
|
|
35137
34930
|
|
|
35138
|
-
.k-pdf-viewer .k-
|
|
34931
|
+
.k-pdf-viewer .k-canvas .k-enable-panning, .k-pdf-viewer .k-canvas.k-enable-panning {
|
|
35139
34932
|
cursor: grab;
|
|
35140
34933
|
}
|
|
35141
34934
|
|
|
35142
|
-
.k-pdf-viewer .k-
|
|
34935
|
+
.k-pdf-viewer .k-canvas .k-enable-panning span::selection,
|
|
34936
|
+
.k-pdf-viewer .k-canvas.k-enable-panning span::selection {
|
|
35143
34937
|
background-color: transparent;
|
|
35144
34938
|
}
|
|
35145
34939
|
|
|
34940
|
+
.k-pdf-viewer .k-pdf-viewer-pages {
|
|
34941
|
+
flex: 1 1 auto;
|
|
34942
|
+
}
|
|
34943
|
+
|
|
35146
34944
|
.k-pdf-viewer .k-page {
|
|
35147
34945
|
position: relative;
|
|
35148
34946
|
margin: 30px auto;
|
|
@@ -35171,11 +34969,38 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35171
34969
|
color: transparent;
|
|
35172
34970
|
}
|
|
35173
34971
|
|
|
34972
|
+
.k-pdf-viewer .k-page .k-text-layer .k-search-highlight-mark {
|
|
34973
|
+
color: transparent;
|
|
34974
|
+
}
|
|
34975
|
+
|
|
34976
|
+
.k-pdf-viewer .k-blank-page {
|
|
34977
|
+
margin: 0;
|
|
34978
|
+
display: flex;
|
|
34979
|
+
flex-flow: column nowrap;
|
|
34980
|
+
width: 100%;
|
|
34981
|
+
height: 100%;
|
|
34982
|
+
align-items: center;
|
|
34983
|
+
justify-content: center;
|
|
34984
|
+
background-color: inherit !important;
|
|
34985
|
+
}
|
|
34986
|
+
|
|
34987
|
+
.k-pdf-viewer .k-blank-page .k-upload,
|
|
34988
|
+
.k-pdf-viewer .k-blank-page .k-dropzone,
|
|
34989
|
+
.k-pdf-viewer .k-blank-page .k-dropzone-inner {
|
|
34990
|
+
border: 0;
|
|
34991
|
+
background: none;
|
|
34992
|
+
}
|
|
34993
|
+
|
|
34994
|
+
.k-pdf-viewer .k-blank-page > .k-icon {
|
|
34995
|
+
font-size: 48px;
|
|
34996
|
+
}
|
|
34997
|
+
|
|
35174
34998
|
.k-pdf-viewer-search-dialog {
|
|
35175
|
-
padding:
|
|
34999
|
+
padding: 0 !important;
|
|
35176
35000
|
}
|
|
35177
35001
|
|
|
35178
|
-
.k-
|
|
35002
|
+
.k-search-panel, .k-search-container {
|
|
35003
|
+
padding: 12px 8px;
|
|
35179
35004
|
display: flex;
|
|
35180
35005
|
gap: 8px;
|
|
35181
35006
|
flex-flow: row nowrap;
|
|
@@ -35184,22 +35009,32 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35184
35009
|
align-items: center;
|
|
35185
35010
|
}
|
|
35186
35011
|
|
|
35187
|
-
.k-
|
|
35012
|
+
.k-search-panel .k-search-dialog-draghandle, .k-search-container .k-search-dialog-draghandle {
|
|
35188
35013
|
cursor: move;
|
|
35189
35014
|
margin-left: 0;
|
|
35190
35015
|
}
|
|
35191
35016
|
|
|
35192
|
-
.k-
|
|
35017
|
+
.k-search-panel .k-textbox, .k-search-container .k-textbox {
|
|
35193
35018
|
width: 10em;
|
|
35194
35019
|
flex: none;
|
|
35195
35020
|
}
|
|
35196
35021
|
|
|
35197
|
-
.k-
|
|
35022
|
+
.k-search-panel .k-textbox .k-button, .k-search-container .k-textbox .k-button {
|
|
35198
35023
|
border-width: 0;
|
|
35199
35024
|
}
|
|
35200
35025
|
|
|
35201
|
-
.k-
|
|
35202
|
-
|
|
35026
|
+
.k-search-panel .k-search-matches, .k-search-container .k-search-matches {
|
|
35027
|
+
display: inline-flex;
|
|
35028
|
+
gap: 4px;
|
|
35029
|
+
}
|
|
35030
|
+
|
|
35031
|
+
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
35032
|
+
width: max-content;
|
|
35033
|
+
margin-top: calc(-1.4285714286em + -35px);
|
|
35034
|
+
border-width: 1px;
|
|
35035
|
+
border-style: solid;
|
|
35036
|
+
border-radius: 4px;
|
|
35037
|
+
z-index: 10;
|
|
35203
35038
|
}
|
|
35204
35039
|
|
|
35205
35040
|
.k-ie .k-pdf-viewer-search-dialog .k-search-container > * + * {
|
|
@@ -35223,13 +35058,30 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35223
35058
|
box-shadow: 0 0 15px #cacaca;
|
|
35224
35059
|
}
|
|
35225
35060
|
|
|
35061
|
+
.k-pdf-viewer .k-blank-page > .k-icon {
|
|
35062
|
+
color: #6c6c6c;
|
|
35063
|
+
}
|
|
35064
|
+
|
|
35226
35065
|
.k-pdf-viewer .k-search-highlight {
|
|
35227
35066
|
background-color: #272727;
|
|
35228
35067
|
}
|
|
35229
35068
|
|
|
35069
|
+
.k-pdf-viewer .k-search-highlight-mark {
|
|
35070
|
+
background-color: yellow;
|
|
35071
|
+
}
|
|
35072
|
+
|
|
35073
|
+
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
35074
|
+
border-color: #cacaca;
|
|
35075
|
+
color: #272727;
|
|
35076
|
+
background-color: #ffffff;
|
|
35077
|
+
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.12);
|
|
35078
|
+
}
|
|
35079
|
+
|
|
35230
35080
|
.km-scrollview,
|
|
35231
35081
|
.km-scroll-container {
|
|
35232
|
-
user-select: none;
|
|
35082
|
+
-webkit-user-select: none;
|
|
35083
|
+
-ms-user-select: none;
|
|
35084
|
+
user-select: none;
|
|
35233
35085
|
border-collapse: separate;
|
|
35234
35086
|
}
|
|
35235
35087
|
|
|
@@ -35344,7 +35196,9 @@ kendo-scrollview.k-scrollview,
|
|
|
35344
35196
|
|
|
35345
35197
|
.k-scrollview-wrap .k-scrollview img,
|
|
35346
35198
|
.k-scrollview .k-scrollview-wrap img {
|
|
35347
|
-
user-select: none;
|
|
35199
|
+
-webkit-user-select: none;
|
|
35200
|
+
-ms-user-select: none;
|
|
35201
|
+
user-select: none;
|
|
35348
35202
|
}
|
|
35349
35203
|
|
|
35350
35204
|
.k-scrollview-wrap .k-scrollview > li,
|
|
@@ -35366,20 +35220,20 @@ kendo-scrollview.k-scrollview,
|
|
|
35366
35220
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
35367
35221
|
display: flex;
|
|
35368
35222
|
flex-flow: row nowrap;
|
|
35369
|
-
width: calc(
|
|
35223
|
+
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
35370
35224
|
transition-duration: 0.3s;
|
|
35371
35225
|
transition-timing-function: ease-in-out;
|
|
35372
|
-
transform: translateX(calc(
|
|
35226
|
+
transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
35373
35227
|
}
|
|
35374
35228
|
|
|
35375
35229
|
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
|
|
35376
|
-
width: calc(
|
|
35377
|
-
flex: 0 0 calc(
|
|
35230
|
+
width: calc(100%/var(--kendo-scrollview-views, 1));
|
|
35231
|
+
flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
|
|
35378
35232
|
}
|
|
35379
35233
|
|
|
35380
35234
|
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
35381
35235
|
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
35382
|
-
transform: translateX(calc(
|
|
35236
|
+
transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
35383
35237
|
}
|
|
35384
35238
|
|
|
35385
35239
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
@@ -35391,7 +35245,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
|
35391
35245
|
left: 0;
|
|
35392
35246
|
right: 0;
|
|
35393
35247
|
bottom: 0;
|
|
35394
|
-
height:
|
|
35248
|
+
height: 50px;
|
|
35395
35249
|
text-align: center;
|
|
35396
35250
|
}
|
|
35397
35251
|
|
|
@@ -35467,7 +35321,9 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
35467
35321
|
height: 60%;
|
|
35468
35322
|
top: 20%;
|
|
35469
35323
|
text-decoration: none;
|
|
35470
|
-
user-select: none;
|
|
35324
|
+
-webkit-user-select: none;
|
|
35325
|
+
-ms-user-select: none;
|
|
35326
|
+
user-select: none;
|
|
35471
35327
|
cursor: pointer;
|
|
35472
35328
|
}
|
|
35473
35329
|
|
|
@@ -35565,24 +35421,21 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
35565
35421
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
35566
35422
|
}
|
|
35567
35423
|
|
|
35568
|
-
.k-scrollview-next:focus, .k-scrollview-next.k-
|
|
35424
|
+
.k-scrollview-next:focus, .k-scrollview-next.k-focus,
|
|
35569
35425
|
.k-scrollview-prev:focus,
|
|
35570
|
-
.k-scrollview-prev.k-state-focus,
|
|
35571
35426
|
.k-scrollview-prev.k-focus {
|
|
35572
35427
|
color: white;
|
|
35573
35428
|
opacity: 1;
|
|
35574
35429
|
}
|
|
35575
35430
|
|
|
35576
|
-
.k-scrollview-next:focus .k-icon::before, .k-scrollview-next.k-
|
|
35431
|
+
.k-scrollview-next:focus .k-icon::before, .k-scrollview-next.k-focus .k-icon::before,
|
|
35577
35432
|
.k-scrollview-prev:focus .k-icon::before,
|
|
35578
|
-
.k-scrollview-prev.k-state-focus .k-icon::before,
|
|
35579
35433
|
.k-scrollview-prev.k-focus .k-icon::before {
|
|
35580
35434
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
35581
35435
|
}
|
|
35582
35436
|
|
|
35583
|
-
.k-scrollview-next:hover, .k-scrollview-next.k-
|
|
35437
|
+
.k-scrollview-next:hover, .k-scrollview-next.k-hover,
|
|
35584
35438
|
.k-scrollview-prev:hover,
|
|
35585
|
-
.k-scrollview-prev.k-state-hover,
|
|
35586
35439
|
.k-scrollview-prev.k-hover {
|
|
35587
35440
|
color: white;
|
|
35588
35441
|
opacity: 1;
|
|
@@ -35600,15 +35453,13 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
35600
35453
|
border: #cc4a00;
|
|
35601
35454
|
}
|
|
35602
35455
|
|
|
35603
|
-
.k-scrollview-pageable > .k-button:focus, .k-scrollview-pageable > .k-button.k-
|
|
35456
|
+
.k-scrollview-pageable > .k-button:focus, .k-scrollview-pageable > .k-button.k-focus,
|
|
35604
35457
|
.k-scrollview-nav > .k-link:focus,
|
|
35605
|
-
.k-scrollview-nav > .k-link.k-state-focused,
|
|
35606
35458
|
.k-scrollview-nav > .k-link.k-focus {
|
|
35607
35459
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
35608
35460
|
}
|
|
35609
35461
|
|
|
35610
35462
|
.k-scrollview-nav > .k-link:hover,
|
|
35611
|
-
.k-scrollview-nav > .k-link.k-state-hover,
|
|
35612
35463
|
.k-scrollview-nav > .k-link.k-hover {
|
|
35613
35464
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
35614
35465
|
}
|
|
@@ -35680,8 +35531,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
35680
35531
|
z-index: 12000;
|
|
35681
35532
|
}
|
|
35682
35533
|
|
|
35683
|
-
.k-sparkline-tooltip-wrapper
|
|
35684
|
-
.k-chart-tooltip-wrapper
|
|
35534
|
+
.k-sparkline-tooltip-wrapper .k-popup,
|
|
35535
|
+
.k-chart-tooltip-wrapper .k-popup {
|
|
35685
35536
|
padding: 0;
|
|
35686
35537
|
border-width: 0;
|
|
35687
35538
|
background: transparent;
|
|
@@ -35944,11 +35795,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
35944
35795
|
}
|
|
35945
35796
|
|
|
35946
35797
|
.k-treemap .k-treemap-title + .k-treemap-wrap {
|
|
35947
|
-
top:
|
|
35798
|
+
top: 25.0000000004px;
|
|
35948
35799
|
}
|
|
35949
35800
|
|
|
35950
35801
|
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
|
|
35951
|
-
left:
|
|
35802
|
+
left: 25.0000000004px;
|
|
35952
35803
|
}
|
|
35953
35804
|
|
|
35954
35805
|
.k-treemap .k-leaf {
|
|
@@ -36326,7 +36177,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36326
36177
|
color: #272727;
|
|
36327
36178
|
}
|
|
36328
36179
|
|
|
36329
|
-
.k-treemap .k-leaf
|
|
36180
|
+
.k-treemap .k-leaf:hover,
|
|
36330
36181
|
.k-treemap .k-leaf.k-hover {
|
|
36331
36182
|
box-shadow: inset 0 0 0 3px #cacaca;
|
|
36332
36183
|
}
|
|
@@ -36350,7 +36201,9 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36350
36201
|
.k-map .km-scroll-wrapper {
|
|
36351
36202
|
width: 100%;
|
|
36352
36203
|
height: 100%;
|
|
36353
|
-
user-select: none;
|
|
36204
|
+
-webkit-user-select: none;
|
|
36205
|
+
-ms-user-select: none;
|
|
36206
|
+
user-select: none;
|
|
36354
36207
|
position: absolute;
|
|
36355
36208
|
}
|
|
36356
36209
|
|
|
@@ -36391,8 +36244,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36391
36244
|
|
|
36392
36245
|
.k-navigator {
|
|
36393
36246
|
margin: 1em;
|
|
36394
|
-
width:
|
|
36395
|
-
height:
|
|
36247
|
+
width: 52px;
|
|
36248
|
+
height: 52px;
|
|
36396
36249
|
border-width: 1px;
|
|
36397
36250
|
border-style: solid;
|
|
36398
36251
|
box-sizing: border-box;
|
|
@@ -36585,7 +36438,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36585
36438
|
border-color: transparent;
|
|
36586
36439
|
}
|
|
36587
36440
|
|
|
36588
|
-
.k-orgchart-card:focus, .k-orgchart-card.k-focus
|
|
36441
|
+
.k-orgchart-card:focus, .k-orgchart-card.k-focus {
|
|
36589
36442
|
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
|
|
36590
36443
|
}
|
|
36591
36444
|
|
|
@@ -36596,9 +36449,6 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36596
36449
|
}
|
|
36597
36450
|
|
|
36598
36451
|
.k-orgchart-node-group-container:focus,
|
|
36599
|
-
.k-orgchart-node-group-container.k-focus,
|
|
36600
|
-
.k-orgchart-node-group-container.k-state-focus,
|
|
36601
|
-
.k-orgchart-node-group-container.k-state-focused,
|
|
36602
36452
|
.k-orgchart-node-group-container.k-focus {
|
|
36603
36453
|
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
|
|
36604
36454
|
border-color: rgba(0, 0, 0, 0.15);
|
|
@@ -36615,7 +36465,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36615
36465
|
|
|
36616
36466
|
.k-signature {
|
|
36617
36467
|
width: 250px;
|
|
36618
|
-
height: 84px;
|
|
36468
|
+
min-height: 84px;
|
|
36619
36469
|
position: relative;
|
|
36620
36470
|
box-sizing: border-box;
|
|
36621
36471
|
display: flex;
|
|
@@ -36652,36 +36502,38 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
36652
36502
|
|
|
36653
36503
|
.k-signature-line {
|
|
36654
36504
|
position: absolute;
|
|
36655
|
-
|
|
36505
|
+
bottom: 33%;
|
|
36506
|
+
z-index: 2;
|
|
36507
|
+
pointer-events: none;
|
|
36656
36508
|
border-bottom-width: 1px;
|
|
36657
36509
|
border-bottom-style: dashed;
|
|
36658
36510
|
}
|
|
36659
36511
|
|
|
36660
36512
|
.k-signature-sm {
|
|
36661
|
-
padding: 2px;
|
|
36513
|
+
padding-inline: 2px;
|
|
36514
|
+
padding-block: 2px;
|
|
36662
36515
|
}
|
|
36663
36516
|
|
|
36664
36517
|
.k-signature-sm .k-signature-line {
|
|
36665
|
-
width: calc(
|
|
36666
|
-
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 2px);
|
|
36518
|
+
width: calc(100% - 4px);
|
|
36667
36519
|
}
|
|
36668
36520
|
|
|
36669
36521
|
.k-signature-md {
|
|
36670
|
-
padding: 4px;
|
|
36522
|
+
padding-inline: 4px;
|
|
36523
|
+
padding-block: 4px;
|
|
36671
36524
|
}
|
|
36672
36525
|
|
|
36673
36526
|
.k-signature-md .k-signature-line {
|
|
36674
|
-
width: calc(
|
|
36675
|
-
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
|
|
36527
|
+
width: calc(100% - 8px);
|
|
36676
36528
|
}
|
|
36677
36529
|
|
|
36678
36530
|
.k-signature-lg {
|
|
36679
|
-
padding:
|
|
36531
|
+
padding-inline: 8px;
|
|
36532
|
+
padding-block: 8px;
|
|
36680
36533
|
}
|
|
36681
36534
|
|
|
36682
36535
|
.k-signature-lg .k-signature-line {
|
|
36683
|
-
width: calc(
|
|
36684
|
-
bottom: calc( calc( 1.4285714286em + 8px + 2px) + 6px);
|
|
36536
|
+
width: calc(100% - 16px);
|
|
36685
36537
|
}
|
|
36686
36538
|
|
|
36687
36539
|
.k-signature .k-signature-line {
|