@progress/kendo-theme-default 6.1.1-dev.53 → 6.1.1-dev.66
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 +315 -209
- package/dist/all.scss +756 -378
- package/dist/meta/variables.json +16 -16
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/action-buttons/_index.scss +1 -0
- package/scss/action-sheet/_index.scss +1 -0
- package/scss/adaptive/_index.scss +1 -0
- package/scss/appbar/_index.scss +1 -0
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/avatar/_index.scss +1 -0
- package/scss/badge/_index.scss +1 -0
- package/scss/bottom-navigation/_index.scss +1 -0
- package/scss/breadcrumb/_index.scss +1 -0
- package/scss/breadcrumb/_layout.scss +4 -23
- package/scss/button/_index.scss +1 -0
- package/scss/calendar/_index.scss +1 -0
- package/scss/captcha/_index.scss +1 -0
- package/scss/card/_index.scss +1 -0
- package/scss/chat/_index.scss +1 -0
- package/scss/checkbox/_index.scss +1 -0
- package/scss/chip/_index.scss +1 -0
- package/scss/color-preview/_index.scss +1 -0
- package/scss/coloreditor/_index.scss +1 -0
- package/scss/colorgradient/_index.scss +2 -0
- package/scss/colorgradient/_layout.scss +3 -1
- package/scss/colorpalette/_index.scss +1 -0
- package/scss/colorpicker/_index.scss +1 -0
- package/scss/combobox/_index.scss +1 -0
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +1 -0
- package/scss/datepicker/_index.scss +1 -0
- package/scss/daterangepicker/_index.scss +1 -0
- package/scss/datetimepicker/_index.scss +1 -0
- package/scss/dialog/_index.scss +1 -0
- package/scss/draggable/_index.scss +1 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/dropdowngrid/_index.scss +1 -0
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/dropdowntree/_index.scss +1 -0
- package/scss/dropzone/_index.scss +1 -0
- package/scss/dropzone/_layout.scss +5 -0
- package/scss/editor/_index.scss +1 -0
- package/scss/editor/_layout.scss +7 -3
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/fab/_index.scss +1 -0
- package/scss/filemanager/_index.scss +1 -0
- package/scss/filemanager/_layout.scss +1 -3
- package/scss/filter/_index.scss +1 -0
- package/scss/floating-label/_index.scss +1 -0
- package/scss/forms/_index.scss +1 -0
- package/scss/gantt/_index.scss +1 -0
- package/scss/grid/_index.scss +1 -0
- package/scss/grid/_layout.scss +10 -5
- package/scss/grid/_theme.scss +6 -3
- package/scss/icons/_index.scss +1 -0
- package/scss/icons/_layout.scss +2 -2
- package/scss/imageeditor/_index.scss +1 -0
- package/scss/input/_index.scss +1 -0
- package/scss/input/_layout.scss +10 -4
- package/scss/list/_index.scss +1 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/listgroup/_index.scss +1 -0
- package/scss/listgroup/_layout.scss +4 -2
- package/scss/listview/_index.scss +1 -0
- package/scss/loader/_index.scss +2 -0
- package/scss/map/_index.scss +1 -0
- package/scss/map/_layout.scss +2 -1
- package/scss/maskedtextbox/_index.scss +1 -0
- package/scss/mediaplayer/_index.scss +1 -0
- package/scss/menu/_index.scss +1 -0
- package/scss/menu-button/_index.scss +1 -0
- package/scss/messagebox/_index.scss +1 -0
- package/scss/multiselect/_index.scss +1 -0
- package/scss/notification/_index.scss +1 -0
- package/scss/numerictextbox/_index.scss +1 -0
- package/scss/orgchart/_index.scss +2 -0
- package/scss/overlay/_index.scss +1 -0
- package/scss/pager/_index.scss +1 -0
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_theme.scss +2 -0
- package/scss/pdf-viewer/_index.scss +1 -0
- package/scss/pdf-viewer/_layout.scss +4 -0
- package/scss/pdf-viewer/_theme.scss +2 -1
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_layout.scss +7 -3
- package/scss/popover/_index.scss +1 -0
- package/scss/popup/_index.scss +1 -0
- package/scss/progressbar/_index.scss +1 -0
- package/scss/radio/_index.scss +1 -0
- package/scss/rating/_index.scss +1 -0
- package/scss/rating/_layout.scss +4 -0
- package/scss/rating/_theme.scss +6 -0
- package/scss/responsivepanel/_index.scss +1 -0
- package/scss/ripple/_index.scss +1 -0
- package/scss/scheduler/_index.scss +1 -0
- package/scss/scheduler/_layout.scss +4 -2
- package/scss/scroller/_index.scss +1 -0
- package/scss/scrollview/_index.scss +1 -0
- package/scss/scrollview/_layout.scss +7 -1
- package/scss/searchbox/_index.scss +1 -0
- package/scss/signature/_index.scss +3 -0
- package/scss/skeleton/_index.scss +1 -0
- package/scss/slider/_index.scss +1 -0
- package/scss/slider/_layout.scss +3 -1
- package/scss/split-button/_index.scss +1 -0
- package/scss/splitter/_index.scss +1 -0
- package/scss/splitter/_layout.scss +4 -0
- package/scss/spreadsheet/_index.scss +1 -0
- package/scss/spreadsheet/_layout.scss +8 -2
- package/scss/stepper/_index.scss +1 -0
- package/scss/stepper/_layout.scss +7 -2
- package/scss/stepper/_theme.scss +2 -1
- package/scss/switch/_index.scss +1 -0
- package/scss/table/_index.scss +1 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_layout.scss +2 -2
- package/scss/taskboard/_index.scss +1 -0
- package/scss/textarea/_index.scss +1 -0
- package/scss/textbox/_index.scss +1 -0
- package/scss/tilelayout/_index.scss +1 -0
- package/scss/timedurationpicker/_index.scss +1 -0
- package/scss/timeline/_index.scss +1 -0
- package/scss/timepicker/_index.scss +1 -0
- package/scss/timeselector/_index.scss +1 -0
- package/scss/toolbar/_index.scss +1 -0
- package/scss/tooltip/_index.scss +1 -0
- package/scss/tooltip/_layout.scss +2 -1
- package/scss/treelist/_index.scss +1 -0
- package/scss/treeview/_index.scss +1 -0
- package/scss/treeview/_layout.scss +2 -0
- package/scss/typography/_index.scss +1 -0
- package/scss/upload/_index.scss +1 -0
- package/scss/upload/_layout.scss +2 -1
- package/scss/validator/_index.scss +1 -0
- package/scss/virtual-scroller/_index.scss +1 -0
- package/scss/window/_index.scss +1 -0
- package/scss/wizard/_index.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -1020,146 +1020,6 @@ kendo-sortable {
|
|
|
1020
1020
|
color: white;
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
|
-
.k-body,
|
|
1024
|
-
.k-typography {
|
|
1025
|
-
font-size: 14px;
|
|
1026
|
-
font-family: inherit;
|
|
1027
|
-
line-height: 1.4285714286;
|
|
1028
|
-
font-weight: 400;
|
|
1029
|
-
margin: 0;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.k-body p,
|
|
1033
|
-
.k-typography p {
|
|
1034
|
-
margin: 0 0 14px;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
.k-h1 {
|
|
1038
|
-
font-size: 42px;
|
|
1039
|
-
font-family: inherit;
|
|
1040
|
-
line-height: 54px;
|
|
1041
|
-
font-weight: 400;
|
|
1042
|
-
margin: 0 0 14px;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.k-h2 {
|
|
1046
|
-
font-size: 34px;
|
|
1047
|
-
font-family: inherit;
|
|
1048
|
-
line-height: 46px;
|
|
1049
|
-
font-weight: 400;
|
|
1050
|
-
margin: 0 0 14px;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
.k-h3 {
|
|
1054
|
-
font-size: 28px;
|
|
1055
|
-
font-family: inherit;
|
|
1056
|
-
line-height: 42px;
|
|
1057
|
-
font-weight: 400;
|
|
1058
|
-
margin: 0 0 14px;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
.k-h4 {
|
|
1062
|
-
font-size: 22px;
|
|
1063
|
-
font-family: inherit;
|
|
1064
|
-
line-height: 32px;
|
|
1065
|
-
font-weight: 700;
|
|
1066
|
-
margin: 0 0 14px;
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
.k-h5 {
|
|
1070
|
-
font-size: 16px;
|
|
1071
|
-
font-family: inherit;
|
|
1072
|
-
line-height: 26px;
|
|
1073
|
-
font-weight: 700;
|
|
1074
|
-
margin: 0 0 14px;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
.k-h6 {
|
|
1078
|
-
font-size: 14px;
|
|
1079
|
-
font-family: inherit;
|
|
1080
|
-
line-height: 20px;
|
|
1081
|
-
font-weight: 700;
|
|
1082
|
-
margin: 0 0 14px;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
.k-paragraph {
|
|
1086
|
-
font-size: 14px;
|
|
1087
|
-
font-family: inherit;
|
|
1088
|
-
line-height: 20px;
|
|
1089
|
-
font-weight: 400;
|
|
1090
|
-
margin: 0 0 14px;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
.k-pre,
|
|
1094
|
-
.k-code {
|
|
1095
|
-
font-size: 14px;
|
|
1096
|
-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
|
|
1097
|
-
line-height: 20px;
|
|
1098
|
-
font-weight: 400;
|
|
1099
|
-
border-style: solid;
|
|
1100
|
-
border-width: 1px;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.k-pre {
|
|
1104
|
-
padding-block: 16px;
|
|
1105
|
-
padding-inline: 24px;
|
|
1106
|
-
overflow: auto;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
.k-pre > .k-code {
|
|
1110
|
-
padding: 0;
|
|
1111
|
-
border-width: 0;
|
|
1112
|
-
border-color: transparent;
|
|
1113
|
-
background-color: transparent;
|
|
1114
|
-
font-family: inherit;
|
|
1115
|
-
font-size: inherit;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
.k-code {
|
|
1119
|
-
padding-block: 0px;
|
|
1120
|
-
padding-inline: 4px;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
.k-display-1 {
|
|
1124
|
-
font-size: 84px;
|
|
1125
|
-
font-family: inherit;
|
|
1126
|
-
line-height: 1.2;
|
|
1127
|
-
font-weight: 300;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.k-display-2 {
|
|
1131
|
-
font-size: 70px;
|
|
1132
|
-
font-family: inherit;
|
|
1133
|
-
line-height: 1.2;
|
|
1134
|
-
font-weight: 300;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
.k-display-3 {
|
|
1138
|
-
font-size: 56px;
|
|
1139
|
-
font-family: inherit;
|
|
1140
|
-
line-height: 1.2;
|
|
1141
|
-
font-weight: 300;
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
.k-display-4 {
|
|
1145
|
-
font-size: 42px;
|
|
1146
|
-
font-family: inherit;
|
|
1147
|
-
line-height: 1.2;
|
|
1148
|
-
font-weight: 300;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
.k-body {
|
|
1152
|
-
color: #424242;
|
|
1153
|
-
background-color: #ffffff;
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
.k-pre,
|
|
1157
|
-
.k-code {
|
|
1158
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
1159
|
-
color: #424242;
|
|
1160
|
-
background-color: #fafafa;
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
1023
|
.k-ratio-auto {
|
|
1164
1024
|
aspect-ratio: auto;
|
|
1165
1025
|
}
|
|
@@ -21458,6 +21318,146 @@ kendo-sortable {
|
|
|
21458
21318
|
will-change: transform !important;
|
|
21459
21319
|
}
|
|
21460
21320
|
|
|
21321
|
+
.k-body,
|
|
21322
|
+
.k-typography {
|
|
21323
|
+
font-size: 14px;
|
|
21324
|
+
font-family: inherit;
|
|
21325
|
+
line-height: 1.4285714286;
|
|
21326
|
+
font-weight: 400;
|
|
21327
|
+
margin: 0;
|
|
21328
|
+
}
|
|
21329
|
+
|
|
21330
|
+
.k-body p,
|
|
21331
|
+
.k-typography p {
|
|
21332
|
+
margin: 0 0 14px;
|
|
21333
|
+
}
|
|
21334
|
+
|
|
21335
|
+
.k-h1 {
|
|
21336
|
+
font-size: 42px;
|
|
21337
|
+
font-family: inherit;
|
|
21338
|
+
line-height: 54px;
|
|
21339
|
+
font-weight: 400;
|
|
21340
|
+
margin: 0 0 14px;
|
|
21341
|
+
}
|
|
21342
|
+
|
|
21343
|
+
.k-h2 {
|
|
21344
|
+
font-size: 34px;
|
|
21345
|
+
font-family: inherit;
|
|
21346
|
+
line-height: 46px;
|
|
21347
|
+
font-weight: 400;
|
|
21348
|
+
margin: 0 0 14px;
|
|
21349
|
+
}
|
|
21350
|
+
|
|
21351
|
+
.k-h3 {
|
|
21352
|
+
font-size: 28px;
|
|
21353
|
+
font-family: inherit;
|
|
21354
|
+
line-height: 42px;
|
|
21355
|
+
font-weight: 400;
|
|
21356
|
+
margin: 0 0 14px;
|
|
21357
|
+
}
|
|
21358
|
+
|
|
21359
|
+
.k-h4 {
|
|
21360
|
+
font-size: 22px;
|
|
21361
|
+
font-family: inherit;
|
|
21362
|
+
line-height: 32px;
|
|
21363
|
+
font-weight: 700;
|
|
21364
|
+
margin: 0 0 14px;
|
|
21365
|
+
}
|
|
21366
|
+
|
|
21367
|
+
.k-h5 {
|
|
21368
|
+
font-size: 16px;
|
|
21369
|
+
font-family: inherit;
|
|
21370
|
+
line-height: 26px;
|
|
21371
|
+
font-weight: 700;
|
|
21372
|
+
margin: 0 0 14px;
|
|
21373
|
+
}
|
|
21374
|
+
|
|
21375
|
+
.k-h6 {
|
|
21376
|
+
font-size: 14px;
|
|
21377
|
+
font-family: inherit;
|
|
21378
|
+
line-height: 20px;
|
|
21379
|
+
font-weight: 700;
|
|
21380
|
+
margin: 0 0 14px;
|
|
21381
|
+
}
|
|
21382
|
+
|
|
21383
|
+
.k-paragraph {
|
|
21384
|
+
font-size: 14px;
|
|
21385
|
+
font-family: inherit;
|
|
21386
|
+
line-height: 20px;
|
|
21387
|
+
font-weight: 400;
|
|
21388
|
+
margin: 0 0 14px;
|
|
21389
|
+
}
|
|
21390
|
+
|
|
21391
|
+
.k-pre,
|
|
21392
|
+
.k-code {
|
|
21393
|
+
font-size: 14px;
|
|
21394
|
+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
|
|
21395
|
+
line-height: 20px;
|
|
21396
|
+
font-weight: 400;
|
|
21397
|
+
border-style: solid;
|
|
21398
|
+
border-width: 1px;
|
|
21399
|
+
}
|
|
21400
|
+
|
|
21401
|
+
.k-pre {
|
|
21402
|
+
padding-block: 16px;
|
|
21403
|
+
padding-inline: 24px;
|
|
21404
|
+
overflow: auto;
|
|
21405
|
+
}
|
|
21406
|
+
|
|
21407
|
+
.k-pre > .k-code {
|
|
21408
|
+
padding: 0;
|
|
21409
|
+
border-width: 0;
|
|
21410
|
+
border-color: transparent;
|
|
21411
|
+
background-color: transparent;
|
|
21412
|
+
font-family: inherit;
|
|
21413
|
+
font-size: inherit;
|
|
21414
|
+
}
|
|
21415
|
+
|
|
21416
|
+
.k-code {
|
|
21417
|
+
padding-block: 0px;
|
|
21418
|
+
padding-inline: 4px;
|
|
21419
|
+
}
|
|
21420
|
+
|
|
21421
|
+
.k-display-1 {
|
|
21422
|
+
font-size: 84px;
|
|
21423
|
+
font-family: inherit;
|
|
21424
|
+
line-height: 1.2;
|
|
21425
|
+
font-weight: 300;
|
|
21426
|
+
}
|
|
21427
|
+
|
|
21428
|
+
.k-display-2 {
|
|
21429
|
+
font-size: 70px;
|
|
21430
|
+
font-family: inherit;
|
|
21431
|
+
line-height: 1.2;
|
|
21432
|
+
font-weight: 300;
|
|
21433
|
+
}
|
|
21434
|
+
|
|
21435
|
+
.k-display-3 {
|
|
21436
|
+
font-size: 56px;
|
|
21437
|
+
font-family: inherit;
|
|
21438
|
+
line-height: 1.2;
|
|
21439
|
+
font-weight: 300;
|
|
21440
|
+
}
|
|
21441
|
+
|
|
21442
|
+
.k-display-4 {
|
|
21443
|
+
font-size: 42px;
|
|
21444
|
+
font-family: inherit;
|
|
21445
|
+
line-height: 1.2;
|
|
21446
|
+
font-weight: 300;
|
|
21447
|
+
}
|
|
21448
|
+
|
|
21449
|
+
.k-body {
|
|
21450
|
+
color: #424242;
|
|
21451
|
+
background-color: #ffffff;
|
|
21452
|
+
}
|
|
21453
|
+
|
|
21454
|
+
.k-pre,
|
|
21455
|
+
.k-code {
|
|
21456
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
21457
|
+
color: #424242;
|
|
21458
|
+
background-color: #fafafa;
|
|
21459
|
+
}
|
|
21460
|
+
|
|
21461
21461
|
@font-face {
|
|
21462
21462
|
font-family: "WebComponentsIcons";
|
|
21463
21463
|
font-style: normal;
|
|
@@ -25784,9 +25784,9 @@ kendo-sortable {
|
|
|
25784
25784
|
.k-rtl .k-i-indent-increase,
|
|
25785
25785
|
.k-rtl .k-i-indent-decrease,
|
|
25786
25786
|
.k-rtl .k-i-caret-alt-right,
|
|
25787
|
-
.k-rtl .k-i-caret-alt-
|
|
25787
|
+
.k-rtl .k-i-caret-alt-left,
|
|
25788
25788
|
[dir="rtl"] .k-i-caret-alt-right,
|
|
25789
|
-
[dir="rtl"] .k-i-caret-alt-
|
|
25789
|
+
[dir="rtl"] .k-i-caret-alt-left {
|
|
25790
25790
|
transform: scaleX(-1);
|
|
25791
25791
|
}
|
|
25792
25792
|
|
|
@@ -26645,7 +26645,8 @@ kendo-sortable {
|
|
|
26645
26645
|
left: 0;
|
|
26646
26646
|
}
|
|
26647
26647
|
|
|
26648
|
-
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon
|
|
26648
|
+
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon,
|
|
26649
|
+
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-svg-icon {
|
|
26649
26650
|
transform: scaleX(-1);
|
|
26650
26651
|
}
|
|
26651
26652
|
|
|
@@ -26661,7 +26662,8 @@ kendo-sortable {
|
|
|
26661
26662
|
border-left-width: 0;
|
|
26662
26663
|
}
|
|
26663
26664
|
|
|
26664
|
-
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon
|
|
26665
|
+
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon,
|
|
26666
|
+
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-svg-icon {
|
|
26665
26667
|
transform: scaleX(-1);
|
|
26666
26668
|
}
|
|
26667
26669
|
|
|
@@ -31304,7 +31306,8 @@ kendo-label > .k-label {
|
|
|
31304
31306
|
flex-shrink: 0;
|
|
31305
31307
|
}
|
|
31306
31308
|
|
|
31307
|
-
.k-tooltip-button .k-icon
|
|
31309
|
+
.k-tooltip-button .k-icon,
|
|
31310
|
+
.k-tooltip-button .k-svg-icon {
|
|
31308
31311
|
color: inherit;
|
|
31309
31312
|
vertical-align: top;
|
|
31310
31313
|
}
|
|
@@ -31668,7 +31671,9 @@ textarea.k-input-inner {
|
|
|
31668
31671
|
.k-input-validation-icon,
|
|
31669
31672
|
.k-input-loading-icon,
|
|
31670
31673
|
.k-input-prefix > .k-icon,
|
|
31671
|
-
.k-input-
|
|
31674
|
+
.k-input-prefix > .k-svg-icon,
|
|
31675
|
+
.k-input-suffix > .k-icon,
|
|
31676
|
+
.k-input-suffix > .k-svg-icon {
|
|
31672
31677
|
flex: none;
|
|
31673
31678
|
align-self: center;
|
|
31674
31679
|
display: inline-flex;
|
|
@@ -31798,11 +31803,13 @@ textarea.k-input-inner {
|
|
|
31798
31803
|
min-height: auto !important;
|
|
31799
31804
|
}
|
|
31800
31805
|
|
|
31801
|
-
.k-input-spinner .k-spinner-increase .k-icon
|
|
31806
|
+
.k-input-spinner .k-spinner-increase .k-icon,
|
|
31807
|
+
.k-input-spinner .k-spinner-increase .k-svg-icon {
|
|
31802
31808
|
bottom: auto;
|
|
31803
31809
|
}
|
|
31804
31810
|
|
|
31805
|
-
.k-input-spinner .k-spinner-decrease .k-icon
|
|
31811
|
+
.k-input-spinner .k-spinner-decrease .k-icon,
|
|
31812
|
+
.k-input-spinner .k-spinner-decrease .k-svg-icon {
|
|
31806
31813
|
top: auto;
|
|
31807
31814
|
}
|
|
31808
31815
|
|
|
@@ -31881,13 +31888,17 @@ textarea.k-input-inner {
|
|
|
31881
31888
|
.k-input-sm .k-input-loading-icon,
|
|
31882
31889
|
.k-input-sm .k-clear-value,
|
|
31883
31890
|
.k-input-sm .k-input-prefix > .k-icon,
|
|
31891
|
+
.k-input-sm .k-input-prefix > .k-svg-icon,
|
|
31884
31892
|
.k-input-sm .k-input-suffix > .k-icon,
|
|
31893
|
+
.k-input-sm .k-input-suffix > .k-svg-icon,
|
|
31885
31894
|
.k-picker-sm .k-input-icon,
|
|
31886
31895
|
.k-picker-sm .k-input-validation-icon,
|
|
31887
31896
|
.k-picker-sm .k-input-loading-icon,
|
|
31888
31897
|
.k-picker-sm .k-clear-value,
|
|
31889
31898
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
31890
|
-
.k-picker-sm .k-input-
|
|
31899
|
+
.k-picker-sm .k-input-prefix > .k-svg-icon,
|
|
31900
|
+
.k-picker-sm .k-input-suffix > .k-icon,
|
|
31901
|
+
.k-picker-sm .k-input-suffix > .k-svg-icon {
|
|
31891
31902
|
width: 20px;
|
|
31892
31903
|
height: 20px;
|
|
31893
31904
|
}
|
|
@@ -31949,13 +31960,17 @@ select.k-picker-sm {
|
|
|
31949
31960
|
.k-input-md .k-input-loading-icon,
|
|
31950
31961
|
.k-input-md .k-clear-value,
|
|
31951
31962
|
.k-input-md .k-input-prefix > .k-icon,
|
|
31963
|
+
.k-input-md .k-input-prefix > .k-svg-icon,
|
|
31952
31964
|
.k-input-md .k-input-suffix > .k-icon,
|
|
31965
|
+
.k-input-md .k-input-suffix > .k-svg-icon,
|
|
31953
31966
|
.k-picker-md .k-input-icon,
|
|
31954
31967
|
.k-picker-md .k-input-validation-icon,
|
|
31955
31968
|
.k-picker-md .k-input-loading-icon,
|
|
31956
31969
|
.k-picker-md .k-clear-value,
|
|
31957
31970
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
31958
|
-
.k-picker-md .k-input-
|
|
31971
|
+
.k-picker-md .k-input-prefix > .k-svg-icon,
|
|
31972
|
+
.k-picker-md .k-input-suffix > .k-icon,
|
|
31973
|
+
.k-picker-md .k-input-suffix > .k-svg-icon {
|
|
31959
31974
|
width: 24px;
|
|
31960
31975
|
height: 24px;
|
|
31961
31976
|
}
|
|
@@ -32017,13 +32032,17 @@ select.k-picker-md {
|
|
|
32017
32032
|
.k-input-lg .k-input-loading-icon,
|
|
32018
32033
|
.k-input-lg .k-clear-value,
|
|
32019
32034
|
.k-input-lg .k-input-prefix > .k-icon,
|
|
32035
|
+
.k-input-lg .k-input-prefix > .k-svg-icon,
|
|
32020
32036
|
.k-input-lg .k-input-suffix > .k-icon,
|
|
32037
|
+
.k-input-lg .k-input-suffix > .k-svg-icon,
|
|
32021
32038
|
.k-picker-lg .k-input-icon,
|
|
32022
32039
|
.k-picker-lg .k-input-validation-icon,
|
|
32023
32040
|
.k-picker-lg .k-input-loading-icon,
|
|
32024
32041
|
.k-picker-lg .k-clear-value,
|
|
32025
32042
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
32026
|
-
.k-picker-lg .k-input-
|
|
32043
|
+
.k-picker-lg .k-input-prefix > .k-svg-icon,
|
|
32044
|
+
.k-picker-lg .k-input-suffix > .k-icon,
|
|
32045
|
+
.k-picker-lg .k-input-suffix > .k-svg-icon {
|
|
32027
32046
|
width: 32px;
|
|
32028
32047
|
height: 32px;
|
|
32029
32048
|
}
|
|
@@ -33410,11 +33429,19 @@ select.k-picker-lg {
|
|
|
33410
33429
|
}
|
|
33411
33430
|
|
|
33412
33431
|
.k-rtl .k-slider-horizontal .k-button-increase .k-icon,
|
|
33413
|
-
.k-rtl .k-slider-horizontal .k-button-
|
|
33432
|
+
.k-rtl .k-slider-horizontal .k-button-increase .k-svg-icon,
|
|
33433
|
+
.k-rtl .k-slider-horizontal .k-button-decrease .k-icon,
|
|
33434
|
+
.k-rtl .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
|
|
33435
|
+
.k-slider-horizontal.k-rtl .k-button-increase .k-svg-icon,
|
|
33414
33436
|
.k-slider-horizontal.k-rtl .k-button-decrease .k-icon,
|
|
33437
|
+
.k-slider-horizontal.k-rtl .k-button-decrease .k-svg-icon,
|
|
33415
33438
|
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-icon,
|
|
33416
|
-
[dir="rtl"] .k-slider-horizontal .k-button-
|
|
33417
|
-
|
|
33439
|
+
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-svg-icon,
|
|
33440
|
+
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon,
|
|
33441
|
+
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
|
|
33442
|
+
.k-slider-horizontal[dir="rtl"] .k-button-increase .k-svg-icon,
|
|
33443
|
+
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon,
|
|
33444
|
+
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-svg-icon {
|
|
33418
33445
|
transform: scaleX(-1);
|
|
33419
33446
|
}
|
|
33420
33447
|
|
|
@@ -34778,11 +34805,13 @@ select.k-picker-lg {
|
|
|
34778
34805
|
gap: 4px;
|
|
34779
34806
|
}
|
|
34780
34807
|
|
|
34781
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon
|
|
34808
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon,
|
|
34809
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-svg-icon {
|
|
34782
34810
|
vertical-align: middle;
|
|
34783
34811
|
}
|
|
34784
34812
|
|
|
34785
34813
|
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
|
|
34814
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-svg-icon + .k-svg-icon,
|
|
34786
34815
|
.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
34787
34816
|
margin-inline-start: -13px;
|
|
34788
34817
|
}
|
|
@@ -35139,6 +35168,7 @@ select.k-picker-lg {
|
|
|
35139
35168
|
}
|
|
35140
35169
|
|
|
35141
35170
|
.k-treeview-leaf .k-icon,
|
|
35171
|
+
.k-treeview-leaf .k-svg-icon,
|
|
35142
35172
|
.k-treeview-leaf .k-image,
|
|
35143
35173
|
.k-treeview-leaf .k-sprite {
|
|
35144
35174
|
margin-right: 4px;
|
|
@@ -35175,15 +35205,19 @@ select.k-picker-lg {
|
|
|
35175
35205
|
}
|
|
35176
35206
|
|
|
35177
35207
|
.k-rtl .k-treeview .k-treeview-leaf .k-icon,
|
|
35208
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-svg-icon,
|
|
35178
35209
|
.k-rtl .k-treeview .k-treeview-leaf .k-image,
|
|
35179
35210
|
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
|
|
35180
35211
|
.k-rtl .k-treeview .k-in .k-icon,
|
|
35212
|
+
.k-rtl .k-treeview .k-in .k-svg-icon,
|
|
35181
35213
|
.k-rtl .k-treeview .k-in .k-image,
|
|
35182
35214
|
.k-rtl .k-treeview .k-in .k-sprite,
|
|
35183
35215
|
.k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
|
|
35216
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-svg-icon,
|
|
35184
35217
|
.k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
|
|
35185
35218
|
.k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite,
|
|
35186
35219
|
.k-treeview[dir="rtl"] .k-in .k-icon,
|
|
35220
|
+
.k-treeview[dir="rtl"] .k-in .k-svg-icon,
|
|
35187
35221
|
.k-treeview[dir="rtl"] .k-in .k-image,
|
|
35188
35222
|
.k-treeview[dir="rtl"] .k-in .k-sprite {
|
|
35189
35223
|
margin-right: 0;
|
|
@@ -35320,6 +35354,11 @@ select.k-picker-lg {
|
|
|
35320
35354
|
font-size: 24px;
|
|
35321
35355
|
}
|
|
35322
35356
|
|
|
35357
|
+
.k-rating-container .k-rating-item .k-svg-icon {
|
|
35358
|
+
width: 24px;
|
|
35359
|
+
height: 24px;
|
|
35360
|
+
}
|
|
35361
|
+
|
|
35323
35362
|
.k-rating-container .k-rating-item .k-rating-precision-part,
|
|
35324
35363
|
.k-rating-container .k-rating-item .k-rating-precision-complement {
|
|
35325
35364
|
display: inherit;
|
|
@@ -35365,10 +35404,18 @@ select.k-picker-lg {
|
|
|
35365
35404
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
35366
35405
|
}
|
|
35367
35406
|
|
|
35407
|
+
.k-rating:focus .k-rating-item > .k-svg-icon, .k-rating.k-focus .k-rating-item > .k-svg-icon {
|
|
35408
|
+
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
|
|
35409
|
+
}
|
|
35410
|
+
|
|
35368
35411
|
.k-rating:focus .k-rating-item.k-selected > .k-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-icon {
|
|
35369
35412
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
35370
35413
|
}
|
|
35371
35414
|
|
|
35415
|
+
.k-rating:focus .k-rating-item.k-selected > .k-svg-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-svg-icon {
|
|
35416
|
+
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
|
|
35417
|
+
}
|
|
35418
|
+
|
|
35372
35419
|
.k-rating-item {
|
|
35373
35420
|
color: #424242;
|
|
35374
35421
|
}
|
|
@@ -35708,6 +35755,11 @@ select.k-picker-lg {
|
|
|
35708
35755
|
font-size: 48px;
|
|
35709
35756
|
}
|
|
35710
35757
|
|
|
35758
|
+
.k-dropzone-inner .k-svg-icon {
|
|
35759
|
+
width: 48px;
|
|
35760
|
+
height: 48px;
|
|
35761
|
+
}
|
|
35762
|
+
|
|
35711
35763
|
.k-dropzone-inner .k-dropzone-hint {
|
|
35712
35764
|
margin-bottom: 8px;
|
|
35713
35765
|
}
|
|
@@ -35793,7 +35845,9 @@ select.k-picker-lg {
|
|
|
35793
35845
|
}
|
|
35794
35846
|
|
|
35795
35847
|
.k-upload .k-dropzone .k-upload-status > .k-icon,
|
|
35796
|
-
.k-upload .k-
|
|
35848
|
+
.k-upload .k-dropzone .k-upload-status > .k-svg-icon,
|
|
35849
|
+
.k-upload .k-upload-dropzone .k-upload-status > .k-icon,
|
|
35850
|
+
.k-upload .k-upload-dropzone .k-upload-status > .k-svg-icon {
|
|
35797
35851
|
margin-inline-end: 4px;
|
|
35798
35852
|
}
|
|
35799
35853
|
|
|
@@ -38846,12 +38900,13 @@ kendo-card-footer {
|
|
|
38846
38900
|
}
|
|
38847
38901
|
|
|
38848
38902
|
.k-breadcrumb-root-link {
|
|
38849
|
-
margin-
|
|
38903
|
+
margin-inline-end: 8px;
|
|
38850
38904
|
}
|
|
38851
38905
|
|
|
38852
38906
|
.k-breadcrumb-link > .k-image,
|
|
38853
|
-
.k-breadcrumb-icontext-link .k-icon
|
|
38854
|
-
|
|
38907
|
+
.k-breadcrumb-icontext-link .k-icon,
|
|
38908
|
+
.k-breadcrumb-icontext-link .k-svg-icon {
|
|
38909
|
+
margin-inline-end: 4px;
|
|
38855
38910
|
}
|
|
38856
38911
|
|
|
38857
38912
|
.k-breadcrumb-icon-link {
|
|
@@ -38874,20 +38929,6 @@ kendo-card-footer {
|
|
|
38874
38929
|
border-color: transparent;
|
|
38875
38930
|
}
|
|
38876
38931
|
|
|
38877
|
-
.k-breadcrumb[dir="rtl"] .k-breadcrumb-root-link,
|
|
38878
|
-
.k-rtl .k-breadcrumb .k-breadcrumb-root-link {
|
|
38879
|
-
margin-right: 0;
|
|
38880
|
-
margin-left: 8px;
|
|
38881
|
-
}
|
|
38882
|
-
|
|
38883
|
-
.k-breadcrumb[dir="rtl"] .k-breadcrumb-link > .k-image,
|
|
38884
|
-
.k-breadcrumb[dir="rtl"] .k-breadcrumb-icontext-link .k-icon,
|
|
38885
|
-
.k-rtl .k-breadcrumb .k-breadcrumb-link > .k-image,
|
|
38886
|
-
.k-rtl .k-breadcrumb .k-breadcrumb-icontext-link .k-icon {
|
|
38887
|
-
margin-right: 0;
|
|
38888
|
-
margin-left: 4px;
|
|
38889
|
-
}
|
|
38890
|
-
|
|
38891
38932
|
.k-breadcrumb {
|
|
38892
38933
|
border-color: rgba(0, 0, 0, 0.08);
|
|
38893
38934
|
color: #424242;
|
|
@@ -39193,6 +39234,7 @@ kendo-card-footer {
|
|
|
39193
39234
|
padding: 0;
|
|
39194
39235
|
list-style: none;
|
|
39195
39236
|
display: flex;
|
|
39237
|
+
position: relative;
|
|
39196
39238
|
z-index: 1;
|
|
39197
39239
|
}
|
|
39198
39240
|
|
|
@@ -39270,7 +39312,8 @@ kendo-card-footer {
|
|
|
39270
39312
|
overflow: hidden;
|
|
39271
39313
|
}
|
|
39272
39314
|
|
|
39273
|
-
.k-stepper .k-step-label .k-icon
|
|
39315
|
+
.k-stepper .k-step-label .k-icon,
|
|
39316
|
+
.k-stepper .k-step-label .k-svg-icon {
|
|
39274
39317
|
margin-left: 4px;
|
|
39275
39318
|
}
|
|
39276
39319
|
|
|
@@ -39389,7 +39432,9 @@ kendo-card-footer {
|
|
|
39389
39432
|
}
|
|
39390
39433
|
|
|
39391
39434
|
.k-rtl .k-stepper .k-step-label .k-icon,
|
|
39392
|
-
.k-
|
|
39435
|
+
.k-rtl .k-stepper .k-step-label .k-svg-icon,
|
|
39436
|
+
.k-stepper[dir="rtl"] .k-step-label .k-icon,
|
|
39437
|
+
.k-stepper[dir="rtl"] .k-step-label .k-svg-icon {
|
|
39393
39438
|
margin-left: 0;
|
|
39394
39439
|
margin-right: 4px;
|
|
39395
39440
|
}
|
|
@@ -39479,7 +39524,8 @@ kendo-card-footer {
|
|
|
39479
39524
|
background-color: #ffa19b;
|
|
39480
39525
|
}
|
|
39481
39526
|
|
|
39482
|
-
.k-stepper .k-step-success .k-step-label .k-icon
|
|
39527
|
+
.k-stepper .k-step-success .k-step-label .k-icon,
|
|
39528
|
+
.k-stepper .k-step-success .k-step-label .k-svg-icon {
|
|
39483
39529
|
color: #37b400;
|
|
39484
39530
|
}
|
|
39485
39531
|
|
|
@@ -39801,10 +39847,10 @@ kendo-card-footer {
|
|
|
39801
39847
|
order: 0;
|
|
39802
39848
|
}
|
|
39803
39849
|
|
|
39804
|
-
.k-rtl .k-tabstrip .k-tabstrip-prev,
|
|
39805
|
-
.k-rtl .k-tabstrip .k-tabstrip-next,
|
|
39806
|
-
.k-tabstrip[dir="rtl"] .k-tabstrip-prev,
|
|
39807
|
-
.k-tabstrip[dir="rtl"] .k-tabstrip-next {
|
|
39850
|
+
.k-rtl .k-tabstrip .k-tabstrip-prev .k-button-icon,
|
|
39851
|
+
.k-rtl .k-tabstrip .k-tabstrip-next .k-button-icon,
|
|
39852
|
+
.k-tabstrip[dir="rtl"] .k-tabstrip-prev .k-button-icon,
|
|
39853
|
+
.k-tabstrip[dir="rtl"] .k-tabstrip-next .k-button-icon {
|
|
39808
39854
|
transform: scaleX(-1);
|
|
39809
39855
|
}
|
|
39810
39856
|
|
|
@@ -40231,8 +40277,10 @@ kendo-card-footer {
|
|
|
40231
40277
|
}
|
|
40232
40278
|
|
|
40233
40279
|
.k-panelbar > .k-item > .k-link .k-icon,
|
|
40280
|
+
.k-panelbar > .k-item > .k-link .k-svg-icon,
|
|
40234
40281
|
.k-panelbar > .k-item > .k-link .k-panelbar-item-icon,
|
|
40235
40282
|
.k-panelbar > .k-panelbar-header > .k-link .k-icon,
|
|
40283
|
+
.k-panelbar > .k-panelbar-header > .k-link .k-svg-icon,
|
|
40236
40284
|
.k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
|
|
40237
40285
|
color: #424242;
|
|
40238
40286
|
}
|
|
@@ -40258,8 +40306,10 @@ kendo-card-footer {
|
|
|
40258
40306
|
}
|
|
40259
40307
|
|
|
40260
40308
|
.k-panelbar > .k-item > .k-link.k-selected .k-icon,
|
|
40309
|
+
.k-panelbar > .k-item > .k-link.k-selected .k-svg-icon,
|
|
40261
40310
|
.k-panelbar > .k-item > .k-link.k-selected .k-panelbar-item-icon,
|
|
40262
40311
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-icon,
|
|
40312
|
+
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-svg-icon,
|
|
40263
40313
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-panelbar-item-icon {
|
|
40264
40314
|
color: inherit;
|
|
40265
40315
|
}
|
|
@@ -40375,6 +40425,12 @@ kendo-card-footer {
|
|
|
40375
40425
|
font-size: 10px;
|
|
40376
40426
|
}
|
|
40377
40427
|
|
|
40428
|
+
.k-ghost-splitbar .k-svg-icon,
|
|
40429
|
+
.k-splitbar .k-svg-icon {
|
|
40430
|
+
width: 10px;
|
|
40431
|
+
height: 10px;
|
|
40432
|
+
}
|
|
40433
|
+
|
|
40378
40434
|
.k-splitbar-draggable-horizontal {
|
|
40379
40435
|
cursor: col-resize;
|
|
40380
40436
|
}
|
|
@@ -41316,7 +41372,8 @@ kendo-card-footer {
|
|
|
41316
41372
|
margin-inline-start: 7px;
|
|
41317
41373
|
}
|
|
41318
41374
|
|
|
41319
|
-
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon
|
|
41375
|
+
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon,
|
|
41376
|
+
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-svg-icon {
|
|
41320
41377
|
display: flex;
|
|
41321
41378
|
}
|
|
41322
41379
|
|
|
@@ -41398,7 +41455,8 @@ kendo-card-footer {
|
|
|
41398
41455
|
text-overflow: clip;
|
|
41399
41456
|
}
|
|
41400
41457
|
|
|
41401
|
-
.k-grid .k-grouping-row .k-icon
|
|
41458
|
+
.k-grid .k-grouping-row .k-icon,
|
|
41459
|
+
.k-grid .k-grouping-row .k-svg-icon {
|
|
41402
41460
|
margin-inline-start: -4px;
|
|
41403
41461
|
margin-inline-end: 8px;
|
|
41404
41462
|
text-decoration: none;
|
|
@@ -42048,7 +42106,8 @@ div.k-grid-norecords {
|
|
|
42048
42106
|
padding-inline: 8px;
|
|
42049
42107
|
}
|
|
42050
42108
|
|
|
42051
|
-
.k-grid-sm .k-grouping-row .k-icon
|
|
42109
|
+
.k-grid-sm .k-grouping-row .k-icon,
|
|
42110
|
+
.k-grid-sm .k-grouping-row .k-svg-icon {
|
|
42052
42111
|
margin-inline-start: 0px;
|
|
42053
42112
|
}
|
|
42054
42113
|
|
|
@@ -42062,7 +42121,9 @@ div.k-grid-norecords {
|
|
|
42062
42121
|
}
|
|
42063
42122
|
|
|
42064
42123
|
.k-grid-sm .k-hierarchy-cell > .k-icon,
|
|
42065
|
-
.k-grid-sm .k-
|
|
42124
|
+
.k-grid-sm .k-hierarchy-cell > .k-svg-icon,
|
|
42125
|
+
.k-grid-sm .k-drag-cell > .k-icon,
|
|
42126
|
+
.k-grid-sm .k-drag-cell > .k-svg-icon {
|
|
42066
42127
|
padding-block: 4px;
|
|
42067
42128
|
padding-inline: 0;
|
|
42068
42129
|
}
|
|
@@ -42134,7 +42195,8 @@ div.k-grid-norecords {
|
|
|
42134
42195
|
padding-inline: 12px;
|
|
42135
42196
|
}
|
|
42136
42197
|
|
|
42137
|
-
.k-grid-md .k-grouping-row .k-icon
|
|
42198
|
+
.k-grid-md .k-grouping-row .k-icon,
|
|
42199
|
+
.k-grid-md .k-grouping-row .k-svg-icon {
|
|
42138
42200
|
margin-inline-start: -4px;
|
|
42139
42201
|
}
|
|
42140
42202
|
|
|
@@ -42148,7 +42210,9 @@ div.k-grid-norecords {
|
|
|
42148
42210
|
}
|
|
42149
42211
|
|
|
42150
42212
|
.k-grid-md .k-hierarchy-cell > .k-icon,
|
|
42151
|
-
.k-grid-md .k-
|
|
42213
|
+
.k-grid-md .k-hierarchy-cell > .k-svg-icon,
|
|
42214
|
+
.k-grid-md .k-drag-cell > .k-icon,
|
|
42215
|
+
.k-grid-md .k-drag-cell > .k-svg-icon {
|
|
42152
42216
|
padding-block: 8px;
|
|
42153
42217
|
padding-inline: 0;
|
|
42154
42218
|
}
|
|
@@ -42399,7 +42463,8 @@ div.k-grid-norecords {
|
|
|
42399
42463
|
cursor: pointer;
|
|
42400
42464
|
}
|
|
42401
42465
|
|
|
42402
|
-
.k-columnmenu-item > .k-icon
|
|
42466
|
+
.k-columnmenu-item > .k-icon,
|
|
42467
|
+
.k-columnmenu-item > .k-svg-icon {
|
|
42403
42468
|
margin-inline-end: 4px;
|
|
42404
42469
|
}
|
|
42405
42470
|
|
|
@@ -42539,7 +42604,8 @@ div.k-grid-norecords {
|
|
|
42539
42604
|
.k-grid .k-grid-filter,
|
|
42540
42605
|
.k-grid .k-header-column-menu,
|
|
42541
42606
|
.k-grid .k-grid-header-menu,
|
|
42542
|
-
.k-grid .k-hierarchy-cell .k-icon
|
|
42607
|
+
.k-grid .k-hierarchy-cell .k-icon,
|
|
42608
|
+
.k-grid .k-hierarchy-cell .k-svg-icon {
|
|
42543
42609
|
color: #424242;
|
|
42544
42610
|
}
|
|
42545
42611
|
|
|
@@ -42547,7 +42613,8 @@ div.k-grid-norecords {
|
|
|
42547
42613
|
background-color: #fafafa;
|
|
42548
42614
|
}
|
|
42549
42615
|
|
|
42550
|
-
.k-grid .k-grouping-row .k-icon
|
|
42616
|
+
.k-grid .k-grouping-row .k-icon,
|
|
42617
|
+
.k-grid .k-grouping-row .k-svg-icon {
|
|
42551
42618
|
color: #424242;
|
|
42552
42619
|
}
|
|
42553
42620
|
|
|
@@ -42609,7 +42676,8 @@ col.k-sorted,
|
|
|
42609
42676
|
.k-grid-header .k-grid-filter:hover,
|
|
42610
42677
|
.k-grid-header .k-header-column-menu:hover,
|
|
42611
42678
|
.k-grid-header .k-grid-header-menu:hover,
|
|
42612
|
-
.k-grid-header .k-hierarchy-cell .k-icon:hover
|
|
42679
|
+
.k-grid-header .k-hierarchy-cell .k-icon:hover,
|
|
42680
|
+
.k-grid-header .k-hierarchy-cell .k-svg-icon:hover {
|
|
42613
42681
|
background-color: #ebebeb;
|
|
42614
42682
|
}
|
|
42615
42683
|
|
|
@@ -42619,14 +42687,17 @@ col.k-sorted,
|
|
|
42619
42687
|
.k-grid-header .k-grid-header-menu:focus,
|
|
42620
42688
|
.k-grid-header .k-grid-header-menu.k-focus,
|
|
42621
42689
|
.k-grid-header .k-hierarchy-cell .k-icon:focus,
|
|
42622
|
-
.k-grid-header .k-hierarchy-cell .k-icon.k-focus
|
|
42690
|
+
.k-grid-header .k-hierarchy-cell .k-icon.k-focus,
|
|
42691
|
+
.k-grid-header .k-hierarchy-cell .k-svg-icon:focus,
|
|
42692
|
+
.k-grid-header .k-hierarchy-cell .k-svg-icon.k-focus {
|
|
42623
42693
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
|
|
42624
42694
|
}
|
|
42625
42695
|
|
|
42626
42696
|
.k-grid-header .k-grid-filter.k-active,
|
|
42627
42697
|
.k-grid-header .k-header-column-menu.k-active,
|
|
42628
42698
|
.k-grid-header .k-grid-header-menu.k-active,
|
|
42629
|
-
.k-grid-header .k-hierarchy-cell .k-icon.k-active
|
|
42699
|
+
.k-grid-header .k-hierarchy-cell .k-icon.k-active,
|
|
42700
|
+
.k-grid-header .k-hierarchy-cell .k-svg-icon.k-active {
|
|
42630
42701
|
color: white;
|
|
42631
42702
|
background-color: #ff6358;
|
|
42632
42703
|
}
|
|
@@ -43582,7 +43653,9 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43582
43653
|
}
|
|
43583
43654
|
|
|
43584
43655
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
43585
|
-
.k-spreadsheet-filter-menu > .k-menu.k-
|
|
43656
|
+
.k-spreadsheet-filter-menu > .k-menu .k-svg-icon,
|
|
43657
|
+
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon,
|
|
43658
|
+
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-svg-icon {
|
|
43586
43659
|
margin-left: -20px;
|
|
43587
43660
|
margin-right: 4px;
|
|
43588
43661
|
}
|
|
@@ -43623,7 +43696,9 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43623
43696
|
}
|
|
43624
43697
|
|
|
43625
43698
|
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
|
|
43626
|
-
.k-spreadsheet-filter-menu .k-
|
|
43699
|
+
.k-spreadsheet-filter-menu .k-details-summary > .k-svg-icon,
|
|
43700
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
|
|
43701
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon {
|
|
43627
43702
|
margin-right: 4px;
|
|
43628
43703
|
}
|
|
43629
43704
|
|
|
@@ -43753,6 +43828,11 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43753
43828
|
font-size: 6em;
|
|
43754
43829
|
}
|
|
43755
43830
|
|
|
43831
|
+
.k-export-config .k-page-orientation .k-svg-icon {
|
|
43832
|
+
width: 6em;
|
|
43833
|
+
height: 6em;
|
|
43834
|
+
}
|
|
43835
|
+
|
|
43756
43836
|
.k-spreadsheet-insert-comment textarea {
|
|
43757
43837
|
height: auto;
|
|
43758
43838
|
}
|
|
@@ -44223,7 +44303,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44223
44303
|
outline: none;
|
|
44224
44304
|
}
|
|
44225
44305
|
|
|
44226
|
-
.k-pivotgrid-cell .k-icon
|
|
44306
|
+
.k-pivotgrid-cell .k-icon,
|
|
44307
|
+
.k-pivotgrid-cell .k-svg-icon {
|
|
44227
44308
|
cursor: pointer;
|
|
44228
44309
|
padding-inline-end: 8px;
|
|
44229
44310
|
}
|
|
@@ -44277,7 +44358,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44277
44358
|
}
|
|
44278
44359
|
|
|
44279
44360
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
44280
|
-
.k-flex-row
|
|
44361
|
+
.k-flex-row .k-pivotgrid-configurator-button .k-svg-icon,
|
|
44362
|
+
.k-d-flex-row .k-pivotgrid-configurator-button .k-svg-icon,
|
|
44363
|
+
.k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon,
|
|
44364
|
+
.k-flex-row-reverse .k-pivotgrid-configurator-button .k-svg-icon {
|
|
44281
44365
|
vertical-align: baseline;
|
|
44282
44366
|
}
|
|
44283
44367
|
|
|
@@ -44432,7 +44516,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44432
44516
|
align-items: center;
|
|
44433
44517
|
}
|
|
44434
44518
|
|
|
44435
|
-
.k-calculated-field-actions .k-icon
|
|
44519
|
+
.k-calculated-field-actions .k-icon,
|
|
44520
|
+
.k-calculated-field-actions .k-svg-icon {
|
|
44436
44521
|
margin-right: 8px;
|
|
44437
44522
|
}
|
|
44438
44523
|
|
|
@@ -44565,6 +44650,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44565
44650
|
}
|
|
44566
44651
|
|
|
44567
44652
|
.k-pivot-layout > tbody,
|
|
44653
|
+
.k-pivot .k-table-td,
|
|
44568
44654
|
.k-pivot td {
|
|
44569
44655
|
vertical-align: top;
|
|
44570
44656
|
}
|
|
@@ -45312,10 +45398,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45312
45398
|
display: flex;
|
|
45313
45399
|
flex-direction: row;
|
|
45314
45400
|
align-items: center;
|
|
45315
|
-
|
|
45316
|
-
|
|
45317
|
-
.k-filemanager-drag-hint .k-icon {
|
|
45318
|
-
margin-right: 4px;
|
|
45401
|
+
gap: 4px;
|
|
45319
45402
|
}
|
|
45320
45403
|
|
|
45321
45404
|
.k-filemanager {
|
|
@@ -45736,11 +45819,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45736
45819
|
flex-shrink: 0;
|
|
45737
45820
|
}
|
|
45738
45821
|
|
|
45739
|
-
.k-editor-toolbar .k-editor-export .k-icon
|
|
45822
|
+
.k-editor-toolbar .k-editor-export .k-icon,
|
|
45823
|
+
.k-editor-toolbar .k-editor-export .k-svg-icon {
|
|
45740
45824
|
margin-right: 0.25em;
|
|
45741
45825
|
}
|
|
45742
45826
|
|
|
45743
45827
|
.k-editor-toolbar .k-editor-export .k-icon,
|
|
45828
|
+
.k-editor-toolbar .k-editor-export .k-svg-icon,
|
|
45744
45829
|
.k-editor-toolbar .k-editor-export .k-export-tool-text {
|
|
45745
45830
|
vertical-align: middle;
|
|
45746
45831
|
}
|
|
@@ -45967,7 +46052,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45967
46052
|
width: 100px;
|
|
45968
46053
|
}
|
|
45969
46054
|
|
|
45970
|
-
.k-filebrowser .k-search-wrap .k-icon
|
|
46055
|
+
.k-filebrowser .k-search-wrap .k-icon,
|
|
46056
|
+
.k-filebrowser .k-search-wrap .k-svg-icon {
|
|
45971
46057
|
margin: 0;
|
|
45972
46058
|
position: static;
|
|
45973
46059
|
}
|
|
@@ -46063,7 +46149,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46063
46149
|
top: 4px;
|
|
46064
46150
|
}
|
|
46065
46151
|
|
|
46066
|
-
.k-filebrowser .k-breadcrumbs-wrap .k-icon
|
|
46152
|
+
.k-filebrowser .k-breadcrumbs-wrap .k-icon,
|
|
46153
|
+
.k-filebrowser .k-breadcrumbs-wrap .k-svg-icon {
|
|
46067
46154
|
position: static;
|
|
46068
46155
|
margin-top: 0;
|
|
46069
46156
|
}
|
|
@@ -47950,7 +48037,9 @@ kendo-scheduler .k-event .k-event-actions:hover .k-event-delete, kendo-scheduler
|
|
|
47950
48037
|
}
|
|
47951
48038
|
|
|
47952
48039
|
kendo-scheduler .k-event .k-event-actions .k-icon,
|
|
47953
|
-
.k-event .k-event-actions .k-icon
|
|
48040
|
+
kendo-scheduler .k-event .k-event-actions .k-svg-icon,
|
|
48041
|
+
.k-event .k-event-actions .k-icon,
|
|
48042
|
+
.k-event .k-event-actions .k-svg-icon {
|
|
47954
48043
|
line-height: normal;
|
|
47955
48044
|
font-size: inherit;
|
|
47956
48045
|
}
|
|
@@ -48073,7 +48162,8 @@ kendo-scheduler .k-event .k-event-bottom-actions,
|
|
|
48073
48162
|
justify-content: center;
|
|
48074
48163
|
}
|
|
48075
48164
|
|
|
48076
|
-
.k-more-events > .k-icon
|
|
48165
|
+
.k-more-events > .k-icon,
|
|
48166
|
+
.k-more-events > .k-svg-icon {
|
|
48077
48167
|
position: absolute;
|
|
48078
48168
|
top: 50%;
|
|
48079
48169
|
left: 50%;
|
|
@@ -49961,6 +50051,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
49961
50051
|
font-size: 48px;
|
|
49962
50052
|
}
|
|
49963
50053
|
|
|
50054
|
+
.k-pdf-viewer .k-blank-page > .k-svg-icon {
|
|
50055
|
+
width: 48px;
|
|
50056
|
+
height: 48px;
|
|
50057
|
+
}
|
|
50058
|
+
|
|
49964
50059
|
.k-pdf-viewer-search-dialog {
|
|
49965
50060
|
padding: 0 !important;
|
|
49966
50061
|
}
|
|
@@ -50021,7 +50116,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
50021
50116
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
|
|
50022
50117
|
}
|
|
50023
50118
|
|
|
50024
|
-
.k-pdf-viewer .k-blank-page > .k-icon
|
|
50119
|
+
.k-pdf-viewer .k-blank-page > .k-icon,
|
|
50120
|
+
.k-pdf-viewer .k-blank-page > .k-svg-icon {
|
|
50025
50121
|
color: #7e7e7e;
|
|
50026
50122
|
}
|
|
50027
50123
|
|
|
@@ -50292,7 +50388,9 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
50292
50388
|
}
|
|
50293
50389
|
|
|
50294
50390
|
.k-scrollview-next .k-icon,
|
|
50295
|
-
.k-scrollview-
|
|
50391
|
+
.k-scrollview-next .k-svg-icon,
|
|
50392
|
+
.k-scrollview-prev .k-icon,
|
|
50393
|
+
.k-scrollview-prev .k-svg-icon {
|
|
50296
50394
|
display: table-cell;
|
|
50297
50395
|
overflow: visible;
|
|
50298
50396
|
margin: 0;
|
|
@@ -50302,6 +50400,13 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
50302
50400
|
font-weight: normal;
|
|
50303
50401
|
}
|
|
50304
50402
|
|
|
50403
|
+
.k-scrollview-next .k-svg-icon,
|
|
50404
|
+
.k-scrollview-prev .k-svg-icon {
|
|
50405
|
+
font-size: inherit;
|
|
50406
|
+
width: 4.5em;
|
|
50407
|
+
height: 4.5em;
|
|
50408
|
+
}
|
|
50409
|
+
|
|
50305
50410
|
.k-scrollview-prev {
|
|
50306
50411
|
left: 0;
|
|
50307
50412
|
}
|
|
@@ -51220,7 +51325,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
51220
51325
|
position: absolute;
|
|
51221
51326
|
}
|
|
51222
51327
|
|
|
51223
|
-
.k-navigator .k-button .k-icon
|
|
51328
|
+
.k-navigator .k-button .k-icon,
|
|
51329
|
+
.k-navigator .k-button .k-svg-icon {
|
|
51224
51330
|
min-width: 0;
|
|
51225
51331
|
min-height: 0;
|
|
51226
51332
|
}
|