@progress/kendo-theme-bootstrap 9.0.1-dev.0 → 9.0.1-dev.1
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 +1 -1
- package/dist/all.scss +25 -238
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/grid/_theme.scss +9 -115
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "9.0.1-dev.
|
|
4
|
+
"version": "9.0.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "3.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "9.0.1-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "9.0.1-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "9.0.1-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "9.0.1-dev.1",
|
|
57
|
+
"@progress/kendo-theme-default": "9.0.1-dev.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "9.0.1-dev.1",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d9a7729d1e521340da66dea11035ed501f9a1183"
|
|
66
66
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
border-top-color: $kendo-grid-border;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
|
|
190
|
+
&.k-grid-row-sticky > .k-table-td {
|
|
191
191
|
border-top-color: $kendo-grid-sticky-border;
|
|
192
192
|
border-bottom-color: $kendo-grid-sticky-border;
|
|
193
193
|
background-color: $kendo-grid-sticky-bg;
|
|
@@ -195,6 +195,7 @@
|
|
|
195
195
|
|
|
196
196
|
&.k-table-alt-row {
|
|
197
197
|
.k-grid-content-sticky,
|
|
198
|
+
&.k-grid-row-sticky > .k-table-td,
|
|
198
199
|
.k-grid-row-sticky {
|
|
199
200
|
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
200
201
|
}
|
|
@@ -202,6 +203,7 @@
|
|
|
202
203
|
|
|
203
204
|
// Selected state
|
|
204
205
|
&.k-table-row.k-selected td.k-grid-content-sticky,
|
|
206
|
+
&.k-table-row.k-selected.k-grid-row-sticky > .k-table-td,
|
|
205
207
|
&.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
|
|
206
208
|
&.k-table-row td.k-grid-content-sticky.k-selected,
|
|
207
209
|
&.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
}
|
|
218
220
|
|
|
219
221
|
&.k-selected.k-table-alt-row td.k-grid-content-sticky,
|
|
222
|
+
&.k-selected.k-table-alt-row.k-grid-row-sticky > .k-table-td,
|
|
220
223
|
&.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
|
|
221
224
|
&.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
222
225
|
&.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
@@ -236,7 +239,9 @@
|
|
|
236
239
|
&:hover .k-grid-content-sticky,
|
|
237
240
|
&.k-hover .k-grid-content-sticky,
|
|
238
241
|
&:hover .k-grid-row-sticky,
|
|
239
|
-
&.k-hover .k-grid-row-sticky
|
|
242
|
+
&.k-hover .k-grid-row-sticky,
|
|
243
|
+
&:hover.k-grid-row-sticky > .k-table-td,
|
|
244
|
+
&.k-hover.k-grid-row-sticky > .k-table-td {
|
|
240
245
|
background-color: $kendo-grid-sticky-hover-bg;
|
|
241
246
|
}
|
|
242
247
|
|
|
@@ -246,6 +251,8 @@
|
|
|
246
251
|
&.k-selected.k-hover .k-table-td.k-grid-content-sticky,
|
|
247
252
|
&.k-selected:hover td.k-grid-row-sticky,
|
|
248
253
|
&.k-selected.k-hover .k-table-td.k-grid-row-sticky,
|
|
254
|
+
&.k-selected:hover.k-grid-row-sticky > .k-table-td,
|
|
255
|
+
&.k-selected.k-hover.k-grid-row-sticky > .k-table-td,
|
|
249
256
|
&:hover td.k-grid-content-sticky.k-selected,
|
|
250
257
|
&.k-hover td.k-grid-content-sticky.k-selected,
|
|
251
258
|
&:hover .k-table-td.k-grid-content-sticky.k-selected,
|
|
@@ -262,119 +269,6 @@
|
|
|
262
269
|
}
|
|
263
270
|
}
|
|
264
271
|
|
|
265
|
-
kendo-grid.k-grid {
|
|
266
|
-
.k-grid-content-sticky {
|
|
267
|
-
border-top-color: $kendo-grid-border;
|
|
268
|
-
border-left-color: $kendo-grid-sticky-border;
|
|
269
|
-
border-right-color: $kendo-grid-sticky-border;
|
|
270
|
-
background-color: $kendo-grid-sticky-bg;
|
|
271
|
-
|
|
272
|
-
&:hover,
|
|
273
|
-
&.k-hover {
|
|
274
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.k-grid-row-sticky td,
|
|
279
|
-
.k-grid-row-sticky .k-table-td {
|
|
280
|
-
border-top-color: $kendo-grid-sticky-border;
|
|
281
|
-
border-bottom-color: $kendo-grid-sticky-border;
|
|
282
|
-
background-color: $kendo-grid-sticky-bg;
|
|
283
|
-
|
|
284
|
-
&:hover td,
|
|
285
|
-
&.k-hover td,
|
|
286
|
-
&:hover .k-table-td,
|
|
287
|
-
&.k-hover .k-table-td {
|
|
288
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
.k-table-alt-row .k-grid-content-sticky,
|
|
293
|
-
.k-grid-row-sticky.k-table-alt-row td,
|
|
294
|
-
.k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
295
|
-
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
// Selected state
|
|
299
|
-
.k-table-row.k-selected .k-grid-content-sticky,
|
|
300
|
-
.k-selected.k-grid-row-sticky td,
|
|
301
|
-
.k-grid-row-sticky td.k-selected,
|
|
302
|
-
.k-selected.k-grid-row-sticky .k-table-td,
|
|
303
|
-
.k-grid-row-sticky .k-table-td.k-selected,
|
|
304
|
-
.k-selected.k-grid-content-sticky {
|
|
305
|
-
@if($kendo-enable-color-system) {
|
|
306
|
-
@include fill( $bg: $kendo-grid-sticky-bg );
|
|
307
|
-
|
|
308
|
-
&::before {
|
|
309
|
-
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
310
|
-
}
|
|
311
|
-
} @else {
|
|
312
|
-
@include fill( $bg: $kendo-grid-sticky-selected-bg );
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
|
|
317
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
318
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
319
|
-
.k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
320
|
-
@if($kendo-enable-color-system) {
|
|
321
|
-
@include fill( $bg: $kendo-grid-sticky-alt-bg );
|
|
322
|
-
|
|
323
|
-
&::before {
|
|
324
|
-
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
325
|
-
}
|
|
326
|
-
} @else {
|
|
327
|
-
@include fill( $bg: $kendo-grid-sticky-selected-alt-bg );
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
// Hover state
|
|
332
|
-
.k-table-row:hover .k-grid-content-sticky,
|
|
333
|
-
.k-table-row.k-hover .k-grid-content-sticky,
|
|
334
|
-
.k-grid-row-sticky:hover td,
|
|
335
|
-
.k-grid-row-sticky.k-hover td,
|
|
336
|
-
.k-grid-row-sticky.k-table-alt-row:hover td,
|
|
337
|
-
.k-grid-row-sticky.k-table-alt-row.k-hover td,
|
|
338
|
-
.k-grid-row-sticky:hover .k-table-td,
|
|
339
|
-
.k-grid-row-sticky.k-hover .k-table-td,
|
|
340
|
-
.k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
|
|
341
|
-
.k-grid-row-sticky.k-table-alt-row.k-hover .k-table-td,
|
|
342
|
-
.k-table-alt-row:hover .k-grid-content-sticky,
|
|
343
|
-
.k-table-alt-row.k-hover .k-grid-content-sticky {
|
|
344
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
// Selected + Hover
|
|
348
|
-
.k-table-row.k-selected:hover .k-grid-content-sticky,
|
|
349
|
-
.k-table-row.k-selected.k-hover .k-grid-content-sticky,
|
|
350
|
-
.k-selected.k-grid-row-sticky:hover td,
|
|
351
|
-
.k-selected.k-grid-row-sticky.k-hover td,
|
|
352
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
|
|
353
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
|
|
354
|
-
.k-selected.k-grid-row-sticky:hover .k-table-td,
|
|
355
|
-
.k-selected.k-grid-row-sticky.k-hover .k-table-td,
|
|
356
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
|
|
357
|
-
.k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
|
|
358
|
-
.k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
|
|
359
|
-
.k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
|
|
360
|
-
.k-grid-row-sticky:hover td.k-selected,
|
|
361
|
-
.k-grid-row-sticky.k-hover td.k-selected,
|
|
362
|
-
.k-grid-row-sticky:hover .k-table-td.k-selected,
|
|
363
|
-
.k-grid-row-sticky.k-hover .k-table-td.k-selected,
|
|
364
|
-
.k-table-row:hover .k-grid-content-sticky.k-selected,
|
|
365
|
-
.k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
366
|
-
@if($kendo-enable-color-system) {
|
|
367
|
-
background-color: $kendo-grid-sticky-hover-bg;
|
|
368
|
-
|
|
369
|
-
&::before {
|
|
370
|
-
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
371
|
-
}
|
|
372
|
-
} @else {
|
|
373
|
-
background-color: $kendo-grid-sticky-selected-hover-bg;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
|
|
378
272
|
.k-grouping-row {
|
|
379
273
|
.k-grid-content-sticky {
|
|
380
274
|
@include fill( $bg: $kendo-grid-sticky-header-bg );
|