@progress/kendo-theme-material 7.1.0-dev.1 → 7.1.0-dev.10
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 +392 -32
- package/dist/all.scss +3106 -1633
- package/dist/meta/sassdoc-data.json +4803 -3617
- package/dist/meta/sassdoc-raw-data.json +1309 -763
- package/dist/meta/variables.json +588 -412
- 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 +6 -6
- package/scss/_variables.scss +0 -224
- package/scss/action-buttons/_theme.scss +2 -2
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_theme.scss +12 -1
- package/scss/breadcrumb/_variables.scss +2 -2
- package/scss/button/_theme.scss +3 -3
- package/scss/button/_variables.scss +3 -3
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +3 -3
- package/scss/chat/_variables.scss +2 -2
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +4 -4
- package/scss/chip/_theme.scss +16 -13
- package/scss/chip/_variables.scss +8 -8
- package/scss/core/_index.scss +4 -1
- package/scss/core/color-system/_functions.scss +101 -0
- package/scss/core/color-system/_palettes-legacy.scss +671 -0
- package/scss/core/color-system/_palettes.scss +297 -0
- package/scss/core/color-system/_swatch-legacy.scss +65 -0
- package/scss/core/color-system/_swatch.scss +426 -0
- package/scss/dataviz/_variables.scss +42 -42
- package/scss/dock-manager/_variables.scss +2 -2
- package/scss/draggable/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +2 -2
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +20 -20
- package/scss/filemanager/_variables.scss +3 -3
- package/scss/gantt/_layout.scss +1 -1
- package/scss/gantt/_theme.scss +1 -1
- package/scss/gantt/_variables.scss +8 -8
- package/scss/grid/_theme.scss +67 -52
- package/scss/grid/_variables.scss +9 -6
- package/scss/index.scss +2 -0
- package/scss/input/_variables.scss +20 -7
- package/scss/list/_theme.scss +8 -0
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +2 -2
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +2 -2
- package/scss/panelbar/_variables.scss +12 -12
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +8 -8
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/prompt/_index.scss +37 -0
- package/scss/prompt/_layout.scss +6 -0
- package/scss/prompt/_theme.scss +6 -0
- package/scss/prompt/_variables.scss +66 -0
- package/scss/radio/_theme.scss +1 -1
- package/scss/scheduler/_theme.scss +12 -0
- package/scss/scheduler/_variables.scss +7 -7
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +7 -7
- package/scss/switch/_theme.scss +1 -1
- package/scss/switch/_variables.scss +3 -3
- package/scss/table/_layout.scss +25 -0
- package/scss/table/_theme.scss +31 -16
- package/scss/table/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_variables.scss +5 -4
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +4 -4
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/tooltip/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/core/color-system/_color-system-material.scss +0 -801
- package/scss/core/color-system/index.import.scss +0 -1
package/dist/all.css
CHANGED
|
@@ -265,16 +265,13 @@ kendo-sortable {
|
|
|
265
265
|
text-indent: -4000px;
|
|
266
266
|
text-align: center;
|
|
267
267
|
position: absolute;
|
|
268
|
-
color: currentColor;
|
|
269
268
|
}
|
|
270
269
|
|
|
271
270
|
.k-loading-image {
|
|
272
271
|
z-index: 2;
|
|
273
|
-
color: currentColor;
|
|
274
272
|
}
|
|
275
273
|
|
|
276
274
|
.k-loading-color {
|
|
277
|
-
background-color: #ffffff;
|
|
278
275
|
opacity: 0.3;
|
|
279
276
|
}
|
|
280
277
|
|
|
@@ -290,7 +287,6 @@ kendo-sortable {
|
|
|
290
287
|
position: relative;
|
|
291
288
|
background-color: transparent;
|
|
292
289
|
box-sizing: border-box;
|
|
293
|
-
color: currentColor;
|
|
294
290
|
}
|
|
295
291
|
|
|
296
292
|
.k-i-loading::before, .k-i-loading::after {
|
|
@@ -1143,7 +1139,6 @@ kendo-sortable {
|
|
|
1143
1139
|
}
|
|
1144
1140
|
|
|
1145
1141
|
.k-current-time {
|
|
1146
|
-
width: 1px;
|
|
1147
1142
|
position: absolute;
|
|
1148
1143
|
}
|
|
1149
1144
|
|
|
@@ -27097,6 +27092,10 @@ kendo-sortable {
|
|
|
27097
27092
|
color: rgba(0, 0, 0, 0.54);
|
|
27098
27093
|
}
|
|
27099
27094
|
|
|
27095
|
+
.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
|
|
27096
|
+
background-color: #ebebeb;
|
|
27097
|
+
}
|
|
27098
|
+
|
|
27100
27099
|
.k-listgroup {
|
|
27101
27100
|
border-radius: 4px;
|
|
27102
27101
|
margin: 0;
|
|
@@ -28593,11 +28592,13 @@ kendo-badge-container {
|
|
|
28593
28592
|
}
|
|
28594
28593
|
|
|
28595
28594
|
.k-chip-outline-error:hover, .k-chip-outline-error.k-hover {
|
|
28595
|
+
border-color: #b61100;
|
|
28596
28596
|
color: white;
|
|
28597
28597
|
background-color: #b61100;
|
|
28598
28598
|
}
|
|
28599
28599
|
|
|
28600
28600
|
.k-chip-outline-error.k-selected {
|
|
28601
|
+
border-color: #b61100;
|
|
28601
28602
|
color: white;
|
|
28602
28603
|
background-color: #b61100;
|
|
28603
28604
|
}
|
|
@@ -28613,11 +28614,13 @@ kendo-badge-container {
|
|
|
28613
28614
|
}
|
|
28614
28615
|
|
|
28615
28616
|
.k-chip-outline-info:hover, .k-chip-outline-info.k-hover {
|
|
28617
|
+
border-color: #0042af;
|
|
28616
28618
|
color: white;
|
|
28617
28619
|
background-color: #0042af;
|
|
28618
28620
|
}
|
|
28619
28621
|
|
|
28620
28622
|
.k-chip-outline-info.k-selected {
|
|
28623
|
+
border-color: #0042af;
|
|
28621
28624
|
color: white;
|
|
28622
28625
|
background-color: #0042af;
|
|
28623
28626
|
}
|
|
@@ -28653,11 +28656,13 @@ kendo-badge-container {
|
|
|
28653
28656
|
}
|
|
28654
28657
|
|
|
28655
28658
|
.k-chip-outline-success:hover, .k-chip-outline-success.k-hover {
|
|
28659
|
+
border-color: #298700;
|
|
28656
28660
|
color: white;
|
|
28657
28661
|
background-color: #298700;
|
|
28658
28662
|
}
|
|
28659
28663
|
|
|
28660
28664
|
.k-chip-outline-success.k-selected {
|
|
28665
|
+
border-color: #298700;
|
|
28661
28666
|
color: white;
|
|
28662
28667
|
background-color: #298700;
|
|
28663
28668
|
}
|
|
@@ -28697,6 +28702,7 @@ kendo-badge-container {
|
|
|
28697
28702
|
|
|
28698
28703
|
.k-chip-outline-error:focus, .k-chip-outline-error.k-focus {
|
|
28699
28704
|
box-shadow: none;
|
|
28705
|
+
color: #7a0c00;
|
|
28700
28706
|
background-color: #fbaea6;
|
|
28701
28707
|
}
|
|
28702
28708
|
|
|
@@ -28716,6 +28722,7 @@ kendo-badge-container {
|
|
|
28716
28722
|
|
|
28717
28723
|
.k-chip-outline-info:focus, .k-chip-outline-info.k-focus {
|
|
28718
28724
|
box-shadow: none;
|
|
28725
|
+
color: #002c75;
|
|
28719
28726
|
background-color: #a6c5f7;
|
|
28720
28727
|
}
|
|
28721
28728
|
|
|
@@ -28754,6 +28761,7 @@ kendo-badge-container {
|
|
|
28754
28761
|
|
|
28755
28762
|
.k-chip-outline-success:focus, .k-chip-outline-success.k-focus {
|
|
28756
28763
|
box-shadow: none;
|
|
28764
|
+
color: #1c5a00;
|
|
28757
28765
|
background-color: #b9e5a6;
|
|
28758
28766
|
}
|
|
28759
28767
|
|
|
@@ -32777,7 +32785,6 @@ textarea.k-input-inner {
|
|
|
32777
32785
|
.k-input-suffix {
|
|
32778
32786
|
border-color: inherit;
|
|
32779
32787
|
display: flex;
|
|
32780
|
-
flex-flow: row nowrap;
|
|
32781
32788
|
align-items: center;
|
|
32782
32789
|
flex: none;
|
|
32783
32790
|
}
|
|
@@ -32785,23 +32792,45 @@ textarea.k-input-inner {
|
|
|
32785
32792
|
.k-input-prefix > *,
|
|
32786
32793
|
.k-input-suffix > * {
|
|
32787
32794
|
flex-shrink: 0;
|
|
32795
|
+
border: none;
|
|
32796
|
+
}
|
|
32797
|
+
|
|
32798
|
+
.k-input-prefix-vertical,
|
|
32799
|
+
.k-input-suffix-vertical {
|
|
32800
|
+
flex-flow: column wrap;
|
|
32801
|
+
}
|
|
32802
|
+
|
|
32803
|
+
.k-input-prefix-horizontal,
|
|
32804
|
+
.k-input-suffix-horizontal {
|
|
32805
|
+
flex-flow: row wrap;
|
|
32788
32806
|
}
|
|
32789
32807
|
|
|
32790
32808
|
.k-input-separator {
|
|
32791
32809
|
margin: 0;
|
|
32792
|
-
width: 0;
|
|
32793
|
-
height: 16px;
|
|
32794
|
-
border-width: 0 0 0 1px;
|
|
32795
32810
|
border-style: solid;
|
|
32796
32811
|
border-color: inherit;
|
|
32812
|
+
border-width: 0 0 0 1px;
|
|
32813
|
+
height: 16px;
|
|
32797
32814
|
align-self: center;
|
|
32798
32815
|
}
|
|
32799
32816
|
|
|
32817
|
+
.k-input-separator-horizontal {
|
|
32818
|
+
height: auto;
|
|
32819
|
+
margin-inline: 8px;
|
|
32820
|
+
align-self: stretch;
|
|
32821
|
+
border-width: 1px 0 0;
|
|
32822
|
+
}
|
|
32823
|
+
|
|
32824
|
+
.k-input-separator-vertical {
|
|
32825
|
+
height: auto;
|
|
32826
|
+
margin-block: 8px;
|
|
32827
|
+
align-self: stretch;
|
|
32828
|
+
border-width: 0 0 0 1px;
|
|
32829
|
+
}
|
|
32830
|
+
|
|
32800
32831
|
.k-input-icon,
|
|
32801
32832
|
.k-input-validation-icon,
|
|
32802
|
-
.k-input-loading-icon
|
|
32803
|
-
.k-input-prefix > .k-icon,
|
|
32804
|
-
.k-input-suffix > .k-icon {
|
|
32833
|
+
.k-input-loading-icon {
|
|
32805
32834
|
flex: none;
|
|
32806
32835
|
align-self: center;
|
|
32807
32836
|
display: inline-flex;
|
|
@@ -33021,18 +33050,32 @@ textarea.k-input-inner {
|
|
|
33021
33050
|
.k-input-sm .k-input-loading-icon,
|
|
33022
33051
|
.k-input-sm .k-clear-value,
|
|
33023
33052
|
.k-input-sm .k-input-prefix > .k-icon,
|
|
33053
|
+
.k-input-sm .k-input-prefix > .k-input-prefix-text,
|
|
33024
33054
|
.k-input-sm .k-input-suffix > .k-icon,
|
|
33055
|
+
.k-input-sm .k-input-suffix > .k-input-suffix-text,
|
|
33025
33056
|
.k-picker-sm .k-input-icon,
|
|
33026
33057
|
.k-picker-sm .k-input-validation-icon,
|
|
33027
33058
|
.k-picker-sm .k-input-loading-icon,
|
|
33028
33059
|
.k-picker-sm .k-clear-value,
|
|
33029
33060
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
33030
|
-
.k-picker-sm .k-input-
|
|
33061
|
+
.k-picker-sm .k-input-prefix > .k-input-prefix-text,
|
|
33062
|
+
.k-picker-sm .k-input-suffix > .k-icon,
|
|
33063
|
+
.k-picker-sm .k-input-suffix > .k-input-suffix-text {
|
|
33031
33064
|
padding-block: 6px;
|
|
33032
33065
|
padding-inline: 6px;
|
|
33033
33066
|
box-sizing: content-box;
|
|
33034
33067
|
}
|
|
33035
33068
|
|
|
33069
|
+
.k-input-sm .k-input-separator-horizontal,
|
|
33070
|
+
.k-picker-sm .k-input-separator-horizontal {
|
|
33071
|
+
margin-inline: 6px;
|
|
33072
|
+
}
|
|
33073
|
+
|
|
33074
|
+
.k-input-sm .k-input-separator-vertical,
|
|
33075
|
+
.k-picker-sm .k-input-separator-vertical {
|
|
33076
|
+
margin-block: 6px;
|
|
33077
|
+
}
|
|
33078
|
+
|
|
33036
33079
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
33037
33080
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
33038
33081
|
width: 1.25em;
|
|
@@ -33090,18 +33133,32 @@ select.k-picker-sm {
|
|
|
33090
33133
|
.k-input-md .k-input-loading-icon,
|
|
33091
33134
|
.k-input-md .k-clear-value,
|
|
33092
33135
|
.k-input-md .k-input-prefix > .k-icon,
|
|
33136
|
+
.k-input-md .k-input-prefix > .k-input-prefix-text,
|
|
33093
33137
|
.k-input-md .k-input-suffix > .k-icon,
|
|
33138
|
+
.k-input-md .k-input-suffix > .k-input-suffix-text,
|
|
33094
33139
|
.k-picker-md .k-input-icon,
|
|
33095
33140
|
.k-picker-md .k-input-validation-icon,
|
|
33096
33141
|
.k-picker-md .k-input-loading-icon,
|
|
33097
33142
|
.k-picker-md .k-clear-value,
|
|
33098
33143
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
33099
|
-
.k-picker-md .k-input-
|
|
33144
|
+
.k-picker-md .k-input-prefix > .k-input-prefix-text,
|
|
33145
|
+
.k-picker-md .k-input-suffix > .k-icon,
|
|
33146
|
+
.k-picker-md .k-input-suffix > .k-input-suffix-text {
|
|
33100
33147
|
padding-block: 8px;
|
|
33101
33148
|
padding-inline: 8px;
|
|
33102
33149
|
box-sizing: content-box;
|
|
33103
33150
|
}
|
|
33104
33151
|
|
|
33152
|
+
.k-input-md .k-input-separator-horizontal,
|
|
33153
|
+
.k-picker-md .k-input-separator-horizontal {
|
|
33154
|
+
margin-inline: 8px;
|
|
33155
|
+
}
|
|
33156
|
+
|
|
33157
|
+
.k-input-md .k-input-separator-vertical,
|
|
33158
|
+
.k-picker-md .k-input-separator-vertical {
|
|
33159
|
+
margin-block: 8px;
|
|
33160
|
+
}
|
|
33161
|
+
|
|
33105
33162
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
33106
33163
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
33107
33164
|
width: 1.25em;
|
|
@@ -33159,18 +33216,32 @@ select.k-picker-md {
|
|
|
33159
33216
|
.k-input-lg .k-input-loading-icon,
|
|
33160
33217
|
.k-input-lg .k-clear-value,
|
|
33161
33218
|
.k-input-lg .k-input-prefix > .k-icon,
|
|
33219
|
+
.k-input-lg .k-input-prefix > .k-input-prefix-text,
|
|
33162
33220
|
.k-input-lg .k-input-suffix > .k-icon,
|
|
33221
|
+
.k-input-lg .k-input-suffix > .k-input-suffix-text,
|
|
33163
33222
|
.k-picker-lg .k-input-icon,
|
|
33164
33223
|
.k-picker-lg .k-input-validation-icon,
|
|
33165
33224
|
.k-picker-lg .k-input-loading-icon,
|
|
33166
33225
|
.k-picker-lg .k-clear-value,
|
|
33167
33226
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
33168
|
-
.k-picker-lg .k-input-
|
|
33227
|
+
.k-picker-lg .k-input-prefix > .k-input-prefix-text,
|
|
33228
|
+
.k-picker-lg .k-input-suffix > .k-icon,
|
|
33229
|
+
.k-picker-lg .k-input-suffix > .k-input-suffix-text {
|
|
33169
33230
|
padding-block: 8px;
|
|
33170
33231
|
padding-inline: 8px;
|
|
33171
33232
|
box-sizing: content-box;
|
|
33172
33233
|
}
|
|
33173
33234
|
|
|
33235
|
+
.k-input-lg .k-input-separator-horizontal,
|
|
33236
|
+
.k-picker-lg .k-input-separator-horizontal {
|
|
33237
|
+
margin-inline: 8px;
|
|
33238
|
+
}
|
|
33239
|
+
|
|
33240
|
+
.k-input-lg .k-input-separator-vertical,
|
|
33241
|
+
.k-picker-lg .k-input-separator-vertical {
|
|
33242
|
+
margin-block: 8px;
|
|
33243
|
+
}
|
|
33244
|
+
|
|
33174
33245
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
33175
33246
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
33176
33247
|
width: 1.5em;
|
|
@@ -33366,6 +33437,26 @@ select.k-picker-lg {
|
|
|
33366
33437
|
color: #f31700;
|
|
33367
33438
|
}
|
|
33368
33439
|
|
|
33440
|
+
.k-input-solid.k-valid {
|
|
33441
|
+
border-color: #37b400;
|
|
33442
|
+
}
|
|
33443
|
+
|
|
33444
|
+
.k-input-solid.k-valid .k-input-validation-icon {
|
|
33445
|
+
color: #37b400;
|
|
33446
|
+
}
|
|
33447
|
+
|
|
33448
|
+
.k-input-solid .k-input-prefix {
|
|
33449
|
+
color: rgba(0, 0, 0, 0.54);
|
|
33450
|
+
}
|
|
33451
|
+
|
|
33452
|
+
.k-input-solid .k-input-suffix {
|
|
33453
|
+
color: rgba(0, 0, 0, 0.54);
|
|
33454
|
+
}
|
|
33455
|
+
|
|
33456
|
+
.k-input-solid .k-input-separator {
|
|
33457
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
33458
|
+
}
|
|
33459
|
+
|
|
33369
33460
|
.k-picker-solid {
|
|
33370
33461
|
border-color: rgba(0, 0, 0, 0.38);
|
|
33371
33462
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -33398,6 +33489,14 @@ select.k-picker-lg {
|
|
|
33398
33489
|
color: #f31700;
|
|
33399
33490
|
}
|
|
33400
33491
|
|
|
33492
|
+
.k-picker-solid.k-valid {
|
|
33493
|
+
border-color: #37b400;
|
|
33494
|
+
}
|
|
33495
|
+
|
|
33496
|
+
.k-picker-solid.k-valid .k-input-validation-icon {
|
|
33497
|
+
color: #37b400;
|
|
33498
|
+
}
|
|
33499
|
+
|
|
33401
33500
|
.k-input-outline {
|
|
33402
33501
|
border-color: rgba(0, 0, 0, 0.38);
|
|
33403
33502
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -33442,6 +33541,26 @@ select.k-picker-lg {
|
|
|
33442
33541
|
color: #f31700;
|
|
33443
33542
|
}
|
|
33444
33543
|
|
|
33544
|
+
.k-input-outline.k-valid {
|
|
33545
|
+
border-color: #37b400;
|
|
33546
|
+
}
|
|
33547
|
+
|
|
33548
|
+
.k-input-outline.k-valid .k-input-validation-icon {
|
|
33549
|
+
color: #37b400;
|
|
33550
|
+
}
|
|
33551
|
+
|
|
33552
|
+
.k-input-outline .k-input-prefix {
|
|
33553
|
+
color: rgba(0, 0, 0, 0.54);
|
|
33554
|
+
}
|
|
33555
|
+
|
|
33556
|
+
.k-input-outline .k-input-suffix {
|
|
33557
|
+
color: rgba(0, 0, 0, 0.54);
|
|
33558
|
+
}
|
|
33559
|
+
|
|
33560
|
+
.k-input-outline .k-input-separator {
|
|
33561
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
33562
|
+
}
|
|
33563
|
+
|
|
33445
33564
|
.k-picker-outline {
|
|
33446
33565
|
border-color: rgba(0, 0, 0, 0.38);
|
|
33447
33566
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -33475,6 +33594,14 @@ select.k-picker-lg {
|
|
|
33475
33594
|
color: #f31700;
|
|
33476
33595
|
}
|
|
33477
33596
|
|
|
33597
|
+
.k-picker-outline.k-valid {
|
|
33598
|
+
border-color: #37b400;
|
|
33599
|
+
}
|
|
33600
|
+
|
|
33601
|
+
.k-picker-outline.k-valid .k-input-validation-icon {
|
|
33602
|
+
color: #37b400;
|
|
33603
|
+
}
|
|
33604
|
+
|
|
33478
33605
|
.k-input-flat {
|
|
33479
33606
|
border-color: rgba(0, 0, 0, 0.38);
|
|
33480
33607
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -33506,6 +33633,26 @@ select.k-picker-lg {
|
|
|
33506
33633
|
color: #f31700;
|
|
33507
33634
|
}
|
|
33508
33635
|
|
|
33636
|
+
.k-input-flat.k-valid {
|
|
33637
|
+
border-color: #37b400;
|
|
33638
|
+
}
|
|
33639
|
+
|
|
33640
|
+
.k-input-flat.k-valid .k-input-validation-icon {
|
|
33641
|
+
color: #37b400;
|
|
33642
|
+
}
|
|
33643
|
+
|
|
33644
|
+
.k-input-flat .k-input-prefix {
|
|
33645
|
+
color: rgba(0, 0, 0, 0.54);
|
|
33646
|
+
}
|
|
33647
|
+
|
|
33648
|
+
.k-input-flat .k-input-suffix {
|
|
33649
|
+
color: rgba(0, 0, 0, 0.54);
|
|
33650
|
+
}
|
|
33651
|
+
|
|
33652
|
+
.k-input-flat .k-input-separator {
|
|
33653
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
33654
|
+
}
|
|
33655
|
+
|
|
33509
33656
|
.k-picker-flat {
|
|
33510
33657
|
border-color: rgba(0, 0, 0, 0.38);
|
|
33511
33658
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -33537,6 +33684,14 @@ select.k-picker-lg {
|
|
|
33537
33684
|
color: #f31700;
|
|
33538
33685
|
}
|
|
33539
33686
|
|
|
33687
|
+
.k-picker-flat.k-valid {
|
|
33688
|
+
border-color: #37b400;
|
|
33689
|
+
}
|
|
33690
|
+
|
|
33691
|
+
.k-picker-flat.k-valid .k-input-validation-icon {
|
|
33692
|
+
color: #37b400;
|
|
33693
|
+
}
|
|
33694
|
+
|
|
33540
33695
|
.k-floating-label-container {
|
|
33541
33696
|
padding-top: 20px;
|
|
33542
33697
|
box-sizing: border-box;
|
|
@@ -36777,6 +36932,20 @@ select.k-picker-lg {
|
|
|
36777
36932
|
padding-inline: 8px;
|
|
36778
36933
|
}
|
|
36779
36934
|
|
|
36935
|
+
.k-multiselecttree .k-input-values {
|
|
36936
|
+
width: auto;
|
|
36937
|
+
max-width: 100%;
|
|
36938
|
+
}
|
|
36939
|
+
|
|
36940
|
+
.k-multiselecttree .k-input-inner::before {
|
|
36941
|
+
content: "\200b";
|
|
36942
|
+
width: 0px;
|
|
36943
|
+
overflow: hidden;
|
|
36944
|
+
flex: none;
|
|
36945
|
+
display: inline-block;
|
|
36946
|
+
vertical-align: top;
|
|
36947
|
+
}
|
|
36948
|
+
|
|
36780
36949
|
.k-rating {
|
|
36781
36950
|
margin: 0;
|
|
36782
36951
|
padding: 0;
|
|
@@ -38973,6 +39142,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
38973
39142
|
|
|
38974
39143
|
.k-drawer-content {
|
|
38975
39144
|
flex: 1 1 auto;
|
|
39145
|
+
overflow: auto;
|
|
38976
39146
|
}
|
|
38977
39147
|
|
|
38978
39148
|
.k-drawer-overlay .k-drawer {
|
|
@@ -39514,6 +39684,10 @@ kendo-card-footer {
|
|
|
39514
39684
|
gap: 8px;
|
|
39515
39685
|
}
|
|
39516
39686
|
|
|
39687
|
+
.k-card-horizontal .k-actions-horizontal {
|
|
39688
|
+
width: auto;
|
|
39689
|
+
}
|
|
39690
|
+
|
|
39517
39691
|
.k-card-list {
|
|
39518
39692
|
display: flex;
|
|
39519
39693
|
flex-flow: column nowrap;
|
|
@@ -40359,6 +40533,66 @@ kendo-card-footer {
|
|
|
40359
40533
|
color: #424242;
|
|
40360
40534
|
}
|
|
40361
40535
|
|
|
40536
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
40537
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
|
|
40538
|
+
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
40539
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40540
|
+
}
|
|
40541
|
+
|
|
40542
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
40543
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
|
|
40544
|
+
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
40545
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40546
|
+
}
|
|
40547
|
+
|
|
40548
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
40549
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
|
|
40550
|
+
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
40551
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40552
|
+
}
|
|
40553
|
+
|
|
40554
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
40555
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
|
|
40556
|
+
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
40557
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40558
|
+
}
|
|
40559
|
+
|
|
40560
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
40561
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
|
|
40562
|
+
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
40563
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40564
|
+
}
|
|
40565
|
+
|
|
40566
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
40567
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
|
|
40568
|
+
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
40569
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40570
|
+
}
|
|
40571
|
+
|
|
40572
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
40573
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
|
|
40574
|
+
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
40575
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40576
|
+
}
|
|
40577
|
+
|
|
40578
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
40579
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
|
|
40580
|
+
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
40581
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40582
|
+
}
|
|
40583
|
+
|
|
40584
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
40585
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
|
|
40586
|
+
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
40587
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40588
|
+
}
|
|
40589
|
+
|
|
40590
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
40591
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
|
|
40592
|
+
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
40593
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
40594
|
+
}
|
|
40595
|
+
|
|
40362
40596
|
.k-breadcrumb {
|
|
40363
40597
|
border-width: 0px;
|
|
40364
40598
|
border-style: solid;
|
|
@@ -40788,6 +41022,17 @@ kendo-card-footer {
|
|
|
40788
41022
|
transition-timing-function: ease-in-out;
|
|
40789
41023
|
}
|
|
40790
41024
|
|
|
41025
|
+
.k-stepper .k-step-indicator::before {
|
|
41026
|
+
border-radius: 50%;
|
|
41027
|
+
content: "";
|
|
41028
|
+
width: 100%;
|
|
41029
|
+
height: 100%;
|
|
41030
|
+
position: absolute;
|
|
41031
|
+
top: 0;
|
|
41032
|
+
left: 0;
|
|
41033
|
+
z-index: -1;
|
|
41034
|
+
}
|
|
41035
|
+
|
|
40791
41036
|
.k-stepper .k-step-indicator::after {
|
|
40792
41037
|
border-radius: 100%;
|
|
40793
41038
|
content: "";
|
|
@@ -43768,6 +44013,16 @@ div.k-grid-footer {
|
|
|
43768
44013
|
z-index: 3;
|
|
43769
44014
|
}
|
|
43770
44015
|
|
|
44016
|
+
.k-master-row .k-grid-content-sticky::before {
|
|
44017
|
+
content: "";
|
|
44018
|
+
width: 100%;
|
|
44019
|
+
height: 100%;
|
|
44020
|
+
position: absolute;
|
|
44021
|
+
top: 0;
|
|
44022
|
+
left: 0;
|
|
44023
|
+
z-index: -1;
|
|
44024
|
+
}
|
|
44025
|
+
|
|
43771
44026
|
kendo-grid .k-table-row.k-grid-row-sticky {
|
|
43772
44027
|
border: 0;
|
|
43773
44028
|
position: static;
|
|
@@ -47520,6 +47775,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
47520
47775
|
border-bottom-width: 1px;
|
|
47521
47776
|
border-color: inherit;
|
|
47522
47777
|
flex-shrink: 0;
|
|
47778
|
+
z-index: 1;
|
|
47523
47779
|
}
|
|
47524
47780
|
|
|
47525
47781
|
.k-filemanager-content-container {
|
|
@@ -47532,6 +47788,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
47532
47788
|
overflow: hidden;
|
|
47533
47789
|
}
|
|
47534
47790
|
|
|
47791
|
+
.k-filemanager-splitter {
|
|
47792
|
+
border-width: 0;
|
|
47793
|
+
}
|
|
47794
|
+
|
|
47535
47795
|
.k-filemanager-navigation {
|
|
47536
47796
|
padding-block: 16px;
|
|
47537
47797
|
padding-inline: 16px;
|
|
@@ -49109,17 +49369,23 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49109
49369
|
overflow: scroll;
|
|
49110
49370
|
}
|
|
49111
49371
|
|
|
49112
|
-
.k-gantt-timeline .k-timeline {
|
|
49372
|
+
.k-gantt-timeline-pane .k-gantt-timeline {
|
|
49113
49373
|
height: 100%;
|
|
49114
49374
|
border-width: 0;
|
|
49115
49375
|
display: flex;
|
|
49116
49376
|
}
|
|
49117
49377
|
|
|
49118
|
-
.k-gantt-timeline .k-
|
|
49378
|
+
.k-gantt-timeline-pane .k-gantt-timeline *,
|
|
49379
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::before,
|
|
49380
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
|
|
49381
|
+
box-sizing: border-box;
|
|
49382
|
+
}
|
|
49383
|
+
|
|
49384
|
+
.k-gantt-timeline-pane .k-grid-content {
|
|
49119
49385
|
overflow-x: scroll;
|
|
49120
49386
|
}
|
|
49121
49387
|
|
|
49122
|
-
.k-gantt-timeline .k-header {
|
|
49388
|
+
.k-gantt-timeline-pane .k-header {
|
|
49123
49389
|
padding-block: 16px;
|
|
49124
49390
|
padding-inline: 24px;
|
|
49125
49391
|
border-width: 0 0 1px 1px;
|
|
@@ -49600,7 +49866,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49600
49866
|
}
|
|
49601
49867
|
|
|
49602
49868
|
.k-pdf-export-shadow .k-gantt,
|
|
49603
|
-
.k-pdf-export-shadow .k-gantt-timeline,
|
|
49869
|
+
.k-pdf-export-shadow .k-gantt-timeline-pane,
|
|
49604
49870
|
.k-pdf-export-shadow .k-gantt-dependencies {
|
|
49605
49871
|
width: auto !important;
|
|
49606
49872
|
height: auto !important;
|
|
@@ -49633,24 +49899,24 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49633
49899
|
margin-inline: -26px;
|
|
49634
49900
|
}
|
|
49635
49901
|
|
|
49636
|
-
.k-rtl .k-gantt-timeline .k-header,
|
|
49637
|
-
[dir="rtl"] .k-gantt-timeline .k-header {
|
|
49902
|
+
.k-rtl .k-gantt-timeline-pane .k-header,
|
|
49903
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-header {
|
|
49638
49904
|
border-width: 0 1px 1px 0;
|
|
49639
49905
|
}
|
|
49640
49906
|
|
|
49641
|
-
.k-rtl .k-gantt-timeline .k-header:first-child,
|
|
49642
|
-
[dir="rtl"] .k-gantt-timeline .k-header:first-child {
|
|
49907
|
+
.k-rtl .k-gantt-timeline-pane .k-header:first-child,
|
|
49908
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-header:first-child {
|
|
49643
49909
|
border-right-width: 0;
|
|
49644
49910
|
}
|
|
49645
49911
|
|
|
49646
|
-
.k-rtl .k-gantt-timeline .k-task-start,
|
|
49647
|
-
[dir="rtl"] .k-gantt-timeline .k-task-start {
|
|
49912
|
+
.k-rtl .k-gantt-timeline-pane .k-task-start,
|
|
49913
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-task-start {
|
|
49648
49914
|
left: auto;
|
|
49649
49915
|
right: 0;
|
|
49650
49916
|
}
|
|
49651
49917
|
|
|
49652
|
-
.k-rtl .k-gantt-timeline .k-task-end,
|
|
49653
|
-
[dir="rtl"] .k-gantt-timeline .k-task-end {
|
|
49918
|
+
.k-rtl .k-gantt-timeline-pane .k-task-end,
|
|
49919
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-task-end {
|
|
49654
49920
|
right: auto;
|
|
49655
49921
|
left: 0;
|
|
49656
49922
|
}
|
|
@@ -49703,8 +49969,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49703
49969
|
margin-right: 0.2em;
|
|
49704
49970
|
}
|
|
49705
49971
|
|
|
49706
|
-
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
|
|
49707
|
-
[dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
|
|
49972
|
+
.k-rtl .k-gantt-timeline-pane .k-milestone-wrap .k-task-start,
|
|
49973
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
|
|
49708
49974
|
right: -0.1em;
|
|
49709
49975
|
}
|
|
49710
49976
|
|
|
@@ -49714,7 +49980,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49714
49980
|
right: 0;
|
|
49715
49981
|
}
|
|
49716
49982
|
|
|
49717
|
-
.k-rtl .k-gantt-timeline .k-header {
|
|
49983
|
+
.k-rtl .k-gantt-timeline-pane .k-header {
|
|
49718
49984
|
border-width: 0 1px 1px 0;
|
|
49719
49985
|
}
|
|
49720
49986
|
|
|
@@ -49912,11 +50178,11 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49912
50178
|
background-color: #f31700;
|
|
49913
50179
|
}
|
|
49914
50180
|
|
|
49915
|
-
.k-gantt-timeline tbody > tr:not(:only-child) > .k-header {
|
|
50181
|
+
.k-gantt-timeline-pane tbody > tr:not(:only-child) > .k-header {
|
|
49916
50182
|
border-left-color: rgba(0, 0, 0, 0.12);
|
|
49917
50183
|
}
|
|
49918
50184
|
|
|
49919
|
-
.k-rtl .k-gantt-timeline .k-grid-header tbody > tr:not(:only-child) > .k-header {
|
|
50185
|
+
.k-rtl .k-gantt-timeline-pane .k-grid-header tbody > tr:not(:only-child) > .k-header {
|
|
49920
50186
|
border-right-color: rgba(0, 0, 0, 0.12);
|
|
49921
50187
|
}
|
|
49922
50188
|
|
|
@@ -51138,6 +51404,15 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
51138
51404
|
color: white;
|
|
51139
51405
|
}
|
|
51140
51406
|
|
|
51407
|
+
.k-scheduler-layout td.k-selected,
|
|
51408
|
+
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
51409
|
+
background-color: rgba(229, 26, 95, 0.25);
|
|
51410
|
+
}
|
|
51411
|
+
|
|
51412
|
+
.k-scheduler-agendaview .k-scheduler-content tr.k-selected {
|
|
51413
|
+
background-color: rgba(229, 26, 95, 0.25);
|
|
51414
|
+
}
|
|
51415
|
+
|
|
51141
51416
|
.k-event .k-event-actions .k-link {
|
|
51142
51417
|
color: #3f51b5;
|
|
51143
51418
|
background-color: white;
|
|
@@ -52780,6 +53055,91 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
52780
53055
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
52781
53056
|
}
|
|
52782
53057
|
|
|
53058
|
+
.k-prompt {
|
|
53059
|
+
display: flex;
|
|
53060
|
+
flex-direction: column;
|
|
53061
|
+
position: relative;
|
|
53062
|
+
overflow: hidden;
|
|
53063
|
+
}
|
|
53064
|
+
|
|
53065
|
+
.k-prompt-content {
|
|
53066
|
+
padding-block: 16px;
|
|
53067
|
+
padding-inline: 16px;
|
|
53068
|
+
display: flex;
|
|
53069
|
+
flex-flow: column nowrap;
|
|
53070
|
+
flex: 1 1 auto;
|
|
53071
|
+
gap: 16px;
|
|
53072
|
+
overflow: auto;
|
|
53073
|
+
}
|
|
53074
|
+
|
|
53075
|
+
.k-prompt-view {
|
|
53076
|
+
display: flex;
|
|
53077
|
+
flex-direction: column;
|
|
53078
|
+
flex: 1 1 auto;
|
|
53079
|
+
gap: 16px;
|
|
53080
|
+
}
|
|
53081
|
+
|
|
53082
|
+
.k-prompt-expander {
|
|
53083
|
+
display: flex;
|
|
53084
|
+
flex-direction: column;
|
|
53085
|
+
flex: 1;
|
|
53086
|
+
align-items: start;
|
|
53087
|
+
gap: 8px;
|
|
53088
|
+
}
|
|
53089
|
+
|
|
53090
|
+
.k-prompt-expander-content {
|
|
53091
|
+
display: flex;
|
|
53092
|
+
flex-flow: column;
|
|
53093
|
+
flex: 0 0 auto;
|
|
53094
|
+
gap: 8px;
|
|
53095
|
+
align-self: stretch;
|
|
53096
|
+
}
|
|
53097
|
+
|
|
53098
|
+
.k-prompt-suggestion {
|
|
53099
|
+
border-width: 1px;
|
|
53100
|
+
border-style: solid;
|
|
53101
|
+
border-radius: 4px;
|
|
53102
|
+
padding-block: 8px;
|
|
53103
|
+
padding-inline: 8px;
|
|
53104
|
+
cursor: pointer;
|
|
53105
|
+
}
|
|
53106
|
+
|
|
53107
|
+
.k-prompt-setting {
|
|
53108
|
+
display: flex;
|
|
53109
|
+
flex-direction: column;
|
|
53110
|
+
}
|
|
53111
|
+
|
|
53112
|
+
.k-prompt-actions.k-actions, .k-prompt-actions.k-edit-buttons,
|
|
53113
|
+
.k-prompt-actions.k-action-buttons,
|
|
53114
|
+
.k-prompt-actions.k-columnmenu-actions, .k-prompt-actions.k-form-buttons {
|
|
53115
|
+
margin: 0;
|
|
53116
|
+
}
|
|
53117
|
+
|
|
53118
|
+
.k-prompt {
|
|
53119
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
53120
|
+
color: rgba(0, 0, 0, 0.87);
|
|
53121
|
+
background-color: #ffffff;
|
|
53122
|
+
}
|
|
53123
|
+
|
|
53124
|
+
.k-prompt-header {
|
|
53125
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
53126
|
+
color: rgba(0, 0, 0, 0.87);
|
|
53127
|
+
background-color: #ffffff;
|
|
53128
|
+
}
|
|
53129
|
+
|
|
53130
|
+
.k-prompt-content {
|
|
53131
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
53132
|
+
color: rgba(0, 0, 0, 0.87);
|
|
53133
|
+
background-color: #ffffff;
|
|
53134
|
+
}
|
|
53135
|
+
|
|
53136
|
+
.k-prompt-suggestion {
|
|
53137
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
53138
|
+
color: rgba(0, 0, 0, 0.87);
|
|
53139
|
+
background-color: #ffffff;
|
|
53140
|
+
box-shadow: var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14));
|
|
53141
|
+
}
|
|
53142
|
+
|
|
52783
53143
|
.k-barcode {
|
|
52784
53144
|
display: inline-block;
|
|
52785
53145
|
}
|