@progress/kendo-theme-classic 4.43.1-dev.0 → 4.43.1-dev.4
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/README.md +10 -17
- package/dist/all.css +2844 -2728
- package/dist/all.scss +6207 -5560
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/_layout.scss +0 -0
- package/modules/@progress/kendo-theme-default/scss/_variables.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/button/_index.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +1 -7
- package/modules/@progress/kendo-theme-default/scss/calendar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/checkbox/_index.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +103 -123
- package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +289 -300
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +51 -9
- package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +1 -14
- package/modules/@progress/kendo-theme-default/scss/color-preview/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +23 -45
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +33 -42
- package/modules/@progress/kendo-theme-default/scss/combobox/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +22 -29
- package/modules/@progress/kendo-theme-default/scss/combobox/_theme.scss +59 -99
- package/modules/@progress/kendo-theme-default/scss/combobox/_variables.scss +1 -32
- package/modules/@progress/kendo-theme-default/scss/dataviz/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_index.scss +11 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +81 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss +86 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +120 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss +89 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_variables.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/drawer/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/dropdowngrid/_layout.scss +6 -4
- package/modules/@progress/kendo-theme-default/scss/dropdowngrid/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +37 -55
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_theme.scss +33 -75
- package/modules/@progress/kendo-theme-default/scss/dropdowntree/_layout.scss +1 -9
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +9 -16
- package/modules/@progress/kendo-theme-default/scss/expansion-panel/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/filter/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/filter/_theme.scss +3 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +4 -6
- package/modules/@progress/kendo-theme-default/scss/gantt/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_index.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +0 -12
- package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +6 -6
- package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +4 -8
- package/modules/@progress/kendo-theme-default/scss/imageeditor/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/index.scss +8 -3
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +25 -26
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +16 -1
- package/modules/@progress/kendo-theme-default/scss/list/_index.scss +12 -0
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +212 -0
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +104 -0
- package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +21 -0
- package/modules/@progress/kendo-theme-default/scss/listbox/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +4 -7
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +17 -31
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss +44 -14
- package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +5 -0
- package/modules/@progress/kendo-theme-default/scss/menu/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +4 -6
- package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/multiselect/_index.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/pager/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/panelbar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/panelbar/_theme.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/panelbar/_variables.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_variables.scss +0 -3
- package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +0 -1
- package/modules/@progress/kendo-theme-default/scss/popup/_index.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/popup/_layout.scss +2 -271
- package/modules/@progress/kendo-theme-default/scss/popup/_theme.scss +4 -148
- package/modules/@progress/kendo-theme-default/scss/popup/_variables.scss +2 -7
- package/modules/@progress/kendo-theme-default/scss/radio/_index.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/scheduler/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/scrollview/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_index.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +4 -11
- package/modules/@progress/kendo-theme-default/scss/table/_index.scss +19 -0
- package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +228 -0
- package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +81 -0
- package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +114 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/timepicker/_index.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +207 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss +70 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_variables.scss +32 -0
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/utils/_border.scss +1 -2
- package/modules/@progress/kendo-theme-default/scss/utils/_flex.scss +11 -3
- package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_index.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss +35 -0
- package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss +3 -0
- package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_variables.scss +1 -0
- package/package.json +3 -3
- package/scss/_variables.scss +0 -19
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/button/_index.scss +2 -0
- package/scss/calendar/_index.scss +1 -0
- package/scss/checkbox/_index.scss +2 -0
- package/scss/chip/_variables.scss +8 -9
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/combobox/_index.scss +1 -0
- package/scss/combobox/_variables.scss +1 -32
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +1 -0
- package/scss/dateinput/_theme.scss +1 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/datepicker/_layout.scss +1 -0
- package/scss/datepicker/_theme.scss +1 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/scss/{datetime → datetimepicker}/_layout.scss +1 -1
- package/scss/{datetime → datetimepicker}/_theme.scss +1 -1
- package/scss/datetimepicker/_variables.scss +2 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/fab/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +2 -1
- package/scss/grid/_variables.scss +6 -6
- package/scss/imageeditor/_variables.scss +1 -0
- package/scss/index.scss +8 -3
- package/scss/input/_variables.scss +16 -1
- package/scss/list/_index.scss +12 -0
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_theme.scss +1 -0
- package/scss/list/_variables.scss +21 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/menu/_index.scss +1 -0
- package/scss/menu/_variables.scss +2 -2
- package/scss/multiselect/_index.scss +2 -0
- package/scss/pager/_index.scss +1 -0
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/popup/_index.scss +0 -4
- package/scss/popup/_variables.scss +2 -7
- package/scss/radio/_index.scss +2 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +2 -1
- package/scss/table/_index.scss +19 -0
- package/scss/table/_layout.scss +1 -0
- package/scss/table/_theme.scss +1 -0
- package/scss/table/_variables.scss +114 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +1 -0
- package/scss/timepicker/_theme.scss +1 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +1 -0
- package/scss/timeselector/_theme.scss +1 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/utils/_border.scss +1 -2
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +1 -0
- package/scss/virtual-scroller/_theme.scss +1 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +0 -462
- package/modules/@progress/kendo-theme-default/scss/datetime/_theme.scss +0 -321
- package/modules/@progress/kendo-theme-default/scss/datetime/_variables.scss +0 -53
- package/scss/datetime/_variables.scss +0 -53
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
+
@import "../forms/_variables.scss";
|
|
6
7
|
@import "../button/_index.scss";
|
|
7
8
|
@import "../input/_index.scss";
|
|
8
9
|
@import "../chip/_index.scss";
|
|
9
10
|
@import "../floating-label/_index.scss";
|
|
10
11
|
@import "../popup/_index.scss";
|
|
11
12
|
@import "../icons/_index.scss";
|
|
13
|
+
@import "../list/_index.scss";
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
// Component
|
package/scss/pager/_index.scss
CHANGED
|
@@ -95,3 +95,8 @@ $panelbar-item-selected-hovered-focused-bg: null !default;
|
|
|
95
95
|
$panelbar-item-selected-hovered-focused-text: null !default;
|
|
96
96
|
$panelbar-item-selected-hovered-focused-border: null !default;
|
|
97
97
|
$panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
98
|
+
|
|
99
|
+
$panelbar-header-expanded-bg: null !default;
|
|
100
|
+
$panelbar-header-expanded-text: null !default;
|
|
101
|
+
$panelbar-header-expanded-border: null !default;
|
|
102
|
+
$panelbar-header-expanded-gradient: null !default;
|
|
@@ -54,9 +54,6 @@ $pivotgrid-configurator-content-padding-y: 0px !default;
|
|
|
54
54
|
$pivotgrid-configurator-fields-margin-x: 0px !default;
|
|
55
55
|
$pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
|
|
56
56
|
|
|
57
|
-
$pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
|
|
58
|
-
$pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
|
|
59
|
-
|
|
60
57
|
$pivotgrid-configurator-vertical-width: 320px !default;
|
|
61
58
|
$pivotgrid-configurator-horizontal-height: 420px !default;
|
|
62
59
|
|
package/scss/popup/_index.scss
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
// Popup
|
|
2
|
-
$popup-padding-x:
|
|
3
|
-
$popup-padding-y:
|
|
2
|
+
$popup-padding-x: null !default;
|
|
3
|
+
$popup-padding-y: null !default;
|
|
4
4
|
$popup-border-width: 1px !default;
|
|
5
5
|
$popup-border-radius: null !default;
|
|
6
6
|
|
|
7
7
|
$popup-font-size: $font-size !default;
|
|
8
8
|
$popup-line-height: $line-height !default;
|
|
9
9
|
|
|
10
|
-
$popup-header-padding: $list-item-padding-y $list-item-padding-x !default;
|
|
11
|
-
$popup-header-font-size: null !default;
|
|
12
|
-
$popup-header-text: null !default;
|
|
13
|
-
$popup-filter-padding-x: $input-padding-x !default;
|
|
14
|
-
|
|
15
10
|
$popup-content-padding-x: map-get( $spacing, 2 ) !default;
|
|
16
11
|
$popup-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
17
12
|
|
package/scss/radio/_index.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../icons/_index.scss";
|
|
7
7
|
@import "../adaptive/_index.scss";
|
|
8
8
|
@import "../button/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../dropdownlist/_index.scss";
|
|
11
11
|
@import "../dialog/_index.scss";
|
|
12
12
|
@import "../tooltip/_index.scss";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
@import "../radio/_index.scss";
|
|
9
9
|
@import "../colorpicker/_index.scss";
|
|
10
10
|
@import "../combobox/_index.scss";
|
|
11
|
-
@import "../
|
|
11
|
+
@import "../datetimepicker/_index.scss";
|
|
12
12
|
@import "../dropdownlist/_index.scss";
|
|
13
13
|
@import "../toolbar/_index.scss";
|
|
14
14
|
@import "../upload/_index.scss";
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
@import "../tabstrip/_index.scss";
|
|
18
18
|
@import "../treeview/_index.scss";
|
|
19
19
|
@import "../icons/_index.scss";
|
|
20
|
+
@import "../list/_index.scss";
|
|
20
21
|
|
|
21
22
|
|
|
22
23
|
// Component
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../common/_index.scss";
|
|
6
|
+
@import "../input/_index.scss";
|
|
7
|
+
@import "../floating-label/_index.scss";
|
|
8
|
+
@import "../combobox/_index.scss";
|
|
9
|
+
@import "../popup/_index.scss";
|
|
10
|
+
@import "../toolbar/_variables.scss";
|
|
11
|
+
@import "../menu/_variables.scss";
|
|
12
|
+
@import "../grid/_variables.scss";
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
// Component
|
|
16
|
+
@import "_variables.scss";
|
|
17
|
+
@import "_layout.scss";
|
|
18
|
+
@import "_theme.scss";
|
|
19
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/table/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/table/_theme.scss";
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
// Table
|
|
2
|
+
|
|
3
|
+
/// The width of the table border.
|
|
4
|
+
/// @group table
|
|
5
|
+
$table-border-width: 1px !default;
|
|
6
|
+
/// The width of vertical border of table cells.
|
|
7
|
+
/// @group table
|
|
8
|
+
$table-cell-vertical-border-width: $grid-cell-vertical-border-width !default;
|
|
9
|
+
/// The width of horizontal border of table cells.
|
|
10
|
+
/// @group table
|
|
11
|
+
$table-cell-horizontal-border-width: $grid-cell-horizontal-border-width !default;
|
|
12
|
+
|
|
13
|
+
/// The font size of the table if no size is specified.
|
|
14
|
+
/// @group table
|
|
15
|
+
$table-font-size: $font-size !default;
|
|
16
|
+
|
|
17
|
+
/// The horizontal padding of the cells in the table if no size is specified.
|
|
18
|
+
/// @group table
|
|
19
|
+
$table-cell-padding-x: map-get( $spacing, 2 ) !default;
|
|
20
|
+
|
|
21
|
+
/// The vertical padding of the cells in the table if no size is specified.
|
|
22
|
+
/// @group table
|
|
23
|
+
$table-cell-padding-y: map-get( $spacing, 2 ) !default;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/// Background color of tables.
|
|
27
|
+
/// @group table
|
|
28
|
+
$table-bg: $grid-bg !default;
|
|
29
|
+
/// Text color of tables.
|
|
30
|
+
/// @group table
|
|
31
|
+
$table-text: $grid-text !default;
|
|
32
|
+
/// Border color of tables.
|
|
33
|
+
/// @group table
|
|
34
|
+
$table-border: $grid-border !default;
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/// Background color of table headers.
|
|
38
|
+
/// @group table
|
|
39
|
+
$table-header-bg: $grid-header-bg !default;
|
|
40
|
+
/// Text color of table headers.
|
|
41
|
+
/// @group table
|
|
42
|
+
$table-header-text: $grid-header-text !default;
|
|
43
|
+
/// Border color of table headers.
|
|
44
|
+
/// @group table
|
|
45
|
+
$table-header-border: $grid-header-border !default;
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
/// Background color of table footers.
|
|
49
|
+
/// @group table
|
|
50
|
+
$table-footer-bg: $grid-footer-bg !default;
|
|
51
|
+
/// Text color of table footers.
|
|
52
|
+
/// @group table
|
|
53
|
+
$table-footer-text: $grid-footer-text !default;
|
|
54
|
+
/// Border color of table footers.
|
|
55
|
+
/// @group table
|
|
56
|
+
$table-footer-border: $grid-footer-border !default;
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
/// Background color of group rows in table.
|
|
60
|
+
/// @group table
|
|
61
|
+
$table-group-row-bg: $grid-grouping-row-bg !default;
|
|
62
|
+
/// Text color of group rows in table.
|
|
63
|
+
/// @group table
|
|
64
|
+
$table-group-row-text: $grid-grouping-row-text !default;
|
|
65
|
+
/// Border color of group rows in table.
|
|
66
|
+
/// @group table
|
|
67
|
+
$table-group-row-border: null !default;
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
/// Background color of alternating rows in table.
|
|
71
|
+
/// @group table
|
|
72
|
+
$table-alt-row-bg: $grid-alt-bg !default;
|
|
73
|
+
/// Text color of alternating rows in table.
|
|
74
|
+
/// @group table
|
|
75
|
+
$table-alt-row-text: $grid-alt-text !default;
|
|
76
|
+
/// Border color of alternating rows in table.
|
|
77
|
+
/// @group table
|
|
78
|
+
$table-alt-row-border: $grid-alt-border !default;
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
/// Background color of hovered rows in table.
|
|
82
|
+
/// @group table
|
|
83
|
+
$table-hover-bg: $grid-hovered-bg !default;
|
|
84
|
+
/// Text color of hovered rows in table.
|
|
85
|
+
/// @group table
|
|
86
|
+
$table-hover-text: $grid-hovered-text !default;
|
|
87
|
+
/// Border color of hovered rows in table.
|
|
88
|
+
/// @group table
|
|
89
|
+
$table-hover-border: $grid-hovered-border !default;
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
/// Background color of focused rows in table.
|
|
93
|
+
/// @group table
|
|
94
|
+
$table-focus-bg: null !default;
|
|
95
|
+
/// Text color of focused rows in table.
|
|
96
|
+
/// @group table
|
|
97
|
+
$table-focus-text: null !default;
|
|
98
|
+
/// Border color of focused rows in table.
|
|
99
|
+
/// @group table
|
|
100
|
+
$table-focus-border: null !default;
|
|
101
|
+
/// Box shadow of focused rows in table.
|
|
102
|
+
/// @group table
|
|
103
|
+
$table-focus-shadow: $grid-focused-shadow !default;
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
/// Background color of selected rows in table.
|
|
107
|
+
/// @group table
|
|
108
|
+
$table-selected-bg: $grid-selected-bg !default;
|
|
109
|
+
/// Text color of selected rows in table.
|
|
110
|
+
/// @group table
|
|
111
|
+
$table-selected-text: $grid-selected-text !default;
|
|
112
|
+
/// Border color of selected rows in table.
|
|
113
|
+
/// @group table
|
|
114
|
+
$table-selected-border: $grid-selected-border !default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../input/_index.scss";
|
|
6
|
+
@import "../button/_index.scss";
|
|
7
|
+
@import "../popup/_index.scss";
|
|
8
|
+
@import "../list/_index.scss";
|
|
9
|
+
@import "../timeselector/_index.scss";
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
// Component
|
|
13
|
+
@import "_variables.scss";
|
|
14
|
+
@import "_layout.scss";
|
|
15
|
+
@import "_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Time picker
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../list/_index.scss";
|
|
6
|
+
@import "../action-buttons/_index.scss";
|
|
7
|
+
@import "../button/_index.scss";
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
// Component
|
|
11
|
+
@import "_variables.scss";
|
|
12
|
+
@import "_layout.scss";
|
|
13
|
+
@import "_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// Time selector
|
|
2
|
+
$time-selector-border-width: 1px !default;
|
|
3
|
+
$time-selector-font-family: $font-family !default;
|
|
4
|
+
$time-selector-font-size: $font-size !default;
|
|
5
|
+
$time-selector-line-height: $line-height !default;
|
|
6
|
+
|
|
7
|
+
$time-selector-bg: $component-bg !default;
|
|
8
|
+
$time-selector-text: $component-text !default;
|
|
9
|
+
$time-selector-border: $component-border !default;
|
|
10
|
+
|
|
11
|
+
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
12
|
+
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
13
|
+
$time-selector-header-border-width: 0px !default;
|
|
14
|
+
|
|
15
|
+
$time-list-width: 4em !default;
|
|
16
|
+
$time-list-height: 240px !default;
|
|
17
|
+
|
|
18
|
+
$time-list-title-font-size: $font-size-sm !default;
|
|
19
|
+
$time-list-title-line-height: 1.5 !default;
|
|
20
|
+
$time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
|
|
21
|
+
$time-list-title-text: $subtle-text !default;
|
|
22
|
+
$time-list-title-focus-text: $component-text !default;
|
|
23
|
+
|
|
24
|
+
$time-list-item-padding-x: $list-item-padding-x !default;
|
|
25
|
+
$time-list-item-padding-y: $list-item-padding-y !default;
|
|
26
|
+
|
|
27
|
+
$time-list-highlight-border-width: 1px 0px !default;
|
|
28
|
+
$time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
|
|
29
|
+
$time-list-highlight-bg: $component-bg !default;
|
|
30
|
+
$time-list-highlight-border: $component-border !default;
|
|
31
|
+
|
|
32
|
+
$time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
package/scss/utils/_border.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Virtual-scroller
|