cronapp-framework-js 3.0.0 → 3.1.0-SP.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crn-dynamic-file.components.json +65 -34
- package/components/crn-dynamic-menu.components.json +0 -21
- package/components/crn-enterprise-combobox-multiple.components.json +6 -0
- package/components/crn-navbar.components.json +26 -1
- package/components/crn-start.components.json +3 -0
- package/components/cron-breadcrumbs.components.json +7 -3
- package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
- package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
- package/components/templates/Component_Container/crn-one-container.template.html +1 -1
- package/components/templates/Component_Container/crn-three-container.template.html +3 -3
- package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
- package/components/templates/Component_Container/crn-two-container.template.html +2 -2
- package/components/templates/cron-autocomplete.designtime.html +2 -2
- package/components/templates/cron-combobox-multiple.template.html +1 -1
- package/components/templates/cron-grid.designtime.html +5 -4
- package/components/templates/dynamicfile.designtime.html +5 -0
- package/components/templates/dynamicfile.template.html +20 -3
- package/css/app.css +5 -0
- package/css/fonts/nunito/nunito.css +270 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +24 -10
- package/css/themes/custom/cerulean/custom-cerulean.css +1 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +16 -16
- package/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/css/themes/custom/cyborg/button-cyborg.css +67 -3
- package/css/themes/custom/cyborg/custom-cyborg.css +250 -69
- package/css/themes/custom/cyborg/navbar-cyborg.css +4 -4
- package/css/themes/custom/cyborg/panel-cyborg.css +6 -7
- package/css/themes/custom/darkly/custom-darkly.css +1 -8
- package/css/themes/custom/dsgov/button-dsgov.css +0 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +12 -1
- package/css/themes/custom/dsgov/table-grid-dsgov.css +14 -9
- package/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/css/themes/custom/fuse/custom-fuse.css +15 -19
- package/css/themes/custom/journal/custom-journal.css +1 -0
- package/css/themes/custom/krypton/custom-krypton.css +991 -236
- package/css/themes/custom/krypton/grid-krypton.css +253 -66
- package/css/themes/custom/krypton/navbar-krypton.css +13 -12
- package/css/themes/custom/krypton/panel-krypton.css +29 -26
- package/css/themes/custom/lumen/button-lumen.css +8 -8
- package/css/themes/custom/lumen/custom-lumen.css +46 -34
- package/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/css/themes/custom/lumen/panel-lumen.css +17 -13
- package/css/themes/custom/material/custom-material.css +12 -1
- package/css/themes/custom/material/grid-material.css +1 -1
- package/css/themes/custom/material/navbar-material.css +13 -0
- package/css/themes/custom/material-round/custom-material-round.css +187 -34
- package/css/themes/custom/material-round/grid-material-round.css +174 -18
- package/css/themes/custom/materialui/custom-materialui.css +1 -0
- package/css/themes/custom/nature/custom-nature.css +2131 -0
- package/css/themes/custom/nature/grid-nature.css +396 -0
- package/css/themes/custom/nature/navbar-nature.css +98 -0
- package/css/themes/custom/nature/panel-nature.css +72 -0
- package/css/themes/custom/navigator/custom-navigator.css +80 -21
- package/css/themes/custom/paper/custom-paper.css +284 -27
- package/css/themes/custom/readable/button-readable.css +61 -1
- package/css/themes/custom/readable/custom-readable.css +242 -26
- package/css/themes/custom/readable/navbar-readable.css +1 -2
- package/css/themes/custom/readable/panel-readable.css +6 -8
- package/css/themes/custom/sandstone/button-sandstone.css +12 -0
- package/css/themes/custom/sandstone/custom-sandstone.css +1 -0
- package/css/themes/custom/simplex/custom-simplex.css +1 -0
- package/css/themes/custom/slate/custom-slate.css +4 -3
- package/css/themes/custom/spacelab/custom-spacelab.css +1 -0
- package/css/themes/custom/superhero/button-superhero.css +1 -1
- package/css/themes/custom/superhero/custom-superhero.css +348 -45
- package/css/themes/custom/superhero/navbar-superhero.css +5 -1
- package/css/themes/custom/superhero/panel-superhero.css +4 -5
- package/css/themes/custom/superhero/tabs-superhero.css +1 -1
- package/css/themes/custom/theme-general/button.css +4 -0
- package/css/themes/custom/theme-general/menu-vertical-retratil.css +35 -23
- package/css/themes/custom/theme-general/menu.css +10 -2
- package/css/themes/custom/theme-general/table-grid.css +14 -2
- package/css/themes/custom/theme-general/theme-general.css +30 -0
- package/css/themes/custom/united/custom-united.css +1 -0
- package/css/themes/custom/yeti/custom-yeti.css +1 -0
- package/css/themes/nature.min.css +9 -0
- package/dist/components/js/format.min.js +1 -1
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
- package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/dynamicfile.designtime.html +1 -0
- package/dist/components/templates/dynamicfile.template.html +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/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/panel-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/custom-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/krypton/custom-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/panel-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-round/custom-material-round.css +1 -1
- package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
- package/dist/css/themes/custom/materialui/custom-materialui.css +1 -1
- package/dist/css/themes/custom/nature/custom-nature.css +1 -0
- package/dist/css/themes/custom/nature/grid-nature.css +1 -0
- package/dist/css/themes/custom/nature/navbar-nature.css +1 -0
- package/dist/css/themes/custom/nature/panel-nature.css +1 -0
- 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/button-readable.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/readable/navbar-readable.css +1 -1
- package/dist/css/themes/custom/readable/panel-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/button-sandstone.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/button-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.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/css/themes/nature.min.css +1 -0
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +13 -8
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/upload.service.js +1 -1
- package/js/app.js +5 -4
- package/js/controllers.js +43 -25
- package/js/directives.js +541 -275
- package/js/reports/reports.service.js +5 -5
- package/js/upload.service.js +7 -4
- package/package.json +1 -1
- package/postupdate.json +6 -0
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
/* Default */
|
|
2
|
+
.k-button,
|
|
3
|
+
.btn,
|
|
4
|
+
.k-button.k-default,
|
|
5
|
+
.btn.btn-default {
|
|
6
|
+
background: var(--colorDefault40, #ffffff);
|
|
7
|
+
color: var(--textColorDefault40, #333333);
|
|
8
|
+
}
|
|
9
|
+
|
|
2
10
|
.k-button,
|
|
3
11
|
.btn,
|
|
4
12
|
.btn.btn-default {
|
|
@@ -30,6 +38,12 @@
|
|
|
30
38
|
}
|
|
31
39
|
|
|
32
40
|
/* Primary */
|
|
41
|
+
.btn.btn-primary {
|
|
42
|
+
background: var(--colorPrimary40, #4582ec);
|
|
43
|
+
border-color: transparent;
|
|
44
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
45
|
+
}
|
|
46
|
+
|
|
33
47
|
.k-button.k-primary:focus,
|
|
34
48
|
.k-button.k-primary:hover,
|
|
35
49
|
.btn.btn-primary:focus,
|
|
@@ -47,6 +61,13 @@
|
|
|
47
61
|
}
|
|
48
62
|
|
|
49
63
|
/* Success */
|
|
64
|
+
.k-button.k-success,
|
|
65
|
+
.btn.btn-success {
|
|
66
|
+
background: var(--colorSuccess40, #3fad46);
|
|
67
|
+
border-color: transparent;
|
|
68
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
69
|
+
}
|
|
70
|
+
|
|
50
71
|
.k-button.k-success:focus,
|
|
51
72
|
.k-button.k-success:hover,
|
|
52
73
|
.btn.btn-success:focus,
|
|
@@ -64,6 +85,12 @@
|
|
|
64
85
|
}
|
|
65
86
|
|
|
66
87
|
/* Warning */
|
|
88
|
+
.btn.btn-warning {
|
|
89
|
+
background: var(--colorWarning40, #f0ad4e);
|
|
90
|
+
border-color: transparent;
|
|
91
|
+
color: var(--textColorWarning40, #ffffff);
|
|
92
|
+
}
|
|
93
|
+
|
|
67
94
|
.k-button.k-warning:focus,
|
|
68
95
|
.k-button.k-warning:hover,
|
|
69
96
|
.btn.btn-warning:focus,
|
|
@@ -81,6 +108,12 @@
|
|
|
81
108
|
}
|
|
82
109
|
|
|
83
110
|
/* Danger */
|
|
111
|
+
.btn.btn-danger {
|
|
112
|
+
background: var(--colorDanger40, #d9534f);
|
|
113
|
+
border-color: transparent;
|
|
114
|
+
color: var(--textColorDanger40, #ffffff);
|
|
115
|
+
}
|
|
116
|
+
|
|
84
117
|
.k-button.k-danger:focus,
|
|
85
118
|
.k-button.k-danger:hover,
|
|
86
119
|
.btn.btn-danger:focus,
|
|
@@ -98,6 +131,12 @@
|
|
|
98
131
|
}
|
|
99
132
|
|
|
100
133
|
/* Info */
|
|
134
|
+
.btn.btn-info {
|
|
135
|
+
background: var(--colorCalm40, #11c1f3);
|
|
136
|
+
border-color: transparent;
|
|
137
|
+
color: var(--textColorCalm40, #ffffff);
|
|
138
|
+
}
|
|
139
|
+
|
|
101
140
|
.k-button.k-info:focus,
|
|
102
141
|
.k-button.k-info:hover,
|
|
103
142
|
.btn.btn-info:focus,
|
|
@@ -115,6 +154,12 @@
|
|
|
115
154
|
}
|
|
116
155
|
|
|
117
156
|
/* Light */
|
|
157
|
+
.k-button.k-light,
|
|
158
|
+
.btn.btn-light {
|
|
159
|
+
background: var(--colorLight40, #ffffff);
|
|
160
|
+
color: var(--textColorLight40, #444444);
|
|
161
|
+
}
|
|
162
|
+
|
|
118
163
|
.btn,
|
|
119
164
|
.k-button,
|
|
120
165
|
.btn.btn-light {
|
|
@@ -130,6 +175,12 @@
|
|
|
130
175
|
}
|
|
131
176
|
|
|
132
177
|
/* stable */
|
|
178
|
+
.btn.btn-stable {
|
|
179
|
+
background: var(--colorStable40, #f8f8f8);
|
|
180
|
+
border-color: transparent;
|
|
181
|
+
color: var(--textColorStable40, #444444);
|
|
182
|
+
}
|
|
183
|
+
|
|
133
184
|
.k-button.k-stable:focus,
|
|
134
185
|
.k-button.k-stable:hover,
|
|
135
186
|
.btn.btn-stable:focus,
|
|
@@ -147,6 +198,11 @@
|
|
|
147
198
|
}
|
|
148
199
|
|
|
149
200
|
/* royal */
|
|
201
|
+
.btn.btn-royal {
|
|
202
|
+
background: var(--colorRoyal40, #886aea);
|
|
203
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
204
|
+
}
|
|
205
|
+
|
|
150
206
|
.k-button.k-royal:focus,
|
|
151
207
|
.k-button.k-royal:hover,
|
|
152
208
|
.btn.btn-royal:focus,
|
|
@@ -163,8 +219,12 @@
|
|
|
163
219
|
color: var(--textColorRoyal40, #ffffff);
|
|
164
220
|
}
|
|
165
221
|
|
|
166
|
-
|
|
167
222
|
/* Dark */
|
|
223
|
+
.btn.btn-dark {
|
|
224
|
+
background: var(--colorDark40, #444444);
|
|
225
|
+
color: var(--textColorDark40, #ffffff);
|
|
226
|
+
}
|
|
227
|
+
|
|
168
228
|
.k-button.k-dark:focus,
|
|
169
229
|
.k-button.k-dark:hover,
|
|
170
230
|
.btn.btn-dark:focus,
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
/* Menus - Sizes and Distances */
|
|
39
39
|
--menuVerticalWidth: 270px;
|
|
40
|
+
--menuVerticalCollapsedWidth: 225px;
|
|
40
41
|
--menuSideSize: 20px;
|
|
41
42
|
--menuItemBarSize: 6px;
|
|
42
43
|
--menuElementOverallPadding: 10px;
|
|
@@ -243,26 +244,26 @@
|
|
|
243
244
|
--textColorDark70: #ffffff;
|
|
244
245
|
|
|
245
246
|
/* Color - Neutral (web e mobile) */
|
|
246
|
-
--colorNeutral00: #
|
|
247
|
-
--colorNeutral10: #
|
|
248
|
-
--colorNeutral20: #
|
|
249
|
-
--colorNeutral30: #
|
|
250
|
-
--colorNeutral40: #
|
|
251
|
-
--colorNeutral50: #
|
|
252
|
-
--colorNeutral60: #
|
|
253
|
-
--colorNeutral70: #
|
|
247
|
+
--colorNeutral00: #ffffff;
|
|
248
|
+
--colorNeutral10: #f1f1f1;
|
|
249
|
+
--colorNeutral20: #e3e3e3;
|
|
250
|
+
--colorNeutral30: #d5d5d5;
|
|
251
|
+
--colorNeutral40: #c7c7c7;
|
|
252
|
+
--colorNeutral50: #b9b9b9;
|
|
253
|
+
--colorNeutral60: #acacac;
|
|
254
|
+
--colorNeutral70: #9e9e9e;
|
|
254
255
|
--colorNeutral80: #909090;
|
|
255
256
|
--colorNeutral90: #828282;
|
|
256
257
|
--colorNeutral100: #747474;
|
|
257
258
|
--colorNeutral110: #666666;
|
|
258
|
-
--colorNeutral120: #
|
|
259
|
+
--colorNeutral120: #5d5d5d;
|
|
259
260
|
--colorNeutral130: #535353;
|
|
260
|
-
--colorNeutral140: #
|
|
261
|
+
--colorNeutral140: #4a4a4a;
|
|
261
262
|
--colorNeutral150: #414141;
|
|
262
263
|
--colorNeutral160: #383838;
|
|
263
|
-
--colorNeutral170: #
|
|
264
|
+
--colorNeutral170: #2e2e2e;
|
|
264
265
|
--colorNeutral180: #252525;
|
|
265
|
-
--colorNeutral190: #
|
|
266
|
+
--colorNeutral190: #1c1c1c;
|
|
266
267
|
--colorNeutral200: #131313;
|
|
267
268
|
--colorNeutral210: #090909;
|
|
268
269
|
--colorNeutral220: #000000;
|
|
@@ -387,11 +388,11 @@
|
|
|
387
388
|
|
|
388
389
|
/* Components - Panel */
|
|
389
390
|
--panelDefault: var(--colorDefault50, #dfdfdf);
|
|
390
|
-
--panelPrimary: var(--
|
|
391
|
-
--panelSuccess: var(--
|
|
392
|
-
--panelCalm: var(--
|
|
393
|
-
--panelWarning: var(--
|
|
394
|
-
--panelDanger: var(--
|
|
391
|
+
--panelPrimary: var(--colorPrimary40, #4582ec);
|
|
392
|
+
--panelSuccess: var(--colorSuccess40, #3fad46);
|
|
393
|
+
--panelCalm: var(--colorCalm40, #11c1f3);
|
|
394
|
+
--panelWarning: var(--colorWarning40, #f0ad4e);
|
|
395
|
+
--panelDanger: var(--colorDanger40, #d9534f);
|
|
395
396
|
--panelLight: var(--colorLight50, #dfdfdf);
|
|
396
397
|
--panelStable: var(--colorStable50, #d9d9d9);
|
|
397
398
|
--panelRoyal: var(--colorRoyal40, #886aea);
|
|
@@ -415,14 +416,83 @@
|
|
|
415
416
|
color: var(--colorDefault50, #dfdfdf);
|
|
416
417
|
}
|
|
417
418
|
|
|
419
|
+
.color-default:hover {
|
|
420
|
+
color: var(--colorDefault60, #bbbbbb);
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.color-primary {
|
|
424
|
+
color: var(--colorPrimary40, #4582ec);
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.color-primary:hover {
|
|
428
|
+
color: var(--colorPrimary60, #335fad);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.color-success {
|
|
432
|
+
color: var(--colorSuccess40, #3fad46);
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.color-success:hover {
|
|
436
|
+
color: var(--colorSuccess60, #2e7f33);
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.color-info {
|
|
440
|
+
color: var(--colorCalm40, #11c1f3);
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.color-info:focus,
|
|
444
|
+
.color-info:hover {
|
|
445
|
+
color: var(--colorCalm60, #0c8db2);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.color-warning {
|
|
449
|
+
color: var(--colorWarning40, #f0ad4e);
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.color-warning:hover {
|
|
453
|
+
color: var(--colorWarning60, #b07f39);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.color-danger {
|
|
457
|
+
color: var(--colorDanger40, #d9534f);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.color-danger:hover {
|
|
461
|
+
color: var(--colorDanger60, #9f3d3a);
|
|
462
|
+
}
|
|
463
|
+
|
|
418
464
|
.color-light {
|
|
419
465
|
color: var(--colorLight50, #dfdfdf);
|
|
420
466
|
}
|
|
421
467
|
|
|
468
|
+
.color-light:hover {
|
|
469
|
+
color: var(--colorLight60, #bbbbbb);
|
|
470
|
+
}
|
|
471
|
+
|
|
422
472
|
.color-stable {
|
|
423
473
|
color: var(--colorStable50, #d9d9d9);
|
|
424
474
|
}
|
|
425
475
|
|
|
476
|
+
.color-stable:hover {
|
|
477
|
+
color: var(--colorStable60, #b6b6b6);
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.color-royal {
|
|
481
|
+
color: var(--colorRoyal40, #886aea);
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.color-royal:hover {
|
|
485
|
+
color: var(--colorRoyal60, #644eab);
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.color-dark {
|
|
489
|
+
color: var(--colorDark40, #444444);
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.color-dark:hover {
|
|
493
|
+
color: var(--colorDark60, #323232);
|
|
494
|
+
}
|
|
495
|
+
|
|
426
496
|
h1,
|
|
427
497
|
h2,
|
|
428
498
|
h3,
|
|
@@ -457,6 +527,48 @@ label.form-group,
|
|
|
457
527
|
border-color: var(--colorDefault50, #dfdfdf);
|
|
458
528
|
}
|
|
459
529
|
|
|
530
|
+
option-default .k-radio-label:after,
|
|
531
|
+
.option-default .k-radio:checked+.k-radio-label:after {
|
|
532
|
+
background: var(--colorDefault50, #dfdfdf);
|
|
533
|
+
border-color: var(--colorDefault50, #dfdfdf);
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.option-primary .k-radio-label:after,
|
|
537
|
+
.option-primary .k-radio:checked+.k-radio-label:after {
|
|
538
|
+
background: var(--colorPrimary40, #4582ec);
|
|
539
|
+
border-color: var(--colorPrimary40, #4582ec);
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.option-success .k-radio-label:after,
|
|
543
|
+
.option-success .k-radio:checked+.k-radio-label:after {
|
|
544
|
+
background: var(--colorSuccess40, #3fad46);
|
|
545
|
+
border-color: var(--colorSuccess40, #3fad46);
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.option-info .k-radio-label:after,
|
|
549
|
+
.option-info .k-radio:checked+.k-radio-label:after {
|
|
550
|
+
background: var(--colorCalm40, #11c1f3);
|
|
551
|
+
border-color: var(--colorCalm40, #11c1f3);
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.option-warning .k-radio-label:after,
|
|
555
|
+
.option-warning .k-radio:checked+.k-radio-label:after {
|
|
556
|
+
background: var(--colorWarning40, #f0ad4e);
|
|
557
|
+
border-color: var(--colorWarning40, #f0ad4e);
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.option-danger .k-radio-label:after,
|
|
561
|
+
.option-danger .k-radio:checked+.k-radio-label:after {
|
|
562
|
+
background: var(--colorDanger40, #d9534f);
|
|
563
|
+
border-color: var(--colorDanger40, #d9534f);
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.option-light .k-radio-label:after,
|
|
567
|
+
.option-light .k-radio:checked+.k-radio-label:after {
|
|
568
|
+
background: var(--colorLight50, #dfdfdf);
|
|
569
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
570
|
+
}
|
|
571
|
+
|
|
460
572
|
.option-light .k-radio:checked+.k-radio-label:before,
|
|
461
573
|
.option-light .k-radio-label:before {
|
|
462
574
|
border-color: var(--colorLight50, #dfdfdf);
|
|
@@ -470,12 +582,6 @@ label.form-group,
|
|
|
470
582
|
border-color: var(--colorDefault50, #dfdfdf);
|
|
471
583
|
}
|
|
472
584
|
|
|
473
|
-
.option-light .k-radio-label:after,
|
|
474
|
-
.option-light .k-radio:checked+.k-radio-label:after {
|
|
475
|
-
background: var(--colorLight50, #dfdfdf);
|
|
476
|
-
border-color: var(--colorLight50, #dfdfdf);
|
|
477
|
-
}
|
|
478
|
-
|
|
479
585
|
.k-radio:focus+.k-radio-label::before,
|
|
480
586
|
.k-radio:hover+.k-radio-label::before,
|
|
481
587
|
.option-default .k-radio:focus+.k-radio-label::before,
|
|
@@ -633,6 +739,56 @@ label.form-group,
|
|
|
633
739
|
color: var(--textColorStable40, #444444);
|
|
634
740
|
}
|
|
635
741
|
|
|
742
|
+
.checkbox-default .k-checkbox:checked+.k-checkbox-label:before {
|
|
743
|
+
background: var(--colorDefault50, #dfdfdf);
|
|
744
|
+
color: var(--textColorDefault40, #333333);
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.checkbox-primary .k-checkbox:checked+.k-checkbox-label:before {
|
|
748
|
+
background: var(--colorPrimary40, #4582ec);
|
|
749
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.checkbox-success .k-checkbox:checked+.k-checkbox-label:before {
|
|
753
|
+
background: var(--colorSuccess40, #3fad46);
|
|
754
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.checkbox-info .k-checkbox:checked+.k-checkbox-label:before {
|
|
758
|
+
background: var(--colorCalm40, #11c1f3);
|
|
759
|
+
color: var(--textColorCalm40, #ffffff);
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.checkbox-warning .k-checkbox:checked+.k-checkbox-label:before {
|
|
763
|
+
background: var(--colorWarning40, #f0ad4e);
|
|
764
|
+
color: var(--textColorWarning40, #ffffff);
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.checkbox-danger .k-checkbox:checked+.k-checkbox-label:before {
|
|
768
|
+
background: var(--colorDanger40, #d9534f);
|
|
769
|
+
color: var(--textColorDanger40, #ffffff);
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.checkbox-light .k-checkbox:checked+.k-checkbox-label:before {
|
|
773
|
+
background: var(--colorLight50, #dfdfdf);
|
|
774
|
+
color: var(--textColorLight40, #444444);
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before {
|
|
778
|
+
background: var(--colorStable50, #d9d9d9);
|
|
779
|
+
color: var(--textColorStable40, #444444);
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.checkbox-royal .k-checkbox:checked+.k-checkbox-label:before {
|
|
783
|
+
background: var(--colorRoyal40, #886aea);
|
|
784
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.checkbox-dark .k-checkbox:checked+.k-checkbox-label:before {
|
|
788
|
+
background: var(--colorDark40, #444444);
|
|
789
|
+
color: var(--textColorDark40, #ffffff);
|
|
790
|
+
}
|
|
791
|
+
|
|
636
792
|
|
|
637
793
|
/* Page login */
|
|
638
794
|
.bg,
|
|
@@ -760,7 +916,6 @@ a:hover {
|
|
|
760
916
|
}
|
|
761
917
|
|
|
762
918
|
/* Pagination - Grid */
|
|
763
|
-
|
|
764
919
|
.k-pager-wrap .k-link.k-pager-last,
|
|
765
920
|
.k-pager-nav.k-pager-first+.k-link,
|
|
766
921
|
.k-pager-wrap .k-link {
|
|
@@ -866,7 +1021,6 @@ a:hover {
|
|
|
866
1021
|
}
|
|
867
1022
|
|
|
868
1023
|
/* Crud button */
|
|
869
|
-
|
|
870
1024
|
.active-bar .k-button.k-danger,
|
|
871
1025
|
.active-bar .btn.btn-danger {
|
|
872
1026
|
background: var(--colorPrimary40, #5665be);
|
|
@@ -899,7 +1053,7 @@ div[data-component="crn-textinputbutton"] div[data-component="crn-button"] butto
|
|
|
899
1053
|
}
|
|
900
1054
|
|
|
901
1055
|
.bootstrap-datetimepicker-widget table td.active,
|
|
902
|
-
.bootstrap-datetimepicker-widget table td.active:hover
|
|
1056
|
+
.bootstrap-datetimepicker-widget table td.active:hover,
|
|
903
1057
|
cron-calendar.k-calendar .k-footer,
|
|
904
1058
|
cron-calendar.k-calendar .k-header,
|
|
905
1059
|
.k-calendar .k-footer .k-nav-today {
|
|
@@ -1084,4 +1238,66 @@ td.k-state-focused {
|
|
|
1084
1238
|
.k-list-optionlabel:hover.k-state-selected {
|
|
1085
1239
|
color: var(--colorDefault40, #ffffff);
|
|
1086
1240
|
background: transparent;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
/*Caixa seleção multipla*/
|
|
1244
|
+
.k-multiselect .k-button,
|
|
1245
|
+
.combobox-default .k-multiselect .k-button {
|
|
1246
|
+
border-color: var(--colorDefault50, #dfdfdf);
|
|
1247
|
+
background: var(--colorDefault40, #ffffff);
|
|
1248
|
+
color: var(--textColorDefault40, #333333);
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.combobox-primary .k-multiselect .k-button {
|
|
1252
|
+
background: var(--colorPrimary40, #4582ec);
|
|
1253
|
+
border-color: var(--colorPrimary50, #3c72cf);
|
|
1254
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.combobox-success .k-multiselect .k-button {
|
|
1258
|
+
background: var(--colorSuccess40, #3fad46);
|
|
1259
|
+
border-color: var(--colorSuccess50, #37973d);
|
|
1260
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.combobox-info .k-multiselect .k-button {
|
|
1264
|
+
background: var(--colorCalm40, #11c1f3);
|
|
1265
|
+
border-color: var(--colorCalm50, #0fa9d5);
|
|
1266
|
+
color: var(--textColorCalm40, #ffffff);
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
.combobox-warning .k-multiselect .k-button {
|
|
1270
|
+
background: var(--colorWarning40, #f0ad4e);
|
|
1271
|
+
border-color: var(--colorWarning50, #d29744);
|
|
1272
|
+
color: var(--textColorWarning40, #ffffff);
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
.combobox-danger .k-multiselect .k-button {
|
|
1276
|
+
background: var(--colorDanger40, #d9534f);
|
|
1277
|
+
border-color: var(--colorDanger50, #be4945);
|
|
1278
|
+
color: var(--textColorDanger40, #ffffff);
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
.combobox-light .k-multiselect .k-button {
|
|
1282
|
+
background: var(--colorLight40, #ffffff);
|
|
1283
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
1284
|
+
color: var(--textColorLight40, #444444);
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
.combobox-stable .k-multiselect .k-button {
|
|
1288
|
+
background: var(--colorStable40, #f8f8f8);
|
|
1289
|
+
border-color: var(--colorStable50, #d9d9d9);
|
|
1290
|
+
color: var(--textColorStable40, #444444);
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
.combobox-royal .k-multiselect .k-button {
|
|
1294
|
+
background: var(--colorRoyal40, #886aea);
|
|
1295
|
+
border-color: var(--colorRoyal50, #775dcd);
|
|
1296
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.combobox-dark .k-multiselect .k-button {
|
|
1300
|
+
background: var(--colorDark40, #444444);
|
|
1301
|
+
border-color: var(--colorDark50, #3c3c3c);
|
|
1302
|
+
color: var(--textColorDark40, #ffffff);
|
|
1087
1303
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.navbar img[src="node_modules/cronapp-framework-js/dist/img/img-user.svg"] {
|
|
2
|
-
background: var(--colorPrimary40, #
|
|
2
|
+
background: var(--colorPrimary40, #4582ec);
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.crn-navigator-horizontal .navbar {
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
border: 1px solid var(--colorDefault50, #dfdfdf);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
|
|
43
42
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover span,
|
|
44
43
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover span,
|
|
45
44
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover span,
|
|
@@ -8,11 +8,10 @@
|
|
|
8
8
|
background: var(--colorDefault40, #ffffff);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
|
|
12
11
|
/* Default */
|
|
13
12
|
.panel-default .panel-heading {
|
|
14
13
|
color: var(--textColorPrimary40, #ffffff);
|
|
15
|
-
background: var(--
|
|
14
|
+
background: var(--colorDefault50, #dfdfdf);
|
|
16
15
|
border-color: var(--colorPrimary60, #335fad);
|
|
17
16
|
}
|
|
18
17
|
|
|
@@ -23,7 +22,7 @@
|
|
|
23
22
|
/* Primary */
|
|
24
23
|
.panel-primary>.panel-heading {
|
|
25
24
|
color: var(--textColor40, #333333);
|
|
26
|
-
background: var(--
|
|
25
|
+
background: var(--colorPrimary40, #4582ec);
|
|
27
26
|
border-color: var(--colorDefault60, #bbbbbb);
|
|
28
27
|
}
|
|
29
28
|
|
|
@@ -32,10 +31,9 @@
|
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
/* Success */
|
|
35
|
-
|
|
36
34
|
.panel-success>.panel-heading {
|
|
37
35
|
color: var(--textColorSuccess40, #ffffff);
|
|
38
|
-
background: var(--
|
|
36
|
+
background: var(--colorSuccess40, #3fad46);
|
|
39
37
|
border-color: var(--colorSuccess60, #2e7f33);
|
|
40
38
|
}
|
|
41
39
|
|
|
@@ -47,7 +45,7 @@
|
|
|
47
45
|
.panel-info>.panel-heading,
|
|
48
46
|
.panel-info>.panel-footer {
|
|
49
47
|
color: var(--textColorCalm40, #ffffff);
|
|
50
|
-
background: var(--
|
|
48
|
+
background: var(--colorCalm40, #11c1f3);
|
|
51
49
|
border-color: var(--colorCalm60, #0c8db2);
|
|
52
50
|
}
|
|
53
51
|
|
|
@@ -59,7 +57,7 @@
|
|
|
59
57
|
.panel-warning>.panel-heading,
|
|
60
58
|
.panel-warning>.panel-footer {
|
|
61
59
|
color: var(--textColorWarning40, #ffffff);
|
|
62
|
-
background: var(--
|
|
60
|
+
background: var(--colorWarning40, #f0ad4e);
|
|
63
61
|
border-color: var(--colorWarning60, #b07f39);
|
|
64
62
|
}
|
|
65
63
|
|
|
@@ -70,7 +68,7 @@
|
|
|
70
68
|
/* Danger */
|
|
71
69
|
.panel-danger>.panel-heading {
|
|
72
70
|
color: var(--textColorDanger40, #ffffff);
|
|
73
|
-
background: var(--
|
|
71
|
+
background: var(--colorDanger40, #d9534f);
|
|
74
72
|
border-color: var(--colorDanger60, #9f3d3a);
|
|
75
73
|
}
|
|
76
74
|
|
|
@@ -109,6 +109,12 @@
|
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/* Light */
|
|
112
|
+
.btn.btn-light {
|
|
113
|
+
background: var(--colorLight50, #d9d7d2);
|
|
114
|
+
border-color: transparent;
|
|
115
|
+
color: var(--textColorLight10, #53534c);
|
|
116
|
+
}
|
|
117
|
+
|
|
112
118
|
.btn.btn-light.active,
|
|
113
119
|
.btn.btn-light:active,
|
|
114
120
|
.k-button.k-light.active,
|
|
@@ -117,6 +123,12 @@
|
|
|
117
123
|
color: var(--textColor40, #383838);
|
|
118
124
|
}
|
|
119
125
|
|
|
126
|
+
.btn.btn-stable {
|
|
127
|
+
background: var(--colorStable50, #d9d9d9);
|
|
128
|
+
border-color: transparent;
|
|
129
|
+
color: var(--textColorStable40, #444444);
|
|
130
|
+
}
|
|
131
|
+
|
|
120
132
|
/* Link */
|
|
121
133
|
.btn.btn-link i,
|
|
122
134
|
.btn.btn-link span,
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
/* Menus - Sizes and Distances */
|
|
38
38
|
--menuVerticalWidth: 270px;
|
|
39
|
+
--menuVerticalCollapsedWidth: 225px;
|
|
39
40
|
--menuSideSize: 20px;
|
|
40
41
|
--menuItemBarSize: 6px;
|
|
41
42
|
--menuElementOverallPadding: 10px;
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
--backgroundColor20: #b0b0b1;
|
|
48
49
|
--backgroundColor30: #808182;
|
|
49
50
|
--backgroundColor40: #272b30;
|
|
50
|
-
--backgroundColor50: #
|
|
51
|
+
--backgroundColor50: #49515a;
|
|
51
52
|
--backgroundColor60: #1d2023;
|
|
52
53
|
--backgroundColor70: #15181a;
|
|
53
54
|
|
|
@@ -1000,7 +1001,7 @@ td.k-state-focused.k-state-selected,
|
|
|
1000
1001
|
.k-tool.k-state-selected,
|
|
1001
1002
|
.k-grid td.k-state-selected:hover,
|
|
1002
1003
|
.k-grid tr.k-state-selected:hover td {
|
|
1003
|
-
background: var(--backgroundColor50, #
|
|
1004
|
+
background: var(--backgroundColor50, #49515a);
|
|
1004
1005
|
color: var(--textColorDefault40, #444444);
|
|
1005
1006
|
}
|
|
1006
1007
|
|
|
@@ -1032,7 +1033,7 @@ td.k-state-focused.k-state-selected,
|
|
|
1032
1033
|
}
|
|
1033
1034
|
|
|
1034
1035
|
.k-grid table tbody tr:hover {
|
|
1035
|
-
background: var(--
|
|
1036
|
+
background: var(--backgroundColor50, #49515a);
|
|
1036
1037
|
}
|
|
1037
1038
|
|
|
1038
1039
|
.k-grid-header th.k-header>.k-link {
|