cronapp-framework-js 3.0.0-SP.4 → 3.0.0-SP.40
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/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/themes/custom/aquamarine/custom-aquamarine.css +13 -1
- 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 +61 -1
- package/css/themes/custom/cyborg/custom-cyborg.css +227 -39
- package/css/themes/custom/cyborg/navbar-cyborg.css +4 -4
- package/css/themes/custom/cyborg/panel-cyborg.css +2 -2
- package/css/themes/custom/darkly/custom-darkly.css +1 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +12 -1
- package/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/css/themes/custom/fuse/custom-fuse.css +13 -1
- 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/navbar-material.css +2 -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/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 +1 -0
- 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/menu-vertical-retratil.css +35 -22
- package/css/themes/custom/theme-general/menu.css +2 -2
- package/css/themes/custom/theme-general/table-grid.css +3 -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/dist/components/js/format.min.js +1 -1
- package/dist/components/js/jquery.inputmask.bundle.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/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/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-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/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/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/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/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +17 -12
- 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 +42 -19
- package/js/directives.js +325 -77
- 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,10 @@
|
|
|
1
1
|
/* Default */
|
|
2
|
+
.k-button, .btn, .k-button.k-default, .btn.btn-default {
|
|
3
|
+
background: var(--colorDefault40, #424242);
|
|
4
|
+
border-color: transparent;
|
|
5
|
+
color: var(--textColorDefault40, #ffffff);
|
|
6
|
+
}
|
|
7
|
+
|
|
2
8
|
.k-button.k-default.active,
|
|
3
9
|
.k-button.k-default:active,
|
|
4
10
|
.btn.btn-default.active,
|
|
@@ -8,6 +14,12 @@
|
|
|
8
14
|
}
|
|
9
15
|
|
|
10
16
|
/* Primary */
|
|
17
|
+
.btn.btn-primary {
|
|
18
|
+
background: var( --colorPrimary40, #2a9fd6);
|
|
19
|
+
border-color: transparent;
|
|
20
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
21
|
+
}
|
|
22
|
+
|
|
11
23
|
.btn.btn-primary.active,
|
|
12
24
|
.btn.btn-primary:active,
|
|
13
25
|
.k-button.k-primary.active,
|
|
@@ -17,6 +29,12 @@
|
|
|
17
29
|
}
|
|
18
30
|
|
|
19
31
|
/* Success */
|
|
32
|
+
.btn.btn-success {
|
|
33
|
+
background: var(--colorSuccess40, #77b300);
|
|
34
|
+
border-color: transparent;
|
|
35
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
36
|
+
}
|
|
37
|
+
|
|
20
38
|
.btn.btn-success.active,
|
|
21
39
|
.btn.btn-success:active,
|
|
22
40
|
.k-button.k-success.active,
|
|
@@ -26,6 +44,12 @@
|
|
|
26
44
|
}
|
|
27
45
|
|
|
28
46
|
/* Warning */
|
|
47
|
+
.btn.btn-warning {
|
|
48
|
+
background: var(--colorWarning40, #ff8800);
|
|
49
|
+
border-color: transparent;
|
|
50
|
+
color: var(--textColorWarning40, #ffffff);
|
|
51
|
+
}
|
|
52
|
+
|
|
29
53
|
.btn.btn-warning.active,
|
|
30
54
|
.btn.btn-warning:active,
|
|
31
55
|
.k-button.k-warning.active,
|
|
@@ -35,6 +59,12 @@
|
|
|
35
59
|
}
|
|
36
60
|
|
|
37
61
|
/* Danger */
|
|
62
|
+
.btn.btn-danger {
|
|
63
|
+
background: var(--colorDanger40, #cc0000);
|
|
64
|
+
border-color: transparent;
|
|
65
|
+
color: var(--textColorDanger40, #ffffff);
|
|
66
|
+
}
|
|
67
|
+
|
|
38
68
|
.btn.btn-danger.active,
|
|
39
69
|
.btn.btn-danger:active,
|
|
40
70
|
.k-button.k-danger.active,
|
|
@@ -44,6 +74,12 @@
|
|
|
44
74
|
}
|
|
45
75
|
|
|
46
76
|
/* Info */
|
|
77
|
+
.btn.btn-info {
|
|
78
|
+
background: var(--colorCalm40, #3b448e);
|
|
79
|
+
border-color: transparent;
|
|
80
|
+
color: var(--textColorCalm40, #ffffff);
|
|
81
|
+
}
|
|
82
|
+
|
|
47
83
|
.btn.btn-info.active,
|
|
48
84
|
.btn.btn-info:active,
|
|
49
85
|
.k-button.k-info.active,
|
|
@@ -54,15 +90,27 @@
|
|
|
54
90
|
}
|
|
55
91
|
|
|
56
92
|
/* Light */
|
|
93
|
+
.btn.btn-light {
|
|
94
|
+
background: var(--colorLight40, #222222);
|
|
95
|
+
border-color: transparent;
|
|
96
|
+
color: var(--textColorLight40, #000000);
|
|
97
|
+
}
|
|
98
|
+
|
|
57
99
|
.btn.btn-light.active,
|
|
58
100
|
.btn.btn-light:active,
|
|
59
101
|
.k-button.k-light.active,
|
|
60
102
|
.k-button.k-light:active {
|
|
61
|
-
background: var(--colorLight40, #
|
|
103
|
+
background: var(--colorLight40, #222222);
|
|
62
104
|
color: var(--textColor40, #383838);
|
|
63
105
|
}
|
|
64
106
|
|
|
65
107
|
/* stable */
|
|
108
|
+
.k-button.k-stable, .btn.btn-stable {
|
|
109
|
+
background: var(--colorStable40, #f8f8f8);
|
|
110
|
+
border-color: transparent;
|
|
111
|
+
color: var(--textColorStable40, #444444);
|
|
112
|
+
}
|
|
113
|
+
|
|
66
114
|
.btn.btn-stable.active,
|
|
67
115
|
.btn.btn-stable:active,
|
|
68
116
|
.k-button.k-stable.active,
|
|
@@ -72,6 +120,12 @@
|
|
|
72
120
|
}
|
|
73
121
|
|
|
74
122
|
/* royal */
|
|
123
|
+
.btn.btn-royal {
|
|
124
|
+
background: var(--colorRoyal40, #9933cc);
|
|
125
|
+
border-color: transparent;
|
|
126
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
127
|
+
}
|
|
128
|
+
|
|
75
129
|
.btn.btn-royal.active,
|
|
76
130
|
.btn.btn-royal:active,
|
|
77
131
|
.k-button.k-royal.active,
|
|
@@ -81,6 +135,12 @@
|
|
|
81
135
|
}
|
|
82
136
|
|
|
83
137
|
/* dark */
|
|
138
|
+
.btn.btn-dark {
|
|
139
|
+
background: var(--colorDark40, #adafae);
|
|
140
|
+
border-color: transparent;
|
|
141
|
+
color: var(--textColorDark40, #ffffff);
|
|
142
|
+
}
|
|
143
|
+
|
|
84
144
|
.btn.btn-dark.active,
|
|
85
145
|
.btn.btn-dark:active,
|
|
86
146
|
.k-button.k-dark.active,
|
|
@@ -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;
|
|
@@ -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,7 +270,7 @@
|
|
|
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
276
|
--btnCalm: var(--colorCalm40, #11c1f3);
|
|
@@ -339,7 +340,7 @@
|
|
|
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
346
|
--comboboxCalm: var(--colorCalm40, #11c1f3);
|
|
@@ -350,7 +351,7 @@
|
|
|
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
357
|
--borderComboboxCalm: var(--colorCalm50, #11c1f3);
|
|
@@ -385,8 +386,8 @@
|
|
|
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
392
|
--panelCalm: var(--colorCalm40, #11c1f3);
|
|
392
393
|
--panelWarning: var(--colorWarning40, #ff8800);
|
|
@@ -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, #11c1f3);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.color-info:hover {
|
|
474
|
+
color: var(--colorCalm60, #0c8db2);
|
|
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, #9933cc);
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.color-royal:hover {
|
|
515
|
+
color: var(--colorRoyal60, #702595);
|
|
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, #11c1f3);
|
|
559
|
+
border-color: var(--colorCalm40, #11c1f3);
|
|
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, #9933cc);
|
|
600
|
+
border-color: var(--colorRoyal40, #9933cc);
|
|
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, #11c1f3);
|
|
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, #9933cc);
|
|
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
|
}
|
|
@@ -738,7 +912,7 @@ a:hover {
|
|
|
738
912
|
/* Banner */
|
|
739
913
|
|
|
740
914
|
.jumbotron {
|
|
741
|
-
background: var(--colorDefault40, #
|
|
915
|
+
background: var(--colorDefault40, #424242);
|
|
742
916
|
}
|
|
743
917
|
|
|
744
918
|
.jumbotron .h1,
|
|
@@ -760,7 +934,7 @@ a:hover {
|
|
|
760
934
|
|
|
761
935
|
/* Treeview */
|
|
762
936
|
.k-treeview .k-item {
|
|
763
|
-
background: var(--colorDefault40, #
|
|
937
|
+
background: var(--colorDefault40, #424242);
|
|
764
938
|
color: var(--textColorDefault40, #ffffff);
|
|
765
939
|
}
|
|
766
940
|
|
|
@@ -819,6 +993,15 @@ textarea.k-textbox:hover,
|
|
|
819
993
|
box-shadow: none;
|
|
820
994
|
}
|
|
821
995
|
|
|
996
|
+
.k-multiselect .k-button,
|
|
997
|
+
.combobox-default .k-multiselect .k-button {
|
|
998
|
+
border-color: var(--colorDefault50, #4a4a4a);
|
|
999
|
+
background: var(--colorDefault40, #424242);
|
|
1000
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1001
|
+
padding-left: 13px;
|
|
1002
|
+
padding-right: 25px;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
822
1005
|
.k-autocomplete.k-state-default.k-state-focused:hover,
|
|
823
1006
|
.k-widget.k-multiselect.k-state-focused:hover,
|
|
824
1007
|
.k-dropdown .k-state-focused:hover,
|
|
@@ -855,6 +1038,11 @@ textarea.k-textbox:hover,
|
|
|
855
1038
|
box-shadow: inset 0 1px 1px transparent, 0 0 8px var(--colorPrimary30, #82bded);
|
|
856
1039
|
}
|
|
857
1040
|
|
|
1041
|
+
input.k-textbox,
|
|
1042
|
+
textarea.k-textbox {
|
|
1043
|
+
color: var(--textColor70, #888888);
|
|
1044
|
+
}
|
|
1045
|
+
|
|
858
1046
|
.cardinput .k-textbox.form-control:focus {
|
|
859
1047
|
box-shadow: none;
|
|
860
1048
|
}
|
|
@@ -875,7 +1063,7 @@ textarea.k-textbox:hover,
|
|
|
875
1063
|
background: transparent;
|
|
876
1064
|
border: 0;
|
|
877
1065
|
padding: 14px 22px;
|
|
878
|
-
color: var(--
|
|
1066
|
+
color: var(--textColor70, #888888);
|
|
879
1067
|
}
|
|
880
1068
|
|
|
881
1069
|
/* Date and hour */
|
|
@@ -934,7 +1122,7 @@ td.k-state-focused.k-state-selected,
|
|
|
934
1122
|
}
|
|
935
1123
|
|
|
936
1124
|
.dynamic-image-container .btn {
|
|
937
|
-
background: var(--colorDefault40, #
|
|
1125
|
+
background: var(--colorDefault40, #424242);
|
|
938
1126
|
border-color: transparent;
|
|
939
1127
|
color: var(--textColorDefault40, #ffffff);
|
|
940
1128
|
margin: 0;
|
|
@@ -971,7 +1159,7 @@ td.k-state-focused.k-state-selected,
|
|
|
971
1159
|
#forgotPasswordModal .modal-footer .btn.btn-danger,
|
|
972
1160
|
#modalPassword .modal-footer .k-button.k-danger,
|
|
973
1161
|
#modalPassword .modal-footer .btn.btn-danger {
|
|
974
|
-
background: var(--colorDefault40, #
|
|
1162
|
+
background: var(--colorDefault40, #424242);
|
|
975
1163
|
border-color: transparent;
|
|
976
1164
|
color: var(--textColorDefault40, #ffffff);
|
|
977
1165
|
}
|
|
@@ -1004,7 +1192,7 @@ td.k-state-focused.k-state-selected,
|
|
|
1004
1192
|
/* Grid */
|
|
1005
1193
|
|
|
1006
1194
|
.k-grid tr:hover {
|
|
1007
|
-
background: var(--colorDefault40, #
|
|
1195
|
+
background: var(--colorDefault40, #424242);
|
|
1008
1196
|
color: var(--textColorDefault40, #ffffff);
|
|
1009
1197
|
}
|
|
1010
1198
|
|
|
@@ -1021,7 +1209,7 @@ td.k-state-focused.k-state-selected,
|
|
|
1021
1209
|
}
|
|
1022
1210
|
|
|
1023
1211
|
.k-grid table .k-button:hover {
|
|
1024
|
-
background: var(--colorDefault40, #
|
|
1212
|
+
background: var(--colorDefault40, #424242);
|
|
1025
1213
|
color: var(--textColorDefault40, #ffffff);
|
|
1026
1214
|
}
|
|
1027
1215
|
|
|
@@ -1101,7 +1289,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1101
1289
|
}
|
|
1102
1290
|
|
|
1103
1291
|
.k-calendar .k-link {
|
|
1104
|
-
color: var(--colorDefault40, #
|
|
1292
|
+
color: var(--colorDefault40, #424242);
|
|
1105
1293
|
}
|
|
1106
1294
|
|
|
1107
1295
|
.k-pager-wrap .k-link.k-pager-last,
|
|
@@ -1148,7 +1336,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1148
1336
|
}
|
|
1149
1337
|
|
|
1150
1338
|
.crn-grid-title {
|
|
1151
|
-
color: var(--
|
|
1339
|
+
color: var(--textColor70, #888888);
|
|
1152
1340
|
}
|
|
1153
1341
|
|
|
1154
1342
|
.k-pager-wrap .k-pager-refresh.k-link:hover {
|
|
@@ -1160,7 +1348,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1160
1348
|
|
|
1161
1349
|
.k-scheduler,
|
|
1162
1350
|
.k-scheduler-toolbar>ul>li {
|
|
1163
|
-
border-color: var(--colorDefault40, #
|
|
1351
|
+
border-color: var(--colorDefault40, #424242);
|
|
1164
1352
|
box-shadow: none;
|
|
1165
1353
|
}
|
|
1166
1354
|
|
|
@@ -1183,12 +1371,12 @@ td.k-state-focused.k-state-selected {
|
|
|
1183
1371
|
}
|
|
1184
1372
|
|
|
1185
1373
|
.k-scheduler .k-header {
|
|
1186
|
-
border-color: var(--colorDefault40, #
|
|
1374
|
+
border-color: var(--colorDefault40, #424242);
|
|
1187
1375
|
}
|
|
1188
1376
|
|
|
1189
1377
|
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
|
|
1190
1378
|
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover {
|
|
1191
|
-
border-color: var(--colorDefault40, #
|
|
1379
|
+
border-color: var(--colorDefault40, #424242);
|
|
1192
1380
|
}
|
|
1193
1381
|
|
|
1194
1382
|
.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,
|
|
@@ -1223,7 +1411,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1223
1411
|
.k-scheduler-navigation .k-nav-prev .k-link,
|
|
1224
1412
|
.k-scheduler div.k-scheduler-footer .k-link,
|
|
1225
1413
|
.k-scheduler div.k-scheduler-footer ul li {
|
|
1226
|
-
border-color: var(--colorDefault40, #
|
|
1414
|
+
border-color: var(--colorDefault40, #424242);
|
|
1227
1415
|
background: transparent;
|
|
1228
1416
|
}
|
|
1229
1417
|
|
|
@@ -1243,7 +1431,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1243
1431
|
|
|
1244
1432
|
.k-scheduler-navigation .k-nav-next .k-link,
|
|
1245
1433
|
.k-scheduler-navigation .k-nav-prev .k-link {
|
|
1246
|
-
color: var(--
|
|
1434
|
+
color: var(--textColor70, #888888);
|
|
1247
1435
|
}
|
|
1248
1436
|
|
|
1249
1437
|
.k-scheduler-header th,
|
|
@@ -1257,7 +1445,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1257
1445
|
|
|
1258
1446
|
.k-other-month.k-state-hover .k-link,
|
|
1259
1447
|
.k-other-month .k-link {
|
|
1260
|
-
color: var(--colorDefault30, #
|
|
1448
|
+
color: var(--colorDefault30, #424242);
|
|
1261
1449
|
}
|
|
1262
1450
|
|
|
1263
1451
|
.k-nav-current .k-link:hover {
|
|
@@ -1270,12 +1458,12 @@ td.k-state-focused.k-state-selected {
|
|
|
1270
1458
|
.k-scheduler-times,
|
|
1271
1459
|
.k-scheduler-times th,
|
|
1272
1460
|
.k-scheduler-times tr {
|
|
1273
|
-
border-color: var(--colorDefault40, #
|
|
1461
|
+
border-color: var(--colorDefault40, #424242);
|
|
1274
1462
|
}
|
|
1275
1463
|
|
|
1276
1464
|
.k-calendar .k-state-focused,
|
|
1277
1465
|
.k-calendar td.k-state-focused {
|
|
1278
|
-
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #
|
|
1466
|
+
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #424242);
|
|
1279
1467
|
}
|
|
1280
1468
|
|
|
1281
1469
|
.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,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
box-shadow: none;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.panel-default>.panel-heading+.panel-collapse>.panel-body{
|
|
7
|
+
.panel-default>.panel-heading+.panel-collapse>.panel-body {
|
|
8
8
|
border-color: transparent
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
border-color: transparent;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.panel-default .panel-body{
|
|
19
|
+
.panel-default .panel-body {
|
|
20
20
|
color: var(--textColor60, #939393);
|
|
21
21
|
}
|
|
22
22
|
|