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
|
@@ -16,18 +16,25 @@
|
|
|
16
16
|
color: var(--textColor40, #f0f0f0);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
.k-grid-header:first-child th.k-header:first-child, .k-rtl thead.k-grid-header th.k-header:last-child, thead.k-grid-header th.k-header:first-child {
|
|
20
|
+
border-radius: 10px;
|
|
21
|
+
}
|
|
22
|
+
|
|
19
23
|
.k-filter-menu .k-button+.k-button,
|
|
20
|
-
.k-button,
|
|
21
24
|
.btn,
|
|
22
25
|
.k-button.k-default,
|
|
23
26
|
.btn.btn-default {
|
|
24
27
|
box-shadow: transparent;
|
|
25
|
-
background:
|
|
28
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.k-button.k-default:hover {
|
|
32
|
+
background: var(linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%));
|
|
33
|
+
box-shadow: 0px 0px 3px 0px #3a4753;
|
|
26
34
|
}
|
|
27
35
|
|
|
28
|
-
.k-button:
|
|
29
|
-
background: var(--
|
|
30
|
-
box-shadow: 0px 0px 3px #187AD4;
|
|
36
|
+
.k-button:active {
|
|
37
|
+
background: var(--colorDefault50, #252e36);
|
|
31
38
|
}
|
|
32
39
|
|
|
33
40
|
.k-grid-header .k-header {
|
|
@@ -49,7 +56,7 @@
|
|
|
49
56
|
}
|
|
50
57
|
|
|
51
58
|
.k-slider .k-button {
|
|
52
|
-
background:
|
|
59
|
+
background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
53
60
|
color: var(--textColorPrimary40, #f0f0f0);
|
|
54
61
|
border-radius: 5px;
|
|
55
62
|
transform: translate(-50%, -50%);
|
|
@@ -65,13 +72,13 @@
|
|
|
65
72
|
}
|
|
66
73
|
|
|
67
74
|
.k-grid .k-pager-numbers .k-state-selected {
|
|
68
|
-
background:
|
|
75
|
+
background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
69
76
|
color: var(--textColor40, #f0f0f0);
|
|
70
77
|
border-radius: 5px;
|
|
71
78
|
}
|
|
72
79
|
|
|
73
80
|
.k-button.k-primary {
|
|
74
|
-
background:
|
|
81
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
75
82
|
}
|
|
76
83
|
|
|
77
84
|
.k-button.k-primary:focus,
|
|
@@ -89,7 +96,7 @@
|
|
|
89
96
|
|
|
90
97
|
.k-grid-header:first-child th.k-header:first-child {
|
|
91
98
|
border-radius: 10px;
|
|
92
|
-
background:
|
|
99
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
93
100
|
}
|
|
94
101
|
|
|
95
102
|
.k-grid-header th.k-header {
|
|
@@ -115,51 +122,40 @@
|
|
|
115
122
|
}
|
|
116
123
|
|
|
117
124
|
.k-grid-header .k-header {
|
|
118
|
-
background:
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.k-grid-toolbar:first-child,
|
|
122
|
-
.k-grouping-header+.k-grid-toolbar {
|
|
123
|
-
background: var(--backgroundColor40, #090f13);
|
|
125
|
+
background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
124
126
|
}
|
|
125
127
|
|
|
126
128
|
.k-grid-header th.k-header {
|
|
127
|
-
background:
|
|
129
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
128
130
|
color: var(--textColor40, #f0f0f0);
|
|
129
131
|
border: transparent;
|
|
130
132
|
height: 8px;
|
|
131
133
|
}
|
|
132
134
|
|
|
133
135
|
.k-grid tbody td>.k-grid-delete {
|
|
134
|
-
background:
|
|
136
|
+
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
135
137
|
}
|
|
136
138
|
|
|
137
139
|
.k-grid tbody td>.k-grid-delete:hover {
|
|
138
|
-
background:
|
|
139
|
-
box-shadow: 0px 0px 3px #
|
|
140
|
+
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
141
|
+
box-shadow: 0px 0px 3px #de3636;
|
|
140
142
|
}
|
|
141
143
|
|
|
142
144
|
.k-grid table {
|
|
143
145
|
border-spacing: 1px;
|
|
146
|
+
background: var(--backgroundColor, #090f13);
|
|
147
|
+
border: unset;
|
|
144
148
|
}
|
|
145
149
|
|
|
146
150
|
.k-slider-horizontal .k-slider-selection,
|
|
147
151
|
.k-slider-horizontal .k-slider-track {
|
|
148
|
-
background: var(--
|
|
152
|
+
background: var(--textColor40, #f0f0f0);
|
|
149
153
|
height: 10px;
|
|
150
154
|
margin-top: 0px;
|
|
151
155
|
top: 0%;
|
|
152
156
|
border-radius: 20px;
|
|
153
157
|
}
|
|
154
158
|
|
|
155
|
-
.k-slider .k-button {
|
|
156
|
-
background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
|
|
157
|
-
color: var(--textColorPrimary40, #f0f0f0);
|
|
158
|
-
border-radius: 5px;
|
|
159
|
-
box-shadow: none;
|
|
160
|
-
top: 1px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
159
|
.k-draghandle .k-state-focused:link {
|
|
164
160
|
height: initial;
|
|
165
161
|
}
|
|
@@ -170,24 +166,24 @@
|
|
|
170
166
|
}
|
|
171
167
|
|
|
172
168
|
.k-grid .k-pager-numbers .k-state-selected {
|
|
173
|
-
background:
|
|
169
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
174
170
|
color: var(--textColorPrimary40, #f0f0f0);
|
|
175
171
|
border-radius: 5px;
|
|
176
172
|
border: none;
|
|
177
173
|
}
|
|
178
174
|
|
|
179
175
|
.k-pager-wrap>.k-link>.k-icon {
|
|
180
|
-
color: var(--
|
|
176
|
+
color: var(--colorPrimary60, #125da2);
|
|
181
177
|
}
|
|
182
178
|
|
|
183
179
|
.k-button.k-primary {
|
|
184
|
-
background:
|
|
180
|
+
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
|
|
185
181
|
}
|
|
186
182
|
|
|
187
183
|
.k-button.k-primary:focus,
|
|
188
184
|
.k-button.k-primary:hover {
|
|
189
|
-
background:
|
|
190
|
-
box-shadow: 0px 0px 3px #
|
|
185
|
+
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
|
|
186
|
+
box-shadow: 0px 0px 3px #2ffc2b;
|
|
191
187
|
}
|
|
192
188
|
|
|
193
189
|
.k-widget.k-tooltip {
|
|
@@ -195,17 +191,119 @@
|
|
|
195
191
|
}
|
|
196
192
|
|
|
197
193
|
.k-widget.k-tooltip.k-slider-tooltip {
|
|
198
|
-
background:
|
|
194
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/*Modais*/
|
|
198
|
+
.modal-content {
|
|
199
|
+
position: relative;
|
|
200
|
+
background: var(--backgroundColor30, #546270);
|
|
201
|
+
color: var(--textColor40, #f0f0f0);
|
|
202
|
+
background-clip: padding-box;
|
|
203
|
+
border: 1px solid #999;
|
|
204
|
+
border: 1px solid rgba(0, 0, 0, .2);
|
|
205
|
+
border-radius: 30px;
|
|
206
|
+
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
|
207
|
+
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
|
208
|
+
outline: 0;
|
|
209
|
+
text-align: center;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.modal-title {
|
|
213
|
+
margin: 0;
|
|
214
|
+
line-height: 1.42857143;
|
|
215
|
+
font-weight: 700;
|
|
216
|
+
margin-top: 20px;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.modal-header {
|
|
220
|
+
padding: 15px;
|
|
221
|
+
border-bottom: unset;
|
|
222
|
+
margin-bottom: -10px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.close {
|
|
226
|
+
color: transparent;
|
|
227
|
+
text-shadow: unset;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
#modalTemplateCancel {
|
|
231
|
+
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.modal-footer {
|
|
235
|
+
padding: 15px;
|
|
236
|
+
text-align: right;
|
|
237
|
+
border-top: unset;
|
|
238
|
+
margin-top: 20px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.btn:active:focus,
|
|
242
|
+
.btn:focus {
|
|
243
|
+
outline: unset;
|
|
244
|
+
outline-offset: -2px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
/* Modal Notification*/
|
|
248
|
+
.k-dialog-buttongroup .k-button.k-primary {
|
|
249
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
250
|
+
color: var(--textColorPrimary40, #f0f0f0);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.k-dialog-buttongroup .k-button.k-primary:hover {
|
|
254
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
255
|
+
box-shadow: 0px 0px 3px 0px #187ad4;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.k-dialog-buttongroup .k-button.k-primary:active:focus,
|
|
259
|
+
.k-dialog-buttongroup .k-button.k-primary:focus {
|
|
260
|
+
background: var(--colorPrimary70, #09467f);
|
|
261
|
+
box-shadow: unset;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.k-dialog-buttongroup .k-button {
|
|
265
|
+
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
266
|
+
color: var(--textColorDanger40, #f0f0f0);
|
|
267
|
+
box-shadow: none;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.k-dialog-buttongroup .k-button:hover {
|
|
271
|
+
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
272
|
+
box-shadow: 0px 0px 3px 0px #de3636;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.k-dialog-buttongroup .k-button:active,
|
|
276
|
+
.k-dialog-buttongroup .k-button:selected {
|
|
277
|
+
background: var(--colorDanger60, #7e2121);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.k-dialog-buttongroup .k-button:focus {
|
|
281
|
+
background: var(--colorDanger60, #7e2121);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
|
|
285
|
+
border-radius: 0;
|
|
286
|
+
justify-content: center;
|
|
287
|
+
border: 0;
|
|
288
|
+
margin-bottom: 20px;
|
|
199
289
|
}
|
|
200
290
|
|
|
201
291
|
.k-widget {
|
|
292
|
+
background: var(--backgroundColor30, #546270);
|
|
202
293
|
color: var(--textColor40, #f0f0f0);
|
|
203
294
|
border-bottom: none;
|
|
295
|
+
border-radius: 30px;
|
|
204
296
|
}
|
|
297
|
+
/* End modal*/
|
|
205
298
|
|
|
206
|
-
|
|
207
|
-
|
|
299
|
+
/*Modal mudar senha*/
|
|
300
|
+
.modal .modal-content .list-group-item {
|
|
301
|
+
border: 0;
|
|
302
|
+
padding: 10px 0;
|
|
303
|
+
color: var(--textColorDefault40, #f0f0f0);
|
|
304
|
+
background: transparent;
|
|
208
305
|
}
|
|
306
|
+
/* -----*/
|
|
209
307
|
|
|
210
308
|
.btn.btn-link:focus,
|
|
211
309
|
.btn.btn-link:hover {
|
|
@@ -218,7 +316,7 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
218
316
|
height: 15px;
|
|
219
317
|
padding: 1px;
|
|
220
318
|
margin: 2px;
|
|
221
|
-
background:
|
|
319
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
222
320
|
border-color: transparent;
|
|
223
321
|
border: none;
|
|
224
322
|
}
|
|
@@ -226,13 +324,13 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
226
324
|
.k-slider-buttons .k-button:focus,
|
|
227
325
|
.k-grid .k-slider .k-button:hover,
|
|
228
326
|
.k-slider .k-button:hover {
|
|
229
|
-
background:
|
|
327
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
230
328
|
color: var(--textColor40, #f0f0f0);
|
|
231
|
-
box-shadow: 0px 0px 3px #
|
|
329
|
+
box-shadow: 0px 0px 3px #187ad4;
|
|
232
330
|
}
|
|
233
331
|
|
|
234
332
|
.k-slider .k-slider-selection {
|
|
235
|
-
background:
|
|
333
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
236
334
|
border-radius: 20px 0px 0px 20px;
|
|
237
335
|
top: 2px;
|
|
238
336
|
left: 2px;
|
|
@@ -248,12 +346,22 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
248
346
|
.k-grid tr td {
|
|
249
347
|
border-radius: 10px;
|
|
250
348
|
background: var(--textColor40, #f0f0f0);
|
|
251
|
-
color: var(--backgroundColor, #
|
|
349
|
+
color: var(--backgroundColor, #090f13);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.k-grid td:hover {
|
|
353
|
+
background: var(--backgroundColor30, #546270);
|
|
354
|
+
color: var(--textColorDefault40, #f0f0f0);
|
|
355
|
+
border: none;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
td.k-command-cell:hover {
|
|
359
|
+
background: var(--backgroundColor10, #f0f0f0);
|
|
252
360
|
}
|
|
253
361
|
|
|
254
362
|
.carousel-control .glyphicon-chevron-left,
|
|
255
363
|
.carousel-control .glyphicon-chevron-right {
|
|
256
|
-
background:
|
|
364
|
+
background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
257
365
|
color: var(--textColor40, #f0f0f0);
|
|
258
366
|
border-radius: 20px;
|
|
259
367
|
font-size: 20px;
|
|
@@ -262,11 +370,11 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
262
370
|
}
|
|
263
371
|
|
|
264
372
|
.carousel-indicators li {
|
|
265
|
-
border-color:
|
|
373
|
+
border-color: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
266
374
|
}
|
|
267
375
|
|
|
268
376
|
.carousel-indicators .active {
|
|
269
|
-
background:
|
|
377
|
+
background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
270
378
|
}
|
|
271
379
|
|
|
272
380
|
.carousel .carousel-caption h1,
|
|
@@ -293,25 +401,25 @@ label {
|
|
|
293
401
|
|
|
294
402
|
.k-dropdown-wrap .k-input {
|
|
295
403
|
background: var(--textColor40, #f0f0f0);
|
|
296
|
-
|
|
297
|
-
border-radius: 20px;
|
|
404
|
+
border-radius: 0px;
|
|
298
405
|
}
|
|
299
406
|
|
|
300
|
-
.k-
|
|
301
|
-
|
|
302
|
-
|
|
407
|
+
input#cron-crn-enterprise-combobox-773856.k-input.cronSelect {
|
|
408
|
+
border-radius: 0px;
|
|
409
|
+
box-shadow: 0px;
|
|
303
410
|
}
|
|
304
411
|
|
|
305
412
|
.k-webkit .k-pager-numbers .k-current-page .k-link {
|
|
306
|
-
background:
|
|
413
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
414
|
+
color: var(--texColorPrimary40, #f0f0f0);
|
|
307
415
|
border-color: transparent;
|
|
308
416
|
border-radius: 10px;
|
|
309
417
|
width: auto;
|
|
310
418
|
}
|
|
311
419
|
|
|
312
420
|
.k-webkit .k-pager-numbers .k-current-page .k-link:hover {
|
|
313
|
-
background:
|
|
314
|
-
box-shadow: 0px 0px 3px #
|
|
421
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
422
|
+
box-shadow: 0px 0px 3px #187ad4;
|
|
315
423
|
}
|
|
316
424
|
|
|
317
425
|
.k-autocomplete.k-state-default .k-input {
|
|
@@ -325,15 +433,14 @@ label {
|
|
|
325
433
|
}
|
|
326
434
|
|
|
327
435
|
.k-pager-sizes .k-dropdown-wrap .k-input {
|
|
328
|
-
background:
|
|
436
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
329
437
|
color: var(--texColorPrimary40, #f0f0f0);
|
|
330
438
|
border-color: transparent;
|
|
331
439
|
border-radius: 10px;
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
border-radius: 10px;
|
|
440
|
+
text-indent: initial;
|
|
441
|
+
margin-left: -3px;
|
|
442
|
+
width: auto;
|
|
443
|
+
text-align: center;
|
|
337
444
|
}
|
|
338
445
|
|
|
339
446
|
.k-pager-wrap .k-pager-refresh {
|
|
@@ -363,14 +470,28 @@ label {
|
|
|
363
470
|
border-bottom: none;
|
|
364
471
|
}
|
|
365
472
|
|
|
473
|
+
.k-dropdown-wrap.k-state-default.k-state-hover {
|
|
474
|
+
background: var(--backgroundColor10, #f0f0f0);
|
|
475
|
+
}
|
|
476
|
+
|
|
366
477
|
.k-popup {
|
|
367
|
-
background: var(--
|
|
478
|
+
background: var(--backgroundColor30, #546270);
|
|
479
|
+
color: var(--textColorDefault40, #f0f0f0);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.k-popup .k-list .k-item {
|
|
483
|
+
color: var(--textColorDefault40, #f0f0f0);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.k-popup .k-list .k-item:hover {
|
|
487
|
+
color: var(--textColorTexts, #14202a);
|
|
368
488
|
}
|
|
369
489
|
|
|
370
490
|
.k-popup .k-list .k-state-focused {
|
|
371
|
-
|
|
372
|
-
background: var(--backgroundColor, #14202A);
|
|
491
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
373
492
|
color: var(--textColor40, #f0f0f0);
|
|
493
|
+
box-shadow: none;
|
|
494
|
+
border: unset;
|
|
374
495
|
}
|
|
375
496
|
|
|
376
497
|
.k-list>.k-state-hover {
|
|
@@ -385,6 +506,7 @@ label {
|
|
|
385
506
|
|
|
386
507
|
.k-autocomplete.k-state-default {
|
|
387
508
|
border-bottom: none;
|
|
509
|
+
border-radius: 20px;
|
|
388
510
|
}
|
|
389
511
|
|
|
390
512
|
cron-grid .k-tooltip span:before {
|
|
@@ -416,16 +538,81 @@ cron-grid .k-tooltip span:before {
|
|
|
416
538
|
background: var(--backgroundColor30, #546270);
|
|
417
539
|
}
|
|
418
540
|
|
|
419
|
-
.navbar-nav>li>a
|
|
420
|
-
{
|
|
541
|
+
.navbar-nav>li>a {
|
|
421
542
|
color: var(--textColor40, #f0f0f0);
|
|
422
543
|
}
|
|
423
544
|
|
|
424
|
-
.k-dropdown-wrap,
|
|
425
545
|
.k-dropdown-wrap.k-state-defaul:focus,
|
|
426
|
-
.k-dropdown-wrap,
|
|
427
546
|
.k-dropdown-wrap.k-state-defaul:hover,
|
|
428
|
-
.k-dropdown-wrap,
|
|
429
547
|
.k-dropdown-wrap.k-state-defaul:active {
|
|
430
548
|
background: transparent;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.k-pager-nav.k-pager-first+.k-link {
|
|
552
|
+
border-right: unset;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.k-pager-wrap .k-link.k-pager-last {
|
|
556
|
+
border-right-width: unset;
|
|
557
|
+
border-right-style: unset;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.k-state-default>.k-select {
|
|
561
|
+
display: flex;
|
|
562
|
+
align-items: center;
|
|
563
|
+
justify-content: center;
|
|
564
|
+
background: var(--backgroundColor10, #f0f0f0);
|
|
565
|
+
color: var(--texColorPrimary40, #f0f0f0);
|
|
566
|
+
border-radius: 0px;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.k-pager-wrap .k-link {
|
|
570
|
+
border-color: unset;
|
|
571
|
+
border: unset;
|
|
572
|
+
background: var(--textColorDefault40, #f0f0f0);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.k-slider .k-button {
|
|
576
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
577
|
+
color: var(--textColorDefault40, #f0f0f0);
|
|
578
|
+
border-radius: 5px;
|
|
579
|
+
box-shadow: none;
|
|
580
|
+
top: 3px;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.k-i-arrow-end-right:before,
|
|
584
|
+
.k-i-arrow-end-left:before,
|
|
585
|
+
.k-i-arrow-60-down:before {
|
|
586
|
+
color: var(--colorPrimary60, #125da2);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
|
|
590
|
+
background: var(--backgroundCOlor10, #f0f0f0);
|
|
591
|
+
border-radius: 10px;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.ng-scope.k-grid.k-widget.k-display-block.k-editable {
|
|
595
|
+
background: transparent;
|
|
596
|
+
border: unset;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.k-select {
|
|
600
|
+
background: var(--backgroundColor10, #f0f0f0);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.k-button.k-button-icontext.k-grid-cancel {
|
|
604
|
+
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
thead.k-grid-header th.k-header:last-child {
|
|
608
|
+
border-radius: 10px;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.k-i-clock:before {
|
|
612
|
+
color: var(--colorPrimary70, #09467f);
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.k-scheduler-footer .k-icon {
|
|
616
|
+
background: var(--backbgroundColor10, #f0f0f0);
|
|
617
|
+
border-radius: 20px;
|
|
431
618
|
}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.navbar {
|
|
6
|
-
background: linear-gradient(180deg, #
|
|
6
|
+
background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
7
7
|
border-bottom: none;
|
|
8
8
|
text-transform: uppercase;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.navbar-inverse {
|
|
12
|
-
background: linear-gradient(180deg, #
|
|
12
|
+
background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
|
|
13
13
|
border: none
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -38,21 +38,23 @@
|
|
|
38
38
|
|
|
39
39
|
.navbar-default #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
40
40
|
.navbar-default #navbar2 .navbar-nav li .dropdown-menu li a:hover {
|
|
41
|
-
color: var(--textColorDefault40, #
|
|
42
|
-
background:
|
|
43
|
-
border-radius:
|
|
41
|
+
color: var(--textColorDefault40, #f0f0f0);
|
|
42
|
+
background: var(--backgroundColor30, #546270);
|
|
43
|
+
border-radius: 0px;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.dropdown-menu {
|
|
47
47
|
color: var(--textColor40, #f0f0f0);
|
|
48
48
|
font-size: var(--textMediumSize, 16px);
|
|
49
|
-
background: var(--
|
|
49
|
+
background: var(--backgroundColor10, #f0f0f0);
|
|
50
50
|
border-radius: 5px;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.navbar-default #navbar .navbar-nav li .dropdown-menu a,
|
|
54
54
|
.navbar-default #navbar2 .navbar-nav li .dropdown-menu a {
|
|
55
|
-
color: var(--
|
|
55
|
+
color: var(--textColorTexts, #14202a);
|
|
56
|
+
background: var(--textColor40, #f0f0f0);
|
|
57
|
+
border-radius: 10px;
|
|
56
58
|
margin: 0;
|
|
57
59
|
}
|
|
58
60
|
|
|
@@ -115,7 +117,6 @@
|
|
|
115
117
|
}
|
|
116
118
|
|
|
117
119
|
/* Dynamic Menu */
|
|
118
|
-
|
|
119
120
|
.navbar-nav>li>a {
|
|
120
121
|
color: var(--textColor40, #f0f0f0);
|
|
121
122
|
border-radius: 5px;
|
|
@@ -146,12 +147,12 @@
|
|
|
146
147
|
}
|
|
147
148
|
|
|
148
149
|
.dropdown-menu>li>a {
|
|
149
|
-
color: var(--
|
|
150
|
+
color: var(--textColorTexts, #14202a);
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
.dropdown-menu>li>a:focus,
|
|
153
154
|
.dropdown-menu>li>a:hover {
|
|
154
|
-
color: var(--
|
|
155
|
-
background: var(--
|
|
156
|
-
border-radius:
|
|
155
|
+
color: var(--textColorDefault40, #f0f0f0);
|
|
156
|
+
background: var(--backgroundColor30, #546270);
|
|
157
|
+
border-radius: 0px;
|
|
157
158
|
}
|