cronapp-framework-js 3.0.0-SP.9 → 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
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
.k-grid-header .k-header {
|
|
2
|
+
position: relative;
|
|
3
|
+
vertical-align: bottom;
|
|
4
|
+
padding: 12px;
|
|
5
|
+
background: var(--backgroundColor10, #f1f1f1);
|
|
6
|
+
color: var(--textColor40, #393939);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.k-grid-header:first-child th.k-header:first-child,
|
|
10
|
+
.k-rtl thead.k-grid-header th.k-header:last-child,
|
|
11
|
+
thead.k-grid-header th.k-header:first-child {
|
|
12
|
+
border-radius: 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.k-grid-header th.k-with-icon .k-link {
|
|
16
|
+
float: left;
|
|
17
|
+
color: var(--textColorDefault40, #ffffff);
|
|
18
|
+
padding: 12px 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.k-rtl .k-grid-header:first-child th.k-header:first-child,
|
|
22
|
+
.k-rtl thead.k-grid-header th.k-header:first-child,
|
|
23
|
+
thead.k-grid-header th.k-header:last-child,
|
|
24
|
+
.k-header>.k-grid-filter,
|
|
25
|
+
.k-header>.k-header-column-menu {
|
|
26
|
+
padding: 12px;
|
|
27
|
+
border-radius: 0;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.k-grid-header .k-link .k-icon.k-i-sort-asc-sm,
|
|
31
|
+
.k-grid-header .k-link .k-icon.k-i-sort-desc-sm {
|
|
32
|
+
margin-top: 0;
|
|
33
|
+
color: var(--textColorDefault40, #ffffff);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.crn-grid-title {
|
|
37
|
+
color: var(--textColor40, #0f2e07);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.k-grid-toolbar .k-button {
|
|
41
|
+
transition: 200ms;
|
|
42
|
+
border: 0;
|
|
43
|
+
box-shadow: none;
|
|
44
|
+
background: var(--colorDefault40, #336825);
|
|
45
|
+
border-color: transparent;
|
|
46
|
+
color: var(--textColorDefault40, #ffffff);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.k-grid-toolbar .k-button.k-state-hover:focus,
|
|
50
|
+
.k-grid-toolbar .k-button.k-state-hover:hover,
|
|
51
|
+
.k-grid-toolbar .k-button:focus,
|
|
52
|
+
.k-grid-toolbar .k-button:hover {
|
|
53
|
+
color: var(--textColorDefault40, #ffffff);
|
|
54
|
+
background: var(--colorDefault40, #336825);
|
|
55
|
+
border-color: transparent;
|
|
56
|
+
outline: none;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.k-grid-toolbar .k-button.active,
|
|
60
|
+
.k-grid-toolbar .k-button:active {
|
|
61
|
+
background: var(--colorDefault50, #234d18);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.k-grid-toolbar {
|
|
65
|
+
padding: 14px;
|
|
66
|
+
border-width: 0 0 1px;
|
|
67
|
+
background: var(--backgroundColor, #dcefdc);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.k-editor,
|
|
71
|
+
.k-grid,
|
|
72
|
+
.k-menu,
|
|
73
|
+
.k-scheduler,
|
|
74
|
+
.k-grid-header:first-child,
|
|
75
|
+
.k-grid-toolbar:first-child,
|
|
76
|
+
.k-grid>.k-grouping-header,
|
|
77
|
+
.k-grid-pager,
|
|
78
|
+
.k-scheduler-footer,
|
|
79
|
+
.k-scheduler>.k-scheduler-toolbar:first-child {
|
|
80
|
+
border-radius: 0;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.k-grid-header {
|
|
84
|
+
font-size: 16px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.k-grid-header th.k-header,
|
|
88
|
+
.k-grid-header th.k-header .k-link,
|
|
89
|
+
.k-grid-header th.k-header a,
|
|
90
|
+
.k-grid-header th.k-header .k-icon,
|
|
91
|
+
.k-grid-header th.k-header .k-tool-icon {
|
|
92
|
+
color: var(--textColorDefault40, #ffffff);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.k-grid-header th.k-header:focus,
|
|
96
|
+
.k-grid-header th.k-header:hover,
|
|
97
|
+
.k-grid-header th.k-header:focus .k-link,
|
|
98
|
+
.k-grid-header th.k-header:focus a,
|
|
99
|
+
.k-grid-header th.k-header:focus .k-icon,
|
|
100
|
+
.k-grid-header th.k-header:focus .k-tool-icon,
|
|
101
|
+
.k-grid-header th.k-header:hover .k-link,
|
|
102
|
+
.k-grid-header th.k-header:hover a,
|
|
103
|
+
.k-grid-header th.k-header:hover .k-icon,
|
|
104
|
+
.k-grid-header th.k-header:hover .k-tool-icon {
|
|
105
|
+
color: var(--colorDefault20, #8fc63e);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.k-grid-header .k-header {
|
|
109
|
+
position: relative;
|
|
110
|
+
vertical-align: bottom;
|
|
111
|
+
padding: 12px;
|
|
112
|
+
background: var(--colorDefault40, #336825);
|
|
113
|
+
color: var(--textColorDefault40, #ffffff);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.k-state-selected,
|
|
117
|
+
.k-state-selected:link,
|
|
118
|
+
.k-state-selected:visited,
|
|
119
|
+
.k-tool.k-state-selected,
|
|
120
|
+
.k-grid td.k-state-selected:hover,
|
|
121
|
+
.k-grid tr.k-state-selected:hover td {
|
|
122
|
+
background: var(--backgroundColor40, #f1f1f1);
|
|
123
|
+
color: var(--textColor40, #ffffff);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.k-pager-wrap .k-state-selected {
|
|
127
|
+
color: var(--textColor40, #ffffff);
|
|
128
|
+
background: var(--colorDefault40, #336825);
|
|
129
|
+
border-radius: 999px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.k-grid-pager {
|
|
133
|
+
padding: 10px;
|
|
134
|
+
border-width: 1px 0 0;
|
|
135
|
+
border-color: inherit;
|
|
136
|
+
font-size: inherit;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.k-pager-wrap .k-link:hover,
|
|
140
|
+
.k-pager-wrap .k-pager-nav:hover,
|
|
141
|
+
.k-pager-wrap .k-link:focus,
|
|
142
|
+
.k-pager-wrap .k-pager-nav:focus {
|
|
143
|
+
background: var(--colorDefault40, #336825);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.k-pager-wrap .k-pager-nav {
|
|
147
|
+
color: var(--textColor40, #0f2e07);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.k-pager-wrap {
|
|
151
|
+
background: var(--backgroundColor40, #dcefdc);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.k-pager-nav.k-pager-first+.k-link {
|
|
155
|
+
border: 0;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.k-autocomplete.k-state-default,
|
|
159
|
+
.k-dropdown-wrap,
|
|
160
|
+
.k-dropdown-wrap.k-state-default,
|
|
161
|
+
.k-multiselect-wrap,
|
|
162
|
+
.k-numeric-wrap.k-state-default,
|
|
163
|
+
.k-picker-wrap.k-state-default {
|
|
164
|
+
border: 0;
|
|
165
|
+
border-radius: 0;
|
|
166
|
+
border-bottom: 1px solid var(--textColor, #0f2e07);
|
|
167
|
+
box-shadow: none;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.k-popup .k-list .k-state-focused {
|
|
171
|
+
box-shadow: none;
|
|
172
|
+
background: var(--backgroundColor50, #dfdfdf);
|
|
173
|
+
color: var(--textColor, #0f2e07);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.k-button-icontext .k-icon,
|
|
177
|
+
.k-button-icontext .k-image,
|
|
178
|
+
.k-button-icontext .k-sprite {
|
|
179
|
+
margin: 0;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.k-button-icontext .k-icon {
|
|
183
|
+
margin-bottom: 2px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.k-grid tbody .k-button:hover,
|
|
187
|
+
.k-grid tbody .k-button:focus {
|
|
188
|
+
background: var(--colorDefault20, #8fc63e);
|
|
189
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
190
|
+
border-color: transparent;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.k-grid tr td {
|
|
194
|
+
border-left: 0;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.k-grid-header th.k-header {
|
|
198
|
+
border: 1px solid var(--colorDefault40, #336825);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/* Filter - Grid */
|
|
202
|
+
.k-grid table .k-button {
|
|
203
|
+
box-shadow: none;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.k-grid-footer,
|
|
207
|
+
.k-group,
|
|
208
|
+
.k-group-footer td,
|
|
209
|
+
.k-grouping-header,
|
|
210
|
+
.k-pager-wrap,
|
|
211
|
+
.k-popup {
|
|
212
|
+
color: var(--textColor10, #ffffff);
|
|
213
|
+
background: var(--colorDefault40, #336825);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.k-filter-menu-container .k-action-buttons button {
|
|
217
|
+
box-shadow: none;
|
|
218
|
+
background: transparent;
|
|
219
|
+
color: var(--textColor40, #0f2e07);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.k-filter-menu-container .k-action-buttons button:focus,
|
|
223
|
+
.k-filter-menu-container .k-action-buttons button:hover {
|
|
224
|
+
box-shadow: none;
|
|
225
|
+
border-color: transparent;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.k-filter-menu-container .k-action-buttons button.k-primary {
|
|
229
|
+
color: var(--textColor40, #0f2e07);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.k-filter-menu-container .k-action-buttons button:hover {
|
|
233
|
+
color: var(--textColor40, #0f2e07);
|
|
234
|
+
background: var(--backgroundColor40, #dcefdc);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.k-filter-menu-container .k-action-buttons .k-primary:hover {
|
|
238
|
+
color: var(--textColor40, #0f2e07);
|
|
239
|
+
background: var(--backgroundColor40, #dcefdc);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/* Pagination - Grid */
|
|
243
|
+
.k-pager-wrap .k-link.k-pager-last,
|
|
244
|
+
.k-pager-nav.k-pager-first+.k-link,
|
|
245
|
+
.k-pager-wrap .k-link {
|
|
246
|
+
border-color: var(--colorDefault50, #343c7c);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.k-grid .k-pager-numbers .k-link:link,
|
|
250
|
+
.k-grid .k-pager-numbers .k-link:visited,
|
|
251
|
+
.k-grid .k-pager-numbers .k-nav-current.k-state-hover .k-link,
|
|
252
|
+
.k-pager-wrap>.k-link>.k-icon {
|
|
253
|
+
color: var(--textColor40, #393939);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.k-grid .k-pager-numbers .k-state-selected {
|
|
257
|
+
background: var(--colorPrimary40, #008aed);
|
|
258
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
259
|
+
border-color: var(--colorPrimary40, #008aed);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.k-pager-wrap .k-link.k-pager-last,
|
|
263
|
+
.k-pager-wrap .k-pager-nav,
|
|
264
|
+
.k-pager-wrap .k-pager-numbers .k-link,
|
|
265
|
+
.k-pager-wrap .k-pager-numbers .k-state-selected,
|
|
266
|
+
.k-pager-wrap>.k-link {
|
|
267
|
+
border-color: transparent;
|
|
268
|
+
border: 0;
|
|
269
|
+
box-shadow: none;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.k-pager-wrap .k-link.k-pager-last,
|
|
273
|
+
.k-pager-wrap .k-pager-nav {
|
|
274
|
+
border-radius: 50%;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/* refresh icon */
|
|
278
|
+
.k-pager-wrap>.k-link.k-pager-refresh {
|
|
279
|
+
border-radius: 50%;
|
|
280
|
+
color: var(--colorDefault40, #336825);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.k-pager-wrap>.k-link.k-pager-refresh .k-icon {
|
|
284
|
+
color: var(--colorDefault40, #336825);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.k-pager-wrap>.k-link.k-pager-refresh .k-icon:hover {
|
|
288
|
+
color: var(--colorDefault40, #336825);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.k-pager-wrap>.k-link.k-pager-refresh:hover .k-icon {
|
|
292
|
+
color: var(--textcolorPrimary40, #ffffff);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
/* Header's checkbox */
|
|
296
|
+
.k-grid .k-grid-header .k-header .k-checkbox-label:before {
|
|
297
|
+
border-color: var(--textColorDefault40, #ffffff);
|
|
298
|
+
color: var(--textColorDefault40, #ffffff);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.k-grid .k-grid-header .k-header {
|
|
302
|
+
padding: var(--distanceExtraSmall, 10px) var(--distanceMedium, 20px);
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.k-grid-header th.k-header:hover {
|
|
306
|
+
color: var(--colorDefault20, #8fc63e);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.k-grid-filter .k-icon,
|
|
310
|
+
.k-header .k-icon:hover {
|
|
311
|
+
color: var(--colorDefault20, #8fc63e);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.k-pager-wrap .k-link {
|
|
315
|
+
background: transparent;
|
|
316
|
+
color: var(--colorDefault40, #336825);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.k-grid .k-pager-numbers .k-state-selected {
|
|
320
|
+
background: var(--colorDefault40, #336825);
|
|
321
|
+
border-radius: 0px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.k-pager-sizes .k-dropdown-wrap .k-input {
|
|
325
|
+
background: transparent;
|
|
326
|
+
border-radius: 0px;
|
|
327
|
+
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.k-grid-toolbar:first-child {
|
|
331
|
+
background: var(--backgroundColor, #dcefdc);
|
|
332
|
+
border: none;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.k-state-default>.k-select {
|
|
336
|
+
background: transparent;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.k-pager-wrap .k-link.k-state-disabled:hover {
|
|
340
|
+
background: var(--colorDefault40, #336825);
|
|
341
|
+
color: var(--textColor10, #ffffff);
|
|
342
|
+
border-radius: 0px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.k-pager-wrap {
|
|
346
|
+
background: var(--backgroundColor10, #ffffff);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.k-pager-wrap>.k-link>.k-icon:hover {
|
|
350
|
+
color: var(--textColor10, #ffffff);
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.navbar-nav>li>a:hover {
|
|
354
|
+
background: var(--colorDefault40, #336825);
|
|
355
|
+
color: var(--textColor10, #ffffff);
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.nav .open>a {
|
|
359
|
+
background: var(--colorDefault40, #336825);
|
|
360
|
+
color: var(--textColor10, #ffffff);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.dropdown-menu>li>a:focus,
|
|
364
|
+
.dropdown-menu>li>a:hover {
|
|
365
|
+
color: var(--textColor10, #ffffff);
|
|
366
|
+
text-decoration: none;
|
|
367
|
+
background-color: var(--colorDefault40, #336825);
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.k-grid tbody td>.k-grid-delete {
|
|
371
|
+
background: var(--colorDanger40, #b70002);
|
|
372
|
+
color: var(--textColor10, #ffffff);
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.k-grid tbody td>.k-grid-delete:hover,
|
|
376
|
+
.k-grid tbody td>.k-grid-delete:active {
|
|
377
|
+
background: var(--colorDanger50, #8b0002);
|
|
378
|
+
color: var(--textColor10, #ffffff);
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.k-icon .k-i-reloaded {
|
|
382
|
+
color: var(--textColor10, #ffffff);
|
|
383
|
+
background-color: var(--colorDefault40, #336825);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.k-button .k-icon {
|
|
387
|
+
margin-bottom: 6px;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.tool-bar.k-button:hover{
|
|
391
|
+
border-radius: 0px;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.k-grid-toolbar .k-button-icontext .k-icon {
|
|
395
|
+
margin-top: 3px;
|
|
396
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
.navbar .navbar-brand img[src="node_modules/cronapp-framework-js/img/cronapp-logo-login.png"] {
|
|
2
|
+
filter: brightness(0) invert(1);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.navbar {
|
|
6
|
+
background: var(--colorDefault40, #336825);
|
|
7
|
+
border-bottom: none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.navbar-inverse {
|
|
11
|
+
background: var(--colorDefault40, #336825);
|
|
12
|
+
border: none
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.navbar-inverse .badge {
|
|
16
|
+
background: #ffffff;
|
|
17
|
+
color: var(--textColorDefault40, #ffffff);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.navbar-default #navbar .navbar-nav li a,
|
|
21
|
+
.navbar-default #navbar2 .navbar-nav li a {
|
|
22
|
+
color: var(--textColorDefault40, #ffffff);
|
|
23
|
+
font-size: var(--textNormalSize, 12px);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.navbar-default #navbar .navbar-nav li a:hover,
|
|
27
|
+
.navbar-default #navbar2 .navbar-nav li a:hover,
|
|
28
|
+
.navbar-default #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
29
|
+
.navbar-default #navbar2 .navbar-nav li .dropdown-menu li a:hover,
|
|
30
|
+
.navbar-default .navbar-nav>.open>a,
|
|
31
|
+
.navbar-default .navbar-nav>.open>a:focus,
|
|
32
|
+
.navbar-default .navbar-nav>.open>a:hover {
|
|
33
|
+
color: var(--textColorDefault40, #ffffff);
|
|
34
|
+
background: var(--colorDefault30, #669a17);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.navbar-default #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
38
|
+
.navbar-default #navbar2 .navbar-nav li .dropdown-menu li a:hover {
|
|
39
|
+
color: var(--textColorDefault40, #ffffff);
|
|
40
|
+
background: var(--colorDefault40, #336825);
|
|
41
|
+
border-radius: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.dropdown-menu {
|
|
45
|
+
color: var(--textColor40, #0f2e07);
|
|
46
|
+
font-size: var(--textMediumSize, 16px);
|
|
47
|
+
background: var(--backgroundColor, #dcefdc);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.navbar-default #navbar .navbar-nav li .dropdown-menu a,
|
|
51
|
+
.navbar-default #navbar2 .navbar-nav li .dropdown-menu a {
|
|
52
|
+
color: var(--textColor40, #0f2e07);
|
|
53
|
+
margin: 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.navbar-default #navbar2 .navbar-nav .dropdown-menu {
|
|
57
|
+
margin-top: -1px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.navbar-default .navbar-toggle {
|
|
61
|
+
border-color: var(--colorPrimary40, #008aed);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* Menu mobile */
|
|
65
|
+
.navbar-default .navbar-toggle {
|
|
66
|
+
border-color: var(--colorDefault40, #336825);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.navbar-default .navbar-collapse,
|
|
70
|
+
.navbar-default .navbar-form {
|
|
71
|
+
border-color: transparent;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.navbar-default .navbar-toggle:focus,
|
|
75
|
+
.navbar-default .navbar-toggle:hover {
|
|
76
|
+
background: var(---backgroundColor, #dcefdc);
|
|
77
|
+
border-color: transparent;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
@media (max-width: 767px) {
|
|
81
|
+
|
|
82
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
83
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a {
|
|
84
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.nav .open>a,
|
|
89
|
+
.nav .open>a:hover {
|
|
90
|
+
background: var(--backgroundColor10, #ffffff);
|
|
91
|
+
color: var(--textColor, #0f2e07);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.nav .open>a,
|
|
95
|
+
.nav .open>a:focus {
|
|
96
|
+
background: var(--backgroundColor10, #ffffff);
|
|
97
|
+
color: var(--textColor, #0f2e07);
|
|
98
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
.panel {
|
|
2
|
+
background: var(--backgroundColor10, #ffffff);
|
|
3
|
+
box-shadow: none;
|
|
4
|
+
border: none;
|
|
5
|
+
padding-top: 0px !important;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.panel-footer {
|
|
9
|
+
color: var(---textColor40, #0f2e07);
|
|
10
|
+
background: var(--backgroundColor50, #d1d7dC);
|
|
11
|
+
border: none;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/* Default */
|
|
15
|
+
.panel-default .panel-heading {
|
|
16
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
17
|
+
background: var(--colorDefault40, #336825);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* Primary */
|
|
21
|
+
.panel-primary>.panel-heading {
|
|
22
|
+
color: var(--textColorDefault40, #ffffff);
|
|
23
|
+
background: var(--colorPrimary40, #008aed);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/* Sucess */
|
|
27
|
+
.panel-success>.panel-heading {
|
|
28
|
+
color: var(--textColorDefault40, #ffffff);
|
|
29
|
+
background: var(--colorSuccess40, #10d13a);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/* Info */
|
|
33
|
+
.panel-info>.panel-heading {
|
|
34
|
+
color: var(--textColorDefault40, #ffffff);
|
|
35
|
+
background: var(--colorCalm40, #24a9c3);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/* Warning */
|
|
39
|
+
.panel-warning>.panel-heading {
|
|
40
|
+
color: var(--textColorDefault40, #ffffff);
|
|
41
|
+
background: var(--colorWarning40, #fd7903);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* Danger */
|
|
45
|
+
.panel-danger>.panel-heading {
|
|
46
|
+
color: var(--textColorDefault40, #ffffff);
|
|
47
|
+
background: var(--colorDanger40, #b70002);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/* Light */
|
|
51
|
+
.panel-light>.panel-heading {
|
|
52
|
+
color: var(--textColorDefault40, #ffffff);
|
|
53
|
+
background: var(--colorLight40, #96a6b3);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* Royal */
|
|
57
|
+
.panel-royal>.panel-heading {
|
|
58
|
+
color: var(--textColorDefault40, #ffffff);
|
|
59
|
+
background: var(--colorRoyal40, #111a47);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/* Stable */
|
|
63
|
+
.panel-stable>.panel-heading {
|
|
64
|
+
color: var(--textColorDefault40, #ffffff);
|
|
65
|
+
background: var(--colorStable40, #3a484b);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* Dark */
|
|
69
|
+
.panel-dark>.panel-heading {
|
|
70
|
+
color: var(--textColorDefault40, #ffffff);
|
|
71
|
+
background: var(--colorDark40, #111d23);
|
|
72
|
+
}
|