@progress/kendo-theme-default 4.42.1-dev.4 → 5.0.0-alpha.3
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 +1651 -2882
- package/dist/all.scss +2211 -4033
- package/package.json +4 -4
- package/scss/_variables.scss +2 -0
- package/scss/adaptive/_layout.scss +0 -16
- package/scss/autocomplete/_layout.scss +1 -34
- package/scss/autocomplete/_theme.scss +2 -74
- package/scss/autocomplete/_variables.scss +12 -12
- package/scss/breadcrumb/_layout.scss +0 -5
- package/scss/button/_layout.scss +106 -114
- package/scss/button/_theme.scss +253 -264
- package/scss/button/_variables.scss +170 -130
- package/scss/button/index.md +3 -0
- package/scss/calendar/_layout.scss +0 -12
- package/scss/calendar/_theme.scss +0 -17
- package/scss/captcha/_layout.scss +0 -5
- package/scss/card/_layout.scss +0 -4
- package/scss/card/_variables.scss +1 -1
- package/scss/chat/_variables.scss +5 -5
- package/scss/checkbox/_layout.scss +87 -91
- package/scss/checkbox/_theme.scss +33 -39
- package/scss/checkbox/_variables.scss +153 -56
- package/scss/colorgradient/_layout.scss +0 -4
- package/scss/colorpicker/_layout.scss +2 -130
- package/scss/colorpicker/_theme.scss +2 -64
- package/scss/colorpicker/_variables.scss +9 -9
- package/scss/combobox/_layout.scss +2 -61
- package/scss/combobox/_theme.scss +2 -123
- package/scss/combobox/_variables.scss +23 -23
- package/scss/common/_base.scss +1 -2
- package/scss/core/_normalize.scss +11 -0
- package/scss/core/mixins/_input-ripple.scss +1 -1
- package/scss/dataviz/_theme.scss +8 -8
- package/scss/dataviz/_variables.scss +6 -6
- package/scss/dateinput/_index.scss +15 -0
- package/scss/dateinput/_layout.scss +6 -0
- package/scss/dateinput/_theme.scss +6 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +15 -0
- package/scss/datepicker/_layout.scss +6 -0
- package/scss/datepicker/_theme.scss +6 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/daterangepicker/_index.scss +15 -0
- package/scss/daterangepicker/_layout.scss +3 -0
- package/scss/daterangepicker/_theme.scss +3 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/datetime/_layout.scss +2 -263
- package/scss/datetime/_theme.scss +0 -227
- package/scss/datetime/_variables.scss +27 -27
- package/scss/datetimepicker/_index.scss +15 -0
- package/scss/datetimepicker/_layout.scss +6 -0
- package/scss/datetimepicker/_theme.scss +6 -0
- package/scss/datetimepicker/_variables.scss +1 -0
- package/scss/dropdowngrid/_layout.scss +4 -0
- package/scss/dropdowngrid/_theme.scss +3 -0
- package/scss/dropdownlist/_layout.scss +3 -98
- package/scss/dropdownlist/_theme.scss +3 -91
- package/scss/dropdownlist/_variables.scss +9 -9
- package/scss/dropdowntree/_layout.scss +2 -25
- package/scss/dropdowntree/_theme.scss +2 -1
- package/scss/editor/_layout.scss +10 -48
- package/scss/editor/_variables.scss +2 -2
- package/scss/fab/_variables.scss +3 -3
- package/scss/filter/_layout.scss +0 -4
- package/scss/floating-label/_layout.scss +0 -3
- package/scss/floating-label/_theme.scss +0 -2
- package/scss/floating-label/_variables.scss +4 -4
- package/scss/forms/_layout.scss +8 -33
- package/scss/gantt/_layout.scss +3 -3
- package/scss/grid/_layout.scss +20 -65
- package/scss/grid/_theme.scss +2 -2
- package/scss/grid/_variables.scss +0 -2
- package/scss/index.scss +5 -0
- package/scss/input/_layout.scss +101 -89
- package/scss/input/_theme.scss +74 -16
- package/scss/input/_variables.scss +66 -67
- package/scss/map/_layout.scss +0 -21
- package/scss/map/_theme.scss +5 -5
- package/scss/map/_variables.scss +1 -1
- package/scss/maskedtextbox/_layout.scss +2 -46
- package/scss/maskedtextbox/_theme.scss +2 -20
- package/scss/multiselect/_layout.scss +15 -15
- package/scss/multiselect/_variables.scss +16 -16
- package/scss/numerictextbox/_layout.scss +2 -93
- package/scss/numerictextbox/_theme.scss +2 -95
- package/scss/numerictextbox/_variables.scss +1 -32
- package/scss/pager/_layout.scss +7 -12
- package/scss/pager/_variables.scss +1 -1
- package/scss/pdf-viewer/_layout.scss +0 -16
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_layout.scss +7 -7
- package/scss/pivotgrid/_theme.scss +13 -13
- package/scss/popup/_layout.scss +0 -30
- package/scss/popup/_theme.scss +4 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/radio/_layout.scss +78 -63
- package/scss/radio/_theme.scss +23 -23
- package/scss/radio/_variables.scss +154 -51
- package/scss/scheduler/_layout.scss +9 -228
- package/scss/scheduler/_theme.scss +5 -86
- package/scss/scrollview/_variables.scss +4 -4
- package/scss/searchbox/_layout.scss +1 -19
- package/scss/searchbox/_theme.scss +1 -46
- package/scss/searchbox/_variables.scss +0 -20
- package/scss/slider/_layout.scss +0 -19
- package/scss/slider/_theme.scss +0 -4
- package/scss/slider/_variables.scss +10 -10
- package/scss/spreadsheet/_layout.scss +4 -36
- package/scss/spreadsheet/_theme.scss +13 -13
- package/scss/switch/_index.scss +0 -2
- package/scss/switch/_layout.scss +95 -70
- package/scss/switch/_theme.scss +91 -93
- package/scss/switch/_variables.scss +193 -83
- package/scss/taskboard/_layout.scss +0 -4
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/textarea/_layout.scss +1 -91
- package/scss/textarea/_theme.scss +1 -66
- package/scss/textarea/_variables.scss +0 -53
- package/scss/textbox/_layout.scss +1 -73
- package/scss/textbox/_theme.scss +1 -70
- package/scss/textbox/_variables.scss +1 -2
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +6 -0
- package/scss/timepicker/_theme.scss +6 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/toolbar/_layout.scss +2 -2
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +1 -1
- package/scss/window/_layout.scss +0 -11
|
@@ -1,69 +1,172 @@
|
|
|
1
1
|
// Radio button
|
|
2
|
-
$radio-size: map-get( $spacing, 4 ) !default;
|
|
3
|
-
$radio-radius: 50% !default;
|
|
4
|
-
$radio-border-width: 1px !default;
|
|
5
|
-
$radio-line-height: calc(#{$radio-size} + #{$radio-border-width}) !default;
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
$radio-
|
|
3
|
+
/// The Sizes of the radio button.
|
|
4
|
+
/// @group radio
|
|
5
|
+
$kendo-radio-sizes: (
|
|
6
|
+
sm: map-get( $spacing, 3),
|
|
7
|
+
md: map-get( $spacing, 4),
|
|
8
|
+
lg: map-get( $spacing, 6)
|
|
9
|
+
) !default;
|
|
10
|
+
|
|
11
|
+
/// The Border radius of the radio button.
|
|
12
|
+
/// @group radio
|
|
13
|
+
$kendo-radio-radius: 50% !default;
|
|
14
|
+
/// The Border width of the radio button.
|
|
15
|
+
/// @group radio
|
|
16
|
+
$kendo-radio-border-width: 1px !default;
|
|
17
|
+
/// The Line height of the radio button.
|
|
18
|
+
/// @group radio
|
|
19
|
+
$kendo-radio-line-height: calc( #{map-get( $kendo-radio-sizes, "md" )} + #{$kendo-radio-border-width} ) !default;
|
|
20
|
+
|
|
21
|
+
/// The Background of the radio button.
|
|
22
|
+
/// @group radio
|
|
23
|
+
$kendo-radio-bg: $kendo-checkbox-bg !default;
|
|
24
|
+
/// The Text of the radio button.
|
|
25
|
+
/// @group radio
|
|
26
|
+
$kendo-radio-text: $kendo-checkbox-text !default;
|
|
27
|
+
/// The Border of the radio button.
|
|
28
|
+
/// @group radio
|
|
29
|
+
$kendo-radio-border: $kendo-checkbox-border !default;
|
|
30
|
+
|
|
31
|
+
/// The background of hovered radio button.
|
|
32
|
+
/// @group radio
|
|
33
|
+
$kendo-radio-hover-bg: $kendo-checkbox-hover-bg !default;
|
|
34
|
+
/// The text of hovered radio button.
|
|
35
|
+
/// @group radio
|
|
36
|
+
$kendo-radio-hover-text: $kendo-checkbox-hover-text !default;
|
|
37
|
+
/// The border of hovered radio button.
|
|
38
|
+
/// @group radio
|
|
39
|
+
$kendo-radio-hover-border: $kendo-checkbox-hover-border !default;
|
|
40
|
+
|
|
41
|
+
/// The background of checked radio button.
|
|
42
|
+
/// @group radio
|
|
43
|
+
$kendo-radio-checked-bg: $kendo-checkbox-checked-bg !default;
|
|
44
|
+
/// The text of checked radio button.
|
|
45
|
+
/// @group radio
|
|
46
|
+
$kendo-radio-checked-text: $kendo-checkbox-checked-text !default;
|
|
47
|
+
/// The border of checked radio button.
|
|
48
|
+
/// @group radio
|
|
49
|
+
$kendo-radio-checked-border: $kendo-checkbox-checked-border !default;
|
|
50
|
+
|
|
51
|
+
/// The background of indeterminate radio button.
|
|
52
|
+
/// @group radio
|
|
53
|
+
$kendo-radio-indeterminate-bg: $kendo-radio-checked-bg !default;
|
|
54
|
+
/// The text of indeterminate radio button
|
|
55
|
+
/// @group radio
|
|
56
|
+
$kendo-radio-indeterminate-text: $kendo-radio-checked-text !default;
|
|
57
|
+
/// The border of indeterminate radio button.
|
|
58
|
+
/// @group radio
|
|
59
|
+
$kendo-radio-indeterminate-border: $kendo-radio-checked-border !default;
|
|
60
|
+
|
|
61
|
+
/// The border of focused radio button.
|
|
62
|
+
/// @group radio
|
|
63
|
+
$kendo-radio-focus-border: $kendo-checkbox-hover-border !default;
|
|
64
|
+
/// The shadow of focused radio button.
|
|
65
|
+
/// @group radio
|
|
66
|
+
$kendo-radio-focus-shadow: $kendo-checkbox-focus-shadow !default;
|
|
67
|
+
/// The border of focused and checked radio button.
|
|
68
|
+
/// @group radio
|
|
69
|
+
$kendo-radio-focus-checked-border: $kendo-checkbox-checked-border !default;
|
|
70
|
+
/// The shadow of focused and checked radio button.
|
|
71
|
+
/// @group radio
|
|
72
|
+
$kendo-radio-focus-checked-shadow: $kendo-checkbox-focus-checked-shadow !default;
|
|
73
|
+
|
|
74
|
+
/// The background of disabled radio button.
|
|
75
|
+
/// @group radio
|
|
76
|
+
$kendo-radio-disabled-bg: null !default;
|
|
77
|
+
/// The text of disabled radio button.
|
|
78
|
+
/// @group radio
|
|
79
|
+
$kendo-radio-disabled-text: null !default;
|
|
80
|
+
/// The border of disabled radio button.
|
|
81
|
+
/// @group radio
|
|
82
|
+
$kendo-radio-disabled-border: null !default;
|
|
83
|
+
|
|
84
|
+
/// The background of diasbled and checked radio button.
|
|
85
|
+
/// @group radio
|
|
86
|
+
$kendo-radio-disabled-checked-bg: null !default;
|
|
87
|
+
/// The text of disabled and checked radio button.
|
|
88
|
+
/// @group radio
|
|
89
|
+
$kendo-radio-disabled-checked-text: null !default;
|
|
90
|
+
/// The border of disabled and checked radio button.
|
|
91
|
+
/// @group radio
|
|
92
|
+
$kendo-radio-disabled-checked-border: null !default;
|
|
93
|
+
|
|
94
|
+
/// The background of invalid radio button.
|
|
95
|
+
/// @group radio
|
|
96
|
+
$kendo-radio-invalid-bg: null !default;
|
|
97
|
+
/// The text of invalid radio button.
|
|
98
|
+
/// @group radio
|
|
99
|
+
$kendo-radio-invalid-text: $invalid-text !default;
|
|
100
|
+
/// The border of invalid radio button.
|
|
101
|
+
/// @group radio
|
|
102
|
+
$kendo-radio-invalid-border: $invalid-border !default;
|
|
10
103
|
|
|
11
|
-
$radio-hovered-bg: $checkbox-hovered-bg !default;
|
|
12
|
-
$radio-hovered-text: $checkbox-hovered-text !default;
|
|
13
|
-
$radio-hovered-border: $checkbox-hovered-border !default;
|
|
14
104
|
|
|
15
|
-
|
|
16
|
-
$radio-checked-text: $checkbox-checked-text !default;
|
|
17
|
-
$radio-checked-border: $checkbox-checked-border !default;
|
|
18
|
-
|
|
19
|
-
$radio-indeterminate-bg: $radio-checked-bg !default;
|
|
20
|
-
$radio-indeterminate-text: $radio-checked-text !default;
|
|
21
|
-
$radio-indeterminate-border: $radio-checked-border !default;
|
|
22
|
-
|
|
23
|
-
$radio-focused-border: $checkbox-hovered-border !default;
|
|
24
|
-
$radio-focused-shadow: $checkbox-focused-shadow !default;
|
|
25
|
-
$radio-focused-checked-border: $checkbox-checked-border !default;
|
|
26
|
-
$radio-focused-checked-shadow: $checkbox-focused-checked-shadow !default;
|
|
105
|
+
// Radio indicator
|
|
27
106
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
$radio-
|
|
107
|
+
/// The icon type of radio button.
|
|
108
|
+
/// @group radio
|
|
109
|
+
$kendo-radio-icon-type: marker !default;
|
|
31
110
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
$radio-
|
|
111
|
+
/// The glyph font family of radio button.
|
|
112
|
+
/// @group radio
|
|
113
|
+
$kendo-radio-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
114
|
+
/// The glyph size of radio button.
|
|
115
|
+
/// @group radio
|
|
116
|
+
$kendo-radio-glyph-size: 12px !default;
|
|
117
|
+
/// The checked glyph of radio button.
|
|
118
|
+
/// @group radio
|
|
119
|
+
$kendo-radio-checked-glyph: "\e308" !default;
|
|
35
120
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
$radio-
|
|
121
|
+
/// The checked image of radio button.
|
|
122
|
+
/// @group radio
|
|
123
|
+
$kendo-radio-checked-image: null !default;
|
|
39
124
|
|
|
40
125
|
|
|
41
|
-
// Radio
|
|
42
|
-
$radio-icon-type: marker !default;
|
|
126
|
+
// Radio label
|
|
43
127
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
$radio-
|
|
128
|
+
/// The horizontal margin of the radio button inside of a label.
|
|
129
|
+
/// @group radio
|
|
130
|
+
$kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
47
131
|
|
|
48
|
-
$radio-checked-image: null !default;
|
|
49
132
|
|
|
50
|
-
|
|
51
|
-
$radio-marker-checked-height: ( $radio-size / 2 ) !default;
|
|
133
|
+
// Radio list
|
|
52
134
|
|
|
135
|
+
/// The list margin of radio button.
|
|
136
|
+
/// @group radio
|
|
137
|
+
$kendo-radio-list-margin: 0px !default;
|
|
138
|
+
/// The list padding of radio button.
|
|
139
|
+
/// @group radio
|
|
140
|
+
$kendo-radio-list-padding: 0px !default;
|
|
141
|
+
/// The horizontal list item padding of radio button.
|
|
142
|
+
/// @group radio
|
|
143
|
+
$kendo-radio-list-item-padding-x: 0px !default;
|
|
144
|
+
/// The vertical list item padding of radio button.
|
|
145
|
+
/// @group radio
|
|
146
|
+
$kendo-radio-list-item-padding-y: $list-item-padding-y !default;
|
|
147
|
+
/// The horizontal list item margin of radio button.
|
|
148
|
+
/// @group radio
|
|
149
|
+
$kendo-radio-list-horizontal-item-margin-x: 32px !default;
|
|
53
150
|
|
|
54
|
-
// Radio label
|
|
55
|
-
$radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
56
151
|
|
|
152
|
+
// Radio ripple
|
|
57
153
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
$radio-
|
|
61
|
-
$radio-
|
|
62
|
-
|
|
63
|
-
$radio-
|
|
154
|
+
/// The ripple size of radio.
|
|
155
|
+
/// @group radio
|
|
156
|
+
$kendo-radio-ripple-size: (
|
|
157
|
+
sm: (map-get( $kendo-radio-sizes, "sm" ) * 3),
|
|
158
|
+
md: (map-get( $kendo-radio-sizes, "md" ) * 3),
|
|
159
|
+
lg: (map-get( $kendo-radio-sizes, "lg" ) * 3)
|
|
160
|
+
) !default;
|
|
161
|
+
/// The ripple margin of radio button.
|
|
162
|
+
/// @group radio
|
|
163
|
+
$kendo-radio-ripple-margin: (
|
|
164
|
+
sm: calc(-1 * (#{map-get( $kendo-radio-sizes, "sm" )} + 2 * #{$kendo-radio-border-width})),
|
|
165
|
+
md: calc(-1 * (#{map-get( $kendo-radio-sizes, "md" )} + 2 * #{$kendo-radio-border-width})),
|
|
166
|
+
lg: calc(-1 * (#{map-get( $kendo-radio-sizes, "lg" )} + 2 * #{$kendo-radio-border-width}))
|
|
167
|
+
) !default;
|
|
168
|
+
/// The ripple opacity of radio button.
|
|
169
|
+
/// @group radio
|
|
170
|
+
$kendo-radio-ripple-opacity: .3 !default;
|
|
64
171
|
|
|
65
172
|
|
|
66
|
-
// Radio ripple
|
|
67
|
-
$radio-ripple-size: $radio-size * 3 !default;
|
|
68
|
-
$radio-ripple-margin: calc(-1 * (#{$radio-size} + 2 * #{$radio-border-width})) !default;
|
|
69
|
-
$radio-ripple-opacity: .3 !default;
|
|
@@ -240,182 +240,35 @@
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
|
|
243
|
-
// Scheduler views
|
|
244
|
-
.k-scheduler-views-wrapper {
|
|
245
|
-
margin-left: auto;
|
|
246
|
-
|
|
247
|
-
.k-views-dropdown {
|
|
248
|
-
width: auto;
|
|
249
|
-
font: inherit;
|
|
250
|
-
display: none;
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
|
|
255
243
|
// Responsive scheduler toolbar
|
|
256
244
|
@media (max-width: 1400px) {
|
|
257
245
|
.k-nav-current .k-lg-date-format { max-width: 200px; }
|
|
258
246
|
}
|
|
259
247
|
|
|
260
248
|
@media (max-width: 1024px) {
|
|
261
|
-
|
|
262
249
|
.k-nav-current .k-lg-date-format { display: none; }
|
|
263
250
|
.k-nav-current .k-sm-date-format { display: inline-block; }
|
|
264
|
-
|
|
265
|
-
.k-scheduler-views-wrapper .k-scheduler-views { display: none; }
|
|
266
|
-
.k-scheduler-views-wrapper .k-views-dropdown { display: inline-block; }
|
|
267
251
|
}
|
|
268
252
|
}
|
|
269
|
-
kendo-scheduler .k-scheduler-toolbar {
|
|
270
|
-
padding: $toolbar-padding-y $toolbar-padding-x;
|
|
271
|
-
border-style: solid;
|
|
272
|
-
display: flex;
|
|
273
|
-
flex-flow: row wrap;
|
|
274
|
-
align-items: center;
|
|
275
|
-
justify-content: space-between;
|
|
276
|
-
}
|
|
277
253
|
|
|
278
254
|
|
|
279
255
|
// Scheduler navigation
|
|
280
|
-
|
|
281
|
-
display: flex;
|
|
282
|
-
flex-direction: row;
|
|
283
|
-
align-items: center;
|
|
284
|
-
flex: 1;
|
|
285
|
-
|
|
286
|
-
li {
|
|
287
|
-
border-width: $button-border-width;
|
|
288
|
-
border-style: solid;
|
|
289
|
-
position: relative;
|
|
290
|
-
z-index: 1;
|
|
291
|
-
}
|
|
292
|
-
li + li {
|
|
293
|
-
margin-left: -$button-border-width;
|
|
294
|
-
}
|
|
295
|
-
.k-state-hover,
|
|
296
|
-
.k-state-selected {
|
|
297
|
-
z-index: 2;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
.k-link {
|
|
302
|
-
padding: $button-padding-y $button-padding-x;
|
|
303
|
-
box-sizing: border-box;
|
|
304
|
-
color: inherit;
|
|
305
|
-
text-decoration: none;
|
|
306
|
-
display: flex;
|
|
307
|
-
flex-direction: row;
|
|
308
|
-
align-items: center;
|
|
309
|
-
align-content: center;
|
|
310
|
-
justify-content: center;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
// Prev / next
|
|
315
|
-
.k-nav-prev,
|
|
316
|
-
.k-nav-next {
|
|
317
|
-
.k-link {
|
|
318
|
-
padding: $button-padding-y;
|
|
319
|
-
width: $button-inner-calc-size;
|
|
320
|
-
height: $button-inner-calc-size;
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
// Exception
|
|
326
|
-
.k-nav-current {
|
|
327
|
-
border: 0;
|
|
328
|
-
margin-left: 0;
|
|
329
|
-
gap: 0;
|
|
330
|
-
|
|
331
|
-
> .k-link {
|
|
332
|
-
gap: $icon-spacing;
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
.k-nav-today { @include border-left-radius-only( $border-radius ); }
|
|
336
|
-
.k-nav-next { @include border-right-radius-only( $border-radius ); }
|
|
337
|
-
}
|
|
256
|
+
.k-scheduler-navigation {}
|
|
338
257
|
|
|
339
258
|
|
|
340
259
|
// View switcher
|
|
341
|
-
|
|
342
|
-
display: flex;
|
|
343
|
-
flex-direction: row;
|
|
344
|
-
align-items: center;
|
|
345
|
-
margin-left: auto;
|
|
346
|
-
|
|
347
|
-
li {
|
|
348
|
-
border-width: $button-border-width;
|
|
349
|
-
border-style: solid;
|
|
350
|
-
position: relative;
|
|
351
|
-
z-index: 1;
|
|
352
|
-
}
|
|
353
|
-
li + li {
|
|
354
|
-
margin-left: -$button-border-width;
|
|
355
|
-
}
|
|
356
|
-
.k-state-hover,
|
|
357
|
-
.k-state-selected {
|
|
358
|
-
z-index: 2;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
.k-link {
|
|
363
|
-
padding: $button-padding-y $button-padding-x;
|
|
364
|
-
box-sizing: border-box;
|
|
365
|
-
color: inherit;
|
|
366
|
-
text-decoration: none;
|
|
367
|
-
display: flex;
|
|
368
|
-
flex-direction: row;
|
|
369
|
-
align-items: center;
|
|
370
|
-
align-content: center;
|
|
371
|
-
justify-content: center;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
li:first-child { @include border-radius( $border-radius ); }
|
|
375
|
-
li:first-child + li { @include border-left-radius-only( $border-radius ); }
|
|
376
|
-
li:last-child { @include border-right-radius-only( $border-radius ); }
|
|
377
|
-
|
|
378
|
-
&.k-state-expanded {
|
|
379
|
-
li {
|
|
380
|
-
@include border-radius( 0 );
|
|
381
|
-
margin: 0;
|
|
382
|
-
}
|
|
383
|
-
li + li { margin-top: -1px; }
|
|
384
|
-
li:first-child { @include border-top-radius-only( $border-radius ); }
|
|
385
|
-
li:first-child + li { @include border-radius( 0 ); }
|
|
386
|
-
li:last-child { @include border-bottom-radius-only( $border-radius ); }
|
|
387
|
-
}
|
|
260
|
+
.k-scheduler-views-wrapper {
|
|
388
261
|
|
|
389
|
-
|
|
390
|
-
.k-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
border-top: .5em solid currentColor;
|
|
395
|
-
border-bottom-width: 0;
|
|
396
|
-
display: inline-block;
|
|
262
|
+
// Views dropdown
|
|
263
|
+
.k-views-dropdown {
|
|
264
|
+
width: auto;
|
|
265
|
+
font: inherit;
|
|
266
|
+
display: none;
|
|
397
267
|
}
|
|
398
268
|
|
|
399
269
|
@media (max-width: 1024px) {
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
position: absolute;
|
|
403
|
-
right: $toolbar-padding-x;
|
|
404
|
-
top: $toolbar-padding-y;
|
|
405
|
-
z-index: 1000;
|
|
406
|
-
|
|
407
|
-
li { display: none; }
|
|
408
|
-
.k-current-view { display: block; }
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
&.k-state-expanded {
|
|
412
|
-
li { display: block; }
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
.k-rtl & {
|
|
416
|
-
left: $toolbar-padding-x;
|
|
417
|
-
right: auto;
|
|
418
|
-
}
|
|
270
|
+
.k-scheduler-views { display: none; }
|
|
271
|
+
.k-views-dropdown { display: inline-block; }
|
|
419
272
|
}
|
|
420
273
|
}
|
|
421
274
|
|
|
@@ -428,50 +281,6 @@
|
|
|
428
281
|
white-space: nowrap;
|
|
429
282
|
flex-shrink: 0;
|
|
430
283
|
position: relative;
|
|
431
|
-
|
|
432
|
-
.k-widget {
|
|
433
|
-
font-size: inherit;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
li {
|
|
437
|
-
border-width: $button-border-width;
|
|
438
|
-
border-style: solid;
|
|
439
|
-
position: relative;
|
|
440
|
-
z-index: 1;
|
|
441
|
-
}
|
|
442
|
-
li + li {
|
|
443
|
-
margin-left: -$button-border-width;
|
|
444
|
-
}
|
|
445
|
-
.k-state-hover,
|
|
446
|
-
.k-state-selected {
|
|
447
|
-
z-index: 2;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
.k-link {
|
|
452
|
-
padding: $button-padding-y $button-padding-x;
|
|
453
|
-
box-sizing: border-box;
|
|
454
|
-
color: inherit;
|
|
455
|
-
text-decoration: none;
|
|
456
|
-
display: flex;
|
|
457
|
-
flex-direction: row;
|
|
458
|
-
align-items: center;
|
|
459
|
-
align-content: center;
|
|
460
|
-
justify-content: center;
|
|
461
|
-
gap: $icon-spacing;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
li {
|
|
465
|
-
@include border-radius( $border-radius );
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
kendo-scheduler .k-scheduler-footer {
|
|
469
|
-
padding: $toolbar-padding-y $toolbar-padding-x;
|
|
470
|
-
border-style: solid;
|
|
471
|
-
display: flex;
|
|
472
|
-
flex-flow: row wrap;
|
|
473
|
-
align-items: center;
|
|
474
|
-
justify-content: space-between;
|
|
475
284
|
}
|
|
476
285
|
|
|
477
286
|
|
|
@@ -1203,34 +1012,6 @@
|
|
|
1203
1012
|
|
|
1204
1013
|
}
|
|
1205
1014
|
|
|
1206
|
-
.k-scheduler-views {
|
|
1207
|
-
margin-left: 0;
|
|
1208
|
-
margin-right: auto;
|
|
1209
|
-
|
|
1210
|
-
li:first-child + li { @include border-right-radius-only( $border-radius ); }
|
|
1211
|
-
li:last-child { @include border-left-radius-only( $border-radius ); }
|
|
1212
|
-
|
|
1213
|
-
.k-current-view .k-link::after {
|
|
1214
|
-
margin: 0 1ex 0 0;
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
.k-scheduler-navigation {
|
|
1219
|
-
|
|
1220
|
-
.k-nav-today {
|
|
1221
|
-
@include border-right-radius-only( $border-radius );
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
.k-nav-next {
|
|
1225
|
-
@include border-left-radius-only( $border-radius );
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
li + li {
|
|
1229
|
-
margin-left: 0;
|
|
1230
|
-
margin-right: -1px;
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
1015
|
.k-scheduler-marquee .k-label-top {
|
|
1235
1016
|
left: auto;
|
|
1236
1017
|
right: 4px;
|
|
@@ -53,97 +53,16 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
//
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
li {
|
|
60
|
-
&.k-state-focused {
|
|
61
|
-
@include box-shadow( $list-item-focused-shadow );
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.k-nav-today,
|
|
66
|
-
.k-nav-prev,
|
|
67
|
-
.k-nav-next {
|
|
68
|
-
@include fill(
|
|
69
|
-
$button-text,
|
|
70
|
-
$button-bg,
|
|
71
|
-
$button-border,
|
|
72
|
-
$button-gradient
|
|
73
|
-
);
|
|
74
|
-
|
|
75
|
-
&:hover,
|
|
76
|
-
&.k-state-hover {
|
|
77
|
-
@include fill(
|
|
78
|
-
$button-hovered-text,
|
|
79
|
-
$button-hovered-bg,
|
|
80
|
-
$button-hovered-border,
|
|
81
|
-
$button-hovered-gradient
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
56
|
+
//Scheduler navigation
|
|
57
|
+
.k-scheduler-navigation {}
|
|
86
58
|
|
|
87
59
|
|
|
88
60
|
// View switcher
|
|
89
|
-
|
|
90
|
-
&.k-state-expanded { background-color: $base-bg; }
|
|
91
|
-
|
|
92
|
-
li {
|
|
93
|
-
@include fill(
|
|
94
|
-
$button-text,
|
|
95
|
-
$button-bg,
|
|
96
|
-
$button-border,
|
|
97
|
-
$button-gradient
|
|
98
|
-
);
|
|
99
|
-
|
|
100
|
-
&:hover,
|
|
101
|
-
&.k-state-hover {
|
|
102
|
-
@include fill(
|
|
103
|
-
$button-hovered-text,
|
|
104
|
-
$button-hovered-bg,
|
|
105
|
-
$button-hovered-border,
|
|
106
|
-
$button-hovered-gradient
|
|
107
|
-
);
|
|
108
|
-
}
|
|
109
|
-
&.k-state-selected {
|
|
110
|
-
@include fill(
|
|
111
|
-
$button-selected-text,
|
|
112
|
-
$button-selected-bg,
|
|
113
|
-
$button-selected-border,
|
|
114
|
-
$button-selected-gradient
|
|
115
|
-
);
|
|
116
|
-
}
|
|
117
|
-
&:focus,
|
|
118
|
-
&.k-state-focus,
|
|
119
|
-
&.k-state-focused {
|
|
120
|
-
@include box-shadow( $button-focused-shadow );
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
61
|
+
.k-scheduler-views {}
|
|
124
62
|
|
|
125
63
|
|
|
126
64
|
// Scheduler footer
|
|
127
|
-
.k-scheduler-footer {
|
|
128
|
-
|
|
129
|
-
li {
|
|
130
|
-
@include fill(
|
|
131
|
-
$button-text,
|
|
132
|
-
$button-bg,
|
|
133
|
-
$button-border,
|
|
134
|
-
$button-gradient
|
|
135
|
-
);
|
|
136
|
-
|
|
137
|
-
&:hover {
|
|
138
|
-
@include fill(
|
|
139
|
-
$button-hovered-text,
|
|
140
|
-
$button-hovered-bg,
|
|
141
|
-
$button-hovered-border,
|
|
142
|
-
$button-hovered-gradient
|
|
143
|
-
);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
65
|
+
.k-scheduler-footer {}
|
|
147
66
|
|
|
148
67
|
|
|
149
68
|
// Scheduler content
|
|
@@ -219,7 +138,7 @@
|
|
|
219
138
|
.k-scheduler-marquee {}
|
|
220
139
|
.k-scheduler-marquee::before,
|
|
221
140
|
.k-scheduler-marquee::after {
|
|
222
|
-
border-color: $primary
|
|
141
|
+
border-color: $primary;
|
|
223
142
|
}
|
|
224
143
|
|
|
225
144
|
// Edit dialog
|
|
@@ -9,10 +9,10 @@ $scrollview-text: $component-text !default;
|
|
|
9
9
|
$scrollview-border: $component-border !default;
|
|
10
10
|
|
|
11
11
|
$scrollview-pagebutton-size: 10px !default;
|
|
12
|
-
$scrollview-pagebutton-bg: $button-bg !default;
|
|
13
|
-
$scrollview-pagebutton-border: $button-border !default;
|
|
14
|
-
$scrollview-pagebutton-primary-bg: $primary
|
|
15
|
-
$scrollview-pagebutton-primary-border: $primary
|
|
12
|
+
$scrollview-pagebutton-bg: $kendo-button-bg !default;
|
|
13
|
+
$scrollview-pagebutton-border: $kendo-button-border !default;
|
|
14
|
+
$scrollview-pagebutton-primary-bg: $primary !default;
|
|
15
|
+
$scrollview-pagebutton-primary-border: $primary !default;
|
|
16
16
|
$scrollview-pagebutton-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
17
17
|
|
|
18
18
|
$scrollview-pager-offset: 0 !default;
|
|
@@ -1,24 +1,6 @@
|
|
|
1
1
|
@include exports("searchbox/layout") {
|
|
2
2
|
|
|
3
3
|
// Searchbox
|
|
4
|
-
.k-searchbox {
|
|
5
|
-
@include border-radius( $searchbox-border-radius );
|
|
6
|
-
border-width: 1px;
|
|
7
|
-
border-style: solid;
|
|
8
|
-
box-sizing: border-box;
|
|
9
|
-
font-family: $searchbox-font-family;
|
|
10
|
-
font-size: $searchbox-font-size;
|
|
11
|
-
line-height: $searchbox-line-height;
|
|
12
|
-
display: inline-flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
vertical-align: middle;
|
|
15
|
-
flex-flow: row nowrap;
|
|
16
|
-
position: relative;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
|
|
19
|
-
> .k-input {
|
|
20
|
-
padding: $searchbox-padding-y $searchbox-padding-x;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
4
|
+
.k-searchbox {}
|
|
23
5
|
|
|
24
6
|
}
|