@progress/kendo-theme-default 4.41.2 → 5.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +44 -388
- package/dist/all.scss +20 -322
- package/package.json +4 -4
- package/scss/dataviz/_variables.scss +6 -6
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/scheduler/_layout.scss +9 -230
- package/scss/scheduler/_theme.scss +3 -84
- package/scss/spreadsheet/_layout.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -27499,7 +27499,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27499
27499
|
-ms-flex-direction: row;
|
|
27500
27500
|
flex-direction: row;
|
|
27501
27501
|
-ms-flex-align: start;
|
|
27502
|
-
align-items: start;
|
|
27502
|
+
align-items: flex-start;
|
|
27503
27503
|
position: relative;
|
|
27504
27504
|
}
|
|
27505
27505
|
|
|
@@ -28884,7 +28884,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28884
28884
|
border-width: 0 0 1px;
|
|
28885
28885
|
border-style: solid;
|
|
28886
28886
|
-ms-flex-align: start;
|
|
28887
|
-
align-items: start;
|
|
28887
|
+
align-items: flex-start;
|
|
28888
28888
|
-ms-flex-wrap: wrap;
|
|
28889
28889
|
flex-wrap: wrap;
|
|
28890
28890
|
}
|
|
@@ -32305,16 +32305,6 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
32305
32305
|
flex-flow: row nowrap;
|
|
32306
32306
|
}
|
|
32307
32307
|
|
|
32308
|
-
.k-scheduler-toolbar .k-scheduler-views-wrapper {
|
|
32309
|
-
margin-left: auto;
|
|
32310
|
-
}
|
|
32311
|
-
|
|
32312
|
-
.k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
|
|
32313
|
-
width: auto;
|
|
32314
|
-
font: inherit;
|
|
32315
|
-
display: none;
|
|
32316
|
-
}
|
|
32317
|
-
|
|
32318
32308
|
@media (max-width: 1400px) {
|
|
32319
32309
|
.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
|
|
32320
32310
|
max-width: 200px;
|
|
@@ -32328,210 +32318,20 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
32328
32318
|
.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
|
|
32329
32319
|
display: inline-block;
|
|
32330
32320
|
}
|
|
32331
|
-
.k-scheduler-toolbar .k-scheduler-views-wrapper .k-scheduler-views {
|
|
32332
|
-
display: none;
|
|
32333
|
-
}
|
|
32334
|
-
.k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
|
|
32335
|
-
display: inline-block;
|
|
32336
|
-
}
|
|
32337
|
-
}
|
|
32338
|
-
|
|
32339
|
-
kendo-scheduler .k-scheduler-toolbar {
|
|
32340
|
-
padding: 8px 8px;
|
|
32341
|
-
border-style: solid;
|
|
32342
|
-
display: -ms-flexbox;
|
|
32343
|
-
display: flex;
|
|
32344
|
-
-ms-flex-direction: row;
|
|
32345
|
-
flex-direction: row;
|
|
32346
|
-
-ms-flex-wrap: wrap;
|
|
32347
|
-
flex-wrap: wrap;
|
|
32348
|
-
-ms-flex-align: center;
|
|
32349
|
-
align-items: center;
|
|
32350
|
-
-ms-flex-pack: justify;
|
|
32351
|
-
justify-content: space-between;
|
|
32352
|
-
}
|
|
32353
|
-
|
|
32354
|
-
ul.k-scheduler-navigation {
|
|
32355
|
-
display: -ms-flexbox;
|
|
32356
|
-
display: flex;
|
|
32357
|
-
-ms-flex-direction: row;
|
|
32358
|
-
flex-direction: row;
|
|
32359
|
-
-ms-flex-align: center;
|
|
32360
|
-
align-items: center;
|
|
32361
|
-
-ms-flex: 1;
|
|
32362
|
-
flex: 1;
|
|
32363
|
-
}
|
|
32364
|
-
|
|
32365
|
-
ul.k-scheduler-navigation li {
|
|
32366
|
-
border-width: 1px;
|
|
32367
|
-
border-style: solid;
|
|
32368
|
-
position: relative;
|
|
32369
|
-
z-index: 1;
|
|
32370
|
-
}
|
|
32371
|
-
|
|
32372
|
-
ul.k-scheduler-navigation li + li {
|
|
32373
|
-
margin-left: -1px;
|
|
32374
|
-
}
|
|
32375
|
-
|
|
32376
|
-
ul.k-scheduler-navigation .k-state-hover,
|
|
32377
|
-
ul.k-scheduler-navigation .k-state-selected {
|
|
32378
|
-
z-index: 2;
|
|
32379
|
-
}
|
|
32380
|
-
|
|
32381
|
-
ul.k-scheduler-navigation .k-link {
|
|
32382
|
-
padding: 4px 8px;
|
|
32383
|
-
box-sizing: border-box;
|
|
32384
|
-
color: inherit;
|
|
32385
|
-
text-decoration: none;
|
|
32386
|
-
display: -ms-flexbox;
|
|
32387
|
-
display: flex;
|
|
32388
|
-
-ms-flex-direction: row;
|
|
32389
|
-
flex-direction: row;
|
|
32390
|
-
-ms-flex-align: center;
|
|
32391
|
-
align-items: center;
|
|
32392
|
-
-ms-flex-line-pack: center;
|
|
32393
|
-
align-content: center;
|
|
32394
|
-
-ms-flex-pack: center;
|
|
32395
|
-
justify-content: center;
|
|
32396
|
-
}
|
|
32397
|
-
|
|
32398
|
-
ul.k-scheduler-navigation .k-nav-prev .k-link,
|
|
32399
|
-
ul.k-scheduler-navigation .k-nav-next .k-link {
|
|
32400
|
-
padding: 4px;
|
|
32401
|
-
width: calc(1.4285714286em + 8px);
|
|
32402
|
-
height: calc(1.4285714286em + 8px);
|
|
32403
32321
|
}
|
|
32404
32322
|
|
|
32405
|
-
|
|
32406
|
-
|
|
32407
|
-
|
|
32408
|
-
gap: 0;
|
|
32409
|
-
}
|
|
32410
|
-
|
|
32411
|
-
ul.k-scheduler-navigation .k-nav-current > .k-link {
|
|
32412
|
-
gap: 4px;
|
|
32413
|
-
}
|
|
32414
|
-
|
|
32415
|
-
ul.k-scheduler-navigation .k-nav-today {
|
|
32416
|
-
border-radius: 2px 0 0 2px;
|
|
32417
|
-
}
|
|
32418
|
-
|
|
32419
|
-
ul.k-scheduler-navigation .k-nav-next {
|
|
32420
|
-
border-radius: 0 2px 2px 0;
|
|
32421
|
-
}
|
|
32422
|
-
|
|
32423
|
-
ul.k-scheduler-views {
|
|
32424
|
-
display: -ms-flexbox;
|
|
32425
|
-
display: flex;
|
|
32426
|
-
-ms-flex-direction: row;
|
|
32427
|
-
flex-direction: row;
|
|
32428
|
-
-ms-flex-align: center;
|
|
32429
|
-
align-items: center;
|
|
32430
|
-
margin-left: auto;
|
|
32431
|
-
}
|
|
32432
|
-
|
|
32433
|
-
ul.k-scheduler-views li {
|
|
32434
|
-
border-width: 1px;
|
|
32435
|
-
border-style: solid;
|
|
32436
|
-
position: relative;
|
|
32437
|
-
z-index: 1;
|
|
32438
|
-
}
|
|
32439
|
-
|
|
32440
|
-
ul.k-scheduler-views li + li {
|
|
32441
|
-
margin-left: -1px;
|
|
32442
|
-
}
|
|
32443
|
-
|
|
32444
|
-
ul.k-scheduler-views .k-state-hover,
|
|
32445
|
-
ul.k-scheduler-views .k-state-selected {
|
|
32446
|
-
z-index: 2;
|
|
32447
|
-
}
|
|
32448
|
-
|
|
32449
|
-
ul.k-scheduler-views .k-link {
|
|
32450
|
-
padding: 4px 8px;
|
|
32451
|
-
box-sizing: border-box;
|
|
32452
|
-
color: inherit;
|
|
32453
|
-
text-decoration: none;
|
|
32454
|
-
display: -ms-flexbox;
|
|
32455
|
-
display: flex;
|
|
32456
|
-
-ms-flex-direction: row;
|
|
32457
|
-
flex-direction: row;
|
|
32458
|
-
-ms-flex-align: center;
|
|
32459
|
-
align-items: center;
|
|
32460
|
-
-ms-flex-line-pack: center;
|
|
32461
|
-
align-content: center;
|
|
32462
|
-
-ms-flex-pack: center;
|
|
32463
|
-
justify-content: center;
|
|
32464
|
-
}
|
|
32465
|
-
|
|
32466
|
-
ul.k-scheduler-views li:first-child {
|
|
32467
|
-
border-radius: 2px;
|
|
32468
|
-
}
|
|
32469
|
-
|
|
32470
|
-
ul.k-scheduler-views li:first-child + li {
|
|
32471
|
-
border-radius: 2px 0 0 2px;
|
|
32472
|
-
}
|
|
32473
|
-
|
|
32474
|
-
ul.k-scheduler-views li:last-child {
|
|
32475
|
-
border-radius: 0 2px 2px 0;
|
|
32476
|
-
}
|
|
32477
|
-
|
|
32478
|
-
ul.k-scheduler-views.k-state-expanded li {
|
|
32479
|
-
border-radius: 0;
|
|
32480
|
-
margin: 0;
|
|
32481
|
-
}
|
|
32482
|
-
|
|
32483
|
-
ul.k-scheduler-views.k-state-expanded li + li {
|
|
32484
|
-
margin-top: -1px;
|
|
32485
|
-
}
|
|
32486
|
-
|
|
32487
|
-
ul.k-scheduler-views.k-state-expanded li:first-child {
|
|
32488
|
-
border-radius: 2px 2px 0 0;
|
|
32489
|
-
}
|
|
32490
|
-
|
|
32491
|
-
ul.k-scheduler-views.k-state-expanded li:first-child + li {
|
|
32492
|
-
border-radius: 0;
|
|
32493
|
-
}
|
|
32494
|
-
|
|
32495
|
-
ul.k-scheduler-views.k-state-expanded li:last-child {
|
|
32496
|
-
border-radius: 0 0 2px 2px;
|
|
32497
|
-
}
|
|
32498
|
-
|
|
32499
|
-
ul.k-scheduler-views .k-current-view {
|
|
32323
|
+
.k-scheduler-views-wrapper .k-views-dropdown {
|
|
32324
|
+
width: auto;
|
|
32325
|
+
font: inherit;
|
|
32500
32326
|
display: none;
|
|
32501
32327
|
}
|
|
32502
32328
|
|
|
32503
|
-
ul.k-scheduler-views .k-current-view .k-link::after {
|
|
32504
|
-
content: "";
|
|
32505
|
-
margin: 0 0 0 1ex;
|
|
32506
|
-
border: .25em solid transparent;
|
|
32507
|
-
border-top: .5em solid currentColor;
|
|
32508
|
-
border-bottom-width: 0;
|
|
32509
|
-
display: inline-block;
|
|
32510
|
-
}
|
|
32511
|
-
|
|
32512
32329
|
@media (max-width: 1024px) {
|
|
32513
|
-
|
|
32514
|
-
-ms-flex-direction: column;
|
|
32515
|
-
flex-direction: column;
|
|
32516
|
-
-ms-flex-align: stretch;
|
|
32517
|
-
align-items: stretch;
|
|
32518
|
-
position: absolute;
|
|
32519
|
-
right: 8px;
|
|
32520
|
-
top: 8px;
|
|
32521
|
-
z-index: 1000;
|
|
32522
|
-
}
|
|
32523
|
-
ul.k-scheduler-views li {
|
|
32330
|
+
.k-scheduler-views-wrapper .k-scheduler-views {
|
|
32524
32331
|
display: none;
|
|
32525
32332
|
}
|
|
32526
|
-
|
|
32527
|
-
display: block;
|
|
32528
|
-
}
|
|
32529
|
-
ul.k-scheduler-views.k-state-expanded li {
|
|
32530
|
-
display: block;
|
|
32531
|
-
}
|
|
32532
|
-
.k-rtl ul.k-scheduler-views {
|
|
32533
|
-
left: 8px;
|
|
32534
|
-
right: auto;
|
|
32333
|
+
.k-scheduler-views-wrapper .k-views-dropdown {
|
|
32334
|
+
display: inline-block;
|
|
32535
32335
|
}
|
|
32536
32336
|
}
|
|
32537
32337
|
|
|
@@ -32545,63 +32345,6 @@ ul.k-scheduler-views .k-current-view .k-link::after {
|
|
|
32545
32345
|
position: relative;
|
|
32546
32346
|
}
|
|
32547
32347
|
|
|
32548
|
-
.k-scheduler-footer .k-widget {
|
|
32549
|
-
font-size: inherit;
|
|
32550
|
-
}
|
|
32551
|
-
|
|
32552
|
-
.k-scheduler-footer li {
|
|
32553
|
-
border-width: 1px;
|
|
32554
|
-
border-style: solid;
|
|
32555
|
-
position: relative;
|
|
32556
|
-
z-index: 1;
|
|
32557
|
-
}
|
|
32558
|
-
|
|
32559
|
-
.k-scheduler-footer li + li {
|
|
32560
|
-
margin-left: -1px;
|
|
32561
|
-
}
|
|
32562
|
-
|
|
32563
|
-
.k-scheduler-footer .k-state-hover,
|
|
32564
|
-
.k-scheduler-footer .k-state-selected {
|
|
32565
|
-
z-index: 2;
|
|
32566
|
-
}
|
|
32567
|
-
|
|
32568
|
-
.k-scheduler-footer .k-link {
|
|
32569
|
-
padding: 4px 8px;
|
|
32570
|
-
box-sizing: border-box;
|
|
32571
|
-
color: inherit;
|
|
32572
|
-
text-decoration: none;
|
|
32573
|
-
display: -ms-flexbox;
|
|
32574
|
-
display: flex;
|
|
32575
|
-
-ms-flex-direction: row;
|
|
32576
|
-
flex-direction: row;
|
|
32577
|
-
-ms-flex-align: center;
|
|
32578
|
-
align-items: center;
|
|
32579
|
-
-ms-flex-line-pack: center;
|
|
32580
|
-
align-content: center;
|
|
32581
|
-
-ms-flex-pack: center;
|
|
32582
|
-
justify-content: center;
|
|
32583
|
-
gap: 4px;
|
|
32584
|
-
}
|
|
32585
|
-
|
|
32586
|
-
.k-scheduler-footer li {
|
|
32587
|
-
border-radius: 2px;
|
|
32588
|
-
}
|
|
32589
|
-
|
|
32590
|
-
kendo-scheduler .k-scheduler-footer {
|
|
32591
|
-
padding: 8px 8px;
|
|
32592
|
-
border-style: solid;
|
|
32593
|
-
display: -ms-flexbox;
|
|
32594
|
-
display: flex;
|
|
32595
|
-
-ms-flex-direction: row;
|
|
32596
|
-
flex-direction: row;
|
|
32597
|
-
-ms-flex-wrap: wrap;
|
|
32598
|
-
flex-wrap: wrap;
|
|
32599
|
-
-ms-flex-align: center;
|
|
32600
|
-
align-items: center;
|
|
32601
|
-
-ms-flex-pack: justify;
|
|
32602
|
-
justify-content: space-between;
|
|
32603
|
-
}
|
|
32604
|
-
|
|
32605
32348
|
.k-scheduler-layout {
|
|
32606
32349
|
width: 100%;
|
|
32607
32350
|
border-collapse: separate;
|
|
@@ -33305,36 +33048,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33305
33048
|
margin-right: 0;
|
|
33306
33049
|
}
|
|
33307
33050
|
|
|
33308
|
-
.k-rtl .k-scheduler-views {
|
|
33309
|
-
margin-left: 0;
|
|
33310
|
-
margin-right: auto;
|
|
33311
|
-
}
|
|
33312
|
-
|
|
33313
|
-
.k-rtl .k-scheduler-views li:first-child + li {
|
|
33314
|
-
border-radius: 0 2px 2px 0;
|
|
33315
|
-
}
|
|
33316
|
-
|
|
33317
|
-
.k-rtl .k-scheduler-views li:last-child {
|
|
33318
|
-
border-radius: 2px 0 0 2px;
|
|
33319
|
-
}
|
|
33320
|
-
|
|
33321
|
-
.k-rtl .k-scheduler-views .k-current-view .k-link::after {
|
|
33322
|
-
margin: 0 1ex 0 0;
|
|
33323
|
-
}
|
|
33324
|
-
|
|
33325
|
-
.k-rtl .k-scheduler-navigation .k-nav-today {
|
|
33326
|
-
border-radius: 0 2px 2px 0;
|
|
33327
|
-
}
|
|
33328
|
-
|
|
33329
|
-
.k-rtl .k-scheduler-navigation .k-nav-next {
|
|
33330
|
-
border-radius: 2px 0 0 2px;
|
|
33331
|
-
}
|
|
33332
|
-
|
|
33333
|
-
.k-rtl .k-scheduler-navigation li + li {
|
|
33334
|
-
margin-left: 0;
|
|
33335
|
-
margin-right: -1px;
|
|
33336
|
-
}
|
|
33337
|
-
|
|
33338
33051
|
.k-rtl .k-scheduler-marquee .k-label-top {
|
|
33339
33052
|
left: auto;
|
|
33340
33053
|
right: 4px;
|
|
@@ -33431,63 +33144,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33431
33144
|
background-color: #ffffff;
|
|
33432
33145
|
}
|
|
33433
33146
|
|
|
33434
|
-
ul.k-scheduler-navigation li.k-state-focused {
|
|
33435
|
-
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
33436
|
-
}
|
|
33437
|
-
|
|
33438
|
-
ul.k-scheduler-navigation .k-nav-today,
|
|
33439
|
-
ul.k-scheduler-navigation .k-nav-prev,
|
|
33440
|
-
ul.k-scheduler-navigation .k-nav-next {
|
|
33441
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
33442
|
-
color: #424242;
|
|
33443
|
-
background-color: #f5f5f5;
|
|
33444
|
-
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
|
|
33445
|
-
}
|
|
33446
|
-
|
|
33447
|
-
ul.k-scheduler-navigation .k-nav-today:hover, ul.k-scheduler-navigation .k-nav-today.k-state-hover,
|
|
33448
|
-
ul.k-scheduler-navigation .k-nav-prev:hover,
|
|
33449
|
-
ul.k-scheduler-navigation .k-nav-prev.k-state-hover,
|
|
33450
|
-
ul.k-scheduler-navigation .k-nav-next:hover,
|
|
33451
|
-
ul.k-scheduler-navigation .k-nav-next.k-state-hover {
|
|
33452
|
-
background-color: #ebebeb;
|
|
33453
|
-
}
|
|
33454
|
-
|
|
33455
|
-
ul.k-scheduler-views.k-state-expanded {
|
|
33456
|
-
background-color: #fafafa;
|
|
33457
|
-
}
|
|
33458
|
-
|
|
33459
|
-
ul.k-scheduler-views li {
|
|
33460
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
33461
|
-
color: #424242;
|
|
33462
|
-
background-color: #f5f5f5;
|
|
33463
|
-
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
|
|
33464
|
-
}
|
|
33465
|
-
|
|
33466
|
-
ul.k-scheduler-views li:hover, ul.k-scheduler-views li.k-state-hover {
|
|
33467
|
-
background-color: #ebebeb;
|
|
33468
|
-
}
|
|
33469
|
-
|
|
33470
|
-
ul.k-scheduler-views li.k-state-selected {
|
|
33471
|
-
border-color: #ff6358;
|
|
33472
|
-
color: #ffffff;
|
|
33473
|
-
background-color: #ff6358;
|
|
33474
|
-
}
|
|
33475
|
-
|
|
33476
|
-
ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-scheduler-views li.k-state-focused {
|
|
33477
|
-
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
33478
|
-
}
|
|
33479
|
-
|
|
33480
|
-
.k-scheduler-footer li {
|
|
33481
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
33482
|
-
color: #424242;
|
|
33483
|
-
background-color: #f5f5f5;
|
|
33484
|
-
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
|
|
33485
|
-
}
|
|
33486
|
-
|
|
33487
|
-
.k-scheduler-footer li:hover {
|
|
33488
|
-
background-color: #ebebeb;
|
|
33489
|
-
}
|
|
33490
|
-
|
|
33491
33147
|
.k-scheduler-nonwork,
|
|
33492
33148
|
.k-scheduler .k-nonwork-hour {
|
|
33493
33149
|
background-color: whitesmoke;
|
|
@@ -35824,147 +35480,147 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
35824
35480
|
}
|
|
35825
35481
|
|
|
35826
35482
|
.k-var--series-a {
|
|
35827
|
-
background-color: #
|
|
35483
|
+
background-color: #4b5ffa;
|
|
35828
35484
|
}
|
|
35829
35485
|
|
|
35830
35486
|
.k-var--series-b {
|
|
35831
|
-
background-color: #
|
|
35487
|
+
background-color: #ac58ff;
|
|
35832
35488
|
}
|
|
35833
35489
|
|
|
35834
35490
|
.k-var--series-c {
|
|
35835
|
-
background-color: #
|
|
35491
|
+
background-color: #ff5892;
|
|
35836
35492
|
}
|
|
35837
35493
|
|
|
35838
35494
|
.k-var--series-d {
|
|
35839
|
-
background-color: #
|
|
35495
|
+
background-color: #ff6358;
|
|
35840
35496
|
}
|
|
35841
35497
|
|
|
35842
35498
|
.k-var--series-e {
|
|
35843
|
-
background-color: #
|
|
35499
|
+
background-color: #ffe162;
|
|
35844
35500
|
}
|
|
35845
35501
|
|
|
35846
35502
|
.k-var--series-f {
|
|
35847
|
-
background-color: #
|
|
35503
|
+
background-color: #4cd180;
|
|
35848
35504
|
}
|
|
35849
35505
|
|
|
35850
35506
|
.k-var--series-1 {
|
|
35851
|
-
background-color: #
|
|
35507
|
+
background-color: #4b5ffa;
|
|
35852
35508
|
}
|
|
35853
35509
|
|
|
35854
35510
|
.k-var--series-2 {
|
|
35855
|
-
background-color: #
|
|
35511
|
+
background-color: #ac58ff;
|
|
35856
35512
|
}
|
|
35857
35513
|
|
|
35858
35514
|
.k-var--series-3 {
|
|
35859
|
-
background-color: #
|
|
35515
|
+
background-color: #ff5892;
|
|
35860
35516
|
}
|
|
35861
35517
|
|
|
35862
35518
|
.k-var--series-4 {
|
|
35863
|
-
background-color: #
|
|
35519
|
+
background-color: #ff6358;
|
|
35864
35520
|
}
|
|
35865
35521
|
|
|
35866
35522
|
.k-var--series-5 {
|
|
35867
|
-
background-color: #
|
|
35523
|
+
background-color: #ffe162;
|
|
35868
35524
|
}
|
|
35869
35525
|
|
|
35870
35526
|
.k-var--series-6 {
|
|
35871
|
-
background-color: #
|
|
35527
|
+
background-color: #4cd180;
|
|
35872
35528
|
}
|
|
35873
35529
|
|
|
35874
35530
|
.k-var--series-7 {
|
|
35875
|
-
background-color: #
|
|
35531
|
+
background-color: #7887fb;
|
|
35876
35532
|
}
|
|
35877
35533
|
|
|
35878
35534
|
.k-var--series-8 {
|
|
35879
|
-
background-color: #
|
|
35535
|
+
background-color: #c182ff;
|
|
35880
35536
|
}
|
|
35881
35537
|
|
|
35882
35538
|
.k-var--series-9 {
|
|
35883
|
-
background-color: #
|
|
35539
|
+
background-color: #ff82ad;
|
|
35884
35540
|
}
|
|
35885
35541
|
|
|
35886
35542
|
.k-var--series-10 {
|
|
35887
|
-
background-color: #
|
|
35543
|
+
background-color: #ff8a82;
|
|
35888
35544
|
}
|
|
35889
35545
|
|
|
35890
35546
|
.k-var--series-11 {
|
|
35891
|
-
background-color: #
|
|
35547
|
+
background-color: #ffe989;
|
|
35892
35548
|
}
|
|
35893
35549
|
|
|
35894
35550
|
.k-var--series-12 {
|
|
35895
|
-
background-color: #
|
|
35551
|
+
background-color: #79dda0;
|
|
35896
35552
|
}
|
|
35897
35553
|
|
|
35898
35554
|
.k-var--series-13 {
|
|
35899
|
-
background-color: #
|
|
35555
|
+
background-color: #3847bc;
|
|
35900
35556
|
}
|
|
35901
35557
|
|
|
35902
35558
|
.k-var--series-14 {
|
|
35903
|
-
background-color: #
|
|
35559
|
+
background-color: #8142bf;
|
|
35904
35560
|
}
|
|
35905
35561
|
|
|
35906
35562
|
.k-var--series-15 {
|
|
35907
|
-
background-color: #
|
|
35563
|
+
background-color: #bf426e;
|
|
35908
35564
|
}
|
|
35909
35565
|
|
|
35910
35566
|
.k-var--series-16 {
|
|
35911
|
-
background-color: #
|
|
35567
|
+
background-color: #bf4a42;
|
|
35912
35568
|
}
|
|
35913
35569
|
|
|
35914
35570
|
.k-var--series-17 {
|
|
35915
|
-
background-color: #
|
|
35571
|
+
background-color: #bfa94a;
|
|
35916
35572
|
}
|
|
35917
35573
|
|
|
35918
35574
|
.k-var--series-18 {
|
|
35919
|
-
background-color: #
|
|
35575
|
+
background-color: #399d60;
|
|
35920
35576
|
}
|
|
35921
35577
|
|
|
35922
35578
|
.k-var--series-19 {
|
|
35923
|
-
background-color: #
|
|
35579
|
+
background-color: #a5affd;
|
|
35924
35580
|
}
|
|
35925
35581
|
|
|
35926
35582
|
.k-var--series-20 {
|
|
35927
|
-
background-color: #
|
|
35583
|
+
background-color: #d6acff;
|
|
35928
35584
|
}
|
|
35929
35585
|
|
|
35930
35586
|
.k-var--series-21 {
|
|
35931
|
-
background-color: #
|
|
35587
|
+
background-color: #ffacc9;
|
|
35932
35588
|
}
|
|
35933
35589
|
|
|
35934
35590
|
.k-var--series-22 {
|
|
35935
|
-
background-color: #
|
|
35591
|
+
background-color: #ffb1ac;
|
|
35936
35592
|
}
|
|
35937
35593
|
|
|
35938
35594
|
.k-var--series-23 {
|
|
35939
|
-
background-color: #
|
|
35595
|
+
background-color: #fff0b1;
|
|
35940
35596
|
}
|
|
35941
35597
|
|
|
35942
35598
|
.k-var--series-24 {
|
|
35943
|
-
background-color: #
|
|
35599
|
+
background-color: #a6e8c0;
|
|
35944
35600
|
}
|
|
35945
35601
|
|
|
35946
35602
|
.k-var--series-25 {
|
|
35947
|
-
background-color: #
|
|
35603
|
+
background-color: #26307d;
|
|
35948
35604
|
}
|
|
35949
35605
|
|
|
35950
35606
|
.k-var--series-26 {
|
|
35951
|
-
background-color: #
|
|
35607
|
+
background-color: #562c80;
|
|
35952
35608
|
}
|
|
35953
35609
|
|
|
35954
35610
|
.k-var--series-27 {
|
|
35955
|
-
background-color: #
|
|
35611
|
+
background-color: #802c49;
|
|
35956
35612
|
}
|
|
35957
35613
|
|
|
35958
35614
|
.k-var--series-28 {
|
|
35959
|
-
background-color: #
|
|
35615
|
+
background-color: #80322c;
|
|
35960
35616
|
}
|
|
35961
35617
|
|
|
35962
35618
|
.k-var--series-29 {
|
|
35963
|
-
background-color: #
|
|
35619
|
+
background-color: #807131;
|
|
35964
35620
|
}
|
|
35965
35621
|
|
|
35966
35622
|
.k-var--series-30 {
|
|
35967
|
-
background-color: #
|
|
35623
|
+
background-color: #266940;
|
|
35968
35624
|
}
|
|
35969
35625
|
|
|
35970
35626
|
.k-var--gauge-pointer {
|