cronapp-framework-js 2.9.3-SP.6 → 2.9.4-RC.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/components/crn-enterprise-combobox.components.json +7 -0
- package/components/crn-infinite-scroll.components.json +29 -0
- package/components/crn-navbar.components.json +33 -1
- package/components/css/checkbox-color.css +0 -1
- package/components/css/combobox-color.css +0 -12
- package/components/css/option-color.css +0 -28
- package/components/upload/upload.html +1 -1
- package/css/animate.css +4 -4
- package/css/app.css +4 -4
- package/css/themes/custom/aquamarine/custom-aquamarine.css +7 -1
- package/css/themes/custom/cerulean/button-cerulean.css +27 -2
- package/css/themes/custom/cerulean/combobox-cerulean.css +153 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +571 -65
- package/css/themes/custom/cerulean/navbar-cerulean.css +90 -22
- package/css/themes/custom/cerulean/panel-cerulean.css +35 -34
- package/css/themes/custom/cyborg/navbar-cyborg.css +6 -0
- package/css/themes/custom/dsgov/button-dsgov.css +52 -17
- package/css/themes/custom/dsgov/calendar-dsgov.css +106 -34
- package/css/themes/custom/dsgov/checkbox-dsgov.css +309 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +171 -344
- package/css/themes/custom/dsgov/form-dsgov.css +272 -110
- package/css/themes/custom/dsgov/navbar-dsgov.css +150 -38
- package/css/themes/custom/dsgov/option-dsgov.css +144 -0
- package/css/themes/custom/dsgov/panel-dsgov.css +117 -97
- package/css/themes/custom/dsgov/scheduler-dsgov.css +325 -0
- package/css/themes/custom/dsgov/slider-dsgov.css +2 -3
- package/css/themes/custom/dsgov/table-grid-dsgov.css +144 -69
- package/css/themes/custom/lumen/navbar-lumen.css +9 -0
- package/css/themes/custom/material/custom-material.css +130 -70
- package/css/themes/custom/material/grid-material.css +37 -43
- package/css/themes/custom/material/navbar-material.css +58 -6
- package/css/themes/custom/material/panel-material.css +61 -20
- package/css/themes/custom/navigator/custom-navigator.css +2 -2
- package/css/themes/custom/paper/navbar-paper.css +11 -0
- package/css/themes/custom/theme-general/button.css +6 -2
- package/css/themes/custom/theme-general/forms.css +89 -3
- package/css/themes/custom/theme-general/login.css +6 -6
- package/css/themes/custom/theme-general/menu-vertical-retratil.css +130 -0
- package/css/themes/custom/theme-general/menu.css +18 -4
- package/css/themes/custom/theme-general/modal.css +35 -6
- package/css/themes/custom/theme-general/scheduler.css +275 -34
- package/css/themes/custom/theme-general/slider.css +4 -3
- package/css/themes/custom/theme-general/table-grid.css +138 -2
- package/css/themes/custom/theme-general/tabs.css +3 -2
- package/css/themes/custom/theme-general/theme-general.css +42 -3
- package/css/themes/custom/united/navbar-united.css +9 -0
- package/css/themes/custom/yeti/navbar-yeti.css +9 -0
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/combobox-color.css +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/combobox-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/option-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material/navbar-material.css +1 -1
- package/dist/css/themes/custom/material/panel-material.css +1 -1
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/custom/paper/navbar-paper.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -0
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/modal.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/slider.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/tabs.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/navbar-united.css +1 -1
- package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -1
- package/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +2 -2
- package/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/js/app.js +2 -1
- package/js/controllers.js +2 -2
- package/js/directives.js +63 -13
- package/package.json +1 -1
- package/css/themes/custom/dsgov/color-dsgov.css +0 -138
- package/dist/css/themes/custom/dsgov/color-dsgov.css +0 -1
|
@@ -2,24 +2,23 @@
|
|
|
2
2
|
table.table thead th,
|
|
3
3
|
table.table tbody td {
|
|
4
4
|
padding: var(--distanceSmall, 15px) var(--distanceMedium, 20px);
|
|
5
|
-
color: var(--textColorLight30, #
|
|
5
|
+
color: var(--textColorLight30, #2d2d2d);
|
|
6
6
|
border-width: 0;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
table.table thead th {
|
|
10
|
-
background: var(--
|
|
11
|
-
color: var(--textColorLight30, #
|
|
10
|
+
background: var(--colorStable40, #f8f8f8);
|
|
11
|
+
color: var(--textColorLight30, #2d2d2d);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
table.table thead th {
|
|
15
15
|
font-weight: 500;
|
|
16
|
-
font-size:
|
|
16
|
+
font-size: var(--textNormalSize, 16.8px);
|
|
17
17
|
text-transform: initial;
|
|
18
18
|
border-top: 0;
|
|
19
19
|
margin: 0;
|
|
20
20
|
white-space: normal;
|
|
21
21
|
vertical-align: top;
|
|
22
|
-
color: var(--colorDefault40, #1351b4);
|
|
23
22
|
}
|
|
24
23
|
|
|
25
24
|
table.table thead th {
|
|
@@ -44,37 +43,62 @@ table.table.table-bordered tbody td:first-child {
|
|
|
44
43
|
table.table.table-bordered,
|
|
45
44
|
table.table.table-bordered thead th,
|
|
46
45
|
table.table.table-bordered tbody td {
|
|
47
|
-
border-color: var(--colorLight50, #
|
|
46
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
48
47
|
border-width: 1px;
|
|
49
48
|
border-left-width: 0;
|
|
50
49
|
border-right-width: 0;
|
|
51
50
|
}
|
|
52
51
|
|
|
52
|
+
.k-grid-header th.k-header .k-icon {
|
|
53
|
+
opacity: 1;
|
|
54
|
+
}
|
|
55
|
+
|
|
53
56
|
/* Grid */
|
|
57
|
+
.k-grid table tbody tr.k-state-selected td,
|
|
58
|
+
.k-grid table tbody tr.k-state-selected:hover td,
|
|
59
|
+
.k-grid table tbody tr.k-state-selected {
|
|
60
|
+
background: var(--colorDefault40, #1351b4);
|
|
61
|
+
color: var(--textColorDefault40, #ffffff);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.k-grid table tr.k-state-selected .k-button span:before {
|
|
65
|
+
color: var(--textColorDefault40, #ffffff);
|
|
66
|
+
}
|
|
54
67
|
|
|
55
68
|
.k-grid table thead th.k-header,
|
|
56
69
|
.k-grid table tbody td {
|
|
57
70
|
padding: var(--distanceSmall, 15px) var(--distanceMedium, 20px);
|
|
58
|
-
color: var(--textColor40, #
|
|
59
|
-
border-color: var(--colorLight50, #
|
|
71
|
+
color: var(--textColor40, #333333);
|
|
72
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
60
73
|
border-left: 0;
|
|
61
74
|
}
|
|
62
75
|
|
|
63
76
|
.k-grid table thead th.k-header {
|
|
64
|
-
background: var(--
|
|
65
|
-
border-bottom: 1px solid var(--
|
|
77
|
+
background: var(--colorStable40, #f8f8f8);
|
|
78
|
+
border-bottom: 1px solid var(--colorStable50, #d9d9d9);
|
|
66
79
|
}
|
|
67
80
|
|
|
68
81
|
.k-grid table thead th.k-header,
|
|
69
82
|
.k-grid table thead th.k-header a.k-link {
|
|
70
|
-
font-weight:
|
|
71
|
-
font-size:
|
|
83
|
+
font-weight: 400;
|
|
84
|
+
font-size: var(--textNormalSize, 16.8px);
|
|
72
85
|
text-transform: initial;
|
|
73
86
|
border-top: 0;
|
|
74
87
|
margin: 0;
|
|
75
88
|
white-space: normal;
|
|
76
|
-
|
|
77
|
-
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.k-grid-header th.k-header:focus,
|
|
92
|
+
.k-grid-header th.k-header:hover,
|
|
93
|
+
.k-grid-header th.k-header:focus .k-link,
|
|
94
|
+
.k-grid-header th.k-header:focus a,
|
|
95
|
+
.k-grid-header th.k-header:focus .k-icon,
|
|
96
|
+
.k-grid-header th.k-header:focus .k-tool-icon,
|
|
97
|
+
.k-grid-header th.k-header:hover .k-link,
|
|
98
|
+
.k-grid-header th.k-header:hover a,
|
|
99
|
+
.k-grid-header th.k-header:hover .k-icon,
|
|
100
|
+
.k-grid-header th.k-header:hover .k-tool-icon {
|
|
101
|
+
color: var(--textColor40, #333333);
|
|
78
102
|
}
|
|
79
103
|
|
|
80
104
|
.k-grid {
|
|
@@ -88,6 +112,7 @@ table.table.table-bordered tbody td {
|
|
|
88
112
|
.k-grid .k-grid-pager {
|
|
89
113
|
background: transparent;
|
|
90
114
|
border: 0;
|
|
115
|
+
border-bottom: 1px solid var(--colorLight50, #dfdfdf);
|
|
91
116
|
}
|
|
92
117
|
|
|
93
118
|
.k-grid .k-header.k-grid-toolbar {
|
|
@@ -102,24 +127,13 @@ table.table.table-bordered tbody td {
|
|
|
102
127
|
background: var(--backgroundColor40, #FFFFFF);
|
|
103
128
|
}
|
|
104
129
|
|
|
105
|
-
.k-
|
|
106
|
-
|
|
130
|
+
.k-state-selected,
|
|
131
|
+
.k-state-selected:link,
|
|
132
|
+
.k-state-selected:visited,
|
|
133
|
+
.k-tool.k-state-selected,
|
|
134
|
+
.k-grid td.k-state-selected:hover,
|
|
135
|
+
.k-grid tr.k-state-selected:hover td {
|
|
107
136
|
color: var(--colorDefault40, #1351b4);
|
|
108
|
-
background: var(--backgroundColor40, #ffffff);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.k-grid .k-header .k-button:focus,
|
|
112
|
-
.k-grid .k-header .k-button:hover {
|
|
113
|
-
background: var(--colorPrimary10, #d6daeb);
|
|
114
|
-
color: var(--colorPrimary40, #1351b4);
|
|
115
|
-
border: 1px solid var(--colorPrimary40, #1351b4);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.k-grid .k-header .k-button.active,
|
|
119
|
-
.k-grid .k-header .k-button:active {
|
|
120
|
-
background: var(--colorPrimary20, #aeb7da);
|
|
121
|
-
color: var(--colorPrimary40, #1351b4);
|
|
122
|
-
border: 1px solid var(--colorPrimary40, #1351b4);
|
|
123
137
|
}
|
|
124
138
|
|
|
125
139
|
.k-grid .k-header .k-button-icontext .k-icon {
|
|
@@ -127,10 +141,11 @@ table.table.table-bordered tbody td {
|
|
|
127
141
|
}
|
|
128
142
|
|
|
129
143
|
.k-grid .k-header .crn-grid-title {
|
|
130
|
-
color: var(--
|
|
144
|
+
color: var(--textColorLight40, #333333);
|
|
131
145
|
padding: 8px 24px;
|
|
132
146
|
padding-left: 0;
|
|
133
|
-
font-weight:
|
|
147
|
+
font-weight: 600;
|
|
148
|
+
font-size: var(--textMediumSize, 24.19px);
|
|
134
149
|
}
|
|
135
150
|
|
|
136
151
|
.k-state-selected,
|
|
@@ -140,12 +155,12 @@ table.table.table-bordered tbody td {
|
|
|
140
155
|
.k-grid td.k-state-selected:hover,
|
|
141
156
|
.k-grid tr.k-state-selected:hover td {
|
|
142
157
|
background: initial;
|
|
143
|
-
border-color: var(--colorLight50, #
|
|
158
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
144
159
|
box-shadow: none;
|
|
145
160
|
}
|
|
146
161
|
|
|
147
162
|
.k-pager-numbers li {
|
|
148
|
-
margin: 0
|
|
163
|
+
margin: 0 2px;
|
|
149
164
|
}
|
|
150
165
|
|
|
151
166
|
.k-grid .k-grid-pager .k-pager-sizes .k-icon:hover {
|
|
@@ -158,16 +173,20 @@ table.table.table-bordered tbody td {
|
|
|
158
173
|
.k-grid .k-grid-pager .k-icon:hover,
|
|
159
174
|
.k-pager-wrap .k-link:hover,
|
|
160
175
|
.k-grid .k-pager-numbers .k-state-selected:hover {
|
|
161
|
-
border:
|
|
176
|
+
border: 0;
|
|
162
177
|
background: var(--colorDefault10, #d6daeb);
|
|
163
178
|
color: var(--colorDefault40, #1351b4);
|
|
164
179
|
}
|
|
165
180
|
|
|
181
|
+
.k-grid-header th.k-header .k-grid-filter:hover .k-icon {
|
|
182
|
+
color: var(--colorDefault40, #1351b4);
|
|
183
|
+
}
|
|
184
|
+
|
|
166
185
|
.k-grid .k-pager-numbers .k-state-selected:hover,
|
|
167
186
|
.k-grid .k-pager-numbers .k-state-selected {
|
|
168
187
|
color: var(--textColorDefault40, #FFFFFF);
|
|
169
|
-
border:
|
|
170
|
-
background: var(--
|
|
188
|
+
border-color: var(--colorDefault60, #1351b4);
|
|
189
|
+
background: var(--colorDefault60, #1351b4);
|
|
171
190
|
}
|
|
172
191
|
|
|
173
192
|
.k-grid table .k-button {
|
|
@@ -179,11 +198,22 @@ table.table.table-bordered tbody td {
|
|
|
179
198
|
}
|
|
180
199
|
|
|
181
200
|
.k-grid table .k-button:hover {
|
|
182
|
-
background: var(--
|
|
201
|
+
background: var(--backgroundColor40, #ffffff);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.k-grid table tr.k-state-selected .k-button:hover span:before {
|
|
205
|
+
color: var(--colorDefault40, #1351b4);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.k-grid .k-pager-numbers .k-link:link,
|
|
209
|
+
.k-grid .k-pager-numbers .k-link:visited,
|
|
210
|
+
.k-grid .k-pager-numbers .k-nav-current.k-state-hover .k-link,
|
|
211
|
+
.k-pager-wrap>.k-link>.k-icon {
|
|
212
|
+
color: var(--textColor40, #333333);
|
|
183
213
|
}
|
|
184
214
|
|
|
185
215
|
.k-grid-toolbar .k-button {
|
|
186
|
-
font-size: var(--textNormalSize,
|
|
216
|
+
font-size: var(--textNormalSize, 16.8px);
|
|
187
217
|
}
|
|
188
218
|
|
|
189
219
|
.k-grid table .k-button span {
|
|
@@ -195,7 +225,7 @@ table.table.table-bordered tbody td {
|
|
|
195
225
|
|
|
196
226
|
.k-grid table .k-button span:before {
|
|
197
227
|
color: var(--colorDefault40, #1351b4);
|
|
198
|
-
font-size:
|
|
228
|
+
font-size: var(--textMediumSize, 24.19px);
|
|
199
229
|
}
|
|
200
230
|
|
|
201
231
|
.k-grid table .k-button .k-i-edit:before {
|
|
@@ -211,7 +241,7 @@ table.table.table-bordered tbody td {
|
|
|
211
241
|
.k-grid .k-grid-pager .k-icon.k-i-arrow-60-left:before,
|
|
212
242
|
.k-grid .k-grid-pager .k-icon.k-i-arrow-60-right:before {
|
|
213
243
|
font-family: "Material Icons";
|
|
214
|
-
font-size: var(--textNormalSize,
|
|
244
|
+
font-size: var(--textNormalSize, 16.8px);
|
|
215
245
|
font-weight: 800;
|
|
216
246
|
transform: none;
|
|
217
247
|
}
|
|
@@ -220,7 +250,7 @@ table.table.table-bordered tbody td {
|
|
|
220
250
|
.k-grid-toolbar .k-button,
|
|
221
251
|
.k-grid-header th.k-header>.k-link,
|
|
222
252
|
.k-grid tr td {
|
|
223
|
-
font-size: var(--textNormalSize,
|
|
253
|
+
font-size: var(--textNormalSize, 16.8px);
|
|
224
254
|
font-family: var(--fontFamily, "Roboto", "Helvetica Neue", "Arial", sans-serif);
|
|
225
255
|
}
|
|
226
256
|
|
|
@@ -234,7 +264,7 @@ table.table.table-bordered tbody td {
|
|
|
234
264
|
|
|
235
265
|
.k-icon.k-i-arrow-60-down:before {
|
|
236
266
|
font-family: "Material Icons";
|
|
237
|
-
font-size: var(--textNormalSize,
|
|
267
|
+
font-size: var(--textNormalSize, 16.8px);
|
|
238
268
|
font-weight: 800;
|
|
239
269
|
content: '\e313';
|
|
240
270
|
}
|
|
@@ -258,7 +288,6 @@ table.table.table-bordered tbody td {
|
|
|
258
288
|
background: var(--backgroundColor40, #FFFFFF);
|
|
259
289
|
border: 0;
|
|
260
290
|
width: min-content;
|
|
261
|
-
|
|
262
291
|
}
|
|
263
292
|
|
|
264
293
|
.k-grid .k-dropdown .k-dropdown-wrap.k-state-hover,
|
|
@@ -268,20 +297,21 @@ table.table.table-bordered tbody td {
|
|
|
268
297
|
}
|
|
269
298
|
|
|
270
299
|
.k-grid .k-dropdown .k-dropdown-wrap .k-input {
|
|
271
|
-
color: var(--colorDefault40, #1351b4);
|
|
272
300
|
margin: 0;
|
|
301
|
+
border: 0;
|
|
273
302
|
}
|
|
274
303
|
|
|
275
304
|
.k-pager-sizes .k-widget.k-dropdown {
|
|
276
305
|
padding-left: 64px;
|
|
277
|
-
border
|
|
306
|
+
border: 0;
|
|
307
|
+
border-left: 1px solid var(--colorLight50, #dfdfdf);
|
|
278
308
|
display: grid;
|
|
279
309
|
align-items: center;
|
|
280
310
|
border-radius: 0;
|
|
281
311
|
}
|
|
282
312
|
|
|
283
313
|
.k-pager-info {
|
|
284
|
-
border-right: 1px solid var(--colorLight50, #
|
|
314
|
+
border-right: 1px solid var(--colorLight50, #dfdfdf);
|
|
285
315
|
padding-right: 10px;
|
|
286
316
|
margin-right: 6px;
|
|
287
317
|
}
|
|
@@ -294,7 +324,6 @@ table.table.table-bordered tbody td {
|
|
|
294
324
|
|
|
295
325
|
.k-pager-wrap>.k-link>.k-icon {
|
|
296
326
|
margin-top: -7px;
|
|
297
|
-
margin-top: 0;
|
|
298
327
|
}
|
|
299
328
|
|
|
300
329
|
.k-link.k-pager-nav {
|
|
@@ -303,19 +332,44 @@ table.table.table-bordered tbody td {
|
|
|
303
332
|
border-radius: var(--borderRadiusMedium, 20px);
|
|
304
333
|
}
|
|
305
334
|
|
|
306
|
-
.k-pager-nav.k-pager-first+.k-link,
|
|
307
335
|
.k-pager-wrap .k-link.k-pager-last,
|
|
308
336
|
.k-pager-numbers .k-link,
|
|
309
337
|
.k-pager-numbers .k-state-selected,
|
|
310
338
|
.k-link.k-pager-nav {
|
|
311
339
|
color: var(--colorDefault40, #1351b4);
|
|
312
|
-
border:
|
|
340
|
+
border: 0;
|
|
313
341
|
border-radius: var(--borderRadiusMedium, 20px);
|
|
342
|
+
background: transparent;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.k-pager-nav.k-pager-first+.k-link,
|
|
346
|
+
.k-pager-wrap .k-link.k-pager-last {
|
|
347
|
+
border: 0;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.k-link.k-pager-nav:hover {
|
|
351
|
+
border: inherit;
|
|
352
|
+
border-color: transparent;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
@media only screen and (max-width: 1024px) {
|
|
356
|
+
|
|
357
|
+
.k-webkit .k-pager-numbers .k-current-page .k-link {
|
|
358
|
+
border: 1px solid var(--colorLight50, #dfdfdf);
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.k-webkit .k-pager-nav.k-pager-first+.k-link {
|
|
362
|
+
border: 0;
|
|
363
|
+
border-radius: 50%;
|
|
364
|
+
}
|
|
365
|
+
|
|
314
366
|
}
|
|
315
367
|
|
|
316
368
|
.k-link.k-pager-nav:hover {
|
|
317
369
|
color: var(--colorDefault40, #1351b4);
|
|
318
370
|
background: var(--colorDefault10, #d6daeb);
|
|
371
|
+
border: 0;
|
|
372
|
+
border-radius: 50%;
|
|
319
373
|
}
|
|
320
374
|
|
|
321
375
|
.k-link.k-pager-nav.k-state-disabled .k-icon:hover {
|
|
@@ -324,7 +378,6 @@ table.table.table-bordered tbody td {
|
|
|
324
378
|
|
|
325
379
|
.k-link.k-pager-nav .k-icon.k-i-arrow-60-right {
|
|
326
380
|
margin-left: -3px;
|
|
327
|
-
margin-top: 0;
|
|
328
381
|
}
|
|
329
382
|
|
|
330
383
|
.k-grid .k-grid-pager .k-link.k-pager-refresh {
|
|
@@ -345,22 +398,21 @@ table.table.table-bordered tbody td {
|
|
|
345
398
|
.k-i-arrow-end-right:before {
|
|
346
399
|
content: "\e5dd";
|
|
347
400
|
font-family: "Material Icons";
|
|
348
|
-
font-size: var(--textNormalSize,
|
|
401
|
+
font-size: var(--textNormalSize, 16.8px);
|
|
349
402
|
font-weight: 800;
|
|
350
403
|
}
|
|
351
404
|
|
|
352
405
|
.k-i-arrow-end-left:before {
|
|
353
406
|
content: "\e5dc";
|
|
354
407
|
font-family: "Material Icons";
|
|
355
|
-
font-size: var(--textNormalSize,
|
|
408
|
+
font-size: var(--textNormalSize, 16.8px);
|
|
356
409
|
font-weight: 800;
|
|
357
410
|
}
|
|
358
411
|
|
|
359
412
|
.k-grid table thead th.k-header a.k-link {
|
|
360
413
|
display: inline;
|
|
361
414
|
padding: 0;
|
|
362
|
-
|
|
363
|
-
font-weight: 400;
|
|
415
|
+
margin: 3px 0;
|
|
364
416
|
}
|
|
365
417
|
|
|
366
418
|
.k-grid table thead th.k-header a.k-link .k-icon {
|
|
@@ -372,22 +424,21 @@ table.table.table-bordered tbody td {
|
|
|
372
424
|
.k-grid table thead th.k-header a.k-grid-filter {
|
|
373
425
|
width: 24px;
|
|
374
426
|
height: 24px;
|
|
375
|
-
padding: 3px;
|
|
376
427
|
border-radius: var(--borderRadiusMedium, 20px);
|
|
377
428
|
display: flex;
|
|
378
429
|
align-items: center;
|
|
379
430
|
justify-content: center;
|
|
380
|
-
border:
|
|
381
|
-
|
|
431
|
+
border: 0;
|
|
432
|
+
padding: 3px;
|
|
433
|
+
margin: 0;
|
|
382
434
|
}
|
|
383
435
|
|
|
384
436
|
.k-grid table thead th.k-header a.k-link .k-icon {
|
|
385
|
-
width:
|
|
386
|
-
height:
|
|
437
|
+
width: 20px;
|
|
438
|
+
height: 20px;
|
|
387
439
|
padding: 3px;
|
|
388
440
|
border-radius: var(--borderRadiusMedium, 20px);
|
|
389
|
-
margin-top:
|
|
390
|
-
color: var(--textColor40, #383838);
|
|
441
|
+
margin-top: 0;
|
|
391
442
|
}
|
|
392
443
|
|
|
393
444
|
.k-grid table thead th.k-header a.k-link .k-icon:hover {
|
|
@@ -395,10 +446,8 @@ table.table.table-bordered tbody td {
|
|
|
395
446
|
color: var(--colorDefault40, #1351b4);
|
|
396
447
|
}
|
|
397
448
|
|
|
398
|
-
.k-grid
|
|
399
|
-
|
|
400
|
-
.k-grid-header th.k-header .k-icon{
|
|
401
|
-
color: var(--colorDefault40, #1351b4);
|
|
449
|
+
.k-grid-header th.k-header .k-icon {
|
|
450
|
+
padding: 3px;
|
|
402
451
|
}
|
|
403
452
|
|
|
404
453
|
.k-alt,
|
|
@@ -409,7 +458,7 @@ table.table.table-bordered tbody td {
|
|
|
409
458
|
}
|
|
410
459
|
|
|
411
460
|
.k-grid .k-grid-pager {
|
|
412
|
-
border-top: 1px solid var(--colorLight50, #
|
|
461
|
+
border-top: 1px solid var(--colorLight50, #dfdfdf);
|
|
413
462
|
}
|
|
414
463
|
|
|
415
464
|
.k-i-sort-asc-sm:before {
|
|
@@ -428,9 +477,35 @@ thead.k-grid-header th.k-header:first-child,
|
|
|
428
477
|
.k-rtl .k-grid-header:first-child th.k-header:first-child,
|
|
429
478
|
.k-rtl thead.k-grid-header th.k-header:first-child,
|
|
430
479
|
thead.k-grid-header th.k-header:last-child {
|
|
431
|
-
border-radius: 0;
|
|
480
|
+
border-radius: var(--borderRadiusNone, 0);
|
|
432
481
|
}
|
|
433
482
|
|
|
434
483
|
.k-pager-sizes .k-dropdown-wrap .k-input {
|
|
435
484
|
line-height: inherit;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.k-grid .k-grid-header .k-header div {
|
|
488
|
+
padding: 0;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.k-listbox .k-item,
|
|
492
|
+
.k-popup .k-list .k-item,
|
|
493
|
+
.k-grid .k-widget select,
|
|
494
|
+
.k-pager-sizes .k-dropdown-wrap .k-input,
|
|
495
|
+
.k-grid .k-widget {
|
|
496
|
+
color: var(--textColor40, #333333);
|
|
497
|
+
border: 0;
|
|
498
|
+
padding: 4px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.k-grid .k-widget {
|
|
502
|
+
padding: 8px 16px;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.k-popup .k-list .k-item:last-child {
|
|
506
|
+
border: 0;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.k-popup .k-list .k-item.k-virtual-item {
|
|
510
|
+
line-height: var(--textNormalSize, 16.8px);
|
|
436
511
|
}
|