@progress/kendo-theme-material 6.4.0-dev.3 → 6.4.0-dev.5
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 +139 -253
- package/dist/all.scss +314 -538
- package/dist/meta/sassdoc-data.json +414 -414
- package/dist/meta/sassdoc-raw-data.json +205 -205
- package/dist/meta/variables.json +10 -2
- package/dist/meta/variables.scss +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +1 -2
- package/scss/badge/_variables.scss +2 -2
- package/scss/button/_layout.scss +3 -3
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/core/color-system/_color-system-material.scss +0 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_variables.scss +1 -1
- package/scss/floating-label/_variables.scss +1 -1
- package/scss/grid/_theme.scss +2 -4
- package/scss/grid/_variables.scss +1 -0
- package/scss/input/_layout.scss +3 -6
- package/scss/input/_variables.scss +1 -1
- package/scss/listbox/_index.scss +0 -1
- package/scss/menu/_variables.scss +1 -1
- package/scss/notification/_variables.scss +0 -1
- package/scss/progressbar/_theme.scss +2 -2
- package/scss/scheduler/_layout.scss +3 -2
- package/scss/signature/_variables.scss +1 -1
- package/scss/spreadsheet/_layout.scss +0 -1
- package/scss/spreadsheet/_theme.scss +0 -1
- package/scss/spreadsheet/_variables.scss +2 -0
- package/scss/typography/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -25642,6 +25642,54 @@ kendo-sortable {
|
|
|
25642
25642
|
fill: white !important;
|
|
25643
25643
|
}
|
|
25644
25644
|
|
|
25645
|
+
.k-stroke-none {
|
|
25646
|
+
stroke: none;
|
|
25647
|
+
}
|
|
25648
|
+
|
|
25649
|
+
.\!k-stroke-none {
|
|
25650
|
+
stroke: none !important;
|
|
25651
|
+
}
|
|
25652
|
+
|
|
25653
|
+
.k-stroke-inherit {
|
|
25654
|
+
stroke: inherit;
|
|
25655
|
+
}
|
|
25656
|
+
|
|
25657
|
+
.\!k-stroke-inherit {
|
|
25658
|
+
stroke: inherit !important;
|
|
25659
|
+
}
|
|
25660
|
+
|
|
25661
|
+
.k-stroke-current {
|
|
25662
|
+
stroke: currentColor;
|
|
25663
|
+
}
|
|
25664
|
+
|
|
25665
|
+
.\!k-stroke-current {
|
|
25666
|
+
stroke: currentColor !important;
|
|
25667
|
+
}
|
|
25668
|
+
|
|
25669
|
+
.k-stroke-transparent {
|
|
25670
|
+
stroke: transparent;
|
|
25671
|
+
}
|
|
25672
|
+
|
|
25673
|
+
.\!k-stroke-transparent {
|
|
25674
|
+
stroke: transparent !important;
|
|
25675
|
+
}
|
|
25676
|
+
|
|
25677
|
+
.k-stroke-black {
|
|
25678
|
+
stroke: black;
|
|
25679
|
+
}
|
|
25680
|
+
|
|
25681
|
+
.\!k-stroke-black {
|
|
25682
|
+
stroke: black !important;
|
|
25683
|
+
}
|
|
25684
|
+
|
|
25685
|
+
.k-stroke-white {
|
|
25686
|
+
stroke: white;
|
|
25687
|
+
}
|
|
25688
|
+
|
|
25689
|
+
.\!k-stroke-white {
|
|
25690
|
+
stroke: white !important;
|
|
25691
|
+
}
|
|
25692
|
+
|
|
25645
25693
|
.k-body,
|
|
25646
25694
|
.k-typography {
|
|
25647
25695
|
font-size: 14px;
|
|
@@ -25715,7 +25763,7 @@ kendo-sortable {
|
|
|
25715
25763
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
25716
25764
|
line-height: 1.5;
|
|
25717
25765
|
font-weight: 400;
|
|
25718
|
-
letter-spacing: 0.
|
|
25766
|
+
letter-spacing: 0.0313em;
|
|
25719
25767
|
margin: 0 0 12px;
|
|
25720
25768
|
}
|
|
25721
25769
|
|
|
@@ -30118,6 +30166,11 @@ kendo-sortable {
|
|
|
30118
30166
|
margin: 0 -.5em -.5em 0;
|
|
30119
30167
|
}
|
|
30120
30168
|
|
|
30169
|
+
.k-svg-icon.k-icon-modifier {
|
|
30170
|
+
width: 1em;
|
|
30171
|
+
height: 1em;
|
|
30172
|
+
}
|
|
30173
|
+
|
|
30121
30174
|
.k-i-none::before {
|
|
30122
30175
|
content: "";
|
|
30123
30176
|
display: none;
|
|
@@ -30128,21 +30181,6 @@ kendo-sortable {
|
|
|
30128
30181
|
cursor: pointer;
|
|
30129
30182
|
}
|
|
30130
30183
|
|
|
30131
|
-
.k-rtl .k-i-indent-increase,
|
|
30132
|
-
.k-rtl .k-i-indent-decrease,
|
|
30133
|
-
.k-rtl .k-i-caret-alt-right,
|
|
30134
|
-
.k-rtl .k-i-caret-alt-left,
|
|
30135
|
-
.k-rtl .k-svg-i-caret-alt-right,
|
|
30136
|
-
.k-rtl .k-svg-i-caret-alt-left,
|
|
30137
|
-
[dir="rtl"] .k-i-indent-increase,
|
|
30138
|
-
[dir="rtl"] .k-i-indent-decrease,
|
|
30139
|
-
[dir="rtl"] .k-i-caret-alt-right,
|
|
30140
|
-
[dir="rtl"] .k-i-caret-alt-left,
|
|
30141
|
-
[dir="rtl"] .k-svg-i-caret-alt-right,
|
|
30142
|
-
[dir="rtl"] .k-svg-i-caret-alt-left {
|
|
30143
|
-
transform: scaleX(-1);
|
|
30144
|
-
}
|
|
30145
|
-
|
|
30146
30184
|
.k-sprite {
|
|
30147
30185
|
display: inline-block;
|
|
30148
30186
|
width: 16px;
|
|
@@ -31015,11 +31053,6 @@ kendo-sortable {
|
|
|
31015
31053
|
left: 0;
|
|
31016
31054
|
}
|
|
31017
31055
|
|
|
31018
|
-
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon,
|
|
31019
|
-
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-svg-icon {
|
|
31020
|
-
transform: scaleX(-1);
|
|
31021
|
-
}
|
|
31022
|
-
|
|
31023
31056
|
[dir="rtl"] .k-listgroup-item-segmented > .k-link {
|
|
31024
31057
|
margin-right: -8px;
|
|
31025
31058
|
margin-left: 0;
|
|
@@ -31032,11 +31065,6 @@ kendo-sortable {
|
|
|
31032
31065
|
border-left-width: 0;
|
|
31033
31066
|
}
|
|
31034
31067
|
|
|
31035
|
-
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon,
|
|
31036
|
-
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-svg-icon {
|
|
31037
|
-
transform: scaleX(-1);
|
|
31038
|
-
}
|
|
31039
|
-
|
|
31040
31068
|
.k-noflexbox .k-listgroup,
|
|
31041
31069
|
.k-noflexbox .k-listgroup > ul .k-listgroup-item,
|
|
31042
31070
|
.k-noflexbox .k-listgroup-item > .k-link {
|
|
@@ -31266,7 +31294,7 @@ kendo-sortable {
|
|
|
31266
31294
|
|
|
31267
31295
|
.k-table-header {
|
|
31268
31296
|
padding-inline-end: var(--kendo-scrollbar-width);
|
|
31269
|
-
border-width: 0 0 1px
|
|
31297
|
+
border-width: 0 0 1px;
|
|
31270
31298
|
border-style: solid;
|
|
31271
31299
|
box-sizing: border-box;
|
|
31272
31300
|
}
|
|
@@ -31388,7 +31416,7 @@ kendo-sortable {
|
|
|
31388
31416
|
|
|
31389
31417
|
.k-table-footer {
|
|
31390
31418
|
padding-inline-end: var(--kendo-scrollbar-width);
|
|
31391
|
-
border-width: 1px 0 0
|
|
31419
|
+
border-width: 1px 0 0;
|
|
31392
31420
|
border-style: solid;
|
|
31393
31421
|
box-sizing: border-box;
|
|
31394
31422
|
}
|
|
@@ -32542,8 +32570,7 @@ kendo-badge-container {
|
|
|
32542
32570
|
box-sizing: border-box;
|
|
32543
32571
|
border-style: solid;
|
|
32544
32572
|
display: inline-flex;
|
|
32545
|
-
flex-
|
|
32546
|
-
flex-wrap: nowrap;
|
|
32573
|
+
flex-flow: row nowrap;
|
|
32547
32574
|
position: relative;
|
|
32548
32575
|
overflow: hidden;
|
|
32549
32576
|
}
|
|
@@ -35050,7 +35077,7 @@ kendo-badge-container {
|
|
|
35050
35077
|
}
|
|
35051
35078
|
|
|
35052
35079
|
.k-menu-horizontal > .k-menu-item + .k-menu-item {
|
|
35053
|
-
margin-
|
|
35080
|
+
margin-inline-start: 2px;
|
|
35054
35081
|
}
|
|
35055
35082
|
|
|
35056
35083
|
.k-menu-horizontal > .k-separator {
|
|
@@ -35073,7 +35100,7 @@ kendo-badge-container {
|
|
|
35073
35100
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
35074
35101
|
padding-block: 8px;
|
|
35075
35102
|
padding-inline: 16px;
|
|
35076
|
-
padding-
|
|
35103
|
+
padding-inline-end: 48px;
|
|
35077
35104
|
}
|
|
35078
35105
|
|
|
35079
35106
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
@@ -35250,7 +35277,7 @@ kendo-badge-container {
|
|
|
35250
35277
|
|
|
35251
35278
|
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-left {
|
|
35252
35279
|
top: 0;
|
|
35253
|
-
|
|
35280
|
+
inset-inline-start: 0;
|
|
35254
35281
|
height: 100%;
|
|
35255
35282
|
width: 16px;
|
|
35256
35283
|
border-right-width: 1px;
|
|
@@ -35258,7 +35285,7 @@ kendo-badge-container {
|
|
|
35258
35285
|
|
|
35259
35286
|
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-right {
|
|
35260
35287
|
top: 0;
|
|
35261
|
-
|
|
35288
|
+
inset-inline-end: 0;
|
|
35262
35289
|
height: 100%;
|
|
35263
35290
|
width: 16px;
|
|
35264
35291
|
border-left-width: 1px;
|
|
@@ -35266,7 +35293,7 @@ kendo-badge-container {
|
|
|
35266
35293
|
|
|
35267
35294
|
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-up {
|
|
35268
35295
|
top: 0;
|
|
35269
|
-
|
|
35296
|
+
inset-inline-start: 0;
|
|
35270
35297
|
width: 100%;
|
|
35271
35298
|
height: 16px;
|
|
35272
35299
|
border-bottom-width: 1px;
|
|
@@ -35274,30 +35301,12 @@ kendo-badge-container {
|
|
|
35274
35301
|
|
|
35275
35302
|
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-down {
|
|
35276
35303
|
bottom: 0;
|
|
35277
|
-
|
|
35304
|
+
inset-inline-start: 0;
|
|
35278
35305
|
width: 100%;
|
|
35279
35306
|
height: 16px;
|
|
35280
35307
|
border-top-width: 1px;
|
|
35281
35308
|
}
|
|
35282
35309
|
|
|
35283
|
-
.k-rtl .k-menu-horizontal > .k-menu-item + .k-menu-item,
|
|
35284
|
-
[dir="rtl"] .k-menu-horizontal > .k-menu-item + .k-menu-item {
|
|
35285
|
-
margin-right: 2px;
|
|
35286
|
-
margin-left: 0;
|
|
35287
|
-
}
|
|
35288
|
-
|
|
35289
|
-
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
35290
|
-
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
35291
|
-
padding-right: 16px;
|
|
35292
|
-
padding-left: 48px;
|
|
35293
|
-
}
|
|
35294
|
-
|
|
35295
|
-
.k-rtl .k-menu-group .k-menu-link,
|
|
35296
|
-
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
35297
|
-
padding-right: 16px;
|
|
35298
|
-
padding-left: 48px;
|
|
35299
|
-
}
|
|
35300
|
-
|
|
35301
35310
|
.k-menu:not(.k-context-menu) > .k-menu-item {
|
|
35302
35311
|
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;
|
|
35303
35312
|
}
|
|
@@ -35831,8 +35840,8 @@ kendo-label > .k-label {
|
|
|
35831
35840
|
border: 0;
|
|
35832
35841
|
}
|
|
35833
35842
|
|
|
35834
|
-
.k-form .k-label,
|
|
35835
|
-
.k-form kendo-label,
|
|
35843
|
+
.k-form .k-form-field > .k-label,
|
|
35844
|
+
.k-form .k-form-field > kendo-label,
|
|
35836
35845
|
.k-form .k-form-label {
|
|
35837
35846
|
margin-bottom: 0px;
|
|
35838
35847
|
display: flex;
|
|
@@ -37114,10 +37123,7 @@ select.k-picker-lg {
|
|
|
37114
37123
|
display: block;
|
|
37115
37124
|
position: absolute;
|
|
37116
37125
|
z-index: 2;
|
|
37117
|
-
|
|
37118
|
-
bottom: -1px;
|
|
37119
|
-
left: -1px;
|
|
37120
|
-
right: -1px;
|
|
37126
|
+
inset: -1px;
|
|
37121
37127
|
opacity: 0;
|
|
37122
37128
|
transform: scaleX(0);
|
|
37123
37129
|
transition: opacity .3s, transform .3s;
|
|
@@ -37603,11 +37609,6 @@ select.k-picker-lg {
|
|
|
37603
37609
|
opacity: .5;
|
|
37604
37610
|
}
|
|
37605
37611
|
|
|
37606
|
-
.k-rtl .k-listbox .k-listbox-actions .k-button-icon, .k-listbox[dir="rtl"] .k-listbox-actions .k-button-icon,
|
|
37607
|
-
[dir="rtl"] .k-listbox .k-listbox-actions .k-button-icon {
|
|
37608
|
-
transform: scaleX(-1);
|
|
37609
|
-
}
|
|
37610
|
-
|
|
37611
37612
|
.k-item {
|
|
37612
37613
|
cursor: default;
|
|
37613
37614
|
}
|
|
@@ -38319,12 +38320,6 @@ select.k-picker-lg {
|
|
|
38319
38320
|
cursor: default;
|
|
38320
38321
|
}
|
|
38321
38322
|
|
|
38322
|
-
.k-rtl .k-slider .k-slider-selection, .k-slider.k-rtl .k-slider-selection,
|
|
38323
|
-
[dir="rtl"] .k-slider .k-slider-selection, .k-slider[dir="rtl"] .k-slider-selection {
|
|
38324
|
-
left: auto;
|
|
38325
|
-
right: 0;
|
|
38326
|
-
}
|
|
38327
|
-
|
|
38328
38323
|
.k-slider-wrap {
|
|
38329
38324
|
width: 100%;
|
|
38330
38325
|
height: 100%;
|
|
@@ -38404,39 +38399,15 @@ select.k-picker-lg {
|
|
|
38404
38399
|
|
|
38405
38400
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
38406
38401
|
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
38407
|
-
|
|
38402
|
+
inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
|
|
38408
38403
|
}
|
|
38409
38404
|
|
|
38410
38405
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
38411
|
-
|
|
38406
|
+
inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
|
|
38412
38407
|
}
|
|
38413
38408
|
|
|
38414
38409
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
38415
|
-
|
|
38416
|
-
}
|
|
38417
|
-
|
|
38418
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
38419
|
-
left: unset;
|
|
38420
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
38421
|
-
}
|
|
38422
|
-
|
|
38423
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
38424
|
-
left: unset;
|
|
38425
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
38426
|
-
}
|
|
38427
|
-
|
|
38428
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
38429
|
-
left: unset;
|
|
38430
|
-
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
38431
|
-
}
|
|
38432
|
-
|
|
38433
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
38434
|
-
transform: translate(50%, -50%);
|
|
38435
|
-
}
|
|
38436
|
-
|
|
38437
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle:focus,
|
|
38438
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle:active {
|
|
38439
|
-
transform: translate(50%, -50%) scale(1);
|
|
38410
|
+
inset-inline-start: calc(var(--kendo-slider-end, 0)*1%);
|
|
38440
38411
|
}
|
|
38441
38412
|
|
|
38442
38413
|
.k-slider-vertical .k-slider-track-wrap {
|
|
@@ -38560,7 +38531,7 @@ select.k-picker-lg {
|
|
|
38560
38531
|
|
|
38561
38532
|
.k-slider-vertical .k-label {
|
|
38562
38533
|
text-align: start;
|
|
38563
|
-
|
|
38534
|
+
inset-inline-start: 120%;
|
|
38564
38535
|
top: 50%;
|
|
38565
38536
|
transform: translateY(-50%);
|
|
38566
38537
|
}
|
|
@@ -38574,20 +38545,8 @@ select.k-picker-lg {
|
|
|
38574
38545
|
}
|
|
38575
38546
|
|
|
38576
38547
|
.k-slider-vertical .k-slider-topleft .k-label {
|
|
38577
|
-
|
|
38578
|
-
|
|
38579
|
-
}
|
|
38580
|
-
|
|
38581
|
-
.k-rtl .k-slider-vertical .k-label, .k-slider-vertical.k-rtl .k-label,
|
|
38582
|
-
[dir="rtl"] .k-slider-vertical .k-label, .k-slider-vertical[dir="rtl"] .k-label {
|
|
38583
|
-
left: auto;
|
|
38584
|
-
right: 120%;
|
|
38585
|
-
}
|
|
38586
|
-
|
|
38587
|
-
.k-rtl .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical.k-rtl .k-slider-topleft .k-label,
|
|
38588
|
-
[dir="rtl"] .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical[dir="rtl"] .k-slider-topleft .k-label {
|
|
38589
|
-
left: 120%;
|
|
38590
|
-
right: auto;
|
|
38548
|
+
inset-inline-start: auto;
|
|
38549
|
+
inset-inline-end: 120%;
|
|
38591
38550
|
}
|
|
38592
38551
|
|
|
38593
38552
|
.k-slider-horizontal {
|
|
@@ -38668,50 +38627,23 @@ select.k-picker-lg {
|
|
|
38668
38627
|
}
|
|
38669
38628
|
|
|
38670
38629
|
.k-slider-horizontal .k-label {
|
|
38671
|
-
|
|
38630
|
+
inset-inline-start: 50%;
|
|
38672
38631
|
bottom: -1.2em;
|
|
38673
38632
|
transform: translateX(-50%);
|
|
38674
38633
|
}
|
|
38675
38634
|
|
|
38676
38635
|
.k-slider-horizontal .k-first .k-label {
|
|
38677
|
-
|
|
38636
|
+
inset-inline-start: 0;
|
|
38678
38637
|
}
|
|
38679
38638
|
|
|
38680
38639
|
.k-slider-horizontal .k-last .k-label {
|
|
38681
|
-
|
|
38640
|
+
inset-inline-start: 100%;
|
|
38682
38641
|
}
|
|
38683
38642
|
|
|
38684
38643
|
.k-slider-horizontal .k-slider-topleft .k-label {
|
|
38685
38644
|
top: -1.2em;
|
|
38686
38645
|
}
|
|
38687
38646
|
|
|
38688
|
-
.k-rtl .k-slider-horizontal .k-slider-track,
|
|
38689
|
-
.k-rtl .k-slider-horizontal .k-slider-selection, .k-slider-horizontal.k-rtl .k-slider-track,
|
|
38690
|
-
.k-slider-horizontal.k-rtl .k-slider-selection,
|
|
38691
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-track,
|
|
38692
|
-
[dir="rtl"] .k-slider-horizontal .k-slider-selection, .k-slider-horizontal[dir="rtl"] .k-slider-track,
|
|
38693
|
-
.k-slider-horizontal[dir="rtl"] .k-slider-selection {
|
|
38694
|
-
right: 0;
|
|
38695
|
-
left: auto;
|
|
38696
|
-
}
|
|
38697
|
-
|
|
38698
|
-
.k-rtl .k-slider-horizontal .k-button-increase .k-icon,
|
|
38699
|
-
.k-rtl .k-slider-horizontal .k-button-increase .k-svg-icon,
|
|
38700
|
-
.k-rtl .k-slider-horizontal .k-button-decrease .k-icon,
|
|
38701
|
-
.k-rtl .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
|
|
38702
|
-
.k-slider-horizontal.k-rtl .k-button-increase .k-svg-icon,
|
|
38703
|
-
.k-slider-horizontal.k-rtl .k-button-decrease .k-icon,
|
|
38704
|
-
.k-slider-horizontal.k-rtl .k-button-decrease .k-svg-icon,
|
|
38705
|
-
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-icon,
|
|
38706
|
-
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-svg-icon,
|
|
38707
|
-
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon,
|
|
38708
|
-
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
|
|
38709
|
-
.k-slider-horizontal[dir="rtl"] .k-button-increase .k-svg-icon,
|
|
38710
|
-
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon,
|
|
38711
|
-
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-svg-icon {
|
|
38712
|
-
transform: scaleX(-1);
|
|
38713
|
-
}
|
|
38714
|
-
|
|
38715
38647
|
.k-slider-track,
|
|
38716
38648
|
.k-slider-selection {
|
|
38717
38649
|
margin: 0;
|
|
@@ -38781,7 +38713,7 @@ select.k-picker-lg {
|
|
|
38781
38713
|
|
|
38782
38714
|
.k-slider-tooltip .k-callout-n,
|
|
38783
38715
|
.k-slider-tooltip .k-callout-s {
|
|
38784
|
-
margin-
|
|
38716
|
+
margin-inline-start: -3px;
|
|
38785
38717
|
}
|
|
38786
38718
|
|
|
38787
38719
|
.k-slider-tooltip .k-callout-w,
|
|
@@ -38789,13 +38721,30 @@ select.k-picker-lg {
|
|
|
38789
38721
|
margin-top: -3px;
|
|
38790
38722
|
}
|
|
38791
38723
|
|
|
38724
|
+
.k-slider-rtl.k-slider-horizontal .k-draghandle, .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle, [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle, .k-slider-horizontal.k-slider.k-rtl .k-draghandle, .k-rtl .k-slider-horizontal.k-slider .k-draghandle {
|
|
38725
|
+
transform: translate(50%, -50%);
|
|
38726
|
+
}
|
|
38727
|
+
|
|
38728
|
+
.k-slider-rtl.k-slider-horizontal .k-draghandle:focus, .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:focus, [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:focus, .k-slider-horizontal.k-slider.k-rtl .k-draghandle:focus, .k-rtl .k-slider-horizontal.k-slider .k-draghandle:focus,
|
|
38729
|
+
.k-slider-rtl.k-slider-horizontal .k-draghandle:active,
|
|
38730
|
+
.k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:active,
|
|
38731
|
+
[dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:active,
|
|
38732
|
+
.k-slider-horizontal.k-slider.k-rtl .k-draghandle:active,
|
|
38733
|
+
.k-rtl .k-slider-horizontal.k-slider .k-draghandle:active {
|
|
38734
|
+
transform: translate(50%, -50%) scale(1);
|
|
38735
|
+
}
|
|
38736
|
+
|
|
38737
|
+
.k-slider-rtl.k-slider-horizontal .k-label, .k-slider-horizontal.k-slider[dir="rtl"] .k-label, [dir="rtl"] .k-slider-horizontal.k-slider .k-label, .k-slider-horizontal.k-slider.k-rtl .k-label, .k-rtl .k-slider-horizontal.k-slider .k-label {
|
|
38738
|
+
transform: translateX(50%);
|
|
38739
|
+
}
|
|
38740
|
+
|
|
38792
38741
|
.k-slider kendo-resize-sensor {
|
|
38793
38742
|
position: absolute;
|
|
38794
38743
|
}
|
|
38795
38744
|
|
|
38796
38745
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
38797
|
-
padding-
|
|
38798
|
-
padding-
|
|
38746
|
+
padding-inline-start: 7px;
|
|
38747
|
+
padding-inline-end: 7px;
|
|
38799
38748
|
}
|
|
38800
38749
|
|
|
38801
38750
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
@@ -39374,17 +39323,6 @@ select.k-picker-lg {
|
|
|
39374
39323
|
border-radius: 0;
|
|
39375
39324
|
}
|
|
39376
39325
|
|
|
39377
|
-
.k-rtl .k-calendar .k-calendar-nav-prev,
|
|
39378
|
-
.k-rtl .k-calendar .k-calendar-nav-next,
|
|
39379
|
-
[dir="rtl"] .k-calendar .k-calendar-nav-prev,
|
|
39380
|
-
[dir="rtl"] .k-calendar .k-calendar-nav-next,
|
|
39381
|
-
.k-calendar.k-rtl .k-calendar-nav-prev,
|
|
39382
|
-
.k-calendar.k-rtl .k-calendar-nav-next,
|
|
39383
|
-
.k-calendar[dir="rtl"] .k-calendar-nav-prev,
|
|
39384
|
-
.k-calendar[dir="rtl"] .k-calendar-nav-next {
|
|
39385
|
-
transform: scaleX(-1);
|
|
39386
|
-
}
|
|
39387
|
-
|
|
39388
39326
|
.k-rtl .k-calendar .k-content.k-scrollable,
|
|
39389
39327
|
.k-rtl .k-calendar .k-calendar-content.k-scrollable,
|
|
39390
39328
|
[dir="rtl"] .k-calendar .k-content.k-scrollable,
|
|
@@ -42726,7 +42664,8 @@ select.k-picker-lg {
|
|
|
42726
42664
|
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
42727
42665
|
}
|
|
42728
42666
|
|
|
42729
|
-
.k-window:focus,
|
|
42667
|
+
.k-window:focus,
|
|
42668
|
+
.k-window.k-focus {
|
|
42730
42669
|
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
42731
42670
|
}
|
|
42732
42671
|
|
|
@@ -44469,11 +44408,6 @@ kendo-card-footer {
|
|
|
44469
44408
|
box-sizing: border-box;
|
|
44470
44409
|
}
|
|
44471
44410
|
|
|
44472
|
-
.k-rtl .k-pager .k-pager-nav .k-button-icon, .k-pager[dir="rtl"] .k-pager-nav .k-button-icon,
|
|
44473
|
-
[dir="rtl"] .k-pager .k-pager-nav .k-button-icon {
|
|
44474
|
-
transform: scaleX(-1);
|
|
44475
|
-
}
|
|
44476
|
-
|
|
44477
44411
|
.k-pager-input, .k-pager-sizes, .k-pager-info, .k-pager-mobile-sm .k-pager-numbers-wrap select.k-dropdown-list, .k-pager-mobile-sm .k-pager-numbers-wrap select.k-dropdown,
|
|
44478
44412
|
.k-pager-mobile-sm .k-pager-numbers-wrap select.k-dropdownlist {
|
|
44479
44413
|
display: flex;
|
|
@@ -45008,10 +44942,6 @@ kendo-card-footer {
|
|
|
45008
44942
|
color: #f31700;
|
|
45009
44943
|
}
|
|
45010
44944
|
|
|
45011
|
-
.k-stepper .k-step-error .k-step-label {
|
|
45012
|
-
color: #f31700;
|
|
45013
|
-
}
|
|
45014
|
-
|
|
45015
44945
|
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
|
|
45016
44946
|
color: #f31700;
|
|
45017
44947
|
}
|
|
@@ -45370,13 +45300,6 @@ kendo-card-footer {
|
|
|
45370
45300
|
order: 0;
|
|
45371
45301
|
}
|
|
45372
45302
|
|
|
45373
|
-
.k-rtl .k-tabstrip .k-tabstrip-prev .k-button-icon,
|
|
45374
|
-
.k-rtl .k-tabstrip .k-tabstrip-next .k-button-icon,
|
|
45375
|
-
.k-tabstrip[dir="rtl"] .k-tabstrip-prev .k-button-icon,
|
|
45376
|
-
.k-tabstrip[dir="rtl"] .k-tabstrip-next .k-button-icon {
|
|
45377
|
-
transform: scaleX(-1);
|
|
45378
|
-
}
|
|
45379
|
-
|
|
45380
45303
|
.k-tabstrip-items {
|
|
45381
45304
|
text-transform: uppercase;
|
|
45382
45305
|
}
|
|
@@ -45515,6 +45438,7 @@ kendo-card-footer {
|
|
|
45515
45438
|
}
|
|
45516
45439
|
|
|
45517
45440
|
.k-wizard-vertical .k-wizard-steps {
|
|
45441
|
+
margin-left: 32px;
|
|
45518
45442
|
flex: 1 0 0%;
|
|
45519
45443
|
}
|
|
45520
45444
|
|
|
@@ -45522,10 +45446,6 @@ kendo-card-footer {
|
|
|
45522
45446
|
flex: 1 1 0%;
|
|
45523
45447
|
}
|
|
45524
45448
|
|
|
45525
|
-
.k-wizard-vertical .k-wizard-steps {
|
|
45526
|
-
margin-left: 32px;
|
|
45527
|
-
}
|
|
45528
|
-
|
|
45529
45449
|
.k-wizard-left {
|
|
45530
45450
|
flex-direction: row-reverse;
|
|
45531
45451
|
}
|
|
@@ -46131,11 +46051,6 @@ kendo-card-footer {
|
|
|
46131
46051
|
flex-direction: row;
|
|
46132
46052
|
}
|
|
46133
46053
|
|
|
46134
|
-
.k-splitter-flex.k-splitter-horizontal[dir="rtl"] > .k-splitbar > .k-collapse-next,
|
|
46135
|
-
.k-splitter-flex.k-splitter-horizontal[dir="rtl"] > .k-splitbar > .k-collapse-prev {
|
|
46136
|
-
transform: scaleX(-1);
|
|
46137
|
-
}
|
|
46138
|
-
|
|
46139
46054
|
.k-splitter-flex.k-splitter-vertical {
|
|
46140
46055
|
flex-direction: column;
|
|
46141
46056
|
}
|
|
@@ -46626,30 +46541,11 @@ kendo-card-footer {
|
|
|
46626
46541
|
display: none;
|
|
46627
46542
|
}
|
|
46628
46543
|
|
|
46629
|
-
.k-rtl .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
46630
|
-
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
46631
|
-
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-icon, .k-pane-wrapper[dir="rtl"] .k-header-cancel .k-button-icon,
|
|
46632
|
-
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-svg-icon,
|
|
46633
|
-
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-icon,
|
|
46634
|
-
[dir="rtl"] .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
46635
|
-
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
46636
|
-
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-icon {
|
|
46637
|
-
transform: scaleX(-1);
|
|
46638
|
-
}
|
|
46639
|
-
|
|
46640
46544
|
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar > ul > li,
|
|
46641
46545
|
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
|
|
46642
46546
|
border: 0;
|
|
46643
46547
|
}
|
|
46644
46548
|
|
|
46645
|
-
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
|
|
46646
|
-
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
|
|
46647
|
-
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,
|
|
46648
|
-
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
|
|
46649
|
-
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next {
|
|
46650
|
-
transform: scaleX(-1);
|
|
46651
|
-
}
|
|
46652
|
-
|
|
46653
46549
|
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-task .k-i-reload,
|
|
46654
46550
|
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
|
|
46655
46551
|
margin-left: .5em;
|
|
@@ -47264,7 +47160,8 @@ div.k-grid-footer {
|
|
|
47264
47160
|
}
|
|
47265
47161
|
|
|
47266
47162
|
.k-grid-filter-popup {
|
|
47267
|
-
min-width:
|
|
47163
|
+
min-width: 250px;
|
|
47164
|
+
max-width: 320px;
|
|
47268
47165
|
}
|
|
47269
47166
|
|
|
47270
47167
|
.k-grid-column-menu-standalone a.k-grid-filter {
|
|
@@ -47930,7 +47827,8 @@ div.k-grid-norecords {
|
|
|
47930
47827
|
}
|
|
47931
47828
|
|
|
47932
47829
|
.k-filter-menu-popup {
|
|
47933
|
-
width: 250px;
|
|
47830
|
+
min-width: 250px;
|
|
47831
|
+
max-width: 320px;
|
|
47934
47832
|
}
|
|
47935
47833
|
|
|
47936
47834
|
.k-filter-menu {
|
|
@@ -47975,7 +47873,8 @@ div.k-grid-norecords {
|
|
|
47975
47873
|
|
|
47976
47874
|
.k-filter-menu.k-popup .k-filter-menu-container,
|
|
47977
47875
|
.k-grid-filter-popup.k-popup .k-filter-menu-container {
|
|
47978
|
-
width: 250px;
|
|
47876
|
+
min-width: 250px;
|
|
47877
|
+
max-width: 320px;
|
|
47979
47878
|
}
|
|
47980
47879
|
|
|
47981
47880
|
.k-popup .k-multicheck-wrap {
|
|
@@ -48018,13 +47917,13 @@ div.k-grid-norecords {
|
|
|
48018
47917
|
|
|
48019
47918
|
.k-column-menu-popup,
|
|
48020
47919
|
.k-grid-columnmenu-popup {
|
|
48021
|
-
width: 250px;
|
|
47920
|
+
min-width: 250px;
|
|
48022
47921
|
box-sizing: border-box;
|
|
48023
47922
|
}
|
|
48024
47923
|
|
|
48025
47924
|
.k-column-menu-popup.k-popup,
|
|
48026
47925
|
.k-grid-columnmenu-popup.k-popup {
|
|
48027
|
-
max-width:
|
|
47926
|
+
max-width: 320px;
|
|
48028
47927
|
}
|
|
48029
47928
|
|
|
48030
47929
|
.k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
|
|
@@ -48155,6 +48054,21 @@ div.k-grid-norecords {
|
|
|
48155
48054
|
flex: 1 1 auto;
|
|
48156
48055
|
}
|
|
48157
48056
|
|
|
48057
|
+
.k-rtl .k-grid-virtual .k-grid-content .k-grid-table-wrap,
|
|
48058
|
+
.k-rtl .k-grid-virtual .k-grid-content .k-grid-table,
|
|
48059
|
+
.k-rtl .k-grid-virtual .k-grid-content > .k-height-container,
|
|
48060
|
+
[dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table-wrap,
|
|
48061
|
+
[dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table,
|
|
48062
|
+
[dir="rtl"] .k-grid-virtual .k-grid-content > .k-height-container,
|
|
48063
|
+
.k-rtl.k-grid-virtual .k-grid-content .k-grid-table-wrap,
|
|
48064
|
+
.k-rtl.k-grid-virtual .k-grid-content .k-grid-table,
|
|
48065
|
+
.k-rtl.k-grid-virtual .k-grid-content > .k-height-container,
|
|
48066
|
+
[dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table-wrap,
|
|
48067
|
+
[dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table,
|
|
48068
|
+
[dir="rtl"].k-grid-virtual .k-grid-content > .k-height-container {
|
|
48069
|
+
float: right;
|
|
48070
|
+
}
|
|
48071
|
+
|
|
48158
48072
|
.k-grid .k-group-footer td,
|
|
48159
48073
|
.k-grid .k-group-footer .k-table-td {
|
|
48160
48074
|
border-top-width: 0;
|
|
@@ -48842,14 +48756,14 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
48842
48756
|
background-color: #3f51b5;
|
|
48843
48757
|
}
|
|
48844
48758
|
|
|
48845
|
-
.k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th.k-grid-header-sticky {
|
|
48846
|
-
border-inline-color: rgba(0, 0, 0, 0.5);
|
|
48847
|
-
}
|
|
48848
|
-
|
|
48849
48759
|
.k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th {
|
|
48850
48760
|
border-inline-start-color: rgba(0, 0, 0, 0.12);
|
|
48851
48761
|
}
|
|
48852
48762
|
|
|
48763
|
+
.k-grid-header .k-table-thead > .k-table-row:not(:only-child) > .k-table-th.k-grid-header-sticky {
|
|
48764
|
+
border-inline-color: rgba(0, 0, 0, 0.5);
|
|
48765
|
+
}
|
|
48766
|
+
|
|
48853
48767
|
.k-grid-header .k-grid-header-locked .k-table-thead .k-table-row .k-table-th {
|
|
48854
48768
|
border-inline-color: rgba(0, 0, 0, 0.5);
|
|
48855
48769
|
}
|
|
@@ -49163,9 +49077,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49163
49077
|
|
|
49164
49078
|
.k-spreadsheet-name-editor {
|
|
49165
49079
|
width: 10em;
|
|
49166
|
-
border-width: 0 1px 0 0;
|
|
49167
|
-
border-style: solid;
|
|
49168
|
-
border-color: inherit;
|
|
49169
49080
|
}
|
|
49170
49081
|
|
|
49171
49082
|
.k-spreadsheet-formula-bar {
|
|
@@ -49174,6 +49085,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49174
49085
|
flex-direction: row;
|
|
49175
49086
|
align-items: center;
|
|
49176
49087
|
flex: 1;
|
|
49088
|
+
gap: 4px;
|
|
49177
49089
|
}
|
|
49178
49090
|
|
|
49179
49091
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -49746,12 +49658,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49746
49658
|
}
|
|
49747
49659
|
|
|
49748
49660
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
49749
|
-
|
|
49750
|
-
|
|
49751
|
-
|
|
49752
|
-
|
|
49753
|
-
align-content: space-around;
|
|
49754
|
-
justify-content: space-around;
|
|
49661
|
+
padding: 8px;
|
|
49662
|
+
display: grid;
|
|
49663
|
+
grid-template-columns: repeat(5, max-content);
|
|
49664
|
+
gap: 8px;
|
|
49755
49665
|
}
|
|
49756
49666
|
|
|
49757
49667
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -49780,6 +49690,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49780
49690
|
overflow: hidden;
|
|
49781
49691
|
}
|
|
49782
49692
|
|
|
49693
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
49694
|
+
margin-block-end: 8px;
|
|
49695
|
+
}
|
|
49696
|
+
|
|
49783
49697
|
.k-spreadsheet-window .k-edit-form-container {
|
|
49784
49698
|
width: auto;
|
|
49785
49699
|
min-width: 0;
|
|
@@ -51654,7 +51568,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
51654
51568
|
}
|
|
51655
51569
|
|
|
51656
51570
|
.k-taskboard-card.k-taskboard-card-category {
|
|
51657
|
-
border-
|
|
51571
|
+
border-inline-start-width: 4px;
|
|
51658
51572
|
}
|
|
51659
51573
|
|
|
51660
51574
|
.k-taskboard-card .k-card-header .k-card-body,
|
|
@@ -51689,12 +51603,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
51689
51603
|
position: relative;
|
|
51690
51604
|
}
|
|
51691
51605
|
|
|
51692
|
-
.k-rtl .k-taskboard-card.k-taskboard-card-category, .k-taskboard-card.k-taskboard-card-category.k-rtl,
|
|
51693
|
-
[dir="rtl"] .k-taskboard-card.k-taskboard-card-category, .k-taskboard-card.k-taskboard-card-category[dir="rtl"] {
|
|
51694
|
-
border-left-width: 1px;
|
|
51695
|
-
border-right-width: 4px;
|
|
51696
|
-
}
|
|
51697
|
-
|
|
51698
51606
|
.k-taskboard-column {
|
|
51699
51607
|
border-color: transparent;
|
|
51700
51608
|
background-color: #f5f5f5;
|
|
@@ -52422,7 +52330,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
52422
52330
|
}
|
|
52423
52331
|
|
|
52424
52332
|
.ProseMirror-selectednode {
|
|
52425
|
-
outline-color: #
|
|
52333
|
+
outline-color: #88ccff;
|
|
52426
52334
|
}
|
|
52427
52335
|
|
|
52428
52336
|
.k-ct-popup .k-selected {
|
|
@@ -54663,18 +54571,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
54663
54571
|
float: right;
|
|
54664
54572
|
}
|
|
54665
54573
|
|
|
54666
|
-
.k-rtl .k-scheduler .k-i-caret-alt-left,
|
|
54667
|
-
.k-rtl .k-scheduler .k-i-caret-alt-right,
|
|
54668
|
-
.k-rtl .k-scheduler .k-i-arrow-60-left,
|
|
54669
|
-
.k-rtl .k-scheduler .k-i-arrow-60-right,
|
|
54670
|
-
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-caret-alt-left,
|
|
54671
|
-
.k-rtl.k-scheduler .k-i-caret-alt-right,
|
|
54672
|
-
.k-rtl.k-scheduler .k-i-arrow-60-left,
|
|
54673
|
-
.k-rtl.k-scheduler .k-i-arrow-60-right,
|
|
54674
|
-
.k-rtl.k-scheduler .k-current-time-arrow-right {
|
|
54675
|
-
transform: scaleX(-1);
|
|
54676
|
-
}
|
|
54677
|
-
|
|
54678
54574
|
.k-rtl .k-scheduler .k-scheduler-header-wrap, .k-rtl.k-scheduler .k-scheduler-header-wrap {
|
|
54679
54575
|
border-right-width: 0;
|
|
54680
54576
|
}
|
|
@@ -54903,11 +54799,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
54903
54799
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
54904
54800
|
}
|
|
54905
54801
|
|
|
54906
|
-
.k-event-inverse {
|
|
54802
|
+
.k-event.k-event-inverse {
|
|
54907
54803
|
color: black;
|
|
54908
54804
|
}
|
|
54909
54805
|
|
|
54910
|
-
.k-event-ongoing {
|
|
54806
|
+
.k-event.k-event-ongoing {
|
|
54911
54807
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
54912
54808
|
}
|
|
54913
54809
|
|
|
@@ -56312,6 +56208,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
56312
56208
|
border-style: solid;
|
|
56313
56209
|
border-radius: 4px;
|
|
56314
56210
|
z-index: 10;
|
|
56211
|
+
cursor: default;
|
|
56315
56212
|
}
|
|
56316
56213
|
|
|
56317
56214
|
.k-pdf-viewer {
|
|
@@ -56647,17 +56544,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
56647
56544
|
}
|
|
56648
56545
|
}
|
|
56649
56546
|
|
|
56650
|
-
.k-rtl .k-scrollview-prev .k-icon,
|
|
56651
|
-
.k-rtl .k-scrollview-prev .k-svg-icon,
|
|
56652
|
-
.k-rtl .k-scrollview-next .k-icon,
|
|
56653
|
-
.k-rtl .k-scrollview-next .k-svg-icon,
|
|
56654
|
-
[dir="rtl"] .k-scrollview-prev .k-icon,
|
|
56655
|
-
[dir="rtl"] .k-scrollview-prev .k-svg-icon,
|
|
56656
|
-
[dir="rtl"] .k-scrollview-next .k-icon,
|
|
56657
|
-
[dir="rtl"] .k-scrollview-next .k-svg-icon {
|
|
56658
|
-
transform: scaleX(-1);
|
|
56659
|
-
}
|
|
56660
|
-
|
|
56661
56547
|
kendo-scrollview.k-scrollview-wrap,
|
|
56662
56548
|
kendo-scrollview.k-scrollview,
|
|
56663
56549
|
div.k-scrollview {
|