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
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
--textColor40: #c8c8c8;
|
|
28
28
|
--textColor50: #afafaf;
|
|
29
29
|
--textColor60: #939393;
|
|
30
|
-
--textColor70: #
|
|
30
|
+
--textColor70: #888888;
|
|
31
31
|
|
|
32
32
|
/* Icon Size */
|
|
33
33
|
--iconSizeDefault: 28px;
|
|
@@ -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;
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
--colorDefault10: #dadada;
|
|
86
87
|
--colorDefault20: #b8b8b8;
|
|
87
88
|
--colorDefault30: #909090;
|
|
88
|
-
--colorDefault40: #
|
|
89
|
+
--colorDefault40: #424242;
|
|
89
90
|
--colorDefault50: #4a4a4a;
|
|
90
91
|
--colorDefault60: #3e3e3e;
|
|
91
92
|
--colorDefault70: #2f2f2f;
|
|
@@ -165,10 +166,10 @@
|
|
|
165
166
|
--colorRoyal10: #e5d7f1;
|
|
166
167
|
--colorRoyal20: #cfb2e5;
|
|
167
168
|
--colorRoyal30: #b683d9;
|
|
168
|
-
--colorRoyal40: #
|
|
169
|
-
--colorRoyal50: #
|
|
170
|
-
--colorRoyal60: #
|
|
171
|
-
--colorRoyal70: #
|
|
169
|
+
--colorRoyal40: #6c2093;
|
|
170
|
+
--colorRoyal50: #551774;
|
|
171
|
+
--colorRoyal60: #4e156b;
|
|
172
|
+
--colorRoyal70: #401356;
|
|
172
173
|
--textColorRoyal10: #8c8c8c;
|
|
173
174
|
--textColorRoyal20: #bbbbbb;
|
|
174
175
|
--textColorRoyal30: #dfdfdf;
|
|
@@ -178,13 +179,13 @@
|
|
|
178
179
|
--textColorRoyal70: #ffffff;
|
|
179
180
|
|
|
180
181
|
/* Color - Calm (mobile) */
|
|
181
|
-
--colorCalm10: #
|
|
182
|
-
--colorCalm20: #
|
|
183
|
-
--colorCalm30: #
|
|
184
|
-
--colorCalm40: #
|
|
185
|
-
--colorCalm50: #
|
|
186
|
-
--colorCalm60: #
|
|
187
|
-
--colorCalm70: #
|
|
182
|
+
--colorCalm10: #d99df8;
|
|
183
|
+
--colorCalm20: #ba61e7;
|
|
184
|
+
--colorCalm30: #a741da;
|
|
185
|
+
--colorCalm40: #9933cc;
|
|
186
|
+
--colorCalm50: #822bad;
|
|
187
|
+
--colorCalm60: #7a29a3;
|
|
188
|
+
--colorCalm70: #732699;
|
|
188
189
|
--textColorCalm10: #8c8c8c;
|
|
189
190
|
--textColorCalm20: #bbbbbb;
|
|
190
191
|
--textColorCalm30: #dfdfdf;
|
|
@@ -242,26 +243,26 @@
|
|
|
242
243
|
--textColorDark70: #d5d5d5;
|
|
243
244
|
|
|
244
245
|
/* Color - Neutral (web e mobile) */
|
|
245
|
-
--colorNeutral00: #
|
|
246
|
-
--colorNeutral10: #
|
|
247
|
-
--colorNeutral20: #
|
|
248
|
-
--colorNeutral30: #
|
|
249
|
-
--colorNeutral40: #
|
|
250
|
-
--colorNeutral50: #
|
|
251
|
-
--colorNeutral60: #
|
|
252
|
-
--colorNeutral70: #
|
|
246
|
+
--colorNeutral00: #ffffff;
|
|
247
|
+
--colorNeutral10: #f1f1f1;
|
|
248
|
+
--colorNeutral20: #e3e3e3;
|
|
249
|
+
--colorNeutral30: #d5d5d5;
|
|
250
|
+
--colorNeutral40: #c7c7c7;
|
|
251
|
+
--colorNeutral50: #b9b9b9;
|
|
252
|
+
--colorNeutral60: #acacac;
|
|
253
|
+
--colorNeutral70: #9e9e9e;
|
|
253
254
|
--colorNeutral80: #909090;
|
|
254
255
|
--colorNeutral90: #828282;
|
|
255
256
|
--colorNeutral100: #747474;
|
|
256
257
|
--colorNeutral110: #666666;
|
|
257
|
-
--colorNeutral120: #
|
|
258
|
+
--colorNeutral120: #5d5d5d;
|
|
258
259
|
--colorNeutral130: #535353;
|
|
259
|
-
--colorNeutral140: #
|
|
260
|
+
--colorNeutral140: #4a4a4a;
|
|
260
261
|
--colorNeutral150: #414141;
|
|
261
262
|
--colorNeutral160: #383838;
|
|
262
|
-
--colorNeutral170: #
|
|
263
|
+
--colorNeutral170: #2e2e2e;
|
|
263
264
|
--colorNeutral180: #252525;
|
|
264
|
-
--colorNeutral190: #
|
|
265
|
+
--colorNeutral190: #1c1c1c;
|
|
265
266
|
--colorNeutral200: #131313;
|
|
266
267
|
--colorNeutral210: #090909;
|
|
267
268
|
--colorNeutral220: #000000;
|
|
@@ -269,15 +270,15 @@
|
|
|
269
270
|
/* === Variables used exclusively in the color palette property === */
|
|
270
271
|
/* Components - Button */
|
|
271
272
|
--btnLink: var(--colorPrimary40, #2a9fd6);
|
|
272
|
-
--btnDefault: var(--colorDefault40, #
|
|
273
|
+
--btnDefault: var(--colorDefault40, #424242);
|
|
273
274
|
--btnPrimary: var(--colorPrimary40, #2a9fd6);
|
|
274
275
|
--btnSuccess: var(--colorSuccess40, #77b300);
|
|
275
|
-
--btnCalm: var(--colorCalm40, #
|
|
276
|
+
--btnCalm: var(--colorCalm40, #9933cc);
|
|
276
277
|
--btnWarning: var(--colorWarning40, #ff8800);
|
|
277
278
|
--btnDanger: var(--colorDanger40, #cc0000);
|
|
278
279
|
--btnLight: var(--colorLight40, #222222);
|
|
279
280
|
--btnStable: var(--colorStable40, #f8f8f8);
|
|
280
|
-
--btnRoyal: var(--colorRoyal40, #
|
|
281
|
+
--btnRoyal: var(--colorRoyal40, #6c2093);
|
|
281
282
|
--btnDark: var(--colorDark40, #adafae);
|
|
282
283
|
|
|
283
284
|
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
@@ -307,24 +308,24 @@
|
|
|
307
308
|
--colorDefault: var(--colorDefault50, #4a4a4a);
|
|
308
309
|
--colorPrimary: var(--colorPrimary40, #2a9fd6);
|
|
309
310
|
--colorSuccess: var(--colorSuccess40, #77b300);
|
|
310
|
-
--colorCalm: var(--colorCalm40, #
|
|
311
|
+
--colorCalm: var(--colorCalm40, #9933cc);
|
|
311
312
|
--colorWarning: var(--colorWarning40, #ff8800);
|
|
312
313
|
--colorDanger: var(--colorDanger40, #cc0000);
|
|
313
314
|
--colorLight: var(--colorLight40, #222222);
|
|
314
315
|
--colorStable: var(--colorStable40, #f8f8f8);
|
|
315
|
-
--colorRoyal: var(--colorRoyal40, #
|
|
316
|
+
--colorRoyal: var(--colorRoyal40, #6c2093);
|
|
316
317
|
--colorDark: var(--colorDark40, #adafae);
|
|
317
318
|
|
|
318
319
|
/* Components - Checkbox */
|
|
319
320
|
--checkboxDefault: var(--colorDefault30, #909090);
|
|
320
321
|
--checkboxPrimary: var(--colorPrimary40, #2a9fd6);
|
|
321
322
|
--checkboxSuccess: var(--colorSuccess40, #77b300);
|
|
322
|
-
--checkboxCalm: var(--colorCalm40, #
|
|
323
|
+
--checkboxCalm: var(--colorCalm40, #9933cc);
|
|
323
324
|
--checkboxWarning: var(--colorWarning40, #ff8800);
|
|
324
325
|
--checkboxDanger: var(--colorDanger40, #cc0000);
|
|
325
326
|
--checkboxLight: var(--colorLight30, #7f7f7f);
|
|
326
327
|
--checkboxStable: var(--colorStable40, #f8f8f8);
|
|
327
|
-
--checkboxRoyal: var(--colorRoyal40, #
|
|
328
|
+
--checkboxRoyal: var(--colorRoyal40, #6c2093);
|
|
328
329
|
--checkboxDark: var(--colorDark40, #adafae);
|
|
329
330
|
|
|
330
331
|
--borderCheckboxDefault: transparent;
|
|
@@ -339,10 +340,10 @@
|
|
|
339
340
|
--borderCheckboxDark: transparent;
|
|
340
341
|
|
|
341
342
|
/* Components - Combobox */
|
|
342
|
-
--comboboxDefault: var(--colorDefault40, #
|
|
343
|
+
--comboboxDefault: var(--colorDefault40, #424242);
|
|
343
344
|
--comboboxPrimary: var(--colorPrimary40, #2a9fd6);
|
|
344
345
|
--comboboxSuccess: var(--colorSuccess40, #77b300);
|
|
345
|
-
--comboboxCalm: var(--colorCalm40, #
|
|
346
|
+
--comboboxCalm: var(--colorCalm40, #9933cc);
|
|
346
347
|
--comboboxWarning: var(--colorWarning40, #ff8800);
|
|
347
348
|
--comboboxDanger: var(--colorDanger40, #cc0000);
|
|
348
349
|
--comboboxLight: var(--colorLight40, #222222);
|
|
@@ -350,27 +351,27 @@
|
|
|
350
351
|
--comboboxRoyal: var(--colorRoyal40, #9933cc);
|
|
351
352
|
--comboboxDark: var(--colorDark40, #adafae);
|
|
352
353
|
|
|
353
|
-
--borderComboboxDefault: var(--colorDefault50, #
|
|
354
|
+
--borderComboboxDefault: var(--colorDefault50, #424242);
|
|
354
355
|
--borderComboboxPrimary: var(--colorPrimary50, #2a9fd6);
|
|
355
356
|
--borderComboboxSuccess: var(--colorSuccess50, #77b300);
|
|
356
|
-
--borderComboboxCalm: var(--colorCalm50, #
|
|
357
|
+
--borderComboboxCalm: var(--colorCalm50, #822bad);
|
|
357
358
|
--borderComboboxWarning: var(--colorWarning50, #ff8800);
|
|
358
359
|
--borderComboboxDanger: var(--colorDanger50, #cc0000);
|
|
359
360
|
--borderComboboxLight: var(--colorLight50, #222222);
|
|
360
361
|
--borderComboboxStable: var(--colorStable50, #f8f8f8);
|
|
361
|
-
--borderComboboxRoyal: var(--colorRoyal50, #
|
|
362
|
+
--borderComboboxRoyal: var(--colorRoyal50, #551774);
|
|
362
363
|
--borderComboboxDark: var(--colorDark50, #adafae);
|
|
363
364
|
|
|
364
365
|
/* Components - Radio input */
|
|
365
366
|
--optionDefault: var(--colorDefault30, #909090);
|
|
366
367
|
--optionPrimary: var(--colorPrimary40, #2a9fd6);
|
|
367
368
|
--optionSuccess: var(--colorSuccess40, #77b300);
|
|
368
|
-
--optionCalm: var(--colorCalm40, #
|
|
369
|
+
--optionCalm: var(--colorCalm40, #9933cc);
|
|
369
370
|
--optionWarning: var(--colorWarning40, #ff8800);
|
|
370
371
|
--optionDanger: var(--colorDanger40, #cc0000);
|
|
371
372
|
--optionLight: var(--colorLight30, #7f7f7f);
|
|
372
373
|
--optionStable: var(--colorStable40, #f8f8f8);
|
|
373
|
-
--optionRoyal: var(--colorRoyal40, #
|
|
374
|
+
--optionRoyal: var(--colorRoyal40, #6c2093);
|
|
374
375
|
--optionDark: var(--colorDark40, #adafae);
|
|
375
376
|
|
|
376
377
|
--borderOptionDefault: transparent;
|
|
@@ -385,15 +386,15 @@
|
|
|
385
386
|
--borderOptionDark: transparent;
|
|
386
387
|
|
|
387
388
|
/* Components - Panel */
|
|
388
|
-
--panelDefault: var(--
|
|
389
|
-
--panelPrimary: var(--
|
|
389
|
+
--panelDefault: var(--colorDefault40, #424242);
|
|
390
|
+
--panelPrimary: var(--colorPrimary40, #2a9fd6);
|
|
390
391
|
--panelSuccess: var(--colorSuccess40, #77b300);
|
|
391
|
-
--panelCalm: var(--colorCalm40, #
|
|
392
|
+
--panelCalm: var(--colorCalm40, #9933cc);
|
|
392
393
|
--panelWarning: var(--colorWarning40, #ff8800);
|
|
393
394
|
--panelDanger: var(--colorDanger40, #cc0000);
|
|
394
395
|
--panelLight: var(--colorLight30, #7f7f7f);
|
|
395
396
|
--panelStable: var(--colorStable40, #f8f8f8);
|
|
396
|
-
--panelRoyal: var(--colorRoyal40, #
|
|
397
|
+
--panelRoyal: var(--colorRoyal40, #6c2093);
|
|
397
398
|
--panelDark: var(--colorDark40, #adafae);
|
|
398
399
|
|
|
399
400
|
--borderPanelDefault: transparent;
|
|
@@ -437,6 +438,10 @@ input {
|
|
|
437
438
|
color: var(--textColor60, #939393);
|
|
438
439
|
}
|
|
439
440
|
|
|
441
|
+
h4.ng-binding.ng-scope {
|
|
442
|
+
color: var(--textColor70, #888888);
|
|
443
|
+
}
|
|
444
|
+
|
|
440
445
|
.color-default {
|
|
441
446
|
color: var(--colorDefault30, #909090);
|
|
442
447
|
}
|
|
@@ -445,6 +450,46 @@ input {
|
|
|
445
450
|
color: var(--colorDefault60, #3e3e3e);
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
.color-primary {
|
|
454
|
+
color: var(--colorPrimary40, #2a9fd6);
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.color-primary:hover {
|
|
458
|
+
color: var(--colorPrimary60, #1f749d);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.color-success {
|
|
462
|
+
color: var(--colorSuccess40, #77b300);
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.color-success:hover {
|
|
466
|
+
color: var(--colorSuccess60, #578300);
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.color-info {
|
|
470
|
+
color: var(--colorCalm40, #9933cc);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.color-info:hover {
|
|
474
|
+
color: var(--colorCalm60, #7a29a3);
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.color-warning {
|
|
478
|
+
color: var(--colorWarning40, #ff8800);
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.color-warning:hover {
|
|
482
|
+
color: var(--colorWarning60, #bb6400);
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.color-danger {
|
|
486
|
+
color: var(--colorDanger40, #cc0000);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.color-danger:hover {
|
|
490
|
+
color: var(--colorDanger60, #950000);
|
|
491
|
+
}
|
|
492
|
+
|
|
448
493
|
.color-light {
|
|
449
494
|
color: var(--colorLight30, #7f7f7f);
|
|
450
495
|
}
|
|
@@ -453,6 +498,31 @@ input {
|
|
|
453
498
|
color: var(--colorLight20, #afafaf);
|
|
454
499
|
}
|
|
455
500
|
|
|
501
|
+
.color-stable {
|
|
502
|
+
color: var(--colorStable40, #f8f8f8);
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.color-stable:focus,
|
|
506
|
+
.color-stable:hover {
|
|
507
|
+
color: var(--colorStable60, #b6b6b6);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.color-royal {
|
|
511
|
+
color: var(--colorRoyal40, #6c2093);
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.color-royal:hover {
|
|
515
|
+
color: var(--colorRoyal60, #4e156b);
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.color-dark {
|
|
519
|
+
color: var(--colorDark40, #adafae);
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.color-dark:hover {
|
|
523
|
+
color: var(--colorDark60, #7f807f);
|
|
524
|
+
}
|
|
525
|
+
|
|
456
526
|
/* Option */
|
|
457
527
|
.option-default .k-radio:checked+.k-radio-label:before,
|
|
458
528
|
.option-default .k-radio-label:before {
|
|
@@ -471,6 +541,36 @@ input {
|
|
|
471
541
|
border-color: var(--colorDefault30, #909090);
|
|
472
542
|
}
|
|
473
543
|
|
|
544
|
+
.option-primary .k-radio-label:after,
|
|
545
|
+
.option-primary .k-radio:checked+.k-radio-label:after {
|
|
546
|
+
background: var(--colorPrimary40, #2a9fd6);
|
|
547
|
+
border-color: var(--colorPrimary40, #2a9fd6);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.option-success .k-radio-label:after,
|
|
551
|
+
.option-success .k-radio:checked+.k-radio-label:after {
|
|
552
|
+
background: var(--colorSuccess40, #77b300);
|
|
553
|
+
border-color: var(--colorSuccess40, #77b300);
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.option-info .k-radio-label:after,
|
|
557
|
+
.option-info .k-radio:checked+.k-radio-label:after {
|
|
558
|
+
background: var(--colorCalm40, #9933cc);
|
|
559
|
+
border-color: var(--colorCalm40, #9933cc);
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.option-warning .k-radio-label:after,
|
|
563
|
+
.option-warning .k-radio:checked+.k-radio-label:after {
|
|
564
|
+
background: var(--colorDanger40, #cc0000);
|
|
565
|
+
border-color: var(--colorDanger40, #cc0000);
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.option-danger .k-radio-label:after,
|
|
569
|
+
.option-danger .k-radio:checked+.k-radio-label:after {
|
|
570
|
+
background: var(--colorDanger40, #ef473a);
|
|
571
|
+
border-color: var(--colorDanger40, #ef473a);
|
|
572
|
+
}
|
|
573
|
+
|
|
474
574
|
.option-light .k-radio:checked+.k-radio-label:before,
|
|
475
575
|
.option-light .k-radio-label:before {
|
|
476
576
|
border-color: var(--colorLight30, #7f7f7f);
|
|
@@ -488,7 +588,75 @@ input {
|
|
|
488
588
|
border-color: var(--colorLight30, #7f7f7f);
|
|
489
589
|
}
|
|
490
590
|
|
|
591
|
+
.option-stable .k-radio-label:after,
|
|
592
|
+
.option-stable .k-radio:checked+.k-radio-label:after {
|
|
593
|
+
background: var(--colorStable40, #f8f8f8);
|
|
594
|
+
border-color: var(--colorStable40, #f8f8f8);
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.option-royal .k-radio-label:after,
|
|
598
|
+
.option-royal .k-radio:checked+.k-radio-label:after {
|
|
599
|
+
background: var(--colorRoyal40, #6c2093);
|
|
600
|
+
border-color: var(--colorRoyal40, #6c2093);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.option-dark .k-radio-label:after,
|
|
604
|
+
.option-dark .k-radio:checked+.k-radio-label:after {
|
|
605
|
+
background: var(--colorDark40, #adafae);
|
|
606
|
+
border-color: var(--colorDark40, #adafae);
|
|
607
|
+
}
|
|
608
|
+
|
|
491
609
|
/* Checkbox */
|
|
610
|
+
.checkbox-default .k-checkbox:checked+.k-checkbox-label:before {
|
|
611
|
+
background: var(--colorDefault30, #909090);
|
|
612
|
+
color: var(--textColorDefault40, #ffffff);
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.checkbox-primary .k-checkbox:checked+.k-checkbox-label:before {
|
|
616
|
+
background: var(--colorPrimary40, #2a9fd6);
|
|
617
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.checkbox-success .k-checkbox:checked+.k-checkbox-label:before {
|
|
621
|
+
background: var(--colorSuccess40, #77b300);
|
|
622
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.checkbox-info .k-checkbox:checked+.k-checkbox-label:before {
|
|
626
|
+
background: var(--colorCalm40, #9933cc);
|
|
627
|
+
color: var(--textColorCalm40, #ffffff);
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.checkbox-warning .k-checkbox:checked+.k-checkbox-label:before {
|
|
631
|
+
background: var(--colorWarning40, #ff8800);
|
|
632
|
+
color: var(--textColorWarning40, #ffffff);
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.checkbox-danger .k-checkbox:checked+.k-checkbox-label:before {
|
|
636
|
+
background: var(--colorDanger40, #cc0000);
|
|
637
|
+
color: var(--textColorDanger40, #ffffff);
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.checkbox-light .k-checkbox:checked+.k-checkbox-label:before {
|
|
641
|
+
background: var(--colorLight30, #7f7f7f);
|
|
642
|
+
color: var(--textColorLight40, #444444);
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before {
|
|
646
|
+
background: var(--colorStable40, #f8f8f8);
|
|
647
|
+
color: var(--textColorStable40, #ffffff);
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.checkbox-royal .k-checkbox:checked+.k-checkbox-label:before {
|
|
651
|
+
background: var(--colorRoyal40, #6c2093);
|
|
652
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.checkbox-dark .k-checkbox:checked+.k-checkbox-label:before {
|
|
656
|
+
background: var(--colorDark40, #adafae);
|
|
657
|
+
color: var(--textColorDark40, #000000);
|
|
658
|
+
}
|
|
659
|
+
|
|
492
660
|
.k-checkbox-label:before {
|
|
493
661
|
background: transparent;
|
|
494
662
|
}
|
|
@@ -595,12 +763,18 @@ input {
|
|
|
595
763
|
/* Simple table */
|
|
596
764
|
.table-bordered>thead>tr>td,
|
|
597
765
|
.table-bordered>thead>tr>th {
|
|
598
|
-
background: var(--colorDefault40, #
|
|
766
|
+
background: var(--colorDefault40, #424242);
|
|
599
767
|
color: var(--textColorDefault40, #ffffff);
|
|
600
768
|
}
|
|
601
769
|
|
|
770
|
+
.table>thead:first-child>tr:first-child>th {
|
|
771
|
+
border-top: 0;
|
|
772
|
+
color: var(--textColor70, #888888);
|
|
773
|
+
}
|
|
774
|
+
|
|
602
775
|
.table-hover>tbody>tr:hover {
|
|
603
776
|
background: var(--colorDefault10, #dadada);
|
|
777
|
+
color: var(--textColor70, #888888);
|
|
604
778
|
}
|
|
605
779
|
|
|
606
780
|
/* Modal */
|
|
@@ -675,7 +849,7 @@ input {
|
|
|
675
849
|
box-shadow: none;
|
|
676
850
|
}
|
|
677
851
|
|
|
678
|
-
.bg-login #container-first h1{
|
|
852
|
+
.bg-login #container-first h1 {
|
|
679
853
|
color: var(--textColorPrimary40, #ffffff);
|
|
680
854
|
}
|
|
681
855
|
|
|
@@ -698,7 +872,7 @@ input {
|
|
|
698
872
|
.login-view .crn-button-signup-register:hover,
|
|
699
873
|
.login-view .btn.btn-default:hover {
|
|
700
874
|
color: var(--textColorPrimary40, #ffffff);
|
|
701
|
-
background: var(--colorPrimary50, #
|
|
875
|
+
background: var(--colorPrimary50, #258bbb);
|
|
702
876
|
border-color: transparent;
|
|
703
877
|
outline: none;
|
|
704
878
|
}
|
|
@@ -736,9 +910,8 @@ a:hover {
|
|
|
736
910
|
}
|
|
737
911
|
|
|
738
912
|
/* Banner */
|
|
739
|
-
|
|
740
913
|
.jumbotron {
|
|
741
|
-
background: var(--colorDefault40, #
|
|
914
|
+
background: var(--colorDefault40, #424242);
|
|
742
915
|
}
|
|
743
916
|
|
|
744
917
|
.jumbotron .h1,
|
|
@@ -760,7 +933,7 @@ a:hover {
|
|
|
760
933
|
|
|
761
934
|
/* Treeview */
|
|
762
935
|
.k-treeview .k-item {
|
|
763
|
-
background: var(--colorDefault40, #
|
|
936
|
+
background: var(--colorDefault40, #424242);
|
|
764
937
|
color: var(--textColorDefault40, #ffffff);
|
|
765
938
|
}
|
|
766
939
|
|
|
@@ -819,6 +992,15 @@ textarea.k-textbox:hover,
|
|
|
819
992
|
box-shadow: none;
|
|
820
993
|
}
|
|
821
994
|
|
|
995
|
+
.k-multiselect .k-button,
|
|
996
|
+
.combobox-default .k-multiselect .k-button {
|
|
997
|
+
border-color: var(--colorDefault50, #4a4a4a);
|
|
998
|
+
background: var(--colorDefault40, #424242);
|
|
999
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1000
|
+
padding-left: 13px;
|
|
1001
|
+
padding-right: 25px;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
822
1004
|
.k-autocomplete.k-state-default.k-state-focused:hover,
|
|
823
1005
|
.k-widget.k-multiselect.k-state-focused:hover,
|
|
824
1006
|
.k-dropdown .k-state-focused:hover,
|
|
@@ -855,6 +1037,11 @@ textarea.k-textbox:hover,
|
|
|
855
1037
|
box-shadow: inset 0 1px 1px transparent, 0 0 8px var(--colorPrimary30, #82bded);
|
|
856
1038
|
}
|
|
857
1039
|
|
|
1040
|
+
input.k-textbox,
|
|
1041
|
+
textarea.k-textbox {
|
|
1042
|
+
color: var(--textColor70, #888888);
|
|
1043
|
+
}
|
|
1044
|
+
|
|
858
1045
|
.cardinput .k-textbox.form-control:focus {
|
|
859
1046
|
box-shadow: none;
|
|
860
1047
|
}
|
|
@@ -875,7 +1062,7 @@ textarea.k-textbox:hover,
|
|
|
875
1062
|
background: transparent;
|
|
876
1063
|
border: 0;
|
|
877
1064
|
padding: 14px 22px;
|
|
878
|
-
color: var(--
|
|
1065
|
+
color: var(--textColor70, #888888);
|
|
879
1066
|
}
|
|
880
1067
|
|
|
881
1068
|
/* Date and hour */
|
|
@@ -918,7 +1105,6 @@ td.k-state-focused.k-state-selected,
|
|
|
918
1105
|
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #5665be);
|
|
919
1106
|
}
|
|
920
1107
|
|
|
921
|
-
|
|
922
1108
|
/* seta do modal do calendario */
|
|
923
1109
|
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
|
924
1110
|
border-bottom-color: var(--colorDefault70, #2f2f2f);
|
|
@@ -934,7 +1120,7 @@ td.k-state-focused.k-state-selected,
|
|
|
934
1120
|
}
|
|
935
1121
|
|
|
936
1122
|
.dynamic-image-container .btn {
|
|
937
|
-
background: var(--colorDefault40, #
|
|
1123
|
+
background: var(--colorDefault40, #424242);
|
|
938
1124
|
border-color: transparent;
|
|
939
1125
|
color: var(--textColorDefault40, #ffffff);
|
|
940
1126
|
margin: 0;
|
|
@@ -971,7 +1157,7 @@ td.k-state-focused.k-state-selected,
|
|
|
971
1157
|
#forgotPasswordModal .modal-footer .btn.btn-danger,
|
|
972
1158
|
#modalPassword .modal-footer .k-button.k-danger,
|
|
973
1159
|
#modalPassword .modal-footer .btn.btn-danger {
|
|
974
|
-
background: var(--colorDefault40, #
|
|
1160
|
+
background: var(--colorDefault40, #424242);
|
|
975
1161
|
border-color: transparent;
|
|
976
1162
|
color: var(--textColorDefault40, #ffffff);
|
|
977
1163
|
}
|
|
@@ -986,7 +1172,6 @@ td.k-state-focused.k-state-selected,
|
|
|
986
1172
|
}
|
|
987
1173
|
|
|
988
1174
|
/* Crud button */
|
|
989
|
-
|
|
990
1175
|
.active-bar .k-button.k-default,
|
|
991
1176
|
.active-bar .btn.btn-default {
|
|
992
1177
|
background: var(--colorSuccess40, #77b300);
|
|
@@ -1002,9 +1187,8 @@ td.k-state-focused.k-state-selected,
|
|
|
1002
1187
|
}
|
|
1003
1188
|
|
|
1004
1189
|
/* Grid */
|
|
1005
|
-
|
|
1006
1190
|
.k-grid tr:hover {
|
|
1007
|
-
background: var(--colorDefault40, #
|
|
1191
|
+
background: var(--colorDefault40, #424242);
|
|
1008
1192
|
color: var(--textColorDefault40, #ffffff);
|
|
1009
1193
|
}
|
|
1010
1194
|
|
|
@@ -1016,12 +1200,10 @@ td.k-state-focused.k-state-selected,
|
|
|
1016
1200
|
border-radius: var(--borderRadiusSmallest, 5px);
|
|
1017
1201
|
min-width: 49px;
|
|
1018
1202
|
border: 1px solid var(--backgroundColor30, #7b7b7b);
|
|
1019
|
-
background: var(--backgroundColor40, #060606);
|
|
1020
1203
|
color: var(--textColor40);
|
|
1021
1204
|
}
|
|
1022
1205
|
|
|
1023
1206
|
.k-grid table .k-button:hover {
|
|
1024
|
-
background: var(--colorDefault40, #555555);
|
|
1025
1207
|
color: var(--textColorDefault40, #ffffff);
|
|
1026
1208
|
}
|
|
1027
1209
|
|
|
@@ -1101,7 +1283,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1101
1283
|
}
|
|
1102
1284
|
|
|
1103
1285
|
.k-calendar .k-link {
|
|
1104
|
-
color: var(--colorDefault40, #
|
|
1286
|
+
color: var(--colorDefault40, #424242);
|
|
1105
1287
|
}
|
|
1106
1288
|
|
|
1107
1289
|
.k-pager-wrap .k-link.k-pager-last,
|
|
@@ -1148,7 +1330,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1148
1330
|
}
|
|
1149
1331
|
|
|
1150
1332
|
.crn-grid-title {
|
|
1151
|
-
color: var(--
|
|
1333
|
+
color: var(--textColor70, #888888);
|
|
1152
1334
|
}
|
|
1153
1335
|
|
|
1154
1336
|
.k-pager-wrap .k-pager-refresh.k-link:hover {
|
|
@@ -1157,10 +1339,9 @@ td.k-state-focused.k-state-selected {
|
|
|
1157
1339
|
}
|
|
1158
1340
|
|
|
1159
1341
|
/* Scheduler */
|
|
1160
|
-
|
|
1161
1342
|
.k-scheduler,
|
|
1162
1343
|
.k-scheduler-toolbar>ul>li {
|
|
1163
|
-
border-color: var(--colorDefault40, #
|
|
1344
|
+
border-color: var(--colorDefault40, #424242);
|
|
1164
1345
|
box-shadow: none;
|
|
1165
1346
|
}
|
|
1166
1347
|
|
|
@@ -1183,12 +1364,12 @@ td.k-state-focused.k-state-selected {
|
|
|
1183
1364
|
}
|
|
1184
1365
|
|
|
1185
1366
|
.k-scheduler .k-header {
|
|
1186
|
-
border-color: var(--colorDefault40, #
|
|
1367
|
+
border-color: var(--colorDefault40, #424242);
|
|
1187
1368
|
}
|
|
1188
1369
|
|
|
1189
1370
|
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
|
|
1190
1371
|
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover {
|
|
1191
|
-
border-color: var(--colorDefault40, #
|
|
1372
|
+
border-color: var(--colorDefault40, #424242);
|
|
1192
1373
|
}
|
|
1193
1374
|
|
|
1194
1375
|
.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,
|
|
@@ -1223,7 +1404,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1223
1404
|
.k-scheduler-navigation .k-nav-prev .k-link,
|
|
1224
1405
|
.k-scheduler div.k-scheduler-footer .k-link,
|
|
1225
1406
|
.k-scheduler div.k-scheduler-footer ul li {
|
|
1226
|
-
border-color: var(--colorDefault40, #
|
|
1407
|
+
border-color: var(--colorDefault40, #424242);
|
|
1227
1408
|
background: transparent;
|
|
1228
1409
|
}
|
|
1229
1410
|
|
|
@@ -1243,7 +1424,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1243
1424
|
|
|
1244
1425
|
.k-scheduler-navigation .k-nav-next .k-link,
|
|
1245
1426
|
.k-scheduler-navigation .k-nav-prev .k-link {
|
|
1246
|
-
color: var(--
|
|
1427
|
+
color: var(--textColor70, #888888);
|
|
1247
1428
|
}
|
|
1248
1429
|
|
|
1249
1430
|
.k-scheduler-header th,
|
|
@@ -1257,7 +1438,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1257
1438
|
|
|
1258
1439
|
.k-other-month.k-state-hover .k-link,
|
|
1259
1440
|
.k-other-month .k-link {
|
|
1260
|
-
color: var(--colorDefault30, #
|
|
1441
|
+
color: var(--colorDefault30, #424242);
|
|
1261
1442
|
}
|
|
1262
1443
|
|
|
1263
1444
|
.k-nav-current .k-link:hover {
|
|
@@ -1270,12 +1451,12 @@ td.k-state-focused.k-state-selected {
|
|
|
1270
1451
|
.k-scheduler-times,
|
|
1271
1452
|
.k-scheduler-times th,
|
|
1272
1453
|
.k-scheduler-times tr {
|
|
1273
|
-
border-color: var(--colorDefault40, #
|
|
1454
|
+
border-color: var(--colorDefault40, #424242);
|
|
1274
1455
|
}
|
|
1275
1456
|
|
|
1276
1457
|
.k-calendar .k-state-focused,
|
|
1277
1458
|
.k-calendar td.k-state-focused {
|
|
1278
|
-
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #
|
|
1459
|
+
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #424242);
|
|
1279
1460
|
}
|
|
1280
1461
|
|
|
1281
1462
|
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.navbar-inverse {
|
|
12
|
-
background: var(--colorDefault40, #
|
|
12
|
+
background: var(--colorDefault40, #424242);
|
|
13
13
|
border: none
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.navbar-inverse .badge {
|
|
17
17
|
background: var(--backgroundColor40, #ffffff);
|
|
18
|
-
color: var(--colorDefault40, #
|
|
18
|
+
color: var(--colorDefault40, #424242);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.navbar-default .navbar-nav>li>a,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
47
47
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover {
|
|
48
48
|
color: var(--textColorPrimary40, #ffffff);
|
|
49
|
-
background: var(--colorPrimary40, #
|
|
49
|
+
background: var(--colorPrimary40, #424242);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.dropdown-menu>li>a,
|
|
@@ -77,7 +77,7 @@ img.user-avatar[src="node_modules/cronapp-framework-js/dist/img/img-user.svg"] {
|
|
|
77
77
|
|
|
78
78
|
/* Menu mobile */
|
|
79
79
|
.navbar-default .navbar-toggle {
|
|
80
|
-
border-color: var(--colorDefault40, #
|
|
80
|
+
border-color: var(--colorDefault40, #424242);
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.navbar-default .navbar-toggle:focus,
|