cronapp-framework-js 2.9.6-SP.40 → 2.9.6-SP.42
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-navbar.components.json +1 -1
- package/css/themes/custom/krypton/custom-krypton.css +167 -171
- package/css/themes/custom/krypton/grid-krypton.css +33 -33
- package/css/themes/custom/krypton/navbar-krypton.css +4 -4
- package/css/themes/custom/krypton/panel-krypton.css +6 -6
- package/css/themes/custom/material/navbar-material.css +2 -0
- package/css/themes/custom/material-round/custom-material-round.css +75 -59
- package/css/themes/custom/material-round/grid-material-round.css +9 -12
- package/css/themes/custom/theme-general/menu-vertical-retratil.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/panel-krypton.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/theme-general/menu-vertical-retratil.css +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/js/controllers.js +16 -9
- package/js/directives.js +17 -4
- package/js/reports/reports.service.js +5 -5
- package/package.json +1 -1
- package/postupdate.json +6 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
.k-tool.k-state-selected,
|
|
5
5
|
.k-grid td.k-state-selected:hover,
|
|
6
6
|
.k-grid tr.k-state-selected:hover td {
|
|
7
|
-
background: var(--backgroundColor40, #
|
|
7
|
+
background: var(--backgroundColor40, #090f13);
|
|
8
8
|
color: var(--textColor40, #f0f0f0);
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
.k-button.k-default,
|
|
23
23
|
.btn.btn-default {
|
|
24
24
|
box-shadow: transparent;
|
|
25
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
25
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.k-button:hover {
|
|
29
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
30
|
-
box-shadow: 0px 0px 3px #
|
|
29
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
30
|
+
box-shadow: 0px 0px 3px #187ad4;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.k-grid-header .k-header {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.k-button.k-primary {
|
|
74
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
74
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.k-button.k-primary:focus,
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
|
|
90
90
|
.k-grid-header:first-child th.k-header:first-child {
|
|
91
91
|
border-radius: 10px;
|
|
92
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
92
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
.k-grid-header th.k-header {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.k-grid-header th.k-header {
|
|
127
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
127
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
128
128
|
color: var(--textColor40, #f0f0f0);
|
|
129
129
|
border: transparent;
|
|
130
130
|
height: 8px;
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
|
|
137
137
|
.k-grid tbody td>.k-grid-delete:hover {
|
|
138
138
|
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
139
|
-
box-shadow: 0px 0px 3px #
|
|
139
|
+
box-shadow: 0px 0px 3px #de3636;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.k-grid table {
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
.k-grid .k-pager-numbers .k-state-selected {
|
|
165
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
165
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
166
166
|
color: var(--textColorPrimary40, #f0f0f0);
|
|
167
167
|
border-radius: 5px;
|
|
168
168
|
border: none;
|
|
@@ -173,13 +173,13 @@
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.k-button.k-primary {
|
|
176
|
-
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #
|
|
176
|
+
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.k-button.k-primary:focus,
|
|
180
180
|
.k-button.k-primary:hover {
|
|
181
|
-
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #
|
|
182
|
-
box-shadow: 0px 0px 3px #
|
|
181
|
+
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
|
|
182
|
+
box-shadow: 0px 0px 3px #2ffc2b;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
.k-widget.k-tooltip {
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.k-widget.k-tooltip.k-slider-tooltip {
|
|
190
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
190
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
/*Modais*/
|
|
@@ -240,18 +240,18 @@
|
|
|
240
240
|
|
|
241
241
|
/* Modal Notification*/
|
|
242
242
|
.k-dialog-buttongroup .k-button.k-primary {
|
|
243
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
243
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
244
244
|
color: var(--textColorPrimary40, #f0f0f0);
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
.k-dialog-buttongroup .k-button.k-primary:hover {
|
|
248
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
249
|
-
box-shadow: 0px 0px 3px 0px #
|
|
248
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
249
|
+
box-shadow: 0px 0px 3px 0px #187ad4;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.k-dialog-buttongroup .k-button.k-primary:active:focus,
|
|
253
253
|
.k-dialog-buttongroup .k-button.k-primary:focus {
|
|
254
|
-
background: var(--colorPrimary70, #
|
|
254
|
+
background: var(--colorPrimary70, #09467f);
|
|
255
255
|
box-shadow: unset;
|
|
256
256
|
}
|
|
257
257
|
|
|
@@ -263,16 +263,16 @@
|
|
|
263
263
|
|
|
264
264
|
.k-dialog-buttongroup .k-button:hover {
|
|
265
265
|
background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
|
|
266
|
-
box-shadow: 0px 0px 3px 0px #
|
|
266
|
+
box-shadow: 0px 0px 3px 0px #de3636;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.k-dialog-buttongroup .k-button:active,
|
|
270
270
|
.k-dialog-buttongroup .k-button:selected {
|
|
271
|
-
background: var(--colorDanger60, #
|
|
271
|
+
background: var(--colorDanger60, #7e2121);
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.k-dialog-buttongroup .k-button:focus {
|
|
275
|
-
background: var(--colorDanger60, #
|
|
275
|
+
background: var(--colorDanger60, #7e2121);
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
|
|
@@ -305,7 +305,7 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
305
305
|
height: 15px;
|
|
306
306
|
padding: 1px;
|
|
307
307
|
margin: 2px;
|
|
308
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
308
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
309
309
|
border-color: transparent;
|
|
310
310
|
border: none;
|
|
311
311
|
}
|
|
@@ -313,13 +313,13 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
313
313
|
.k-slider-buttons .k-button:focus,
|
|
314
314
|
.k-grid .k-slider .k-button:hover,
|
|
315
315
|
.k-slider .k-button:hover {
|
|
316
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
316
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
317
317
|
color: var(--textColor40, #f0f0f0);
|
|
318
|
-
box-shadow: 0px 0px 3px #
|
|
318
|
+
box-shadow: 0px 0px 3px #187ad4;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
.k-slider .k-slider-selection {
|
|
322
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
322
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
323
323
|
border-radius: 20px 0px 0px 20px;
|
|
324
324
|
top: 2px;
|
|
325
325
|
left: 2px;
|
|
@@ -335,7 +335,7 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
335
335
|
.k-grid tr td {
|
|
336
336
|
border-radius: 10px;
|
|
337
337
|
background: var(--textColor40, #f0f0f0);
|
|
338
|
-
color: var(--backgroundColor, #
|
|
338
|
+
color: var(--backgroundColor, #14202a);
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
.carousel-control .glyphicon-chevron-left,
|
|
@@ -385,7 +385,7 @@ label {
|
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
.k-webkit .k-pager-numbers .k-current-page .k-link {
|
|
388
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
388
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
389
389
|
color: var(--texColorPrimary40, #f0f0f0);
|
|
390
390
|
border-color: transparent;
|
|
391
391
|
border-radius: 10px;
|
|
@@ -393,8 +393,8 @@ label {
|
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
.k-webkit .k-pager-numbers .k-current-page .k-link:hover {
|
|
396
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
397
|
-
box-shadow: 0px 0px 3px #
|
|
396
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
397
|
+
box-shadow: 0px 0px 3px #187ad4;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
.k-autocomplete.k-state-default .k-input {
|
|
@@ -408,7 +408,7 @@ label {
|
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.k-pager-sizes .k-dropdown-wrap .k-input {
|
|
411
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
411
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
412
412
|
color: var(--texColorPrimary40, #f0f0f0);
|
|
413
413
|
border-color: transparent;
|
|
414
414
|
border-radius: 10px;
|
|
@@ -419,7 +419,7 @@ label {
|
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
.k-state-default>.k-select {
|
|
422
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
422
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
423
423
|
border-radius: 10px;
|
|
424
424
|
}
|
|
425
425
|
|
|
@@ -460,11 +460,11 @@ label {
|
|
|
460
460
|
}
|
|
461
461
|
|
|
462
462
|
.k-popup .k-list .k-item:hover {
|
|
463
|
-
color: var(--textColorTexts, #
|
|
463
|
+
color: var(--textColorTexts, #14202a);
|
|
464
464
|
}
|
|
465
465
|
|
|
466
466
|
.k-popup .k-list .k-state-focused {
|
|
467
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
467
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
468
468
|
color: var(--textColor40, #f0f0f0);
|
|
469
469
|
box-shadow: none;
|
|
470
470
|
border: unset;
|
|
@@ -549,7 +549,7 @@ cron-grid .k-tooltip span:before {
|
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
.k-slider .k-button {
|
|
552
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
552
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
553
553
|
color: var(--textColorDefault40, #f0f0f0);
|
|
554
554
|
border-radius: 5px;
|
|
555
555
|
box-shadow: none;
|
|
@@ -38,7 +38,7 @@
|
|
|
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(--textColorTexts, #
|
|
41
|
+
color: var(--textColorTexts, #14202a);
|
|
42
42
|
background: var(--textColor40, #f0f0f0);
|
|
43
43
|
border-radius: 10px;
|
|
44
44
|
}
|
|
@@ -52,7 +52,7 @@
|
|
|
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(--textColorTexts, #
|
|
55
|
+
color: var(--textColorTexts, #14202a);
|
|
56
56
|
background: var(--textColor40, #f0f0f0);
|
|
57
57
|
border-radius: 10px;
|
|
58
58
|
margin: 0;
|
|
@@ -148,13 +148,13 @@
|
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.dropdown-menu>li>a {
|
|
151
|
-
color: var(--textColorTexts, #
|
|
151
|
+
color: var(--textColorTexts, #14202a);
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.navbar-nav>li>.dropdown-menu,
|
|
155
155
|
.dropdown-menu>li>a:focus,
|
|
156
156
|
.dropdown-menu>li>a:hover {
|
|
157
|
-
color: var(--textColorTexts, #
|
|
157
|
+
color: var(--textColorTexts, #14202a);
|
|
158
158
|
background: var(--textColor40, #f0f0f0);
|
|
159
159
|
border-radius: 10px;
|
|
160
160
|
}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.panel-footer {
|
|
9
|
-
color: var(--
|
|
10
|
-
background: var(--backgroundColor10, #
|
|
9
|
+
color: var(--textColorTexts, #14202a);
|
|
10
|
+
background: var(--backgroundColor10, #ced0d2);
|
|
11
11
|
border: transparent;
|
|
12
12
|
border-radius: 10px;
|
|
13
13
|
}
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
/* Primary */
|
|
49
49
|
.panel-primary>.panel-heading {
|
|
50
50
|
color: var(--textColor40, #f0f0f0);
|
|
51
|
-
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #
|
|
51
|
+
background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
|
|
52
52
|
border-color: transparent;
|
|
53
53
|
border-radius: 10px;
|
|
54
54
|
}
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
/* Success */
|
|
57
57
|
.panel-success>.panel-heading {
|
|
58
58
|
color: var(--textColor40, #f0f0f0);
|
|
59
|
-
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #
|
|
59
|
+
background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
|
|
60
60
|
border-color: transparent;
|
|
61
61
|
border-radius: 10px;
|
|
62
62
|
}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
/* Royal */
|
|
105
105
|
.panel-royal>.panel-heading {
|
|
106
106
|
color: var(--textColor40, #f0f0f0);
|
|
107
|
-
background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #
|
|
107
|
+
background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
|
|
108
108
|
border-color: transparent;
|
|
109
109
|
border-radius: 10px;
|
|
110
110
|
}
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
/* Dark */
|
|
113
113
|
.panel-dark>.panel-heading {
|
|
114
114
|
color: var(--textColor40, #f0f0f0);
|
|
115
|
-
background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #
|
|
115
|
+
background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
|
|
116
116
|
border-color: transparent;
|
|
117
117
|
border-radius: 10px;
|
|
118
118
|
}
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
--textSmallSize: 10px;
|
|
18
18
|
--textNormalSize: 12px;
|
|
19
|
-
--textMediumSize:
|
|
20
|
-
--textSmallTitle: 18px;
|
|
19
|
+
--textMediumSize: 18px;
|
|
21
20
|
--textBigSize: 24px;
|
|
22
21
|
--textExtraBigSize: 30px;
|
|
23
22
|
--textFullSize: 36px;
|
|
@@ -242,26 +241,26 @@
|
|
|
242
241
|
--textColorDark70: #fffffd;
|
|
243
242
|
|
|
244
243
|
/* Color - Neutral (web e mobile) */
|
|
245
|
-
--colorNeutral00: #
|
|
246
|
-
--colorNeutral10: #
|
|
247
|
-
--colorNeutral20: #
|
|
248
|
-
--colorNeutral30: #
|
|
249
|
-
--colorNeutral40: #
|
|
250
|
-
--colorNeutral50: #
|
|
251
|
-
--colorNeutral60: #
|
|
252
|
-
--colorNeutral70: #
|
|
244
|
+
--colorNeutral00: #ffffff;
|
|
245
|
+
--colorNeutral10: #f1f1f1;
|
|
246
|
+
--colorNeutral20: #e3e3e3;
|
|
247
|
+
--colorNeutral30: #d5d5d5;
|
|
248
|
+
--colorNeutral40: #c7c7c7;
|
|
249
|
+
--colorNeutral50: #b9b9b9;
|
|
250
|
+
--colorNeutral60: #acacac;
|
|
251
|
+
--colorNeutral70: #9e9e9e;
|
|
253
252
|
--colorNeutral80: #909090;
|
|
254
253
|
--colorNeutral90: #828282;
|
|
255
254
|
--colorNeutral100: #747474;
|
|
256
255
|
--colorNeutral110: #666666;
|
|
257
|
-
--colorNeutral120: #
|
|
256
|
+
--colorNeutral120: #5d5d5d;
|
|
258
257
|
--colorNeutral130: #535353;
|
|
259
|
-
--colorNeutral140: #
|
|
258
|
+
--colorNeutral140: #4a4a4a;
|
|
260
259
|
--colorNeutral150: #414141;
|
|
261
260
|
--colorNeutral160: #383838;
|
|
262
|
-
--colorNeutral170: #
|
|
261
|
+
--colorNeutral170: #2e2e2e;
|
|
263
262
|
--colorNeutral180: #252525;
|
|
264
|
-
--colorNeutral190: #
|
|
263
|
+
--colorNeutral190: #1c1c1c;
|
|
265
264
|
--colorNeutral200: #131313;
|
|
266
265
|
--colorNeutral210: #090909;
|
|
267
266
|
--colorNeutral220: #000000;
|
|
@@ -410,33 +409,6 @@
|
|
|
410
409
|
|
|
411
410
|
/* === End - Variables used exclusively in the color palette property === */
|
|
412
411
|
}
|
|
413
|
-
h1,
|
|
414
|
-
h2,
|
|
415
|
-
h3,
|
|
416
|
-
h4,
|
|
417
|
-
h5,
|
|
418
|
-
h6,
|
|
419
|
-
.h1,
|
|
420
|
-
.h2,
|
|
421
|
-
.h3,
|
|
422
|
-
.h4,
|
|
423
|
-
.h5,
|
|
424
|
-
.h6 {
|
|
425
|
-
font-family: var(--fontFamily, "Open Sans", "Arial", sans-serif);
|
|
426
|
-
color: var(--textColor40, #434343);
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.h1 {
|
|
430
|
-
font-size: var(--textFullSize, 36px);
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.h3 {
|
|
434
|
-
font-size: var(--textMediumSize, 24px);
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.h5 {
|
|
438
|
-
font-size: var(--textSmallTitle, 18px);
|
|
439
|
-
}
|
|
440
412
|
|
|
441
413
|
/* Button */
|
|
442
414
|
.k-button,
|
|
@@ -450,10 +422,21 @@ h6,
|
|
|
450
422
|
color: var(--textColorPrimary40, #fffef9);
|
|
451
423
|
}
|
|
452
424
|
|
|
425
|
+
.btn.btn-success:active {
|
|
426
|
+
background: var(--colorSuccess70, #365c3b);
|
|
427
|
+
}
|
|
428
|
+
|
|
453
429
|
.btn.btn-info:active {
|
|
454
430
|
background: var(--colorCalm60, #6593ae);
|
|
455
431
|
}
|
|
456
432
|
|
|
433
|
+
.k-button.k-warning.active,
|
|
434
|
+
.k-button.k-warning:active,
|
|
435
|
+
.btn.btn-warning.active,
|
|
436
|
+
.btn.btn-warning:active {
|
|
437
|
+
background: var(--colorWarning60, #ab5e3d);
|
|
438
|
+
}
|
|
439
|
+
|
|
457
440
|
.btn.btn-stable:active {
|
|
458
441
|
background: var(--colorStable70, #717171);
|
|
459
442
|
}
|
|
@@ -477,7 +460,6 @@ h6,
|
|
|
477
460
|
background: var(--colorDark70, #1c1c1c);
|
|
478
461
|
}
|
|
479
462
|
|
|
480
|
-
|
|
481
463
|
.k-button.active,
|
|
482
464
|
.k-button:active,
|
|
483
465
|
.btn.active,
|
|
@@ -527,6 +509,10 @@ textarea.k-textbox:hover {
|
|
|
527
509
|
margin: 0;
|
|
528
510
|
}
|
|
529
511
|
|
|
512
|
+
.k-widget.k-multiselect {
|
|
513
|
+
background: transparent;
|
|
514
|
+
}
|
|
515
|
+
|
|
530
516
|
.cardinput {
|
|
531
517
|
padding: 0;
|
|
532
518
|
}
|
|
@@ -576,7 +562,6 @@ input.k-textbox:hover:focus,
|
|
|
576
562
|
}
|
|
577
563
|
|
|
578
564
|
/* Date and Hour */
|
|
579
|
-
|
|
580
565
|
.bootstrap-datetimepicker-widget .timepicker-hour,
|
|
581
566
|
.bootstrap-datetimepicker-widget .timepicker-minute,
|
|
582
567
|
.bootstrap-datetimepicker-widget .timepicker-second {
|
|
@@ -680,9 +665,9 @@ input .k-textbox {
|
|
|
680
665
|
|
|
681
666
|
.login-view .reset-password {
|
|
682
667
|
text-align: end;
|
|
683
|
-
width:100%;
|
|
668
|
+
width: 100%;
|
|
684
669
|
max-width: 600px;
|
|
685
|
-
right:
|
|
670
|
+
right: 12px;
|
|
686
671
|
}
|
|
687
672
|
|
|
688
673
|
.login-view input.k-textbox {
|
|
@@ -718,7 +703,6 @@ textarea.k-textbox {
|
|
|
718
703
|
background: var(--backgroundColor, #f2f2f2);
|
|
719
704
|
}
|
|
720
705
|
|
|
721
|
-
#modalCookies p,
|
|
722
706
|
#modalCookies label,
|
|
723
707
|
.privacy-view .modal-cookies h1 {
|
|
724
708
|
color: var(--textColor40, #434343);
|
|
@@ -729,7 +713,6 @@ textarea.k-textbox {
|
|
|
729
713
|
}
|
|
730
714
|
|
|
731
715
|
/*Backgrounds login*/
|
|
732
|
-
|
|
733
716
|
.bg-login #container-second {
|
|
734
717
|
background: var(--colorDefault40, #442b69);
|
|
735
718
|
}
|
|
@@ -786,7 +769,6 @@ label.labelCollapsibleMenu {
|
|
|
786
769
|
}
|
|
787
770
|
|
|
788
771
|
/*Links Colors*/
|
|
789
|
-
|
|
790
772
|
.color-default {
|
|
791
773
|
color: var(--colorDefault40, #442b69);
|
|
792
774
|
}
|
|
@@ -916,7 +898,6 @@ label.labelCollapsibleMenu {
|
|
|
916
898
|
}
|
|
917
899
|
|
|
918
900
|
/* Lista Opção*/
|
|
919
|
-
|
|
920
901
|
.k-radio-label:after,
|
|
921
902
|
.k-radio:checked+.k-radio-label:after,
|
|
922
903
|
.option-default .k-radio-label:after,
|
|
@@ -958,7 +939,6 @@ label.labelCollapsibleMenu {
|
|
|
958
939
|
.option-info .k-radio-label:after,
|
|
959
940
|
.option-info .k-radio:checked+.k-radio-label:after {
|
|
960
941
|
background: var(--colorCalm40, #8ac8ee);
|
|
961
|
-
|
|
962
942
|
}
|
|
963
943
|
|
|
964
944
|
.option-info .k-radio:checked+.k-radio-label:before,
|
|
@@ -1030,9 +1010,7 @@ label.labelCollapsibleMenu {
|
|
|
1030
1010
|
background: var(--colorDark40, #343434);
|
|
1031
1011
|
}
|
|
1032
1012
|
|
|
1033
|
-
|
|
1034
1013
|
/*Checkbox*/
|
|
1035
|
-
|
|
1036
1014
|
/*Default*/
|
|
1037
1015
|
.k-checkbox:checked+.k-checkbox-label:before,
|
|
1038
1016
|
.k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
@@ -1129,7 +1107,21 @@ label.labelCollapsibleMenu {
|
|
|
1129
1107
|
|
|
1130
1108
|
/* Button dynamic image*/
|
|
1131
1109
|
.dynamic-image-container .btn {
|
|
1132
|
-
background: var(--colorDefault40);
|
|
1110
|
+
background: var(--colorDefault40, #442b69);
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
.dynamic-image-container {
|
|
1114
|
+
border-style: dashed;
|
|
1115
|
+
border: 1px dashed var(--colorDefault40, #442b69);
|
|
1116
|
+
border-radius: var(--borderRadiusSmallest, 5px);
|
|
1117
|
+
padding: 20px;
|
|
1118
|
+
width: 100%;
|
|
1119
|
+
height: 100%;
|
|
1120
|
+
display: flex;
|
|
1121
|
+
flex-direction: column;
|
|
1122
|
+
justify-content: center;
|
|
1123
|
+
flex-wrap: wrap;
|
|
1124
|
+
text-align: center;
|
|
1133
1125
|
}
|
|
1134
1126
|
|
|
1135
1127
|
.dynamic-image-container .btn:focus,
|
|
@@ -1258,7 +1250,6 @@ label.labelCollapsibleMenu {
|
|
|
1258
1250
|
}
|
|
1259
1251
|
|
|
1260
1252
|
/*Agendador*/
|
|
1261
|
-
|
|
1262
1253
|
.k-scheduler .k-today.k-state-selected,
|
|
1263
1254
|
.k-scheduler-navigation .k-nav-prev .k-link,
|
|
1264
1255
|
.k-scheduler .k-state-selected>.k-link,
|
|
@@ -1380,7 +1371,6 @@ cron-scheduler .k-link:link,
|
|
|
1380
1371
|
}
|
|
1381
1372
|
|
|
1382
1373
|
/* Button edit form*/
|
|
1383
|
-
|
|
1384
1374
|
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
|
|
1385
1375
|
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,
|
|
1386
1376
|
.k-button.k-danger,
|
|
@@ -1518,12 +1508,17 @@ span.k-datetimepicker .k-select+.k-select {
|
|
|
1518
1508
|
}
|
|
1519
1509
|
|
|
1520
1510
|
/*Modais*/
|
|
1521
|
-
|
|
1522
1511
|
.modal-title {
|
|
1523
1512
|
margin: 0;
|
|
1524
1513
|
line-height: 1.42857143;
|
|
1525
1514
|
text-align: center;
|
|
1526
1515
|
color: var(--textColor40, #434343);
|
|
1516
|
+
font-weight: 700;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
.modal-content {
|
|
1520
|
+
border-radius: 20px;
|
|
1521
|
+
background: var(--backgroundColor10, #fffef9);
|
|
1527
1522
|
}
|
|
1528
1523
|
|
|
1529
1524
|
.modal-body {
|
|
@@ -1553,10 +1548,9 @@ span.k-datetimepicker .k-select+.k-select {
|
|
|
1553
1548
|
background: var(--colorDanger70, #7c2626);
|
|
1554
1549
|
}
|
|
1555
1550
|
|
|
1556
|
-
|
|
1557
1551
|
#modalTemplateCancel.btn.btn-secondary:active {
|
|
1558
1552
|
background: var(--colorDefault70, #25183a);
|
|
1559
|
-
border:unset;
|
|
1553
|
+
border: unset;
|
|
1560
1554
|
}
|
|
1561
1555
|
|
|
1562
1556
|
.modal-footer .btn+.btn {
|
|
@@ -1573,7 +1567,6 @@ span.k-datetimepicker .k-select+.k-select {
|
|
|
1573
1567
|
background: var(--colorDanger70, #7c2626);
|
|
1574
1568
|
}
|
|
1575
1569
|
|
|
1576
|
-
|
|
1577
1570
|
#modalBodyConfirmDialog .title {
|
|
1578
1571
|
font-size: var(--textMediumSize, 18px);
|
|
1579
1572
|
font-weight: 700;
|
|
@@ -1635,4 +1628,27 @@ button.btn.k-button.btn-block.btn-danger.btn-fab {
|
|
|
1635
1628
|
p {
|
|
1636
1629
|
font-size: var(--textNormalSize, 12px);
|
|
1637
1630
|
color: var(--textColor40, #434343);
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
/*Modal cookies*/
|
|
1634
|
+
.privacy-view .modal-cookies .form-group {
|
|
1635
|
+
margin-bottom: 0;
|
|
1636
|
+
margin-top: 20px;
|
|
1637
|
+
text-align: justify;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
#modalCookies .list-group p {
|
|
1641
|
+
margin-top: 5px;
|
|
1642
|
+
text-align: justify;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
.privacy-view .modal-cookies .modal-header .close span {
|
|
1646
|
+
font-size: var(--textMediumSize, 16px);
|
|
1647
|
+
color: var(--textColor40, #434343);
|
|
1648
|
+
padding: 0 10px;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
#modalCookies p {
|
|
1652
|
+
text-align: justify;
|
|
1653
|
+
color: var(--textColor40, #434343);
|
|
1638
1654
|
}
|
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
/*Buttons*/
|
|
167
|
-
|
|
168
167
|
.btn.btn-default:focus,
|
|
169
168
|
.btn.btn-default:hover {
|
|
170
169
|
background: var(--colorDefault20, #b9abce);
|
|
@@ -310,6 +309,8 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
310
309
|
|
|
311
310
|
.k-grid tr td {
|
|
312
311
|
border-radius: 10px;
|
|
312
|
+
background: var(--backgroundColor10, #fffef9);
|
|
313
|
+
color: var(--textColor40, #434343);
|
|
313
314
|
}
|
|
314
315
|
|
|
315
316
|
.carousel-control .glyphicon-chevron-left,
|
|
@@ -388,10 +389,13 @@ label {
|
|
|
388
389
|
|
|
389
390
|
.k-pager-sizes .k-dropdown-wrap .k-input {
|
|
390
391
|
background: var(--colorDefault40, #487b4e);
|
|
391
|
-
color: var(--
|
|
392
|
+
color: var(--textColorPrimary40, #fffef9);
|
|
392
393
|
border-color: var(--colorDefault40, #487b4e);
|
|
393
394
|
border-radius: 10px;
|
|
394
|
-
|
|
395
|
+
text-indent: initial;
|
|
396
|
+
margin-left: -3px;
|
|
397
|
+
width: auto;
|
|
398
|
+
text-align: center;
|
|
395
399
|
}
|
|
396
400
|
|
|
397
401
|
.k-dropdown-wrap .k-input {
|
|
@@ -468,7 +472,6 @@ cron-grid .k-tooltip span:before {
|
|
|
468
472
|
font-size: 12px;
|
|
469
473
|
font-style: normal;
|
|
470
474
|
font-weight: 700;
|
|
471
|
-
|
|
472
475
|
}
|
|
473
476
|
|
|
474
477
|
.k-calendar .k-content .k-link {
|
|
@@ -536,11 +539,6 @@ cron-grid .k-tooltip span:before {
|
|
|
536
539
|
}
|
|
537
540
|
|
|
538
541
|
/* Calendar*/
|
|
539
|
-
|
|
540
|
-
k-icon k-i-arrow-60-right {
|
|
541
|
-
color: red !important;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
542
|
.k-calendar .k-content,
|
|
545
543
|
.k-calendar .k-content th {
|
|
546
544
|
text-align: center;
|
|
@@ -576,7 +574,6 @@ k-icon k-i-arrow-60-right {
|
|
|
576
574
|
border: unset;
|
|
577
575
|
}
|
|
578
576
|
|
|
579
|
-
|
|
580
577
|
td.k-state-focused.k-state-selected {
|
|
581
578
|
background: var(--colorDefault40, #442b69);
|
|
582
579
|
color: var(--textColorDefault40, #fffef9);
|
|
@@ -585,7 +582,7 @@ td.k-state-focused.k-state-selected {
|
|
|
585
582
|
|
|
586
583
|
.k-link-selected {
|
|
587
584
|
background: var(--colorDefault40, #442b69);
|
|
588
|
-
color:
|
|
585
|
+
color: var(--textColorDefault40, #fffef9);
|
|
589
586
|
}
|
|
590
587
|
|
|
591
588
|
span.k-icon.k-i-calendar::before,
|
|
@@ -621,7 +618,7 @@ td.k-today {
|
|
|
621
618
|
width: 3.2em;
|
|
622
619
|
padding: 0 0.429em 0 0.714em;
|
|
623
620
|
border-radius: 4px;
|
|
624
|
-
border-right: 1px solid #
|
|
621
|
+
border-right: 1px solid #cccccc;
|
|
625
622
|
color: var(--textColorDefault40, #fffef9);
|
|
626
623
|
}
|
|
627
624
|
|
|
@@ -122,7 +122,7 @@ label.labelCollapsibleMenu,
|
|
|
122
122
|
.crn-navigator-retratil.collapsible-menu-hide cron-dynamic-menu ul li[data-component="crn-menu-item"] .dropdown-toggle,
|
|
123
123
|
.crn-navigator-retratil.collapsible-menu-hide cron-dynamic-menu ul .nav-item .dropdown-toggle {
|
|
124
124
|
text-align: center;
|
|
125
|
-
padding: 10px
|
|
125
|
+
padding: 10px 16px;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
#checkCollapsibleMenu:checked ~ .crn-navigator-retratil.collapsible-menu-hide cron-dynamic-menu ul li[data-component="crn-menu-item"] .dropdown-toggle,
|