cronapp-framework-js 2.9.4-RC.3 → 2.9.4-SP.2
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-textinputicon.components.json +0 -26
- package/components/css/checkbox-color.css +1 -0
- package/components/css/combobox-color.css +12 -0
- package/components/css/option-color.css +28 -0
- package/components/templates/textinputicon.template.html +1 -1
- package/css/animate.css +4 -4
- package/css/app.css +4 -4
- package/css/themes/custom/aquamarine/custom-aquamarine.css +3 -27
- package/css/themes/custom/cerulean/button-cerulean.css +2 -27
- package/css/themes/custom/cerulean/custom-cerulean.css +64 -597
- package/css/themes/custom/cerulean/navbar-cerulean.css +22 -90
- package/css/themes/custom/cerulean/panel-cerulean.css +34 -35
- package/css/themes/custom/cosmo/custom-cosmo.css +0 -27
- package/css/themes/custom/cyborg/custom-cyborg.css +0 -27
- package/css/themes/custom/darkly/custom-darkly.css +0 -25
- package/css/themes/custom/dsgov/button-dsgov.css +17 -52
- package/css/themes/custom/dsgov/calendar-dsgov.css +34 -106
- package/css/themes/custom/dsgov/color-dsgov.css +138 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +344 -171
- package/css/themes/custom/dsgov/form-dsgov.css +109 -290
- package/css/themes/custom/dsgov/navbar-dsgov.css +38 -150
- package/css/themes/custom/dsgov/panel-dsgov.css +97 -117
- package/css/themes/custom/dsgov/slider-dsgov.css +3 -2
- package/css/themes/custom/dsgov/table-grid-dsgov.css +69 -144
- package/css/themes/custom/flatly/custom-flatly.css +2 -22
- package/css/themes/custom/fuse/custom-fuse.css +6 -33
- package/css/themes/custom/journal/custom-journal.css +2 -28
- package/css/themes/custom/lumen/custom-lumen.css +0 -43
- package/css/themes/custom/material/custom-material.css +70 -130
- package/css/themes/custom/material/grid-material.css +44 -37
- package/css/themes/custom/material/navbar-material.css +6 -58
- package/css/themes/custom/material/panel-material.css +20 -61
- package/css/themes/custom/navigator/custom-navigator.css +13 -2
- package/css/themes/custom/paper/custom-paper.css +0 -30
- package/css/themes/custom/readable/custom-readable.css +0 -27
- package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
- package/css/themes/custom/simplex/custom-simplex.css +0 -27
- package/css/themes/custom/slate/custom-slate.css +33 -33
- package/css/themes/custom/spacelab/custom-spacelab.css +0 -27
- package/css/themes/custom/superhero/custom-superhero.css +0 -27
- package/css/themes/custom/theme-general/button.css +2 -6
- package/css/themes/custom/theme-general/forms.css +7 -128
- package/css/themes/custom/theme-general/login.css +6 -6
- package/css/themes/custom/theme-general/menu.css +4 -18
- package/css/themes/custom/theme-general/modal.css +6 -35
- package/css/themes/custom/theme-general/scheduler.css +34 -275
- package/css/themes/custom/theme-general/slider.css +3 -4
- package/css/themes/custom/theme-general/table-grid.css +2 -138
- package/css/themes/custom/theme-general/tabs.css +2 -3
- package/css/themes/custom/theme-general/theme-general.css +3 -41
- package/css/themes/custom/united/custom-united.css +0 -22
- package/css/themes/custom/yeti/custom-yeti.css +0 -28
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/combobox-color.css +1 -1
- package/dist/components/templates/textinputicon.template.html +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/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/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.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/color-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/panel-dsgov.css +1 -1
- 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/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/lumen/custom-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/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.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.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/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/directives.js +2 -2
- package/js/directives.js +26 -29
- package/package.json +1 -1
- package/css/themes/custom/cerulean/combobox-cerulean.css +0 -153
- package/css/themes/custom/dsgov/checkbox-dsgov.css +0 -309
- package/css/themes/custom/dsgov/option-dsgov.css +0 -144
- package/css/themes/custom/dsgov/scheduler-dsgov.css +0 -325
- package/dist/css/themes/custom/cerulean/combobox-cerulean.css +0 -1
- package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/option-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +0 -1
|
@@ -2,23 +2,24 @@
|
|
|
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, #3c3c3c);
|
|
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(--colorLight30, #e5e5e5);
|
|
11
|
+
color: var(--textColorLight30, #3c3c3c);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
table.table thead th {
|
|
15
15
|
font-weight: 500;
|
|
16
|
-
font-size:
|
|
16
|
+
font-size: 17px;
|
|
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);
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
table.table thead th {
|
|
@@ -43,62 +44,37 @@ table.table.table-bordered tbody td:first-child {
|
|
|
43
44
|
table.table.table-bordered,
|
|
44
45
|
table.table.table-bordered thead th,
|
|
45
46
|
table.table.table-bordered tbody td {
|
|
46
|
-
border-color: var(--colorLight50, #
|
|
47
|
+
border-color: var(--colorLight50, #c2c2c2);
|
|
47
48
|
border-width: 1px;
|
|
48
49
|
border-left-width: 0;
|
|
49
50
|
border-right-width: 0;
|
|
50
51
|
}
|
|
51
52
|
|
|
52
|
-
.k-grid-header th.k-header .k-icon {
|
|
53
|
-
opacity: 1;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
53
|
/* 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
|
-
}
|
|
67
54
|
|
|
68
55
|
.k-grid table thead th.k-header,
|
|
69
56
|
.k-grid table tbody td {
|
|
70
57
|
padding: var(--distanceSmall, 15px) var(--distanceMedium, 20px);
|
|
71
|
-
color: var(--textColor40, #
|
|
72
|
-
border-color: var(--colorLight50, #
|
|
58
|
+
color: var(--textColor40, #383838);
|
|
59
|
+
border-color: var(--colorLight50, #c2c2c2);
|
|
73
60
|
border-left: 0;
|
|
74
61
|
}
|
|
75
62
|
|
|
76
63
|
.k-grid table thead th.k-header {
|
|
77
|
-
background: var(--
|
|
78
|
-
border-bottom: 1px solid var(--
|
|
64
|
+
background: var(--colorLight10, #f5f5f5);
|
|
65
|
+
border-bottom: 1px solid var(--colorLight50, #c2c2c2);
|
|
79
66
|
}
|
|
80
67
|
|
|
81
68
|
.k-grid table thead th.k-header,
|
|
82
69
|
.k-grid table thead th.k-header a.k-link {
|
|
83
|
-
font-weight:
|
|
84
|
-
font-size:
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
font-size: 17px;
|
|
85
72
|
text-transform: initial;
|
|
86
73
|
border-top: 0;
|
|
87
74
|
margin: 0;
|
|
88
75
|
white-space: normal;
|
|
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);
|
|
76
|
+
vertical-align: top;
|
|
77
|
+
color: var(--textColor40, #383838);
|
|
102
78
|
}
|
|
103
79
|
|
|
104
80
|
.k-grid {
|
|
@@ -112,7 +88,6 @@ table.table.table-bordered tbody td {
|
|
|
112
88
|
.k-grid .k-grid-pager {
|
|
113
89
|
background: transparent;
|
|
114
90
|
border: 0;
|
|
115
|
-
border-bottom: 1px solid var(--colorLight50, #dfdfdf);
|
|
116
91
|
}
|
|
117
92
|
|
|
118
93
|
.k-grid .k-header.k-grid-toolbar {
|
|
@@ -127,13 +102,24 @@ table.table.table-bordered tbody td {
|
|
|
127
102
|
background: var(--backgroundColor40, #FFFFFF);
|
|
128
103
|
}
|
|
129
104
|
|
|
130
|
-
.k-
|
|
131
|
-
|
|
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 {
|
|
105
|
+
.k-grid .k-header .k-button {
|
|
106
|
+
border: 1px solid var(--colorDefault40, #1351b4);
|
|
136
107
|
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);
|
|
137
123
|
}
|
|
138
124
|
|
|
139
125
|
.k-grid .k-header .k-button-icontext .k-icon {
|
|
@@ -141,11 +127,10 @@ table.table.table-bordered tbody td {
|
|
|
141
127
|
}
|
|
142
128
|
|
|
143
129
|
.k-grid .k-header .crn-grid-title {
|
|
144
|
-
color: var(--
|
|
130
|
+
color: var(--textColorLight30, #3c3c3c);
|
|
145
131
|
padding: 8px 24px;
|
|
146
132
|
padding-left: 0;
|
|
147
|
-
font-weight:
|
|
148
|
-
font-size: var(--textMediumSize, 24.19px);
|
|
133
|
+
font-weight: 700;
|
|
149
134
|
}
|
|
150
135
|
|
|
151
136
|
.k-state-selected,
|
|
@@ -155,12 +140,12 @@ table.table.table-bordered tbody td {
|
|
|
155
140
|
.k-grid td.k-state-selected:hover,
|
|
156
141
|
.k-grid tr.k-state-selected:hover td {
|
|
157
142
|
background: initial;
|
|
158
|
-
border-color: var(--colorLight50, #
|
|
143
|
+
border-color: var(--colorLight50, #C7C7C7);
|
|
159
144
|
box-shadow: none;
|
|
160
145
|
}
|
|
161
146
|
|
|
162
147
|
.k-pager-numbers li {
|
|
163
|
-
margin: 0
|
|
148
|
+
margin: 0 4px;
|
|
164
149
|
}
|
|
165
150
|
|
|
166
151
|
.k-grid .k-grid-pager .k-pager-sizes .k-icon:hover {
|
|
@@ -173,20 +158,16 @@ table.table.table-bordered tbody td {
|
|
|
173
158
|
.k-grid .k-grid-pager .k-icon:hover,
|
|
174
159
|
.k-pager-wrap .k-link:hover,
|
|
175
160
|
.k-grid .k-pager-numbers .k-state-selected:hover {
|
|
176
|
-
border:
|
|
161
|
+
border: 1px solid transparent;
|
|
177
162
|
background: var(--colorDefault10, #d6daeb);
|
|
178
163
|
color: var(--colorDefault40, #1351b4);
|
|
179
164
|
}
|
|
180
165
|
|
|
181
|
-
.k-grid-header th.k-header .k-grid-filter:hover .k-icon {
|
|
182
|
-
color: var(--colorDefault40, #1351b4);
|
|
183
|
-
}
|
|
184
|
-
|
|
185
166
|
.k-grid .k-pager-numbers .k-state-selected:hover,
|
|
186
167
|
.k-grid .k-pager-numbers .k-state-selected {
|
|
187
168
|
color: var(--textColorDefault40, #FFFFFF);
|
|
188
|
-
border
|
|
189
|
-
background: var(--
|
|
169
|
+
border: 1px solid var(--colorDefault40, #1351b4);
|
|
170
|
+
background: var(--colorDefault40, #1351b4);
|
|
190
171
|
}
|
|
191
172
|
|
|
192
173
|
.k-grid table .k-button {
|
|
@@ -198,22 +179,11 @@ table.table.table-bordered tbody td {
|
|
|
198
179
|
}
|
|
199
180
|
|
|
200
181
|
.k-grid table .k-button:hover {
|
|
201
|
-
background: var(--
|
|
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);
|
|
182
|
+
background: var(--colorDefault10, #d6daeb);
|
|
213
183
|
}
|
|
214
184
|
|
|
215
185
|
.k-grid-toolbar .k-button {
|
|
216
|
-
font-size: var(--textNormalSize,
|
|
186
|
+
font-size: var(--textNormalSize, 16px);
|
|
217
187
|
}
|
|
218
188
|
|
|
219
189
|
.k-grid table .k-button span {
|
|
@@ -225,7 +195,7 @@ table.table.table-bordered tbody td {
|
|
|
225
195
|
|
|
226
196
|
.k-grid table .k-button span:before {
|
|
227
197
|
color: var(--colorDefault40, #1351b4);
|
|
228
|
-
font-size:
|
|
198
|
+
font-size: 20px;
|
|
229
199
|
}
|
|
230
200
|
|
|
231
201
|
.k-grid table .k-button .k-i-edit:before {
|
|
@@ -241,7 +211,7 @@ table.table.table-bordered tbody td {
|
|
|
241
211
|
.k-grid .k-grid-pager .k-icon.k-i-arrow-60-left:before,
|
|
242
212
|
.k-grid .k-grid-pager .k-icon.k-i-arrow-60-right:before {
|
|
243
213
|
font-family: "Material Icons";
|
|
244
|
-
font-size: var(--textNormalSize,
|
|
214
|
+
font-size: var(--textNormalSize, 20px);
|
|
245
215
|
font-weight: 800;
|
|
246
216
|
transform: none;
|
|
247
217
|
}
|
|
@@ -250,7 +220,7 @@ table.table.table-bordered tbody td {
|
|
|
250
220
|
.k-grid-toolbar .k-button,
|
|
251
221
|
.k-grid-header th.k-header>.k-link,
|
|
252
222
|
.k-grid tr td {
|
|
253
|
-
font-size: var(--textNormalSize,
|
|
223
|
+
font-size: var(--textNormalSize, 14px);
|
|
254
224
|
font-family: var(--fontFamily, "Roboto", "Helvetica Neue", "Arial", sans-serif);
|
|
255
225
|
}
|
|
256
226
|
|
|
@@ -264,7 +234,7 @@ table.table.table-bordered tbody td {
|
|
|
264
234
|
|
|
265
235
|
.k-icon.k-i-arrow-60-down:before {
|
|
266
236
|
font-family: "Material Icons";
|
|
267
|
-
font-size: var(--textNormalSize,
|
|
237
|
+
font-size: var(--textNormalSize, 20px);
|
|
268
238
|
font-weight: 800;
|
|
269
239
|
content: '\e313';
|
|
270
240
|
}
|
|
@@ -288,6 +258,7 @@ table.table.table-bordered tbody td {
|
|
|
288
258
|
background: var(--backgroundColor40, #FFFFFF);
|
|
289
259
|
border: 0;
|
|
290
260
|
width: min-content;
|
|
261
|
+
|
|
291
262
|
}
|
|
292
263
|
|
|
293
264
|
.k-grid .k-dropdown .k-dropdown-wrap.k-state-hover,
|
|
@@ -297,21 +268,20 @@ table.table.table-bordered tbody td {
|
|
|
297
268
|
}
|
|
298
269
|
|
|
299
270
|
.k-grid .k-dropdown .k-dropdown-wrap .k-input {
|
|
271
|
+
color: var(--colorDefault40, #1351b4);
|
|
300
272
|
margin: 0;
|
|
301
|
-
border: 0;
|
|
302
273
|
}
|
|
303
274
|
|
|
304
275
|
.k-pager-sizes .k-widget.k-dropdown {
|
|
305
276
|
padding-left: 64px;
|
|
306
|
-
border:
|
|
307
|
-
border-left: 1px solid var(--colorLight50, #dfdfdf);
|
|
277
|
+
border-left: 1px solid var(--colorLight50, #c2c2c2);
|
|
308
278
|
display: grid;
|
|
309
279
|
align-items: center;
|
|
310
280
|
border-radius: 0;
|
|
311
281
|
}
|
|
312
282
|
|
|
313
283
|
.k-pager-info {
|
|
314
|
-
border-right: 1px solid var(--colorLight50, #
|
|
284
|
+
border-right: 1px solid var(--colorLight50, #c2c2c2);
|
|
315
285
|
padding-right: 10px;
|
|
316
286
|
margin-right: 6px;
|
|
317
287
|
}
|
|
@@ -324,6 +294,7 @@ table.table.table-bordered tbody td {
|
|
|
324
294
|
|
|
325
295
|
.k-pager-wrap>.k-link>.k-icon {
|
|
326
296
|
margin-top: -7px;
|
|
297
|
+
margin-top: 0;
|
|
327
298
|
}
|
|
328
299
|
|
|
329
300
|
.k-link.k-pager-nav {
|
|
@@ -332,44 +303,19 @@ table.table.table-bordered tbody td {
|
|
|
332
303
|
border-radius: var(--borderRadiusMedium, 20px);
|
|
333
304
|
}
|
|
334
305
|
|
|
306
|
+
.k-pager-nav.k-pager-first+.k-link,
|
|
335
307
|
.k-pager-wrap .k-link.k-pager-last,
|
|
336
308
|
.k-pager-numbers .k-link,
|
|
337
309
|
.k-pager-numbers .k-state-selected,
|
|
338
310
|
.k-link.k-pager-nav {
|
|
339
311
|
color: var(--colorDefault40, #1351b4);
|
|
340
|
-
border:
|
|
312
|
+
border: 1px solid transparent;
|
|
341
313
|
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
|
-
|
|
366
314
|
}
|
|
367
315
|
|
|
368
316
|
.k-link.k-pager-nav:hover {
|
|
369
317
|
color: var(--colorDefault40, #1351b4);
|
|
370
318
|
background: var(--colorDefault10, #d6daeb);
|
|
371
|
-
border: 0;
|
|
372
|
-
border-radius: 50%;
|
|
373
319
|
}
|
|
374
320
|
|
|
375
321
|
.k-link.k-pager-nav.k-state-disabled .k-icon:hover {
|
|
@@ -378,6 +324,7 @@ table.table.table-bordered tbody td {
|
|
|
378
324
|
|
|
379
325
|
.k-link.k-pager-nav .k-icon.k-i-arrow-60-right {
|
|
380
326
|
margin-left: -3px;
|
|
327
|
+
margin-top: 0;
|
|
381
328
|
}
|
|
382
329
|
|
|
383
330
|
.k-grid .k-grid-pager .k-link.k-pager-refresh {
|
|
@@ -398,21 +345,22 @@ table.table.table-bordered tbody td {
|
|
|
398
345
|
.k-i-arrow-end-right:before {
|
|
399
346
|
content: "\e5dd";
|
|
400
347
|
font-family: "Material Icons";
|
|
401
|
-
font-size: var(--textNormalSize,
|
|
348
|
+
font-size: var(--textNormalSize, 20px);
|
|
402
349
|
font-weight: 800;
|
|
403
350
|
}
|
|
404
351
|
|
|
405
352
|
.k-i-arrow-end-left:before {
|
|
406
353
|
content: "\e5dc";
|
|
407
354
|
font-family: "Material Icons";
|
|
408
|
-
font-size: var(--textNormalSize,
|
|
355
|
+
font-size: var(--textNormalSize, 20px);
|
|
409
356
|
font-weight: 800;
|
|
410
357
|
}
|
|
411
358
|
|
|
412
359
|
.k-grid table thead th.k-header a.k-link {
|
|
413
360
|
display: inline;
|
|
414
361
|
padding: 0;
|
|
415
|
-
|
|
362
|
+
color: var(--colorDefault40, #383838);
|
|
363
|
+
font-weight: 400;
|
|
416
364
|
}
|
|
417
365
|
|
|
418
366
|
.k-grid table thead th.k-header a.k-link .k-icon {
|
|
@@ -424,21 +372,22 @@ table.table.table-bordered tbody td {
|
|
|
424
372
|
.k-grid table thead th.k-header a.k-grid-filter {
|
|
425
373
|
width: 24px;
|
|
426
374
|
height: 24px;
|
|
375
|
+
padding: 3px;
|
|
427
376
|
border-radius: var(--borderRadiusMedium, 20px);
|
|
428
377
|
display: flex;
|
|
429
378
|
align-items: center;
|
|
430
379
|
justify-content: center;
|
|
431
|
-
border:
|
|
432
|
-
|
|
433
|
-
margin: 0;
|
|
380
|
+
border: 1px solid transparent;
|
|
381
|
+
color: var(--colorDefault40, #1351b4);
|
|
434
382
|
}
|
|
435
383
|
|
|
436
384
|
.k-grid table thead th.k-header a.k-link .k-icon {
|
|
437
|
-
width:
|
|
438
|
-
height:
|
|
385
|
+
width: 24px;
|
|
386
|
+
height: 24px;
|
|
439
387
|
padding: 3px;
|
|
440
388
|
border-radius: var(--borderRadiusMedium, 20px);
|
|
441
|
-
margin-top:
|
|
389
|
+
margin-top: -7px;
|
|
390
|
+
color: var(--textColor40, #383838);
|
|
442
391
|
}
|
|
443
392
|
|
|
444
393
|
.k-grid table thead th.k-header a.k-link .k-icon:hover {
|
|
@@ -446,8 +395,10 @@ table.table.table-bordered tbody td {
|
|
|
446
395
|
color: var(--colorDefault40, #1351b4);
|
|
447
396
|
}
|
|
448
397
|
|
|
449
|
-
.k-grid
|
|
450
|
-
|
|
398
|
+
.k-grid table thead th.k-header a.k-link .k-icon,
|
|
399
|
+
.k-grid table thead th.k-header,
|
|
400
|
+
.k-grid-header th.k-header .k-icon{
|
|
401
|
+
color: var(--colorDefault40, #1351b4);
|
|
451
402
|
}
|
|
452
403
|
|
|
453
404
|
.k-alt,
|
|
@@ -458,7 +409,7 @@ table.table.table-bordered tbody td {
|
|
|
458
409
|
}
|
|
459
410
|
|
|
460
411
|
.k-grid .k-grid-pager {
|
|
461
|
-
border-top: 1px solid var(--colorLight50, #
|
|
412
|
+
border-top: 1px solid var(--colorLight50, #c2c2c2);
|
|
462
413
|
}
|
|
463
414
|
|
|
464
415
|
.k-i-sort-asc-sm:before {
|
|
@@ -477,35 +428,9 @@ thead.k-grid-header th.k-header:first-child,
|
|
|
477
428
|
.k-rtl .k-grid-header:first-child th.k-header:first-child,
|
|
478
429
|
.k-rtl thead.k-grid-header th.k-header:first-child,
|
|
479
430
|
thead.k-grid-header th.k-header:last-child {
|
|
480
|
-
border-radius:
|
|
431
|
+
border-radius: 0;
|
|
481
432
|
}
|
|
482
433
|
|
|
483
434
|
.k-pager-sizes .k-dropdown-wrap .k-input {
|
|
484
435
|
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);
|
|
511
436
|
}
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
--borderBtnStable: transparent;
|
|
303
303
|
--borderBtnRoyal: transparent;
|
|
304
304
|
--borderBtnDark: transparent;
|
|
305
|
-
|
|
305
|
+
|
|
306
306
|
/* Components - Text color */
|
|
307
307
|
--colorDefault: var(--colorDefault40, #798d8f);
|
|
308
308
|
--colorPrimary: var(--colorPrimary40, #2c3e50);
|
|
@@ -1003,26 +1003,6 @@ textarea.k-textbox,
|
|
|
1003
1003
|
border-color: var(--textColor40, #393939);
|
|
1004
1004
|
}
|
|
1005
1005
|
|
|
1006
|
-
.cardinput
|
|
1007
|
-
padding: 0;
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
/* Input with icon */
|
|
1011
|
-
.layout-template-modern {
|
|
1012
|
-
background: var(--colorNeutral00, #ffffff);
|
|
1013
|
-
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1014
|
-
border: 2px solid var(--colorDefault10, #dfe3e3);
|
|
1006
|
+
.cardinput{
|
|
1015
1007
|
padding: 0;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
.layout-template-modern:focus-within {
|
|
1019
|
-
background: var(--colorNeutral00, #ffffff);
|
|
1020
|
-
border: 2px solid var(--textColor40, #393939);
|
|
1021
|
-
outline: 0;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.layout-template-modern input.k-textbox:hover,
|
|
1025
|
-
.layout-template-modern input.k-textbox {
|
|
1026
|
-
padding-left: 0;
|
|
1027
|
-
box-shadow: none;
|
|
1028
1008
|
}
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
color: var(--textColor40, #383838);
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
-
.color-info:hover
|
|
423
|
+
.color-info:hover{
|
|
424
424
|
color: var(--textColor40, #383838);
|
|
425
425
|
}
|
|
426
426
|
|
|
@@ -543,8 +543,8 @@ div[data-component="crn-accordion"] .title {
|
|
|
543
543
|
.bg-login #container-second p {
|
|
544
544
|
color: var(--textColorDefault40, #ffffff);
|
|
545
545
|
}
|
|
546
|
-
|
|
547
|
-
|
|
546
|
+
#crn-botao-cadastre
|
|
547
|
+
.login-view .crn-button-signup-register,
|
|
548
548
|
.login-view .btn.btn-default {
|
|
549
549
|
background: var(--colorPrimary40, #4f46e5);
|
|
550
550
|
border-color: transparent;
|
|
@@ -922,7 +922,7 @@ textarea.k-textbox {
|
|
|
922
922
|
margin-left: 0;
|
|
923
923
|
}
|
|
924
924
|
|
|
925
|
-
.cardinput input.k-textbox
|
|
925
|
+
.cardinput input.k-textbox{
|
|
926
926
|
height: auto;
|
|
927
927
|
}
|
|
928
928
|
|
|
@@ -1240,7 +1240,7 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1240
1240
|
color: var(--textColor40, #383838);
|
|
1241
1241
|
}
|
|
1242
1242
|
|
|
1243
|
-
.panel-info .panel-heading h1
|
|
1243
|
+
.panel-info .panel-heading h1{
|
|
1244
1244
|
color: var(--textColor40, #383838);
|
|
1245
1245
|
}
|
|
1246
1246
|
|
|
@@ -1248,33 +1248,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1248
1248
|
border-color: var(--textColor20, #b2b2b2);
|
|
1249
1249
|
}
|
|
1250
1250
|
|
|
1251
|
-
#cron-breadcrumbs
|
|
1251
|
+
#cron-breadcrumbs{
|
|
1252
1252
|
background: transparent;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
/* Input with icon */
|
|
1256
|
-
.layout-template-modern {
|
|
1257
|
-
background: var(--colorNeutral00, #ffffff);
|
|
1258
|
-
border-radius: 5px;
|
|
1259
|
-
border: 1px solid var(--colorLight60, #bbbbbb);
|
|
1260
|
-
padding: 0;
|
|
1261
|
-
min-height: 43px;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
.layout-template-modern:focus-within {
|
|
1265
|
-
border: 1px solid var(--colorLight60, #bbbbbb);
|
|
1266
|
-
background: var(--colorNeutral00, #ffffff);
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
.layout-template-modern input.k-textbox {
|
|
1270
|
-
padding-left: 5px;
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
.layout-template-modern .k-button:hover,
|
|
1274
|
-
.layout-template-modern .k-button {
|
|
1275
|
-
color: var(--colorDefault40, #3b448e);
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.layout-template-modern.input-group .k-button {
|
|
1279
|
-
padding: 0px 14px;
|
|
1280
1253
|
}
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
--colorNeutral210: #090909;
|
|
270
270
|
--colorNeutral220: #000000;
|
|
271
271
|
|
|
272
|
-
/* === Variables used exclusively in the color palette property === */
|
|
272
|
+
/* === Variables used exclusively in the color palette property === */
|
|
273
273
|
/* Components - Button */
|
|
274
274
|
--btnLink: var(--colorPrimary40, #eb6864);
|
|
275
275
|
--btnDefault: var(--colorDefault40, #2ca4a8);
|
|
@@ -477,7 +477,7 @@ a:hover {
|
|
|
477
477
|
border-width: 0;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
.bg-login #container-first #crn-botao-signup:hover
|
|
480
|
+
.bg-login #container-first #crn-botao-signup:hover{
|
|
481
481
|
color: var(--colorDefault30, #8689af);
|
|
482
482
|
}
|
|
483
483
|
|
|
@@ -1060,30 +1060,4 @@ input::placeholder,
|
|
|
1060
1060
|
|
|
1061
1061
|
.cardinput {
|
|
1062
1062
|
padding: 0;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
/* Input with icon */
|
|
1066
|
-
.layout-template-modern {
|
|
1067
|
-
background: var(--colorNeutral00, #ffffff);
|
|
1068
|
-
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1069
|
-
border: 1px solid #cccccc;
|
|
1070
|
-
padding: 0;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
.layout-template-modern:focus-within {
|
|
1074
|
-
background: var(--colorNeutral00, #ffffff);
|
|
1075
|
-
border-color: var(--colorCalm30, #82bded);
|
|
1076
|
-
outline: 0;
|
|
1077
|
-
box-shadow: inset 0 1px 1px transparent, 0 0 8px var(--colorCalm30, #82bded);
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
.layout-template-modern input.k-textbox:hover,
|
|
1081
|
-
.layout-template-modern input.k-textbox {
|
|
1082
|
-
padding-left: 0;
|
|
1083
|
-
box-shadow: none;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
.layout-template-modern .k-button,
|
|
1087
|
-
.layout-template-modern .k-button:hover {
|
|
1088
|
-
border: 0;
|
|
1089
1063
|
}
|
|
@@ -710,7 +710,6 @@ h6,
|
|
|
710
710
|
#crn-botao-cadastre {
|
|
711
711
|
color: var(--colorDefault70, #838383);
|
|
712
712
|
}
|
|
713
|
-
|
|
714
713
|
.bg-login #container-first #crn-botao-signup:hover,
|
|
715
714
|
.bg-login #crn-botao-cadastre:focus,
|
|
716
715
|
.bg-login #crn-botao-cadastre:hover {
|
|
@@ -1147,46 +1146,4 @@ td.k-state-focused {
|
|
|
1147
1146
|
.k-popup .k-list .k-state-focused {
|
|
1148
1147
|
box-shadow: inset 0 0 2px 0 var(--colorPrimary30, #7daecc), inset 0 0 7px 0 var(--colorPrimary40, #158cba);
|
|
1149
1148
|
background: transparent;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
.cardinput {
|
|
1153
|
-
border-style: solid;
|
|
1154
|
-
border-width: 2px 1px 1px 1px;
|
|
1155
|
-
border-color: var(--backgroundColor50, #dfdfdf);
|
|
1156
|
-
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1157
|
-
padding: 0;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
.cardinput button i {
|
|
1161
|
-
color: var(--colorDefault60, #3b448e);
|
|
1162
|
-
font-size: var(--textNormalSize, 14px);
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
/* Input with icon */
|
|
1167
|
-
.layout-template-modern {
|
|
1168
|
-
background: transparent;
|
|
1169
|
-
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1170
|
-
padding: 0;
|
|
1171
|
-
border-style: solid;
|
|
1172
|
-
border-width: 2px 1px 1px 1px;
|
|
1173
|
-
border-color: var(--backgroundColor50, #dfdfdf);
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
|
-
.layout-template-modern:focus-within {
|
|
1177
|
-
background: transparent;
|
|
1178
|
-
border-color: var(--textColor40, #393939);
|
|
1179
|
-
outline: 0;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
.layout-template-modern input.k-textbox:hover,
|
|
1183
|
-
.layout-template-modern input.k-textbox {
|
|
1184
|
-
padding-left: 0;
|
|
1185
|
-
box-shadow: none;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
.layout-template-modern .k-button,
|
|
1189
|
-
.layout-template-modern .k-button:hover {
|
|
1190
|
-
border: 0;
|
|
1191
|
-
color: var(--colorDefault60, #3b448e);
|
|
1192
1149
|
}
|