cronapp-framework-js 2.9.4-RC.3 → 2.9.4-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-textinputicon.components.json +0 -26
- package/components/css/checkbox-color.css +1 -0
- package/components/css/combobox-color.css +12 -0
- package/components/css/option-color.css +28 -0
- package/components/templates/textinputicon.template.html +1 -1
- package/css/animate.css +4 -4
- package/css/app.css +4 -4
- package/css/themes/custom/aquamarine/custom-aquamarine.css +3 -27
- package/css/themes/custom/cerulean/button-cerulean.css +2 -27
- package/css/themes/custom/cerulean/custom-cerulean.css +64 -597
- package/css/themes/custom/cerulean/navbar-cerulean.css +22 -90
- package/css/themes/custom/cerulean/panel-cerulean.css +34 -35
- package/css/themes/custom/cosmo/custom-cosmo.css +0 -27
- package/css/themes/custom/cyborg/custom-cyborg.css +0 -27
- package/css/themes/custom/darkly/custom-darkly.css +0 -25
- package/css/themes/custom/dsgov/button-dsgov.css +17 -52
- package/css/themes/custom/dsgov/calendar-dsgov.css +34 -106
- package/css/themes/custom/dsgov/color-dsgov.css +138 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +344 -171
- package/css/themes/custom/dsgov/form-dsgov.css +109 -290
- package/css/themes/custom/dsgov/navbar-dsgov.css +38 -150
- package/css/themes/custom/dsgov/panel-dsgov.css +97 -117
- package/css/themes/custom/dsgov/slider-dsgov.css +3 -2
- package/css/themes/custom/dsgov/table-grid-dsgov.css +69 -144
- package/css/themes/custom/flatly/custom-flatly.css +2 -22
- package/css/themes/custom/fuse/custom-fuse.css +6 -33
- package/css/themes/custom/journal/custom-journal.css +2 -28
- package/css/themes/custom/lumen/custom-lumen.css +0 -43
- package/css/themes/custom/material/custom-material.css +70 -130
- package/css/themes/custom/material/grid-material.css +44 -37
- package/css/themes/custom/material/navbar-material.css +6 -58
- package/css/themes/custom/material/panel-material.css +20 -61
- package/css/themes/custom/navigator/custom-navigator.css +11 -2
- package/css/themes/custom/paper/custom-paper.css +0 -30
- package/css/themes/custom/readable/custom-readable.css +0 -27
- package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
- package/css/themes/custom/simplex/custom-simplex.css +0 -27
- package/css/themes/custom/slate/custom-slate.css +33 -33
- package/css/themes/custom/spacelab/custom-spacelab.css +0 -27
- package/css/themes/custom/superhero/custom-superhero.css +0 -27
- package/css/themes/custom/theme-general/button.css +2 -6
- package/css/themes/custom/theme-general/forms.css +7 -128
- package/css/themes/custom/theme-general/login.css +6 -6
- package/css/themes/custom/theme-general/menu.css +4 -18
- package/css/themes/custom/theme-general/modal.css +6 -35
- package/css/themes/custom/theme-general/scheduler.css +34 -275
- package/css/themes/custom/theme-general/slider.css +3 -4
- package/css/themes/custom/theme-general/table-grid.css +2 -138
- package/css/themes/custom/theme-general/tabs.css +2 -3
- package/css/themes/custom/theme-general/theme-general.css +3 -41
- package/css/themes/custom/united/custom-united.css +0 -22
- package/css/themes/custom/yeti/custom-yeti.css +0 -28
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/combobox-color.css +1 -1
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/css/animate.css +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/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-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/calendar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/slider-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/lumen/custom-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/panel-material.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/custom-readable.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/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/modal.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/slider.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/tabs.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/directives.js +2 -2
- package/js/directives.js +25 -28
- package/package.json +1 -1
- package/css/themes/custom/cerulean/combobox-cerulean.css +0 -153
- package/css/themes/custom/dsgov/checkbox-dsgov.css +0 -309
- package/css/themes/custom/dsgov/option-dsgov.css +0 -144
- package/css/themes/custom/dsgov/scheduler-dsgov.css +0 -325
- package/dist/css/themes/custom/cerulean/combobox-cerulean.css +0 -1
- package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/option-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +0 -1
|
@@ -40,33 +40,7 @@
|
|
|
40
40
|
"text_en_US": "Icon"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
43
|
-
"attributesForPreview": [
|
|
44
|
-
{
|
|
45
|
-
"name": "layout-template",
|
|
46
|
-
"type": "btngroup",
|
|
47
|
-
"target": "class",
|
|
48
|
-
"values": [
|
|
49
|
-
{
|
|
50
|
-
"key": "layout-template-classic",
|
|
51
|
-
"value_pt_BR": "Clássico",
|
|
52
|
-
"value_en_US": "Classic"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"key": "layout-template-modern",
|
|
56
|
-
"value_pt_BR": "Moderno",
|
|
57
|
-
"value_en_US": "Modern"
|
|
58
|
-
}
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
43
|
"childrenProperties": [
|
|
63
|
-
{
|
|
64
|
-
"name": "layout-template",
|
|
65
|
-
"displayName_pt_BR": "Modelo de layout",
|
|
66
|
-
"displayName_en_US": "Layout template",
|
|
67
|
-
"order": 1,
|
|
68
|
-
"selector": "div.input-group"
|
|
69
|
-
},
|
|
70
44
|
{
|
|
71
45
|
"name": "class",
|
|
72
46
|
"selector": "i",
|
|
@@ -246,6 +246,7 @@
|
|
|
246
246
|
.checkbox-light .k-checkbox-label:active:before,
|
|
247
247
|
.checkbox-light .k-checkbox:active+.k-checkbox-label:before,
|
|
248
248
|
.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
|
|
249
|
+
.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
|
|
249
250
|
.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
|
|
250
251
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,
|
|
251
252
|
.checkbox-light .k-checkbox-label:before {
|
|
@@ -512,7 +512,10 @@
|
|
|
512
512
|
background: transparent;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
|
+
|
|
516
|
+
.k-multiselect .k-button.k-state-hover,
|
|
515
517
|
.k-multiselect .k-button,
|
|
518
|
+
.combobox-default .k-multiselect .k-button.k-state-hover,
|
|
516
519
|
.combobox-default .k-multiselect .k-button {
|
|
517
520
|
border-color: var(--colorDefault50, #343c7c);
|
|
518
521
|
background: var(--colorDefault40, #3b448e);
|
|
@@ -540,6 +543,7 @@
|
|
|
540
543
|
background: var(--colorPrimary40, #5665be);
|
|
541
544
|
}
|
|
542
545
|
|
|
546
|
+
.combobox-primary .k-multiselect .k-button.k-state-hover,
|
|
543
547
|
.combobox-primary .k-multiselect .k-button {
|
|
544
548
|
border-color: var(--colorPrimary50, #4b58a6);
|
|
545
549
|
background: var(--colorPrimary40, #5665be);
|
|
@@ -562,6 +566,7 @@
|
|
|
562
566
|
background: var(--colorSuccess40, #33cd5f);
|
|
563
567
|
}
|
|
564
568
|
|
|
569
|
+
.combobox-success .k-multiselect .k-button.k-state-hover,
|
|
565
570
|
.combobox-success .k-multiselect .k-button {
|
|
566
571
|
border-color: var(--colorSuccess50, #2db353);
|
|
567
572
|
background: var(--colorSuccess40, #33cd5f);
|
|
@@ -584,6 +589,7 @@
|
|
|
584
589
|
background: var(--colorCalm40, #11c1f3);
|
|
585
590
|
}
|
|
586
591
|
|
|
592
|
+
.combobox-info .k-multiselect .k-button.k-state-hover,
|
|
587
593
|
.combobox-info .k-multiselect .k-button {
|
|
588
594
|
border-color: var(--colorCalm50, #0fa9d5);
|
|
589
595
|
background: var(--colorCalm40, #11c1f3);
|
|
@@ -606,6 +612,7 @@
|
|
|
606
612
|
background: var(--colorWarning40, #ffc900);
|
|
607
613
|
}
|
|
608
614
|
|
|
615
|
+
.combobox-warning .k-multiselect .k-button.k-state-hover,
|
|
609
616
|
.combobox-warning .k-multiselect .k-button {
|
|
610
617
|
border-color: var(--colorWarning50, #dfb000);
|
|
611
618
|
background: var(--colorWarning40, #ffc900);
|
|
@@ -628,6 +635,7 @@
|
|
|
628
635
|
background: var(--colorDanger40, #ef473a);
|
|
629
636
|
}
|
|
630
637
|
|
|
638
|
+
.combobox-danger .k-multiselect .k-button.k-state-hover,
|
|
631
639
|
.combobox-danger .k-multiselect .k-button {
|
|
632
640
|
border-color: var(--colorDanger50, #d13e33);
|
|
633
641
|
background: var(--colorDanger40, #ef473a);
|
|
@@ -650,6 +658,7 @@
|
|
|
650
658
|
background: var(--colorLight40, #ffffff);
|
|
651
659
|
}
|
|
652
660
|
|
|
661
|
+
.combobox-light .k-multiselect .k-button.k-state-hover,
|
|
653
662
|
.combobox-light .k-multiselect .k-button {
|
|
654
663
|
border-color: var(--colorLight50, #dfdfdf);
|
|
655
664
|
background: var(--colorLight40, #ffffff);
|
|
@@ -672,6 +681,7 @@
|
|
|
672
681
|
background: var(--colorStable40, #f8f8f8);
|
|
673
682
|
}
|
|
674
683
|
|
|
684
|
+
.combobox-stable .k-multiselect .k-button.k-state-hover,
|
|
675
685
|
.combobox-stable .k-multiselect .k-button {
|
|
676
686
|
border-color: var(--colorStable50, #d9d9d9);
|
|
677
687
|
background: var(--colorStable40, #f8f8f8);
|
|
@@ -695,6 +705,7 @@
|
|
|
695
705
|
background: var(--colorRoyal40, #886aea);
|
|
696
706
|
}
|
|
697
707
|
|
|
708
|
+
.combobox-royal .k-multiselect .k-button.k-state-hover,
|
|
698
709
|
.combobox-royal .k-multiselect .k-button {
|
|
699
710
|
border-color: var(--colorRoyal50, #775dcd);
|
|
700
711
|
background: var(--colorRoyal40, #886aea);
|
|
@@ -718,6 +729,7 @@
|
|
|
718
729
|
background: var(--colorDark40, #444444);
|
|
719
730
|
}
|
|
720
731
|
|
|
732
|
+
.combobox-dark .k-multiselect .k-button.k-state-hover,
|
|
721
733
|
.combobox-dark .k-multiselect .k-button {
|
|
722
734
|
border-color: var(--colorDark50, #3c3c3c);
|
|
723
735
|
background: var(--colorDark40, #444444);
|
|
@@ -193,6 +193,33 @@
|
|
|
193
193
|
border-color: var(--colorDark40, #444444);
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
196
223
|
/* light */
|
|
197
224
|
.option-light .k-radio-label:before {
|
|
198
225
|
border-color: var(--colorLight40, #ffffff);
|
|
@@ -215,6 +242,7 @@
|
|
|
215
242
|
}
|
|
216
243
|
|
|
217
244
|
/* white */
|
|
245
|
+
|
|
218
246
|
.option-white .k-radio-label:after,
|
|
219
247
|
.option-white .k-radio-label:before,
|
|
220
248
|
.option-white .k-radio:checked+.k-radio-label:after {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div>
|
|
2
2
|
<label class="form-group" for="inputButton-${RANDOM}">Label</label>
|
|
3
|
-
<div class="input-group
|
|
3
|
+
<div class="input-group">
|
|
4
4
|
<span class="k-button">
|
|
5
5
|
<i class="glyphicon glyphicon-search" aria-hidden="true"></i>
|
|
6
6
|
</span>
|
package/css/animate.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
/* Error */
|
|
21
21
|
.cronapp-icon.cronapp-error {
|
|
22
|
-
border-color: var(--
|
|
22
|
+
border-color: var(--colorDanger40, #ce3a36);
|
|
23
23
|
color: var(--colorDanger40, #ce3a36);
|
|
24
24
|
display: flex;
|
|
25
25
|
}
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
/* Success */
|
|
63
63
|
.cronapp-icon.cronapp-success {
|
|
64
|
-
border-color: var(--
|
|
64
|
+
border-color: var(--colorSuccess40, #257d25);
|
|
65
65
|
color: var(--colorSuccess40, #257d25);
|
|
66
66
|
}
|
|
67
67
|
|
|
@@ -150,13 +150,13 @@
|
|
|
150
150
|
|
|
151
151
|
/* Warning */
|
|
152
152
|
.cronapp-icon.cronapp-warning {
|
|
153
|
-
border-color: var(--
|
|
153
|
+
border-color: var(--colorWarning40, #f0ad4e);
|
|
154
154
|
color: var(--colorWarning40, #f0ad4e);
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/* Info */
|
|
158
158
|
.cronapp-icon.cronapp-info {
|
|
159
|
-
border-color: var(--
|
|
159
|
+
border-color: var(--colorCalm40, #3b448e);
|
|
160
160
|
color: var(--colorCalm40, #3b448e);
|
|
161
161
|
}
|
|
162
162
|
|
package/css/app.css
CHANGED
|
@@ -287,7 +287,7 @@ fieldset[disabled] .btn-default:hover {
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.k-invalid-msg {
|
|
290
|
-
color:
|
|
290
|
+
color: red;
|
|
291
291
|
border: none;
|
|
292
292
|
}
|
|
293
293
|
|
|
@@ -314,7 +314,7 @@ fieldset[disabled] .btn-default:hover {
|
|
|
314
314
|
font-family: FontAwesome;
|
|
315
315
|
content: "\f077";
|
|
316
316
|
float: right;
|
|
317
|
-
color:
|
|
317
|
+
color: #FFFFFF;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.panel-group .heading-arrow.collapsed.panel-heading::after {
|
|
@@ -384,7 +384,7 @@ input[type=checkbox].k-checkbox {
|
|
|
384
384
|
height: var(--textBigSize, 18px);
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
-
#auditDetail .modal-content .list-group .form-group
|
|
387
|
+
#auditDetail .modal-content .list-group .form-group{
|
|
388
388
|
margin-right: 10px;
|
|
389
389
|
}
|
|
390
390
|
|
|
@@ -393,7 +393,7 @@ img[src='undefined'] {
|
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
/* Timeline */
|
|
396
|
-
.timeline
|
|
396
|
+
.timeline{
|
|
397
397
|
clear: both;
|
|
398
398
|
}
|
|
399
399
|
|
|
@@ -764,8 +764,7 @@ span.k-dropdown,
|
|
|
764
764
|
.cardinput {
|
|
765
765
|
background: var(--textColorDefault40, #ffffff);
|
|
766
766
|
border-radius: var(--borderRadiusSmall, 15px);
|
|
767
|
-
padding:
|
|
768
|
-
padding-right: 0;
|
|
767
|
+
padding: 0;
|
|
769
768
|
border-color: var(--colorLight50, #c2c2c2);
|
|
770
769
|
}
|
|
771
770
|
|
|
@@ -1265,7 +1264,7 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
1265
1264
|
.k-scheduler-navigation .k-nav-prev .k-link:hover,
|
|
1266
1265
|
.k-scheduler div.k-scheduler-footer .k-link:hover,
|
|
1267
1266
|
.k-scheduler div.k-scheduler-footer ul li:hover,
|
|
1268
|
-
.k-scheduler-edit-form .k-edit-field .k-button:hover
|
|
1267
|
+
.k-scheduler-edit-form .k-edit-field .k-button:hover{
|
|
1269
1268
|
color: var(--colorDefault40, #2ca4a8);
|
|
1270
1269
|
box-shadow: none;
|
|
1271
1270
|
background: var(--colorDefault20, #b1d3d5);
|
|
@@ -1492,29 +1491,6 @@ div[data-component^='crn-slider'] .form-control {
|
|
|
1492
1491
|
border-color: var(--textColorLight40, #444444);
|
|
1493
1492
|
}
|
|
1494
1493
|
|
|
1495
|
-
#cron-breadcrumbs
|
|
1496
|
-
background: transparent;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
/* Input with icon */
|
|
1500
|
-
.layout-template-modern {
|
|
1501
|
-
background: var(--textColorDefault40, #ffffff);
|
|
1502
|
-
border-radius: var(--borderRadiusSmall, 15px);
|
|
1503
|
-
border: 1px solid var(--colorLight50, #c2c2c2);
|
|
1504
|
-
padding: 0;
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
.layout-template-modern:focus-within {
|
|
1508
|
-
border: 1px solid var(--colorLight50, #c2c2c2);
|
|
1509
|
-
background: var(--textColorDefault40, #ffffff);
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.layout-template-modern input.k-textbox:hover,
|
|
1513
|
-
.layout-template-modern input.k-textbox {
|
|
1514
|
-
padding-left: 0;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
.layout-template-modern .k-button{
|
|
1494
|
+
#cron-breadcrumbs{
|
|
1518
1495
|
background: transparent;
|
|
1519
|
-
color: var(--colorDefault40, #3b448e);
|
|
1520
1496
|
}
|
|
@@ -12,9 +12,6 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
/* Default */
|
|
15
|
-
.k-filter-menu .k-button+.k-button,
|
|
16
|
-
.dynamic-image-container .btn,
|
|
17
|
-
.k-dialog-buttongroup .k-button,
|
|
18
15
|
.btn,
|
|
19
16
|
.k-button,
|
|
20
17
|
.btn.btn-default {
|
|
@@ -23,12 +20,6 @@
|
|
|
23
20
|
color: var(--textColorDefault40, #444444);
|
|
24
21
|
}
|
|
25
22
|
|
|
26
|
-
.k-filter-menu .k-button+.k-button:focus,
|
|
27
|
-
.k-filter-menu .k-button+.k-button:hover,
|
|
28
|
-
.dynamic-image-container .btn:focus,
|
|
29
|
-
.dynamic-image-container .btn:hover,
|
|
30
|
-
.k-dialog-buttongroup .k-button:hover,
|
|
31
|
-
.k-dialog-buttongroup .k-button:focus,
|
|
32
23
|
.k-button:focus,
|
|
33
24
|
.btn:focus,
|
|
34
25
|
.k-button:hover,
|
|
@@ -40,12 +31,6 @@
|
|
|
40
31
|
border-color: var(--colorDefault50, #d7d7d7);
|
|
41
32
|
}
|
|
42
33
|
|
|
43
|
-
.k-filter-menu .k-button+.k-button:active,
|
|
44
|
-
.k-filter-menu .k-button+.k-button.active,
|
|
45
|
-
.dynamic-image-container .btn:active,
|
|
46
|
-
.dynamic-image-container .btn.active,
|
|
47
|
-
.k-dialog-buttongroup .k-button:active,
|
|
48
|
-
.k-dialog-buttongroup .k-button.active,
|
|
49
34
|
.k-button.active,
|
|
50
35
|
.btn.active,
|
|
51
36
|
.k-button:active,
|
|
@@ -59,7 +44,6 @@
|
|
|
59
44
|
}
|
|
60
45
|
|
|
61
46
|
/* Primary */
|
|
62
|
-
.dynamic-image-container .btn.btn-info,
|
|
63
47
|
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
64
48
|
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
65
49
|
.k-dialog-buttongroup .k-button.k-primary,
|
|
@@ -70,8 +54,6 @@
|
|
|
70
54
|
color: var(--textColorPrimary40, #ffffff);
|
|
71
55
|
}
|
|
72
56
|
|
|
73
|
-
.dynamic-image-container .btn.btn-info:focus,
|
|
74
|
-
.dynamic-image-container .btn.btn-info:hover,
|
|
75
57
|
.k-scheduler-edit-form .k-edit-field .k-button:focus,
|
|
76
58
|
.k-edit-form-container .k-edit-buttons .k-primary:focus,
|
|
77
59
|
.k-scheduler-edit-form .k-edit-field .k-button:hover,
|
|
@@ -87,8 +69,6 @@
|
|
|
87
69
|
border-color: var(--colorPrimary40, #2fa4e7);
|
|
88
70
|
}
|
|
89
71
|
|
|
90
|
-
.dynamic-image-container .btn.btn-info:active,
|
|
91
|
-
.dynamic-image-container .btn.btn-info.active,
|
|
92
72
|
.k-scheduler-edit-form .k-edit-field .k-button:active,
|
|
93
73
|
.k-edit-form-container .k-edit-buttons .k-primary:active,
|
|
94
74
|
.k-scheduler-edit-form .k-edit-field .k-button.active,
|
|
@@ -160,7 +140,6 @@
|
|
|
160
140
|
}
|
|
161
141
|
|
|
162
142
|
/* Danger */
|
|
163
|
-
.k-dialog-buttongroup .k-button.k-danger,
|
|
164
143
|
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
|
|
165
144
|
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,
|
|
166
145
|
.k-button.k-danger,
|
|
@@ -170,8 +149,6 @@
|
|
|
170
149
|
color: var(--textColorDanger40, #ffffff);
|
|
171
150
|
}
|
|
172
151
|
|
|
173
|
-
.k-dialog-buttongroup .k-button.k-danger:focus,
|
|
174
|
-
.k-dialog-buttongroup .k-button.k-danger:hover,
|
|
175
152
|
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:focus,
|
|
176
153
|
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:focus,
|
|
177
154
|
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover,
|
|
@@ -185,8 +162,6 @@
|
|
|
185
162
|
border-color: var(--colorDanger40, #c71c22);
|
|
186
163
|
}
|
|
187
164
|
|
|
188
|
-
.k-dialog-buttongroup .k-button.k-danger:active,
|
|
189
|
-
.k-dialog-buttongroup .k-button.k-danger.active,
|
|
190
165
|
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:active,
|
|
191
166
|
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active,
|
|
192
167
|
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone.active,
|
|
@@ -282,7 +257,7 @@
|
|
|
282
257
|
.k-button.k-stable,
|
|
283
258
|
.btn.btn-stable {
|
|
284
259
|
background: linear-gradient(var(--colorStable30, #fafafa), var(--colorStable40, #f8f8f8) 60%, var(--colorStable50, #d9d9d9));
|
|
285
|
-
border-color: var(--
|
|
260
|
+
border-color: var(--colorStable40, #f8f8f8);
|
|
286
261
|
color: var(--textColorStable40, #444444);
|
|
287
262
|
}
|
|
288
263
|
|
|
@@ -292,7 +267,7 @@
|
|
|
292
267
|
.btn.btn-stable:hover {
|
|
293
268
|
color: var(--textColorStable40, #444444);
|
|
294
269
|
background: linear-gradient(var(--colorStable30, #fafafa), var(--colorStable50, #d9d9d9) 60%, var(--colorStable60, #b6b6b6));
|
|
295
|
-
border-color: var(--
|
|
270
|
+
border-color: var(--colorStable40, #f8f8f8);
|
|
296
271
|
}
|
|
297
272
|
|
|
298
273
|
.k-button.k-stable.active,
|