cronapp-framework-js 3.0.0-SP.5 → 3.0.0-SP.50
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/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/combobox-dynamic.template.html +4 -4
- 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 +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/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/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/combobox-dynamic.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/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/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/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 +350 -81
- 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
|
@@ -2,21 +2,24 @@
|
|
|
2
2
|
background: var(--backgroundColor40, #14202a);
|
|
3
3
|
box-shadow: none;
|
|
4
4
|
border-color: transparent;
|
|
5
|
-
border-radius:
|
|
5
|
+
border-radius: 5px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.panel-footer {
|
|
9
9
|
color: var(--backgroundColor40, #14202a);
|
|
10
|
-
background: var(--
|
|
10
|
+
background: var(--backgroundColor60, #ced0d2);
|
|
11
11
|
border: transparent;
|
|
12
|
-
border-radius:
|
|
12
|
+
border-radius: 5px;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.panel-body .lead {
|
|
16
16
|
margin-bottom: 0;
|
|
17
17
|
font-size: var(--textNormalSize, 10px);
|
|
18
|
-
border-radius:
|
|
18
|
+
border-radius: 5px;
|
|
19
|
+
}
|
|
19
20
|
|
|
21
|
+
.panel-heading {
|
|
22
|
+
border-bottom: unset;
|
|
20
23
|
}
|
|
21
24
|
|
|
22
25
|
.panel-body {
|
|
@@ -25,90 +28,90 @@
|
|
|
25
28
|
margin: 1px 0;
|
|
26
29
|
border: transparent;
|
|
27
30
|
background: var(--textColor40, #f0f0f0);
|
|
28
|
-
border-radius:
|
|
31
|
+
border-radius: 5px;
|
|
29
32
|
color: var(--backgroundColor40, #14202a);
|
|
30
33
|
}
|
|
31
34
|
|
|
32
35
|
.panel-group .panel-heading.heading-arrow {
|
|
33
|
-
border-radius:
|
|
36
|
+
border-radius: 5px;
|
|
34
37
|
}
|
|
35
38
|
|
|
36
39
|
/* Default */
|
|
37
40
|
.panel-default .panel-heading {
|
|
38
41
|
color: var(--textColor40, #f0f0f0);
|
|
39
|
-
background:
|
|
42
|
+
background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
40
43
|
border-color: transparent;
|
|
41
|
-
border-radius:
|
|
44
|
+
border-radius: 5px;
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
/* Primary */
|
|
45
48
|
.panel-primary>.panel-heading {
|
|
46
49
|
color: var(--textColor40, #f0f0f0);
|
|
47
|
-
background:
|
|
50
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
48
51
|
border-color: transparent;
|
|
49
|
-
border-radius:
|
|
52
|
+
border-radius: 5px;
|
|
50
53
|
}
|
|
51
54
|
|
|
52
55
|
/* Success */
|
|
53
56
|
.panel-success>.panel-heading {
|
|
54
57
|
color: var(--textColor40, #f0f0f0);
|
|
55
|
-
background:
|
|
58
|
+
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
|
|
56
59
|
border-color: transparent;
|
|
57
|
-
border-radius:
|
|
60
|
+
border-radius: 5px;
|
|
58
61
|
}
|
|
59
62
|
|
|
60
63
|
/* Info */
|
|
61
64
|
.panel-info>.panel-heading {
|
|
62
65
|
color: var(--textColor40, #f0f0f0);
|
|
63
|
-
background:
|
|
66
|
+
background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
|
|
64
67
|
border-color: transparent;
|
|
65
|
-
border-radius:
|
|
68
|
+
border-radius: 5px;
|
|
66
69
|
}
|
|
67
70
|
|
|
68
71
|
/* Warning */
|
|
69
72
|
.panel-warning>.panel-heading {
|
|
70
73
|
color: var(--textColor40, #f0f0f0);
|
|
71
|
-
background:
|
|
74
|
+
background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
|
|
72
75
|
border-color: transparent;
|
|
73
|
-
border-radius:
|
|
76
|
+
border-radius: 5px;
|
|
74
77
|
}
|
|
75
78
|
|
|
76
79
|
/* Danger */
|
|
77
80
|
.panel-danger>.panel-heading {
|
|
78
81
|
color: var(--textColorDanger40, #fffef9);
|
|
79
|
-
background:
|
|
82
|
+
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
80
83
|
border-color: transparent;
|
|
81
|
-
border-radius:
|
|
84
|
+
border-radius: 5px;
|
|
82
85
|
}
|
|
83
86
|
|
|
84
87
|
/* Light */
|
|
85
88
|
.panel-light>.panel-heading {
|
|
86
89
|
color: var(--textColor40, #f0f0f0);
|
|
87
|
-
background:
|
|
90
|
+
background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
|
|
88
91
|
border-color: transparent;
|
|
89
|
-
border-radius:
|
|
92
|
+
border-radius: 5px;
|
|
90
93
|
}
|
|
91
94
|
|
|
92
95
|
/* Stable */
|
|
93
96
|
.panel-stable>.panel-heading {
|
|
94
97
|
color: var(--textColor40, #f0f0f0);
|
|
95
|
-
background:
|
|
98
|
+
background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
|
|
96
99
|
border-color: transparent;
|
|
97
|
-
border-radius:
|
|
100
|
+
border-radius: 5px;
|
|
98
101
|
}
|
|
99
102
|
|
|
100
103
|
/* Royal */
|
|
101
104
|
.panel-royal>.panel-heading {
|
|
102
105
|
color: var(--textColor40, #f0f0f0);
|
|
103
|
-
background:
|
|
106
|
+
background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
|
|
104
107
|
border-color: transparent;
|
|
105
|
-
border-radius:
|
|
108
|
+
border-radius: 5px;
|
|
106
109
|
}
|
|
107
110
|
|
|
108
111
|
/* Dark */
|
|
109
112
|
.panel-dark>.panel-heading {
|
|
110
113
|
color: var(--textColor40, #f0f0f0);
|
|
111
|
-
background:
|
|
114
|
+
background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
|
|
112
115
|
border-color: transparent;
|
|
113
|
-
border-radius:
|
|
116
|
+
border-radius: 5px;
|
|
114
117
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
.k-button.k-default:hover,
|
|
21
21
|
.btn.btn-default,
|
|
22
22
|
.btn.btn-default:hover {
|
|
23
|
-
background: var(--colorDefault40, #
|
|
23
|
+
background: var(--colorDefault40, #eeeeee);
|
|
24
24
|
border-color: var(--colorDefault50, #d2d2d2);
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
.btn.btn-default:active,
|
|
34
34
|
.btn.btn-default.activated,
|
|
35
35
|
.btn.btn-default.active {
|
|
36
|
-
background: var(--colorDefault50, #
|
|
36
|
+
background: var(--colorDefault50, #eeeeee);
|
|
37
37
|
border-color: var(--colorDefault60, #d2d2d2);
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
.btn.btn-primary:active,
|
|
59
59
|
.btn.btn-primary.activated,
|
|
60
60
|
.btn.btn-primary.active {
|
|
61
|
-
background: var(--colorPrimary50, #
|
|
61
|
+
background: var(--colorPrimary50, #eeeeee);
|
|
62
62
|
border-color: var(--colorPrimary60, #d2d2d2);
|
|
63
63
|
}
|
|
64
64
|
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
.btn.btn-info:active,
|
|
78
78
|
.btn.btn-info.activated,
|
|
79
79
|
.btn.btn-info.active {
|
|
80
|
-
background: var(--colorCalm50, #
|
|
80
|
+
background: var(--colorCalm50, #eeeeee);
|
|
81
81
|
border-color: var(--colorCalm60, #d2d2d2);
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
.btn.btn-danger:active,
|
|
103
103
|
.btn.btn-danger.activated,
|
|
104
104
|
.btn.btn-danger.active {
|
|
105
|
-
background: var(--colorDanger50, #
|
|
105
|
+
background: var(--colorDanger50, #eeeeee);
|
|
106
106
|
border-color: var(--colorDanger60, #d2d2d2);
|
|
107
107
|
}
|
|
108
108
|
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
.btn.btn-warning:active,
|
|
122
122
|
.btn.btn-warning.activated,
|
|
123
123
|
.btn.btn-warning.active {
|
|
124
|
-
background: var(--colorWarning50, #
|
|
124
|
+
background: var(--colorWarning50, #eeeeee);
|
|
125
125
|
border-color: var(--colorWarning60, #d2d2d2);
|
|
126
126
|
}
|
|
127
127
|
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
.btn.btn-success:active,
|
|
141
141
|
.btn.btn-success.activated,
|
|
142
142
|
.btn.btn-success.active {
|
|
143
|
-
background: var(--colorSuccess50, #
|
|
143
|
+
background: var(--colorSuccess50, #eeeeee);
|
|
144
144
|
border-color: var(--colorSuccess60, #d2d2d2);
|
|
145
145
|
}
|
|
146
146
|
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
.btn.btn-light:active,
|
|
156
156
|
.btn.btn-light.activated,
|
|
157
157
|
.btn.btn-light.active {
|
|
158
|
-
background: var(--colorLight50, #
|
|
158
|
+
background: var(--colorLight50, #eeeeee);
|
|
159
159
|
border-color: var(--colorLight60, #d2d2d2);
|
|
160
160
|
}
|
|
161
161
|
|
|
@@ -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: #fbfbfb;
|
|
86
87
|
--colorDefault20: #f7f7f7;
|
|
87
88
|
--colorDefault30: #f4f4f4;
|
|
88
|
-
--colorDefault40: #
|
|
89
|
+
--colorDefault40: #eeeeee;
|
|
89
90
|
--colorDefault50: #d2d2d2;
|
|
90
91
|
--colorDefault60: #b0b0b0;
|
|
91
92
|
--colorDefault70: #838383;
|
|
@@ -242,26 +243,26 @@
|
|
|
242
243
|
--textColorDark70: #ffffff;
|
|
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, #158cba);
|
|
272
|
-
--btnDefault: var(--colorDefault40, #
|
|
273
|
+
--btnDefault: var(--colorDefault40, #eeeeee);
|
|
273
274
|
--btnPrimary: var(--colorPrimary40, #158cba);
|
|
274
275
|
--btnSuccess: var(--colorSuccess40, #28b62c);
|
|
275
276
|
--btnCalm: var(--colorCalm40, #75caeb);
|
|
@@ -339,7 +340,7 @@
|
|
|
339
340
|
--borderCheckboxDark: var(--colorDark40, #555555);
|
|
340
341
|
|
|
341
342
|
/* Components - Combobox */
|
|
342
|
-
--comboboxDefault: var(--colorDefault40, #
|
|
343
|
+
--comboboxDefault: var(--colorDefault40, #eeeeee);
|
|
343
344
|
--comboboxPrimary: var(--colorPrimary40, #158cba);
|
|
344
345
|
--comboboxSuccess: var(--colorSuccess40, #28b62c);
|
|
345
346
|
--comboboxCalm: var(--colorCalm40, #75caeb);
|
|
@@ -385,7 +386,7 @@
|
|
|
385
386
|
--borderOptionDark: var(--colorDark40, #555555);
|
|
386
387
|
|
|
387
388
|
/* Components - Panel */
|
|
388
|
-
--panelDefault: var(--
|
|
389
|
+
--panelDefault: var(--colorDefault40, #eeeeee);
|
|
389
390
|
--panelPrimary: var(--colorLight40, #f6f6f6);
|
|
390
391
|
--panelSuccess: var(--colorSuccess40, #28b62c);
|
|
391
392
|
--panelCalm: var(--colorCalm40, #75caeb);
|
|
@@ -396,7 +397,7 @@
|
|
|
396
397
|
--panelRoyal: var(--colorRoyal40, #886aea);
|
|
397
398
|
--panelDark: var(--colorDark40, #555555);
|
|
398
399
|
|
|
399
|
-
--borderPanelDefault: var(--
|
|
400
|
+
--borderPanelDefault: var(--colorDefault50, #d2d2d2);
|
|
400
401
|
--borderPanelPrimary: var(--colorLight50, #d7d7d7);
|
|
401
402
|
--borderPanelSuccess: var(--colorSuccess40, #28b62c);
|
|
402
403
|
--borderPanelCalm: var(--colorCalm40, #75caeb);
|
|
@@ -427,15 +428,15 @@ h6,
|
|
|
427
428
|
}
|
|
428
429
|
|
|
429
430
|
.color-default {
|
|
430
|
-
color: var(--
|
|
431
|
+
color: var(--colorDefault40, #eeeeee);
|
|
431
432
|
}
|
|
432
433
|
|
|
433
434
|
.color-light {
|
|
434
|
-
color: var(--
|
|
435
|
+
color: var(--colorLight40, #f6f6f6);
|
|
435
436
|
}
|
|
436
437
|
|
|
437
438
|
.color-stable {
|
|
438
|
-
color: var(--
|
|
439
|
+
color: var(--colorStable40, #f8f8f8);
|
|
439
440
|
}
|
|
440
441
|
|
|
441
442
|
/* option - radio */
|
|
@@ -443,17 +444,17 @@ h6,
|
|
|
443
444
|
.k-radio:checked+.k-radio-label:before,
|
|
444
445
|
.option-default .k-radio:checked+.k-radio-label:before,
|
|
445
446
|
.option-default .k-radio-label:before {
|
|
446
|
-
border-color: var(--
|
|
447
|
+
border-color: var(--colorDefault40, #eeeeee);
|
|
447
448
|
}
|
|
448
449
|
|
|
449
450
|
.option-light .k-radio:checked+.k-radio-label:before,
|
|
450
451
|
.option-light .k-radio-label:before {
|
|
451
|
-
border-color: var(--
|
|
452
|
+
border-color: var(--colorLight40, #f6f6f6);
|
|
452
453
|
}
|
|
453
454
|
|
|
454
455
|
.option-default .k-radio-label:after,
|
|
455
456
|
.option-default .k-radio:checked+.k-radio-label:after {
|
|
456
|
-
background: var(--
|
|
457
|
+
background: var(--colorDefault40, #eeeeee);
|
|
457
458
|
border-color: var(--colorDefault50, #d2d2d2);
|
|
458
459
|
}
|
|
459
460
|
|
|
@@ -465,7 +466,7 @@ h6,
|
|
|
465
466
|
|
|
466
467
|
.option-default .k-radio:focus+.k-radio-label::before,
|
|
467
468
|
.option-default .k-radio:hover+.k-radio-label::before {
|
|
468
|
-
box-shadow: 0 0 5px 0 var(--
|
|
469
|
+
box-shadow: 0 0 5px 0 var(--colorDefault40, #eeeeee);
|
|
469
470
|
border-color: var(--colorDefault50, #d2d2d2);
|
|
470
471
|
}
|
|
471
472
|
|
|
@@ -482,7 +483,7 @@ h6,
|
|
|
482
483
|
|
|
483
484
|
.option-stable .k-radio-label:after,
|
|
484
485
|
.option-stable .k-radio:checked+.k-radio-label:after {
|
|
485
|
-
background: var(--
|
|
486
|
+
background: var(--colorStable40, #f8f8f8);
|
|
486
487
|
border-color: var(--colorStable50, #d9d9d9);
|
|
487
488
|
}
|
|
488
489
|
|
|
@@ -578,7 +579,7 @@ h6,
|
|
|
578
579
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
579
580
|
.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
|
|
580
581
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
581
|
-
background: var(--
|
|
582
|
+
background: var(--colorLight40, #f6f6f6);
|
|
582
583
|
color: var(--textColorLight40, #222222);
|
|
583
584
|
}
|
|
584
585
|
|
|
@@ -654,6 +655,10 @@ h6,
|
|
|
654
655
|
color: var(--textColor40, #555555);
|
|
655
656
|
}
|
|
656
657
|
|
|
658
|
+
i.color-white.glyphicon.glyphicon-search::before {
|
|
659
|
+
color: var(--textColor40, #555555);
|
|
660
|
+
}
|
|
661
|
+
|
|
657
662
|
.k-grid .k-pager-numbers .k-state-selected {
|
|
658
663
|
background: var(--colorPrimary50, #127ba3);
|
|
659
664
|
color: var(--textColorPrimary40, #ffffff);
|
|
@@ -679,7 +684,7 @@ h6,
|
|
|
679
684
|
background: transparent;
|
|
680
685
|
border-style: solid;
|
|
681
686
|
border-width: 1px 0 1px 1px;
|
|
682
|
-
border-color: var(--colorDefault40, #
|
|
687
|
+
border-color: var(--colorDefault40, #eeeeee);
|
|
683
688
|
}
|
|
684
689
|
|
|
685
690
|
.bg-login2 #container-first {
|
|
@@ -784,8 +789,8 @@ a:hover {
|
|
|
784
789
|
/* Banner */
|
|
785
790
|
.jumbotron {
|
|
786
791
|
background: var(--colorLight20, #fafafa);
|
|
787
|
-
border: 1px solid var(--colorDefault40, #
|
|
788
|
-
border-top: 4px solid var(--colorDefault40, #
|
|
792
|
+
border: 1px solid var(--colorDefault40, #eeeeee);
|
|
793
|
+
border-top: 4px solid var(--colorDefault40, #eeeeee);
|
|
789
794
|
}
|
|
790
795
|
|
|
791
796
|
.jumbotron .h1,
|
|
@@ -818,13 +823,13 @@ a:hover {
|
|
|
818
823
|
}
|
|
819
824
|
|
|
820
825
|
.dynamic-image-container .btn {
|
|
821
|
-
background: var(--colorDefault40, #
|
|
826
|
+
background: var(--colorDefault40, #eeeeee);
|
|
822
827
|
border-color: var(--colorDefault50, #d2d2d2);
|
|
823
828
|
color: var(--textColor40, #555555);
|
|
824
829
|
}
|
|
825
830
|
|
|
826
831
|
.dynamic-image-container .btn:hover {
|
|
827
|
-
background: var(--colorDefault40, #
|
|
832
|
+
background: var(--colorDefault40, #eeeeee);
|
|
828
833
|
border-color: var(--colorDefault50, #d2d2d2);
|
|
829
834
|
}
|
|
830
835
|
|
|
@@ -853,7 +858,7 @@ a:hover {
|
|
|
853
858
|
#modalPassword .modal-footer .k-button.k-danger,
|
|
854
859
|
#modalPassword .modal-footer .btn.btn-danger {
|
|
855
860
|
color: var(--textColorDefault40, #222222);
|
|
856
|
-
background: var(--colorDefault40, #
|
|
861
|
+
background: var(--colorDefault40, #eeeeee);
|
|
857
862
|
border-color: var(--colorDefault50, #d2d2d2);
|
|
858
863
|
}
|
|
859
864
|
|
|
@@ -868,7 +873,6 @@ a:hover {
|
|
|
868
873
|
}
|
|
869
874
|
|
|
870
875
|
/* Crud button */
|
|
871
|
-
|
|
872
876
|
.active-bar .k-button.k-default,
|
|
873
877
|
.active-bar .btn.btn-default {
|
|
874
878
|
background: var(--colorSuccess40, #28b62c);
|
|
@@ -1128,7 +1132,7 @@ td.k-state-focused.k-state-selected {
|
|
|
1128
1132
|
.k-listview>.k-state-focused,
|
|
1129
1133
|
.k-state-focused,
|
|
1130
1134
|
td.k-state-focused {
|
|
1131
|
-
box-shadow: inset 0 0 7px 0 var(--colorDefault40, #
|
|
1135
|
+
box-shadow: inset 0 0 7px 0 var(--colorDefault40, #eeeeee);
|
|
1132
1136
|
}
|
|
1133
1137
|
|
|
1134
1138
|
.k-calendar .k-today.k-state-selected.k-state-hover,
|
|
@@ -1146,4 +1150,12 @@ td.k-state-focused {
|
|
|
1146
1150
|
.k-popup .k-list .k-state-focused {
|
|
1147
1151
|
box-shadow: inset 0 0 2px 0 var(--colorPrimary30, #7daecc), inset 0 0 7px 0 var(--colorPrimary40, #158cba);
|
|
1148
1152
|
background: transparent;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
.combobox-default .k-multiselect .k-button {
|
|
1156
|
+
border-color: var(--colorDefault50, #d2d2d2);
|
|
1157
|
+
background: var(--colorDefault40, #eeeeee);
|
|
1158
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1159
|
+
padding-left: 13px;
|
|
1160
|
+
padding-right: 25px;
|
|
1149
1161
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.panel {
|
|
2
2
|
background: var(--backgroundColor40, #ffffff);
|
|
3
3
|
box-shadow: none;
|
|
4
|
-
border: 1px solid var(--colorDefault40, #
|
|
4
|
+
border: 1px solid var(--colorDefault40, #eeeeee);
|
|
5
5
|
border-width: 0 1px 4px 1px;
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -13,73 +13,77 @@
|
|
|
13
13
|
|
|
14
14
|
/* Default */
|
|
15
15
|
.panel-default .panel-heading {
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
background: var(--colorDefault40, #eeeeee);
|
|
17
|
+
color: var(--textColor40, #555555);
|
|
18
18
|
border-color: transparent;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/* Primary */
|
|
22
22
|
.panel-primary>.panel-heading {
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
background: var(--colorPrimary40, #158cba);
|
|
24
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
25
25
|
border-color: transparent;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
/* Sucess */
|
|
29
29
|
.panel-success>.panel-heading {
|
|
30
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
31
30
|
background: var(--colorSuccess40, #28b62c);
|
|
31
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
32
32
|
border-color: transparent
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
/* Info */
|
|
36
36
|
.panel-info>.panel-heading {
|
|
37
|
-
color: var(--textColorCalm40, #ffffff);
|
|
38
37
|
background: var(--colorCalm40, #75caeb);
|
|
38
|
+
color: var(--textColorCalm40, #ffffff);
|
|
39
39
|
border-color: transparent
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
/* Warning */
|
|
43
43
|
.panel-warning>.panel-heading {
|
|
44
|
-
color: var(--textColorWarning40, #ffffff);
|
|
45
44
|
background: var(--colorWarning40, #ff851b);
|
|
45
|
+
color: var(--textColorWarning40, #ffffff);
|
|
46
46
|
border-color: transparent
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/* Danger */
|
|
50
50
|
.panel-danger>.panel-heading {
|
|
51
|
-
color: var(--textColorDanger40, #ffffff);
|
|
52
51
|
background: var(--colorDanger40, #ff4136);
|
|
52
|
+
color: var(--textColorDanger40, #ffffff);
|
|
53
53
|
border-color: transparent
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
/* Light */
|
|
57
57
|
.panel-light>.panel-heading {
|
|
58
|
-
color: var(--textColor40, #555555);
|
|
59
58
|
background: var(--colorLight40, #f6f6f6);
|
|
59
|
+
color: var(--textColor40, #555555);
|
|
60
60
|
border-color: transparent
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/* Stable */
|
|
64
64
|
.panel-stable>.panel-heading,
|
|
65
65
|
.panel-stable>.panel-footer {
|
|
66
|
-
color: var(--textColorStable40, #444444);
|
|
67
66
|
background: var(--colorStable50, #d9d9d9);
|
|
67
|
+
color: var(--textColorStable40, #444444);
|
|
68
68
|
border-color: transparent
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
/* Royal */
|
|
72
72
|
.panel-royal>.panel-heading,
|
|
73
73
|
.panel-royal>.panel-footer {
|
|
74
|
-
color: var(--textColorRoyal40, #ffffff);
|
|
75
74
|
background: var(--colorRoyal40, #886aea);
|
|
75
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
76
76
|
border-color: transparent
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
/* Dark */
|
|
80
80
|
.panel-dark>.panel-heading,
|
|
81
81
|
.panel-dark>.panel-footer {
|
|
82
|
-
color: var(--textColorDark40, #ffffff);
|
|
83
82
|
background: var(--colorDark40, #555555);
|
|
83
|
+
color: var(--textColorDark40, #ffffff);
|
|
84
84
|
border-color: transparent
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.panel-group .heading-arrow.panel-heading::after {
|
|
88
|
+
color: var(--textColor40, #555555);
|
|
85
89
|
}
|
|
@@ -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;
|
|
@@ -717,6 +718,16 @@ textarea.k-textbox:hover {
|
|
|
717
718
|
background: var(--colorDefault50, #343c7c);
|
|
718
719
|
}
|
|
719
720
|
|
|
721
|
+
.dynamic-input-upload {
|
|
722
|
+
border: 1px dashed var(--colorDefault40, #3b448e);
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.dynamic-input-upload btn{
|
|
726
|
+
border-color: transparent;
|
|
727
|
+
box-shadow: none;
|
|
728
|
+
margin: 0;
|
|
729
|
+
}
|
|
730
|
+
|
|
720
731
|
/* Multi select */
|
|
721
732
|
.k-multiselect-wrap .k-button {
|
|
722
733
|
min-height: 2em;
|
|
@@ -1136,4 +1147,4 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
1136
1147
|
|
|
1137
1148
|
#cron-breadcrumbs{
|
|
1138
1149
|
background: transparent;
|
|
1139
|
-
}
|
|
1150
|
+
}
|
|
@@ -181,7 +181,7 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
181
181
|
margin: 0;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.k-grid tbody .
|
|
184
|
+
.k-grid tbody .btn .btn-primary:hover,
|
|
185
185
|
.k-grid tbody .k-button:focus {
|
|
186
186
|
background: var(--colorPrimary40, #5665be);
|
|
187
187
|
color: var(--textColorPrimary40, #ffffff);
|
|
@@ -42,6 +42,11 @@
|
|
|
42
42
|
color: var(--textColorDefault40, #ffffff);
|
|
43
43
|
background: var(--colorDefault40, #3b448e);
|
|
44
44
|
border-radius: 0;
|
|
45
|
+
margin: auto;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.navbar-default .navbar-nav a span {
|
|
49
|
+
margin-left: 0;
|
|
45
50
|
}
|
|
46
51
|
|
|
47
52
|
.dropdown-menu {
|
|
@@ -60,6 +65,12 @@
|
|
|
60
65
|
margin-top: -1px;
|
|
61
66
|
}
|
|
62
67
|
|
|
68
|
+
.navbar-default #navbar2 .navbar-nav li .dropdown-menu a {
|
|
69
|
+
color: var(--textColor40, #393939);
|
|
70
|
+
margin: 0;
|
|
71
|
+
margin-left: -5px;
|
|
72
|
+
}
|
|
73
|
+
|
|
63
74
|
.navbar-default .navbar-toggle {
|
|
64
75
|
border-color: var(--colorPrimary60, #2b3268);
|
|
65
76
|
}
|
|
@@ -72,6 +83,8 @@
|
|
|
72
83
|
.navbar-default .navbar-collapse,
|
|
73
84
|
.navbar-default .navbar-form {
|
|
74
85
|
border-color: transparent;
|
|
86
|
+
padding: 0;
|
|
87
|
+
margin-left: -8px;
|
|
75
88
|
}
|
|
76
89
|
|
|
77
90
|
.navbar-default .navbar-toggle:focus,
|