primeng 17.0.0-beta.1 → 17.0.0-rc.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/autocomplete/autocomplete.d.ts +3 -3
- package/autocomplete/autocomplete.interface.d.ts +1 -1
- package/dataview/dataview.d.ts +2 -2
- package/esm2022/autocomplete/autocomplete.interface.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +2 -2
- package/esm2022/dataview/dataview.mjs +28 -30
- package/esm2022/inputgroup/inputgroup.mjs +44 -0
- package/esm2022/inputgroup/primeng-inputgroup.mjs +5 -0
- package/esm2022/inputgroup/public_api.mjs +2 -0
- package/esm2022/inputgroupaddon/inputgroupaddon.mjs +44 -0
- package/esm2022/inputgroupaddon/primeng-inputgroupaddon.mjs +5 -0
- package/esm2022/inputgroupaddon/public_api.mjs +2 -0
- package/esm2022/inputswitch/inputswitch.interface.mjs +1 -1
- package/esm2022/inputswitch/inputswitch.mjs +2 -2
- package/esm2022/listbox/listbox.mjs +2 -2
- package/esm2022/multiselect/multiselect.mjs +6 -1
- package/esm2022/panelmenu/panelmenu.mjs +8 -7
- package/esm2022/scrolltop/scrolltop.mjs +3 -3
- package/esm2022/sidebar/sidebar.mjs +11 -7
- package/esm2022/slidemenu/slidemenu.mjs +2 -7
- package/esm2022/styleclass/styleclass.mjs +42 -12
- package/esm2022/table/table.mjs +7 -2
- package/esm2022/tree/tree.mjs +3 -3
- package/esm2022/treetable/treetable.mjs +2 -2
- package/fesm2022/primeng-autocomplete.mjs +1 -1
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +27 -29
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-inputgroup.mjs +51 -0
- package/fesm2022/primeng-inputgroup.mjs.map +1 -0
- package/fesm2022/primeng-inputgroupaddon.mjs +51 -0
- package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -0
- package/fesm2022/primeng-inputswitch.mjs +1 -1
- package/fesm2022/primeng-inputswitch.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +1 -1
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +5 -0
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +7 -6
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +2 -2
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +10 -6
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-slidemenu.mjs +1 -6
- package/fesm2022/primeng-slidemenu.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +41 -11
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +6 -1
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +2 -2
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +1 -1
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/inputgroup/index.d.ts +5 -0
- package/inputgroup/inputgroup.d.ts +16 -0
- package/inputgroup/public_api.d.ts +1 -0
- package/inputgroupaddon/index.d.ts +5 -0
- package/inputgroupaddon/inputgroupaddon.d.ts +16 -0
- package/inputgroupaddon/public_api.d.ts +1 -0
- package/inputswitch/inputswitch.d.ts +3 -3
- package/inputswitch/inputswitch.interface.d.ts +1 -1
- package/multiselect/multiselect.d.ts +2 -2
- package/package.json +74 -62
- package/resources/components/panelmenu/panelmenu.css +1 -0
- package/resources/components/tree/tree.css +0 -61
- package/resources/themes/arya-blue/theme.css +405 -264
- package/resources/themes/arya-green/theme.css +405 -264
- package/resources/themes/arya-orange/theme.css +405 -264
- package/resources/themes/arya-purple/theme.css +405 -264
- package/resources/themes/bootstrap4-dark-blue/theme.css +295 -154
- package/resources/themes/bootstrap4-dark-purple/theme.css +295 -154
- package/resources/themes/bootstrap4-light-blue/theme.css +294 -153
- package/resources/themes/bootstrap4-light-purple/theme.css +294 -153
- package/resources/themes/fluent-light/theme.css +294 -153
- package/resources/themes/lara-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-amber/theme.css +6203 -0
- package/resources/themes/lara-dark-blue/theme.css +1267 -1090
- package/resources/themes/lara-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-cyan/theme.css +6203 -0
- package/resources/themes/lara-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-green/theme.css +6203 -0
- package/resources/themes/lara-dark-indigo/theme.css +1267 -1090
- package/resources/themes/lara-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-dark-pink/theme.css +6203 -0
- package/resources/themes/lara-dark-purple/theme.css +1267 -1090
- package/resources/themes/lara-dark-teal/theme.css +1267 -1090
- package/resources/themes/lara-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-amber/theme.css +6188 -0
- package/resources/themes/lara-light-blue/theme.css +1152 -990
- package/resources/themes/lara-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-cyan/theme.css +6188 -0
- package/resources/themes/lara-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-green/theme.css +6188 -0
- package/resources/themes/lara-light-indigo/theme.css +1152 -990
- package/resources/themes/lara-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/lara-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/lara-light-pink/theme.css +6188 -0
- package/resources/themes/lara-light-purple/theme.css +1152 -990
- package/resources/themes/lara-light-teal/theme.css +1420 -1258
- package/resources/themes/luna-amber/theme.css +410 -269
- package/resources/themes/luna-blue/theme.css +410 -269
- package/resources/themes/luna-green/theme.css +410 -269
- package/resources/themes/luna-pink/theme.css +410 -269
- package/resources/themes/md-dark-deeppurple/theme.css +417 -277
- package/resources/themes/md-dark-indigo/theme.css +417 -277
- package/resources/themes/md-light-deeppurple/theme.css +494 -354
- package/resources/themes/md-light-indigo/theme.css +494 -354
- package/resources/themes/mdc-dark-deeppurple/theme.css +417 -277
- package/resources/themes/mdc-dark-indigo/theme.css +417 -277
- package/resources/themes/mdc-light-deeppurple/theme.css +494 -354
- package/resources/themes/mdc-light-indigo/theme.css +494 -354
- package/resources/themes/mira/theme.css +1272 -1133
- package/resources/themes/nano/theme.css +337 -196
- package/resources/themes/nova/theme.css +348 -207
- package/resources/themes/nova-accent/theme.css +348 -207
- package/resources/themes/nova-alt/theme.css +348 -207
- package/resources/themes/rhea/theme.css +524 -383
- package/resources/themes/saga-blue/theme.css +413 -272
- package/resources/themes/saga-green/theme.css +413 -272
- package/resources/themes/saga-orange/theme.css +413 -272
- package/resources/themes/saga-purple/theme.css +413 -272
- package/resources/themes/soho-dark/theme.css +294 -155
- package/resources/themes/soho-light/theme.css +292 -153
- package/resources/themes/tailwind-light/theme.css +914 -772
- package/resources/themes/vela-blue/theme.css +405 -264
- package/resources/themes/vela-green/theme.css +405 -264
- package/resources/themes/vela-orange/theme.css +405 -264
- package/resources/themes/vela-purple/theme.css +405 -264
- package/resources/themes/viva-dark/theme.css +293 -154
- package/resources/themes/viva-light/theme.css +373 -234
- package/styleclass/styleclass.d.ts +19 -3
@@ -1,6 +1,8 @@
|
|
1
1
|
:root {
|
2
2
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
3
|
-
--font-family
|
3
|
+
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
4
|
+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
5
|
+
"Segoe UI Symbol";
|
4
6
|
--surface-a: #ffffff;
|
5
7
|
--surface-b: #f4f4f4;
|
6
8
|
--surface-c: #eaeaea;
|
@@ -9,7 +11,7 @@
|
|
9
11
|
--surface-f: #ffffff;
|
10
12
|
--text-color: #495057;
|
11
13
|
--text-color-secondary: #6c757d;
|
12
|
-
--primary-color: #
|
14
|
+
--primary-color: #7b95a3;
|
13
15
|
--primary-color-text: #ffffff;
|
14
16
|
--surface-0: #ffffff;
|
15
17
|
--surface-50: #eef1f2;
|
@@ -32,17 +34,17 @@
|
|
32
34
|
--gray-700: #324249;
|
33
35
|
--gray-800: #222c31;
|
34
36
|
--gray-900: #111618;
|
35
|
-
--content-padding:0.571rem 1rem;
|
36
|
-
--inline-spacing:0.5rem;
|
37
|
-
--border-radius:2px;
|
38
|
-
--surface-ground
|
39
|
-
--surface-section
|
40
|
-
--surface-card
|
41
|
-
--surface-overlay
|
42
|
-
--surface-border
|
37
|
+
--content-padding: 0.571rem 1rem;
|
38
|
+
--inline-spacing: 0.5rem;
|
39
|
+
--border-radius: 2px;
|
40
|
+
--surface-ground: #f4f4f4;
|
41
|
+
--surface-section: #ffffff;
|
42
|
+
--surface-card: #ffffff;
|
43
|
+
--surface-overlay: #ffffff;
|
44
|
+
--surface-border: #dadada;
|
43
45
|
--surface-hover: #eaeaea;
|
44
46
|
--maskbg: rgba(0, 0, 0, 0.4);
|
45
|
-
--highlight-bg: #
|
47
|
+
--highlight-bg: #afd3c8;
|
46
48
|
--highlight-text-color: #385048;
|
47
49
|
--focus-ring: 0 0 0 0.2rem #e4e9ec;
|
48
50
|
color-scheme: light;
|
@@ -172,12 +174,12 @@
|
|
172
174
|
}
|
173
175
|
|
174
176
|
.p-editor-container .p-editor-toolbar {
|
175
|
-
background: #
|
177
|
+
background: #7b95a3;
|
176
178
|
border-top-right-radius: 2px;
|
177
179
|
border-top-left-radius: 2px;
|
178
180
|
}
|
179
181
|
.p-editor-container .p-editor-toolbar.ql-snow {
|
180
|
-
border: 1px solid #
|
182
|
+
border: 1px solid #7b95a3;
|
181
183
|
}
|
182
184
|
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
183
185
|
stroke: #a6a6a6;
|
@@ -252,22 +254,22 @@
|
|
252
254
|
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
253
255
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
254
256
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
255
|
-
color: #
|
257
|
+
color: #7b95a3;
|
256
258
|
}
|
257
259
|
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
258
260
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
259
261
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
260
|
-
stroke: #
|
262
|
+
stroke: #7b95a3;
|
261
263
|
}
|
262
264
|
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
263
265
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
264
266
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
265
|
-
fill: #
|
267
|
+
fill: #7b95a3;
|
266
268
|
}
|
267
269
|
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
268
270
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
269
271
|
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
270
|
-
color: #
|
272
|
+
color: #7b95a3;
|
271
273
|
}
|
272
274
|
|
273
275
|
@layer primeng {
|
@@ -358,7 +360,7 @@
|
|
358
360
|
outline: 0 none;
|
359
361
|
outline-offset: 0;
|
360
362
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
361
|
-
border-color: #
|
363
|
+
border-color: #7b95a3;
|
362
364
|
}
|
363
365
|
.p-autocomplete .p-autocomplete-multiple-container {
|
364
366
|
padding: 0.2145rem 0.429rem;
|
@@ -413,7 +415,7 @@
|
|
413
415
|
}
|
414
416
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
415
417
|
color: #385048;
|
416
|
-
background: #
|
418
|
+
background: #afd3c8;
|
417
419
|
}
|
418
420
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
|
419
421
|
background: #aed3c7;
|
@@ -459,7 +461,7 @@
|
|
459
461
|
outline: 0 none;
|
460
462
|
outline-offset: 0;
|
461
463
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
462
|
-
border-color: #
|
464
|
+
border-color: #7b95a3;
|
463
465
|
}
|
464
466
|
|
465
467
|
.p-datepicker {
|
@@ -521,7 +523,7 @@
|
|
521
523
|
}
|
522
524
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
523
525
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
524
|
-
color: #
|
526
|
+
color: #7b95a3;
|
525
527
|
}
|
526
528
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
527
529
|
margin-right: 0.5rem;
|
@@ -549,7 +551,7 @@
|
|
549
551
|
}
|
550
552
|
.p-datepicker table td > span.p-highlight {
|
551
553
|
color: #385048;
|
552
|
-
background: #
|
554
|
+
background: #afd3c8;
|
553
555
|
}
|
554
556
|
.p-datepicker table td > span:focus {
|
555
557
|
outline: 0 none;
|
@@ -563,7 +565,7 @@
|
|
563
565
|
}
|
564
566
|
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
565
567
|
color: #385048;
|
566
|
-
background: #
|
568
|
+
background: #afd3c8;
|
567
569
|
}
|
568
570
|
.p-datepicker .p-datepicker-buttonbar {
|
569
571
|
padding: 0.857rem 0 0.429rem 0;
|
@@ -617,7 +619,7 @@
|
|
617
619
|
}
|
618
620
|
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
|
619
621
|
color: #385048;
|
620
|
-
background: #
|
622
|
+
background: #afd3c8;
|
621
623
|
}
|
622
624
|
.p-datepicker .p-yearpicker {
|
623
625
|
margin: 0.857rem 0;
|
@@ -629,7 +631,7 @@
|
|
629
631
|
}
|
630
632
|
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
631
633
|
color: #385048;
|
632
|
-
background: #
|
634
|
+
background: #afd3c8;
|
633
635
|
}
|
634
636
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
635
637
|
border-left: 1px solid #dadada;
|
@@ -701,7 +703,7 @@
|
|
701
703
|
outline: 0 none;
|
702
704
|
outline-offset: 0;
|
703
705
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
704
|
-
border-color: #
|
706
|
+
border-color: #7b95a3;
|
705
707
|
}
|
706
708
|
.p-cascadeselect .p-cascadeselect-label {
|
707
709
|
background: transparent;
|
@@ -746,7 +748,7 @@
|
|
746
748
|
}
|
747
749
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
748
750
|
color: #385048;
|
749
|
-
background: #
|
751
|
+
background: #afd3c8;
|
750
752
|
}
|
751
753
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
|
752
754
|
background: #aed3c7;
|
@@ -820,8 +822,8 @@
|
|
820
822
|
height: 14px;
|
821
823
|
}
|
822
824
|
.p-checkbox .p-checkbox-box.p-highlight {
|
823
|
-
border-color: #
|
824
|
-
background: #
|
825
|
+
border-color: #7b95a3;
|
826
|
+
background: #7b95a3;
|
825
827
|
}
|
826
828
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
827
829
|
border-color: #a6a6a6;
|
@@ -830,7 +832,7 @@
|
|
830
832
|
outline: 0 none;
|
831
833
|
outline-offset: 0;
|
832
834
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
833
|
-
border-color: #
|
835
|
+
border-color: #7b95a3;
|
834
836
|
}
|
835
837
|
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
836
838
|
border-color: #617c8a;
|
@@ -846,7 +848,7 @@
|
|
846
848
|
background-color: #f4f4f4;
|
847
849
|
}
|
848
850
|
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
849
|
-
background: #
|
851
|
+
background: #7b95a3;
|
850
852
|
}
|
851
853
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
852
854
|
background-color: #f4f4f4;
|
@@ -866,7 +868,7 @@
|
|
866
868
|
outline: 0 none;
|
867
869
|
outline-offset: 0;
|
868
870
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
869
|
-
border-color: #
|
871
|
+
border-color: #7b95a3;
|
870
872
|
}
|
871
873
|
.p-chips .p-chips-multiple-container {
|
872
874
|
padding: 0.2145rem 0.429rem;
|
@@ -942,7 +944,7 @@
|
|
942
944
|
outline: 0 none;
|
943
945
|
outline-offset: 0;
|
944
946
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
945
|
-
border-color: #
|
947
|
+
border-color: #7b95a3;
|
946
948
|
}
|
947
949
|
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
|
948
950
|
padding-right: 1.429rem;
|
@@ -1011,7 +1013,7 @@
|
|
1011
1013
|
}
|
1012
1014
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
1013
1015
|
color: #385048;
|
1014
|
-
background: #
|
1016
|
+
background: #afd3c8;
|
1015
1017
|
}
|
1016
1018
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
|
1017
1019
|
background: #aed3c7;
|
@@ -1165,7 +1167,7 @@
|
|
1165
1167
|
border-radius: 30px;
|
1166
1168
|
}
|
1167
1169
|
.p-inputswitch .p-inputswitch-slider:before {
|
1168
|
-
background: #
|
1170
|
+
background: #7b95a3;
|
1169
1171
|
width: 1.25rem;
|
1170
1172
|
height: 1.25rem;
|
1171
1173
|
left: 0.25rem;
|
@@ -1185,13 +1187,13 @@
|
|
1185
1187
|
background: #d8dae2;
|
1186
1188
|
}
|
1187
1189
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
1188
|
-
background: #
|
1190
|
+
background: #afd3c8;
|
1189
1191
|
}
|
1190
1192
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
|
1191
1193
|
background: #385048;
|
1192
1194
|
}
|
1193
1195
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
1194
|
-
background: #
|
1196
|
+
background: #afd3c8;
|
1195
1197
|
}
|
1196
1198
|
|
1197
1199
|
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
|
@@ -1217,7 +1219,7 @@
|
|
1217
1219
|
outline: 0 none;
|
1218
1220
|
outline-offset: 0;
|
1219
1221
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
1220
|
-
border-color: #
|
1222
|
+
border-color: #7b95a3;
|
1221
1223
|
}
|
1222
1224
|
.p-inputtext.ng-dirty.ng-invalid {
|
1223
1225
|
border-color: #e7a3a3;
|
@@ -1341,7 +1343,7 @@
|
|
1341
1343
|
}
|
1342
1344
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
1343
1345
|
color: #385048;
|
1344
|
-
background: #
|
1346
|
+
background: #afd3c8;
|
1345
1347
|
}
|
1346
1348
|
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
|
1347
1349
|
margin-right: 0.5rem;
|
@@ -1373,7 +1375,7 @@
|
|
1373
1375
|
outline: 0 none;
|
1374
1376
|
outline-offset: 0;
|
1375
1377
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
1376
|
-
border-color: #
|
1378
|
+
border-color: #7b95a3;
|
1377
1379
|
}
|
1378
1380
|
|
1379
1381
|
p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
@@ -1393,7 +1395,7 @@
|
|
1393
1395
|
outline: 0 none;
|
1394
1396
|
outline-offset: 0;
|
1395
1397
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
1396
|
-
border-color: #
|
1398
|
+
border-color: #7b95a3;
|
1397
1399
|
}
|
1398
1400
|
.p-multiselect .p-multiselect-label {
|
1399
1401
|
padding: 0.429rem 0.429rem;
|
@@ -1492,7 +1494,7 @@
|
|
1492
1494
|
}
|
1493
1495
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
1494
1496
|
color: #385048;
|
1495
|
-
background: #
|
1497
|
+
background: #afd3c8;
|
1496
1498
|
}
|
1497
1499
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
|
1498
1500
|
background: #aed3c7;
|
@@ -1552,13 +1554,13 @@
|
|
1552
1554
|
background: #efefef;
|
1553
1555
|
}
|
1554
1556
|
.p-password-panel .p-password-meter .p-password-strength.weak {
|
1555
|
-
background: #
|
1557
|
+
background: #f4b6b6;
|
1556
1558
|
}
|
1557
1559
|
.p-password-panel .p-password-meter .p-password-strength.medium {
|
1558
1560
|
background: #ffe38e;
|
1559
1561
|
}
|
1560
1562
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
1561
|
-
background: #
|
1563
|
+
background: #a3e2c6;
|
1562
1564
|
}
|
1563
1565
|
|
1564
1566
|
p-password.p-password-clearable .p-password-input {
|
@@ -1597,7 +1599,7 @@
|
|
1597
1599
|
outline: 0 none;
|
1598
1600
|
outline-offset: 0;
|
1599
1601
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
1600
|
-
border-color: #
|
1602
|
+
border-color: #7b95a3;
|
1601
1603
|
}
|
1602
1604
|
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
|
1603
1605
|
width: 12px;
|
@@ -1606,8 +1608,8 @@
|
|
1606
1608
|
background-color: #ffffff;
|
1607
1609
|
}
|
1608
1610
|
.p-radiobutton .p-radiobutton-box.p-highlight {
|
1609
|
-
border-color: #
|
1610
|
-
background: #
|
1611
|
+
border-color: #7b95a3;
|
1612
|
+
background: #7b95a3;
|
1611
1613
|
}
|
1612
1614
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1613
1615
|
border-color: #617c8a;
|
@@ -1626,7 +1628,7 @@
|
|
1626
1628
|
background-color: #f4f4f4;
|
1627
1629
|
}
|
1628
1630
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
|
1629
|
-
background: #
|
1631
|
+
background: #7b95a3;
|
1630
1632
|
}
|
1631
1633
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1632
1634
|
background: #617c8a;
|
@@ -1655,13 +1657,13 @@
|
|
1655
1657
|
outline: 0 none;
|
1656
1658
|
outline-offset: 0;
|
1657
1659
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
1658
|
-
border-color: #
|
1660
|
+
border-color: #7b95a3;
|
1659
1661
|
}
|
1660
1662
|
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
|
1661
|
-
color: #
|
1663
|
+
color: #7b95a3;
|
1662
1664
|
}
|
1663
1665
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
|
1664
|
-
color: #
|
1666
|
+
color: #7b95a3;
|
1665
1667
|
}
|
1666
1668
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
1667
1669
|
color: #d66161;
|
@@ -1687,8 +1689,8 @@
|
|
1687
1689
|
color: #666666;
|
1688
1690
|
}
|
1689
1691
|
.p-selectbutton .p-button.p-highlight {
|
1690
|
-
background: #
|
1691
|
-
border-color: #
|
1692
|
+
background: #afd3c8;
|
1693
|
+
border-color: #afd3c8;
|
1692
1694
|
color: #385048;
|
1693
1695
|
}
|
1694
1696
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
@@ -1696,8 +1698,8 @@
|
|
1696
1698
|
color: #385048;
|
1697
1699
|
}
|
1698
1700
|
.p-selectbutton .p-button.p-highlight:hover {
|
1699
|
-
background: #
|
1700
|
-
border-color: #
|
1701
|
+
background: #8dc8b5;
|
1702
|
+
border-color: #8dc8b5;
|
1701
1703
|
color: #385048;
|
1702
1704
|
}
|
1703
1705
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
@@ -1742,11 +1744,11 @@
|
|
1742
1744
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
1743
1745
|
}
|
1744
1746
|
.p-slider .p-slider-range {
|
1745
|
-
background: #
|
1747
|
+
background: #7b95a3;
|
1746
1748
|
}
|
1747
1749
|
.p-slider:not(.p-disabled) .p-slider-handle:hover {
|
1748
1750
|
background: #7f7f7f;
|
1749
|
-
border-color: #
|
1751
|
+
border-color: #7b95a3;
|
1750
1752
|
}
|
1751
1753
|
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
|
1752
1754
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
|
@@ -1781,8 +1783,8 @@
|
|
1781
1783
|
color: #666666;
|
1782
1784
|
}
|
1783
1785
|
.p-togglebutton.p-button.p-highlight {
|
1784
|
-
background: #
|
1785
|
-
border-color: #
|
1786
|
+
background: #afd3c8;
|
1787
|
+
border-color: #afd3c8;
|
1786
1788
|
color: #385048;
|
1787
1789
|
}
|
1788
1790
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
@@ -1790,8 +1792,8 @@
|
|
1790
1792
|
color: #385048;
|
1791
1793
|
}
|
1792
1794
|
.p-togglebutton.p-button.p-highlight:hover {
|
1793
|
-
background: #
|
1794
|
-
border-color: #
|
1795
|
+
background: #8dc8b5;
|
1796
|
+
border-color: #8dc8b5;
|
1795
1797
|
color: #385048;
|
1796
1798
|
}
|
1797
1799
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
@@ -1816,7 +1818,7 @@
|
|
1816
1818
|
outline: 0 none;
|
1817
1819
|
outline-offset: 0;
|
1818
1820
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
1819
|
-
border-color: #
|
1821
|
+
border-color: #7b95a3;
|
1820
1822
|
}
|
1821
1823
|
.p-treeselect .p-treeselect-label {
|
1822
1824
|
padding: 0.429rem 0.429rem;
|
@@ -1928,73 +1930,73 @@
|
|
1928
1930
|
|
1929
1931
|
.p-button {
|
1930
1932
|
color: #ffffff;
|
1931
|
-
background: #
|
1932
|
-
border: 1px solid #
|
1933
|
+
background: #7b95a3;
|
1934
|
+
border: 1px solid #7b95a3;
|
1933
1935
|
padding: 0.429rem 1rem;
|
1934
1936
|
font-size: 1rem;
|
1935
1937
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
1936
1938
|
border-radius: 2px;
|
1937
1939
|
}
|
1938
|
-
.p-button:
|
1940
|
+
.p-button:not(:disabled):hover {
|
1939
1941
|
background: #6c8999;
|
1940
1942
|
color: #ffffff;
|
1941
1943
|
border-color: #6c8999;
|
1942
1944
|
}
|
1943
|
-
.p-button:
|
1945
|
+
.p-button:not(:disabled):active {
|
1944
1946
|
background: #617c8a;
|
1945
1947
|
color: #ffffff;
|
1946
1948
|
border-color: #617c8a;
|
1947
1949
|
}
|
1948
1950
|
.p-button.p-button-outlined {
|
1949
1951
|
background-color: transparent;
|
1950
|
-
color: #
|
1952
|
+
color: #7b95a3;
|
1951
1953
|
border: 1px solid;
|
1952
1954
|
}
|
1953
|
-
.p-button.p-button-outlined:
|
1955
|
+
.p-button.p-button-outlined:not(:disabled):hover {
|
1954
1956
|
background: rgba(123, 149, 163, 0.04);
|
1955
|
-
color: #
|
1957
|
+
color: #7b95a3;
|
1956
1958
|
border: 1px solid;
|
1957
1959
|
}
|
1958
|
-
.p-button.p-button-outlined:
|
1960
|
+
.p-button.p-button-outlined:not(:disabled):active {
|
1959
1961
|
background: rgba(123, 149, 163, 0.16);
|
1960
|
-
color: #
|
1962
|
+
color: #7b95a3;
|
1961
1963
|
border: 1px solid;
|
1962
1964
|
}
|
1963
1965
|
.p-button.p-button-outlined.p-button-plain {
|
1964
1966
|
color: #a6a6a6;
|
1965
1967
|
border-color: #a6a6a6;
|
1966
1968
|
}
|
1967
|
-
.p-button.p-button-outlined.p-button-plain:
|
1969
|
+
.p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
|
1968
1970
|
background: #f4f4f4;
|
1969
1971
|
color: #a6a6a6;
|
1970
1972
|
}
|
1971
|
-
.p-button.p-button-outlined.p-button-plain:
|
1973
|
+
.p-button.p-button-outlined.p-button-plain:not(:disabled):active {
|
1972
1974
|
background: #dbdbdb;
|
1973
1975
|
color: #a6a6a6;
|
1974
1976
|
}
|
1975
1977
|
.p-button.p-button-text {
|
1976
1978
|
background-color: transparent;
|
1977
|
-
color: #
|
1979
|
+
color: #7b95a3;
|
1978
1980
|
border-color: transparent;
|
1979
1981
|
}
|
1980
|
-
.p-button.p-button-text:
|
1982
|
+
.p-button.p-button-text:not(:disabled):hover {
|
1981
1983
|
background: rgba(123, 149, 163, 0.04);
|
1982
|
-
color: #
|
1984
|
+
color: #7b95a3;
|
1983
1985
|
border-color: transparent;
|
1984
1986
|
}
|
1985
|
-
.p-button.p-button-text:
|
1987
|
+
.p-button.p-button-text:not(:disabled):active {
|
1986
1988
|
background: rgba(123, 149, 163, 0.16);
|
1987
|
-
color: #
|
1989
|
+
color: #7b95a3;
|
1988
1990
|
border-color: transparent;
|
1989
1991
|
}
|
1990
1992
|
.p-button.p-button-text.p-button-plain {
|
1991
1993
|
color: #a6a6a6;
|
1992
1994
|
}
|
1993
|
-
.p-button.p-button-text.p-button-plain:
|
1995
|
+
.p-button.p-button-text.p-button-plain:not(:disabled):hover {
|
1994
1996
|
background: #f4f4f4;
|
1995
1997
|
color: #a6a6a6;
|
1996
1998
|
}
|
1997
|
-
.p-button.p-button-text.p-button-plain:
|
1999
|
+
.p-button.p-button-text.p-button-plain:not(:disabled):active {
|
1998
2000
|
background: #dbdbdb;
|
1999
2001
|
color: #a6a6a6;
|
2000
2002
|
}
|
@@ -2023,7 +2025,7 @@
|
|
2023
2025
|
min-width: 1rem;
|
2024
2026
|
height: 1rem;
|
2025
2027
|
line-height: 1rem;
|
2026
|
-
color: #
|
2028
|
+
color: #7b95a3;
|
2027
2029
|
background-color: #ffffff;
|
2028
2030
|
}
|
2029
2031
|
.p-button.p-button-raised {
|
@@ -2078,298 +2080,418 @@
|
|
2078
2080
|
flex: 1;
|
2079
2081
|
}
|
2080
2082
|
|
2081
|
-
.p-button.p-button-secondary,
|
2083
|
+
.p-button.p-button-secondary,
|
2084
|
+
.p-buttonset.p-button-secondary > .p-button,
|
2085
|
+
.p-splitbutton.p-button-secondary > .p-button {
|
2082
2086
|
color: #ffffff;
|
2083
2087
|
background: #a3897b;
|
2084
2088
|
border: 1px solid #8e6f5f;
|
2085
2089
|
}
|
2086
|
-
.p-button.p-button-secondary:
|
2090
|
+
.p-button.p-button-secondary:not(:disabled):hover,
|
2091
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2092
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2087
2093
|
background: #8e6f5f;
|
2088
2094
|
color: #ffffff;
|
2089
2095
|
border-color: #7a5743;
|
2090
2096
|
}
|
2091
|
-
.p-button.p-button-secondary:
|
2097
|
+
.p-button.p-button-secondary:not(:disabled):focus,
|
2098
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2099
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2092
2100
|
box-shadow: 0 0 0 0.2rem #bfaaa0;
|
2093
2101
|
}
|
2094
|
-
.p-button.p-button-secondary:
|
2102
|
+
.p-button.p-button-secondary:not(:disabled):active,
|
2103
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2104
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2095
2105
|
background: #7a5743;
|
2096
2106
|
color: #ffffff;
|
2097
2107
|
border-color: #6e4e3c;
|
2098
2108
|
}
|
2099
|
-
.p-button.p-button-secondary.p-button-outlined,
|
2109
|
+
.p-button.p-button-secondary.p-button-outlined,
|
2110
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2111
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2100
2112
|
background-color: transparent;
|
2101
2113
|
color: #a3897b;
|
2102
2114
|
border: 1px solid;
|
2103
2115
|
}
|
2104
|
-
.p-button.p-button-secondary.p-button-outlined:
|
2116
|
+
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2117
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2118
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2105
2119
|
background: rgba(163, 137, 123, 0.04);
|
2106
2120
|
color: #a3897b;
|
2107
2121
|
border: 1px solid;
|
2108
2122
|
}
|
2109
|
-
.p-button.p-button-secondary.p-button-outlined:
|
2123
|
+
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2124
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2125
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2110
2126
|
background: rgba(163, 137, 123, 0.16);
|
2111
2127
|
color: #a3897b;
|
2112
2128
|
border: 1px solid;
|
2113
2129
|
}
|
2114
|
-
.p-button.p-button-secondary.p-button-text,
|
2130
|
+
.p-button.p-button-secondary.p-button-text,
|
2131
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2132
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2115
2133
|
background-color: transparent;
|
2116
2134
|
color: #a3897b;
|
2117
2135
|
border-color: transparent;
|
2118
2136
|
}
|
2119
|
-
.p-button.p-button-secondary.p-button-text:
|
2137
|
+
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2138
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2139
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2120
2140
|
background: rgba(163, 137, 123, 0.04);
|
2121
2141
|
border-color: transparent;
|
2122
2142
|
color: #a3897b;
|
2123
2143
|
}
|
2124
|
-
.p-button.p-button-secondary.p-button-text:
|
2144
|
+
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2145
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2146
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2125
2147
|
background: rgba(163, 137, 123, 0.16);
|
2126
2148
|
border-color: transparent;
|
2127
2149
|
color: #a3897b;
|
2128
2150
|
}
|
2129
2151
|
|
2130
|
-
.p-button.p-button-info,
|
2131
|
-
|
2132
|
-
|
2133
|
-
|
2152
|
+
.p-button.p-button-info,
|
2153
|
+
.p-buttonset.p-button-info > .p-button,
|
2154
|
+
.p-splitbutton.p-button-info > .p-button {
|
2155
|
+
color: #3d4447;
|
2156
|
+
background: #a3def8;
|
2157
|
+
border: 1px solid #79c8eb;
|
2134
2158
|
}
|
2135
|
-
.p-button.p-button-info:
|
2136
|
-
|
2137
|
-
|
2138
|
-
|
2159
|
+
.p-button.p-button-info:not(:disabled):hover,
|
2160
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2161
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2162
|
+
background: #81cbec;
|
2163
|
+
color: #3d4447;
|
2164
|
+
border-color: #60b7de;
|
2139
2165
|
}
|
2140
|
-
.p-button.p-button-info:
|
2166
|
+
.p-button.p-button-info:not(:disabled):focus,
|
2167
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2168
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2141
2169
|
box-shadow: 0 0 0 0.2rem #d2effc;
|
2142
2170
|
}
|
2143
|
-
.p-button.p-button-info:
|
2171
|
+
.p-button.p-button-info:not(:disabled):active,
|
2172
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2173
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2144
2174
|
background: #3ea9db;
|
2145
|
-
color: #
|
2146
|
-
border-color: #
|
2175
|
+
color: #3d4447;
|
2176
|
+
border-color: #2987b1;
|
2147
2177
|
}
|
2148
|
-
.p-button.p-button-info.p-button-outlined,
|
2178
|
+
.p-button.p-button-info.p-button-outlined,
|
2179
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2180
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2149
2181
|
background-color: transparent;
|
2150
|
-
color: #
|
2182
|
+
color: #a3def8;
|
2151
2183
|
border: 1px solid;
|
2152
2184
|
}
|
2153
|
-
.p-button.p-button-info.p-button-outlined:
|
2185
|
+
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2186
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2187
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2154
2188
|
background: rgba(163, 222, 248, 0.04);
|
2155
|
-
color: #
|
2189
|
+
color: #a3def8;
|
2156
2190
|
border: 1px solid;
|
2157
2191
|
}
|
2158
|
-
.p-button.p-button-info.p-button-outlined:
|
2192
|
+
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2193
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2194
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2159
2195
|
background: rgba(163, 222, 248, 0.16);
|
2160
|
-
color: #
|
2196
|
+
color: #a3def8;
|
2161
2197
|
border: 1px solid;
|
2162
2198
|
}
|
2163
|
-
.p-button.p-button-info.p-button-text,
|
2199
|
+
.p-button.p-button-info.p-button-text,
|
2200
|
+
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2201
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2164
2202
|
background-color: transparent;
|
2165
|
-
color: #
|
2203
|
+
color: #a3def8;
|
2166
2204
|
border-color: transparent;
|
2167
2205
|
}
|
2168
|
-
.p-button.p-button-info.p-button-text:
|
2206
|
+
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2207
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2208
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2169
2209
|
background: rgba(163, 222, 248, 0.04);
|
2170
2210
|
border-color: transparent;
|
2171
|
-
color: #
|
2211
|
+
color: #a3def8;
|
2172
2212
|
}
|
2173
|
-
.p-button.p-button-info.p-button-text:
|
2213
|
+
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2214
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2215
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2174
2216
|
background: rgba(163, 222, 248, 0.16);
|
2175
2217
|
border-color: transparent;
|
2176
|
-
color: #
|
2177
|
-
}
|
2178
|
-
|
2179
|
-
.p-button.p-button-success,
|
2180
|
-
|
2181
|
-
|
2182
|
-
|
2183
|
-
|
2184
|
-
|
2185
|
-
|
2186
|
-
|
2187
|
-
|
2188
|
-
|
2189
|
-
|
2218
|
+
color: #a3def8;
|
2219
|
+
}
|
2220
|
+
|
2221
|
+
.p-button.p-button-success,
|
2222
|
+
.p-buttonset.p-button-success > .p-button,
|
2223
|
+
.p-splitbutton.p-button-success > .p-button {
|
2224
|
+
color: #323e39;
|
2225
|
+
background: #a3e2c6;
|
2226
|
+
border: 1px solid #80caaa;
|
2227
|
+
}
|
2228
|
+
.p-button.p-button-success:not(:disabled):hover,
|
2229
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2230
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2231
|
+
background: #80caaa;
|
2232
|
+
color: #323e39;
|
2233
|
+
border-color: #5ea285;
|
2234
|
+
}
|
2235
|
+
.p-button.p-button-success:not(:disabled):focus,
|
2236
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2237
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2190
2238
|
box-shadow: 0 0 0 0.2rem #caeede;
|
2191
2239
|
}
|
2192
|
-
.p-button.p-button-success:
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2240
|
+
.p-button.p-button-success:not(:disabled):active,
|
2241
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2242
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2243
|
+
background: #31b57c;
|
2244
|
+
color: #323e39;
|
2245
|
+
border-color: #5ea285;
|
2196
2246
|
}
|
2197
|
-
.p-button.p-button-success.p-button-outlined,
|
2247
|
+
.p-button.p-button-success.p-button-outlined,
|
2248
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2249
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2198
2250
|
background-color: transparent;
|
2199
|
-
color: #
|
2251
|
+
color: #a3e2c6;
|
2200
2252
|
border: 1px solid;
|
2201
2253
|
}
|
2202
|
-
.p-button.p-button-success.p-button-outlined:
|
2254
|
+
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2255
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2256
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2203
2257
|
background: rgba(163, 226, 198, 0.04);
|
2204
|
-
color: #
|
2258
|
+
color: #a3e2c6;
|
2205
2259
|
border: 1px solid;
|
2206
2260
|
}
|
2207
|
-
.p-button.p-button-success.p-button-outlined:
|
2261
|
+
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2262
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2263
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2208
2264
|
background: rgba(163, 226, 198, 0.16);
|
2209
|
-
color: #
|
2265
|
+
color: #a3e2c6;
|
2210
2266
|
border: 1px solid;
|
2211
2267
|
}
|
2212
|
-
.p-button.p-button-success.p-button-text,
|
2268
|
+
.p-button.p-button-success.p-button-text,
|
2269
|
+
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2270
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2213
2271
|
background-color: transparent;
|
2214
|
-
color: #
|
2272
|
+
color: #a3e2c6;
|
2215
2273
|
border-color: transparent;
|
2216
2274
|
}
|
2217
|
-
.p-button.p-button-success.p-button-text:
|
2275
|
+
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2276
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2277
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2218
2278
|
background: rgba(163, 226, 198, 0.04);
|
2219
2279
|
border-color: transparent;
|
2220
|
-
color: #
|
2280
|
+
color: #a3e2c6;
|
2221
2281
|
}
|
2222
|
-
.p-button.p-button-success.p-button-text:
|
2282
|
+
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2283
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2284
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2223
2285
|
background: rgba(163, 226, 198, 0.16);
|
2224
2286
|
border-color: transparent;
|
2225
|
-
color: #
|
2287
|
+
color: #a3e2c6;
|
2226
2288
|
}
|
2227
2289
|
|
2228
|
-
.p-button.p-button-warning,
|
2290
|
+
.p-button.p-button-warning,
|
2291
|
+
.p-buttonset.p-button-warning > .p-button,
|
2292
|
+
.p-splitbutton.p-button-warning > .p-button {
|
2229
2293
|
color: #333333;
|
2230
2294
|
background: #ffe38e;
|
2231
2295
|
border: 1px solid #ffd95e;
|
2232
2296
|
}
|
2233
|
-
.p-button.p-button-warning:
|
2297
|
+
.p-button.p-button-warning:not(:disabled):hover,
|
2298
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2299
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2234
2300
|
background: #ffd95e;
|
2235
2301
|
color: #333333;
|
2236
2302
|
border-color: #ffce3c;
|
2237
2303
|
}
|
2238
|
-
.p-button.p-button-warning:
|
2304
|
+
.p-button.p-button-warning:not(:disabled):focus,
|
2305
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2306
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2239
2307
|
box-shadow: 0 0 0 0.2rem #ffe9a8;
|
2240
2308
|
}
|
2241
|
-
.p-button.p-button-warning:
|
2309
|
+
.p-button.p-button-warning:not(:disabled):active,
|
2310
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2311
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2242
2312
|
background: #ffce3c;
|
2243
2313
|
color: #333333;
|
2244
2314
|
border-color: #ffc62a;
|
2245
2315
|
}
|
2246
|
-
.p-button.p-button-warning.p-button-outlined,
|
2316
|
+
.p-button.p-button-warning.p-button-outlined,
|
2317
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2318
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2247
2319
|
background-color: transparent;
|
2248
2320
|
color: #ffe38e;
|
2249
2321
|
border: 1px solid;
|
2250
2322
|
}
|
2251
|
-
.p-button.p-button-warning.p-button-outlined:
|
2323
|
+
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2324
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2325
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2252
2326
|
background: rgba(255, 227, 142, 0.04);
|
2253
2327
|
color: #ffe38e;
|
2254
2328
|
border: 1px solid;
|
2255
2329
|
}
|
2256
|
-
.p-button.p-button-warning.p-button-outlined:
|
2330
|
+
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2331
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2332
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2257
2333
|
background: rgba(255, 227, 142, 0.16);
|
2258
2334
|
color: #ffe38e;
|
2259
2335
|
border: 1px solid;
|
2260
2336
|
}
|
2261
|
-
.p-button.p-button-warning.p-button-text,
|
2337
|
+
.p-button.p-button-warning.p-button-text,
|
2338
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2339
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2262
2340
|
background-color: transparent;
|
2263
2341
|
color: #ffe38e;
|
2264
2342
|
border-color: transparent;
|
2265
2343
|
}
|
2266
|
-
.p-button.p-button-warning.p-button-text:
|
2344
|
+
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2345
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2346
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2267
2347
|
background: rgba(255, 227, 142, 0.04);
|
2268
2348
|
border-color: transparent;
|
2269
2349
|
color: #ffe38e;
|
2270
2350
|
}
|
2271
|
-
.p-button.p-button-warning.p-button-text:
|
2351
|
+
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2352
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2353
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2272
2354
|
background: rgba(255, 227, 142, 0.16);
|
2273
2355
|
border-color: transparent;
|
2274
2356
|
color: #ffe38e;
|
2275
2357
|
}
|
2276
2358
|
|
2277
|
-
.p-button.p-button-help,
|
2359
|
+
.p-button.p-button-help,
|
2360
|
+
.p-buttonset.p-button-help > .p-button,
|
2361
|
+
.p-splitbutton.p-button-help > .p-button {
|
2278
2362
|
color: #333333;
|
2279
2363
|
background: #e9bef1;
|
2280
2364
|
border: 1px solid #de9eea;
|
2281
2365
|
}
|
2282
|
-
.p-button.p-button-help:
|
2366
|
+
.p-button.p-button-help:not(:disabled):hover,
|
2367
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2368
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2283
2369
|
background: #de9eea;
|
2284
2370
|
color: #333333;
|
2285
2371
|
border-color: #d37de3;
|
2286
2372
|
}
|
2287
|
-
.p-button.p-button-help:
|
2373
|
+
.p-button.p-button-help:not(:disabled):focus,
|
2374
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2375
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2288
2376
|
box-shadow: 0 0 0 0.2rem #f0d3f6;
|
2289
2377
|
}
|
2290
|
-
.p-button.p-button-help:
|
2378
|
+
.p-button.p-button-help:not(:disabled):active,
|
2379
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2380
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2291
2381
|
background: #d37de3;
|
2292
2382
|
color: #333333;
|
2293
2383
|
border-color: #c85ddc;
|
2294
2384
|
}
|
2295
|
-
.p-button.p-button-help.p-button-outlined,
|
2385
|
+
.p-button.p-button-help.p-button-outlined,
|
2386
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2387
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2296
2388
|
background-color: transparent;
|
2297
2389
|
color: #e9bef1;
|
2298
2390
|
border: 1px solid;
|
2299
2391
|
}
|
2300
|
-
.p-button.p-button-help.p-button-outlined:
|
2392
|
+
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2393
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2394
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2301
2395
|
background: rgba(233, 190, 241, 0.04);
|
2302
2396
|
color: #e9bef1;
|
2303
2397
|
border: 1px solid;
|
2304
2398
|
}
|
2305
|
-
.p-button.p-button-help.p-button-outlined:
|
2399
|
+
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2400
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2401
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2306
2402
|
background: rgba(233, 190, 241, 0.16);
|
2307
2403
|
color: #e9bef1;
|
2308
2404
|
border: 1px solid;
|
2309
2405
|
}
|
2310
|
-
.p-button.p-button-help.p-button-text,
|
2406
|
+
.p-button.p-button-help.p-button-text,
|
2407
|
+
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2408
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2311
2409
|
background-color: transparent;
|
2312
2410
|
color: #e9bef1;
|
2313
2411
|
border-color: transparent;
|
2314
2412
|
}
|
2315
|
-
.p-button.p-button-help.p-button-text:
|
2413
|
+
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2414
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2415
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2316
2416
|
background: rgba(233, 190, 241, 0.04);
|
2317
2417
|
border-color: transparent;
|
2318
2418
|
color: #e9bef1;
|
2319
2419
|
}
|
2320
|
-
.p-button.p-button-help.p-button-text:
|
2420
|
+
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2421
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2422
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2321
2423
|
background: rgba(233, 190, 241, 0.16);
|
2322
2424
|
border-color: transparent;
|
2323
2425
|
color: #e9bef1;
|
2324
2426
|
}
|
2325
2427
|
|
2326
|
-
.p-button.p-button-danger,
|
2428
|
+
.p-button.p-button-danger,
|
2429
|
+
.p-buttonset.p-button-danger > .p-button,
|
2430
|
+
.p-splitbutton.p-button-danger > .p-button {
|
2327
2431
|
color: #262222;
|
2328
|
-
background: #
|
2329
|
-
border: 1px solid #
|
2432
|
+
background: #f4b6b6;
|
2433
|
+
border: 1px solid #e38787;
|
2330
2434
|
}
|
2331
|
-
.p-button.p-button-danger:
|
2332
|
-
|
2435
|
+
.p-button.p-button-danger:not(:disabled):hover,
|
2436
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2437
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2438
|
+
background: #ef9999;
|
2333
2439
|
color: #262222;
|
2334
|
-
border-color: #
|
2440
|
+
border-color: #cb5858;
|
2335
2441
|
}
|
2336
|
-
.p-button.p-button-danger:
|
2442
|
+
.p-button.p-button-danger:not(:disabled):focus,
|
2443
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2444
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2337
2445
|
box-shadow: 0 0 0 0.2rem #fbe2e2;
|
2338
2446
|
}
|
2339
|
-
.p-button.p-button-danger:
|
2340
|
-
|
2447
|
+
.p-button.p-button-danger:not(:disabled):active,
|
2448
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2449
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2450
|
+
background: #eb5656;
|
2341
2451
|
color: #262222;
|
2342
|
-
border-color: #
|
2452
|
+
border-color: #b73737;
|
2343
2453
|
}
|
2344
|
-
.p-button.p-button-danger.p-button-outlined,
|
2454
|
+
.p-button.p-button-danger.p-button-outlined,
|
2455
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2456
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2345
2457
|
background-color: transparent;
|
2346
|
-
color: #
|
2458
|
+
color: #f4b6b6;
|
2347
2459
|
border: 1px solid;
|
2348
2460
|
}
|
2349
|
-
.p-button.p-button-danger.p-button-outlined:
|
2461
|
+
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2462
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2463
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2350
2464
|
background: rgba(244, 182, 182, 0.04);
|
2351
|
-
color: #
|
2465
|
+
color: #f4b6b6;
|
2352
2466
|
border: 1px solid;
|
2353
2467
|
}
|
2354
|
-
.p-button.p-button-danger.p-button-outlined:
|
2468
|
+
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2469
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2470
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2355
2471
|
background: rgba(244, 182, 182, 0.16);
|
2356
|
-
color: #
|
2472
|
+
color: #f4b6b6;
|
2357
2473
|
border: 1px solid;
|
2358
2474
|
}
|
2359
|
-
.p-button.p-button-danger.p-button-text,
|
2475
|
+
.p-button.p-button-danger.p-button-text,
|
2476
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2477
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2360
2478
|
background-color: transparent;
|
2361
|
-
color: #
|
2479
|
+
color: #f4b6b6;
|
2362
2480
|
border-color: transparent;
|
2363
2481
|
}
|
2364
|
-
.p-button.p-button-danger.p-button-text:
|
2482
|
+
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2483
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2484
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2365
2485
|
background: rgba(244, 182, 182, 0.04);
|
2366
2486
|
border-color: transparent;
|
2367
|
-
color: #
|
2487
|
+
color: #f4b6b6;
|
2368
2488
|
}
|
2369
|
-
.p-button.p-button-danger.p-button-text:
|
2489
|
+
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2490
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2491
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2370
2492
|
background: rgba(244, 182, 182, 0.16);
|
2371
2493
|
border-color: transparent;
|
2372
|
-
color: #
|
2494
|
+
color: #f4b6b6;
|
2373
2495
|
}
|
2374
2496
|
|
2375
2497
|
.p-button.p-button-link {
|
@@ -2377,20 +2499,20 @@
|
|
2377
2499
|
background: transparent;
|
2378
2500
|
border: transparent;
|
2379
2501
|
}
|
2380
|
-
.p-button.p-button-link:
|
2502
|
+
.p-button.p-button-link:not(:disabled):hover {
|
2381
2503
|
background: transparent;
|
2382
2504
|
color: #617c8a;
|
2383
2505
|
border-color: transparent;
|
2384
2506
|
}
|
2385
|
-
.p-button.p-button-link:
|
2507
|
+
.p-button.p-button-link:not(:disabled):hover .p-button-label {
|
2386
2508
|
text-decoration: underline;
|
2387
2509
|
}
|
2388
|
-
.p-button.p-button-link:
|
2510
|
+
.p-button.p-button-link:not(:disabled):focus {
|
2389
2511
|
background: transparent;
|
2390
2512
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
2391
2513
|
border-color: transparent;
|
2392
2514
|
}
|
2393
|
-
.p-button.p-button-link:
|
2515
|
+
.p-button.p-button-link:not(:disabled):active {
|
2394
2516
|
background: transparent;
|
2395
2517
|
color: #617c8a;
|
2396
2518
|
border-color: transparent;
|
@@ -2479,52 +2601,52 @@
|
|
2479
2601
|
}
|
2480
2602
|
.p-splitbutton.p-button-outlined > .p-button {
|
2481
2603
|
background-color: transparent;
|
2482
|
-
color: #
|
2604
|
+
color: #7b95a3;
|
2483
2605
|
border: 1px solid;
|
2484
2606
|
}
|
2485
|
-
.p-splitbutton.p-button-outlined > .p-button:
|
2607
|
+
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover {
|
2486
2608
|
background: rgba(123, 149, 163, 0.04);
|
2487
|
-
color: #
|
2609
|
+
color: #7b95a3;
|
2488
2610
|
}
|
2489
|
-
.p-splitbutton.p-button-outlined > .p-button:
|
2611
|
+
.p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
|
2490
2612
|
background: rgba(123, 149, 163, 0.16);
|
2491
|
-
color: #
|
2613
|
+
color: #7b95a3;
|
2492
2614
|
}
|
2493
2615
|
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2494
2616
|
color: #a6a6a6;
|
2495
2617
|
border-color: #a6a6a6;
|
2496
2618
|
}
|
2497
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:
|
2619
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover {
|
2498
2620
|
background: #f4f4f4;
|
2499
2621
|
color: #a6a6a6;
|
2500
2622
|
}
|
2501
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:
|
2623
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active {
|
2502
2624
|
background: #dbdbdb;
|
2503
2625
|
color: #a6a6a6;
|
2504
2626
|
}
|
2505
2627
|
.p-splitbutton.p-button-text > .p-button {
|
2506
2628
|
background-color: transparent;
|
2507
|
-
color: #
|
2629
|
+
color: #7b95a3;
|
2508
2630
|
border-color: transparent;
|
2509
2631
|
}
|
2510
|
-
.p-splitbutton.p-button-text > .p-button:
|
2632
|
+
.p-splitbutton.p-button-text > .p-button:not(:disabled):hover {
|
2511
2633
|
background: rgba(123, 149, 163, 0.04);
|
2512
|
-
color: #
|
2634
|
+
color: #7b95a3;
|
2513
2635
|
border-color: transparent;
|
2514
2636
|
}
|
2515
|
-
.p-splitbutton.p-button-text > .p-button:
|
2637
|
+
.p-splitbutton.p-button-text > .p-button:not(:disabled):active {
|
2516
2638
|
background: rgba(123, 149, 163, 0.16);
|
2517
|
-
color: #
|
2639
|
+
color: #7b95a3;
|
2518
2640
|
border-color: transparent;
|
2519
2641
|
}
|
2520
2642
|
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2521
2643
|
color: #a6a6a6;
|
2522
2644
|
}
|
2523
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:
|
2645
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover {
|
2524
2646
|
background: #f4f4f4;
|
2525
2647
|
color: #a6a6a6;
|
2526
2648
|
}
|
2527
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:
|
2649
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active {
|
2528
2650
|
background: #dbdbdb;
|
2529
2651
|
color: #a6a6a6;
|
2530
2652
|
}
|
@@ -2557,11 +2679,11 @@
|
|
2557
2679
|
color: #a3897b;
|
2558
2680
|
border: 1px solid;
|
2559
2681
|
}
|
2560
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:
|
2682
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover {
|
2561
2683
|
background: rgba(163, 137, 123, 0.04);
|
2562
2684
|
color: #a3897b;
|
2563
2685
|
}
|
2564
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:
|
2686
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
2565
2687
|
background: rgba(163, 137, 123, 0.16);
|
2566
2688
|
color: #a3897b;
|
2567
2689
|
}
|
@@ -2570,12 +2692,12 @@
|
|
2570
2692
|
color: #a3897b;
|
2571
2693
|
border-color: transparent;
|
2572
2694
|
}
|
2573
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:
|
2695
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover {
|
2574
2696
|
background: rgba(163, 137, 123, 0.04);
|
2575
2697
|
border-color: transparent;
|
2576
2698
|
color: #a3897b;
|
2577
2699
|
}
|
2578
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:
|
2700
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active {
|
2579
2701
|
background: rgba(163, 137, 123, 0.16);
|
2580
2702
|
border-color: transparent;
|
2581
2703
|
color: #a3897b;
|
@@ -2583,60 +2705,60 @@
|
|
2583
2705
|
|
2584
2706
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2585
2707
|
background-color: transparent;
|
2586
|
-
color: #
|
2708
|
+
color: #a3def8;
|
2587
2709
|
border: 1px solid;
|
2588
2710
|
}
|
2589
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:
|
2711
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover {
|
2590
2712
|
background: rgba(163, 222, 248, 0.04);
|
2591
|
-
color: #
|
2713
|
+
color: #a3def8;
|
2592
2714
|
}
|
2593
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:
|
2715
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active {
|
2594
2716
|
background: rgba(163, 222, 248, 0.16);
|
2595
|
-
color: #
|
2717
|
+
color: #a3def8;
|
2596
2718
|
}
|
2597
2719
|
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2598
2720
|
background-color: transparent;
|
2599
|
-
color: #
|
2721
|
+
color: #a3def8;
|
2600
2722
|
border-color: transparent;
|
2601
2723
|
}
|
2602
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:
|
2724
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover {
|
2603
2725
|
background: rgba(163, 222, 248, 0.04);
|
2604
2726
|
border-color: transparent;
|
2605
|
-
color: #
|
2727
|
+
color: #a3def8;
|
2606
2728
|
}
|
2607
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:
|
2729
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active {
|
2608
2730
|
background: rgba(163, 222, 248, 0.16);
|
2609
2731
|
border-color: transparent;
|
2610
|
-
color: #
|
2732
|
+
color: #a3def8;
|
2611
2733
|
}
|
2612
2734
|
|
2613
2735
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2614
2736
|
background-color: transparent;
|
2615
|
-
color: #
|
2737
|
+
color: #a3e2c6;
|
2616
2738
|
border: 1px solid;
|
2617
2739
|
}
|
2618
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:
|
2740
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover {
|
2619
2741
|
background: rgba(163, 226, 198, 0.04);
|
2620
|
-
color: #
|
2742
|
+
color: #a3e2c6;
|
2621
2743
|
}
|
2622
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:
|
2744
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
2623
2745
|
background: rgba(163, 226, 198, 0.16);
|
2624
|
-
color: #
|
2746
|
+
color: #a3e2c6;
|
2625
2747
|
}
|
2626
2748
|
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2627
2749
|
background-color: transparent;
|
2628
|
-
color: #
|
2750
|
+
color: #a3e2c6;
|
2629
2751
|
border-color: transparent;
|
2630
2752
|
}
|
2631
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:
|
2753
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover {
|
2632
2754
|
background: rgba(163, 226, 198, 0.04);
|
2633
2755
|
border-color: transparent;
|
2634
|
-
color: #
|
2756
|
+
color: #a3e2c6;
|
2635
2757
|
}
|
2636
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:
|
2758
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active {
|
2637
2759
|
background: rgba(163, 226, 198, 0.16);
|
2638
2760
|
border-color: transparent;
|
2639
|
-
color: #
|
2761
|
+
color: #a3e2c6;
|
2640
2762
|
}
|
2641
2763
|
|
2642
2764
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
@@ -2644,11 +2766,11 @@
|
|
2644
2766
|
color: #ffe38e;
|
2645
2767
|
border: 1px solid;
|
2646
2768
|
}
|
2647
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:
|
2769
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover {
|
2648
2770
|
background: rgba(255, 227, 142, 0.04);
|
2649
2771
|
color: #ffe38e;
|
2650
2772
|
}
|
2651
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:
|
2773
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
2652
2774
|
background: rgba(255, 227, 142, 0.16);
|
2653
2775
|
color: #ffe38e;
|
2654
2776
|
}
|
@@ -2657,12 +2779,12 @@
|
|
2657
2779
|
color: #ffe38e;
|
2658
2780
|
border-color: transparent;
|
2659
2781
|
}
|
2660
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:
|
2782
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover {
|
2661
2783
|
background: rgba(255, 227, 142, 0.04);
|
2662
2784
|
border-color: transparent;
|
2663
2785
|
color: #ffe38e;
|
2664
2786
|
}
|
2665
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:
|
2787
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active {
|
2666
2788
|
background: rgba(255, 227, 142, 0.16);
|
2667
2789
|
border-color: transparent;
|
2668
2790
|
color: #ffe38e;
|
@@ -2673,11 +2795,11 @@
|
|
2673
2795
|
color: #e9bef1;
|
2674
2796
|
border: 1px solid;
|
2675
2797
|
}
|
2676
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:
|
2798
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover {
|
2677
2799
|
background: rgba(233, 190, 241, 0.04);
|
2678
2800
|
color: #e9bef1;
|
2679
2801
|
}
|
2680
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:
|
2802
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
2681
2803
|
background: rgba(233, 190, 241, 0.16);
|
2682
2804
|
color: #e9bef1;
|
2683
2805
|
}
|
@@ -2686,12 +2808,12 @@
|
|
2686
2808
|
color: #e9bef1;
|
2687
2809
|
border-color: transparent;
|
2688
2810
|
}
|
2689
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:
|
2811
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover {
|
2690
2812
|
background: rgba(233, 190, 241, 0.04);
|
2691
2813
|
border-color: transparent;
|
2692
2814
|
color: #e9bef1;
|
2693
2815
|
}
|
2694
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:
|
2816
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active {
|
2695
2817
|
background: rgba(233, 190, 241, 0.16);
|
2696
2818
|
border-color: transparent;
|
2697
2819
|
color: #e9bef1;
|
@@ -2699,31 +2821,31 @@
|
|
2699
2821
|
|
2700
2822
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2701
2823
|
background-color: transparent;
|
2702
|
-
color: #
|
2824
|
+
color: #f4b6b6;
|
2703
2825
|
border: 1px solid;
|
2704
2826
|
}
|
2705
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:
|
2827
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover {
|
2706
2828
|
background: rgba(244, 182, 182, 0.04);
|
2707
|
-
color: #
|
2829
|
+
color: #f4b6b6;
|
2708
2830
|
}
|
2709
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:
|
2831
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
2710
2832
|
background: rgba(244, 182, 182, 0.16);
|
2711
|
-
color: #
|
2833
|
+
color: #f4b6b6;
|
2712
2834
|
}
|
2713
2835
|
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2714
2836
|
background-color: transparent;
|
2715
|
-
color: #
|
2837
|
+
color: #f4b6b6;
|
2716
2838
|
border-color: transparent;
|
2717
2839
|
}
|
2718
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:
|
2840
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover {
|
2719
2841
|
background: rgba(244, 182, 182, 0.04);
|
2720
2842
|
border-color: transparent;
|
2721
|
-
color: #
|
2843
|
+
color: #f4b6b6;
|
2722
2844
|
}
|
2723
|
-
.p-splitbutton.p-button-danger.p-button-text > .p-button:
|
2845
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active {
|
2724
2846
|
background: rgba(244, 182, 182, 0.16);
|
2725
2847
|
border-color: transparent;
|
2726
|
-
color: #
|
2848
|
+
color: #f4b6b6;
|
2727
2849
|
}
|
2728
2850
|
|
2729
2851
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
@@ -2757,7 +2879,7 @@
|
|
2757
2879
|
margin-bottom: 0.5rem;
|
2758
2880
|
}
|
2759
2881
|
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
|
2760
|
-
background-color: #
|
2882
|
+
background-color: #7b95a3;
|
2761
2883
|
width: 2rem;
|
2762
2884
|
height: 0.5rem;
|
2763
2885
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
@@ -2767,7 +2889,7 @@
|
|
2767
2889
|
background: #617c8a;
|
2768
2890
|
}
|
2769
2891
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
2770
|
-
background: #
|
2892
|
+
background: #afd3c8;
|
2771
2893
|
color: #385048;
|
2772
2894
|
}
|
2773
2895
|
|
@@ -2780,9 +2902,9 @@
|
|
2780
2902
|
border-radius: 0;
|
2781
2903
|
}
|
2782
2904
|
.p-datatable .p-datatable-header {
|
2783
|
-
background: #
|
2905
|
+
background: #7b95a3;
|
2784
2906
|
color: #ffffff;
|
2785
|
-
border: 1px solid #
|
2907
|
+
border: 1px solid #7b95a3;
|
2786
2908
|
border-width: 1px 1px 0 1px;
|
2787
2909
|
padding: 0.857rem 1rem;
|
2788
2910
|
font-weight: 700;
|
@@ -2824,7 +2946,7 @@
|
|
2824
2946
|
min-width: 1.143rem;
|
2825
2947
|
line-height: 1.143rem;
|
2826
2948
|
color: #385048;
|
2827
|
-
background: #
|
2949
|
+
background: #afd3c8;
|
2828
2950
|
margin-left: 0.5rem;
|
2829
2951
|
}
|
2830
2952
|
.p-datatable .p-sortable-column:not(.p-highlight):hover {
|
@@ -2835,14 +2957,14 @@
|
|
2835
2957
|
color: #666666;
|
2836
2958
|
}
|
2837
2959
|
.p-datatable .p-sortable-column.p-highlight {
|
2838
|
-
background: #
|
2960
|
+
background: #afd3c8;
|
2839
2961
|
color: #385048;
|
2840
2962
|
}
|
2841
2963
|
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
2842
2964
|
color: #385048;
|
2843
2965
|
}
|
2844
2966
|
.p-datatable .p-sortable-column.p-highlight:hover {
|
2845
|
-
background: #
|
2967
|
+
background: #afd3c8;
|
2846
2968
|
color: #385048;
|
2847
2969
|
}
|
2848
2970
|
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
|
@@ -2899,25 +3021,25 @@
|
|
2899
3021
|
outline-offset: -0.15rem;
|
2900
3022
|
}
|
2901
3023
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
2902
|
-
background: #
|
3024
|
+
background: #afd3c8;
|
2903
3025
|
color: #385048;
|
2904
3026
|
}
|
2905
3027
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
2906
|
-
box-shadow: inset 0 2px 0 0 #
|
3028
|
+
box-shadow: inset 0 2px 0 0 #afd3c8;
|
2907
3029
|
}
|
2908
3030
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
2909
|
-
box-shadow: inset 0 -2px 0 0 #
|
3031
|
+
box-shadow: inset 0 -2px 0 0 #afd3c8;
|
2910
3032
|
}
|
2911
3033
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
|
2912
3034
|
background: #eaeaea;
|
2913
3035
|
color: #666666;
|
2914
3036
|
}
|
2915
3037
|
.p-datatable .p-column-resizer-helper {
|
2916
|
-
background: #
|
3038
|
+
background: #7b95a3;
|
2917
3039
|
}
|
2918
3040
|
.p-datatable .p-datatable-scrollable-header,
|
2919
3041
|
.p-datatable .p-datatable-scrollable-footer {
|
2920
|
-
background: #
|
3042
|
+
background: #7b95a3;
|
2921
3043
|
}
|
2922
3044
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
2923
3045
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
|
@@ -2985,7 +3107,7 @@
|
|
2985
3107
|
background: #f8f8f8;
|
2986
3108
|
}
|
2987
3109
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
2988
|
-
background: #
|
3110
|
+
background: #afd3c8;
|
2989
3111
|
color: #385048;
|
2990
3112
|
}
|
2991
3113
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
|
@@ -3034,9 +3156,9 @@
|
|
3034
3156
|
border-radius: 0;
|
3035
3157
|
}
|
3036
3158
|
.p-dataview .p-dataview-header {
|
3037
|
-
background: #
|
3159
|
+
background: #7b95a3;
|
3038
3160
|
color: #ffffff;
|
3039
|
-
border: 1px solid #
|
3161
|
+
border: 1px solid #7b95a3;
|
3040
3162
|
border-width: 1px 1px 0 1px;
|
3041
3163
|
padding: 0.857rem 1rem;
|
3042
3164
|
font-weight: 700;
|
@@ -3047,10 +3169,6 @@
|
|
3047
3169
|
border: 0 none;
|
3048
3170
|
padding: 0;
|
3049
3171
|
}
|
3050
|
-
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
|
3051
|
-
border: 1px solid #dadada;
|
3052
|
-
border-width: 0 0 1px 0;
|
3053
|
-
}
|
3054
3172
|
.p-dataview .p-dataview-footer {
|
3055
3173
|
background: #ffffff;
|
3056
3174
|
color: #666666;
|
@@ -3092,7 +3210,7 @@
|
|
3092
3210
|
color: #666666;
|
3093
3211
|
}
|
3094
3212
|
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
|
3095
|
-
background: #
|
3213
|
+
background: #afd3c8;
|
3096
3214
|
color: #385048;
|
3097
3215
|
}
|
3098
3216
|
.p-column-filter-menu-button:focus-visible {
|
@@ -3143,7 +3261,7 @@
|
|
3143
3261
|
}
|
3144
3262
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
3145
3263
|
color: #385048;
|
3146
|
-
background: #
|
3264
|
+
background: #afd3c8;
|
3147
3265
|
}
|
3148
3266
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
3149
3267
|
color: #666666;
|
@@ -3195,9 +3313,9 @@
|
|
3195
3313
|
margin-bottom: 0.5rem;
|
3196
3314
|
}
|
3197
3315
|
.p-orderlist .p-orderlist-header {
|
3198
|
-
background: #
|
3316
|
+
background: #7b95a3;
|
3199
3317
|
color: #ffffff;
|
3200
|
-
border: 1px solid #
|
3318
|
+
border: 1px solid #7b95a3;
|
3201
3319
|
padding: 0.857rem 1rem;
|
3202
3320
|
border-bottom: 0 none;
|
3203
3321
|
border-top-right-radius: 2px;
|
@@ -3209,7 +3327,7 @@
|
|
3209
3327
|
.p-orderlist .p-orderlist-filter-container {
|
3210
3328
|
padding: 0.857rem 1rem;
|
3211
3329
|
background: #ffffff;
|
3212
|
-
border: 1px solid #
|
3330
|
+
border: 1px solid #7b95a3;
|
3213
3331
|
border-bottom: 0 none;
|
3214
3332
|
}
|
3215
3333
|
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
|
@@ -3246,7 +3364,7 @@
|
|
3246
3364
|
}
|
3247
3365
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
3248
3366
|
color: #385048;
|
3249
|
-
background: #
|
3367
|
+
background: #afd3c8;
|
3250
3368
|
}
|
3251
3369
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
|
3252
3370
|
background: #aed3c7;
|
@@ -3280,7 +3398,7 @@
|
|
3280
3398
|
color: #666666;
|
3281
3399
|
}
|
3282
3400
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
3283
|
-
background: #
|
3401
|
+
background: #afd3c8;
|
3284
3402
|
color: #385048;
|
3285
3403
|
}
|
3286
3404
|
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
|
@@ -3386,8 +3504,8 @@
|
|
3386
3504
|
border-radius: 0;
|
3387
3505
|
}
|
3388
3506
|
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
|
3389
|
-
background: #
|
3390
|
-
border-color: #
|
3507
|
+
background: #afd3c8;
|
3508
|
+
border-color: #afd3c8;
|
3391
3509
|
color: #385048;
|
3392
3510
|
}
|
3393
3511
|
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
|
@@ -3403,9 +3521,9 @@
|
|
3403
3521
|
margin-bottom: 0.5rem;
|
3404
3522
|
}
|
3405
3523
|
.p-picklist .p-picklist-header {
|
3406
|
-
background: #
|
3524
|
+
background: #7b95a3;
|
3407
3525
|
color: #ffffff;
|
3408
|
-
border: 1px solid #
|
3526
|
+
border: 1px solid #7b95a3;
|
3409
3527
|
padding: 0.857rem 1rem;
|
3410
3528
|
border-bottom: 0 none;
|
3411
3529
|
border-top-right-radius: 2px;
|
@@ -3417,7 +3535,7 @@
|
|
3417
3535
|
.p-picklist .p-picklist-filter-container {
|
3418
3536
|
padding: 0.857rem 1rem;
|
3419
3537
|
background: #ffffff;
|
3420
|
-
border: 1px solid #
|
3538
|
+
border: 1px solid #7b95a3;
|
3421
3539
|
border-bottom: 0 none;
|
3422
3540
|
}
|
3423
3541
|
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
|
@@ -3454,7 +3572,7 @@
|
|
3454
3572
|
}
|
3455
3573
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
3456
3574
|
color: #385048;
|
3457
|
-
background: #
|
3575
|
+
background: #afd3c8;
|
3458
3576
|
}
|
3459
3577
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
|
3460
3578
|
background: #aed3c7;
|
@@ -3488,7 +3606,7 @@
|
|
3488
3606
|
border-radius: 50%;
|
3489
3607
|
width: 1rem;
|
3490
3608
|
height: 1rem;
|
3491
|
-
background-color: #
|
3609
|
+
background-color: #afd3c8;
|
3492
3610
|
}
|
3493
3611
|
.p-timeline .p-timeline-event-connector {
|
3494
3612
|
background-color: #c8c8c8;
|
@@ -3560,7 +3678,7 @@
|
|
3560
3678
|
color: #666666;
|
3561
3679
|
}
|
3562
3680
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3563
|
-
background: #
|
3681
|
+
background: #afd3c8;
|
3564
3682
|
color: #385048;
|
3565
3683
|
}
|
3566
3684
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
@@ -3612,7 +3730,7 @@
|
|
3612
3730
|
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3613
3731
|
}
|
3614
3732
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
|
3615
|
-
background-color: #
|
3733
|
+
background-color: #afd3c8;
|
3616
3734
|
color: #385048;
|
3617
3735
|
}
|
3618
3736
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
@@ -3651,9 +3769,9 @@
|
|
3651
3769
|
border-radius: 0;
|
3652
3770
|
}
|
3653
3771
|
.p-treetable .p-treetable-header {
|
3654
|
-
background: #
|
3772
|
+
background: #7b95a3;
|
3655
3773
|
color: #ffffff;
|
3656
|
-
border: 1px solid #
|
3774
|
+
border: 1px solid #7b95a3;
|
3657
3775
|
border-width: 1px 1px 0 1px;
|
3658
3776
|
padding: 0.857rem 1rem;
|
3659
3777
|
font-weight: 700;
|
@@ -3698,7 +3816,7 @@
|
|
3698
3816
|
min-width: 1.143rem;
|
3699
3817
|
line-height: 1.143rem;
|
3700
3818
|
color: #385048;
|
3701
|
-
background: #
|
3819
|
+
background: #afd3c8;
|
3702
3820
|
margin-left: 0.5rem;
|
3703
3821
|
}
|
3704
3822
|
.p-treetable .p-sortable-column:not(.p-highlight):hover {
|
@@ -3709,7 +3827,7 @@
|
|
3709
3827
|
color: #666666;
|
3710
3828
|
}
|
3711
3829
|
.p-treetable .p-sortable-column.p-highlight {
|
3712
|
-
background: #
|
3830
|
+
background: #afd3c8;
|
3713
3831
|
color: #385048;
|
3714
3832
|
}
|
3715
3833
|
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
|
@@ -3761,7 +3879,7 @@
|
|
3761
3879
|
outline-offset: -0.15rem;
|
3762
3880
|
}
|
3763
3881
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
3764
|
-
background: #
|
3882
|
+
background: #afd3c8;
|
3765
3883
|
color: #385048;
|
3766
3884
|
}
|
3767
3885
|
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
|
@@ -3778,11 +3896,11 @@
|
|
3778
3896
|
color: #666666;
|
3779
3897
|
}
|
3780
3898
|
.p-treetable .p-column-resizer-helper {
|
3781
|
-
background: #
|
3899
|
+
background: #7b95a3;
|
3782
3900
|
}
|
3783
3901
|
.p-treetable .p-treetable-scrollable-header,
|
3784
3902
|
.p-treetable .p-treetable-scrollable-footer {
|
3785
|
-
background: #
|
3903
|
+
background: #7b95a3;
|
3786
3904
|
}
|
3787
3905
|
.p-treetable .p-treetable-loading-icon {
|
3788
3906
|
font-size: 2rem;
|
@@ -3844,9 +3962,9 @@
|
|
3844
3962
|
}
|
3845
3963
|
|
3846
3964
|
.p-virtualscroller .p-virtualscroller-header {
|
3847
|
-
background: #
|
3965
|
+
background: #7b95a3;
|
3848
3966
|
color: #ffffff;
|
3849
|
-
border: 1px solid #
|
3967
|
+
border: 1px solid #7b95a3;
|
3850
3968
|
border-width: 1px 1px 0 1px;
|
3851
3969
|
padding: 0.857rem 1rem;
|
3852
3970
|
font-weight: 700;
|
@@ -3870,9 +3988,9 @@
|
|
3870
3988
|
|
3871
3989
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
3872
3990
|
padding: 0.857rem 1rem;
|
3873
|
-
border: 1px solid #
|
3991
|
+
border: 1px solid #7b95a3;
|
3874
3992
|
color: #ffffff;
|
3875
|
-
background: #
|
3993
|
+
background: #7b95a3;
|
3876
3994
|
font-weight: 700;
|
3877
3995
|
border-radius: 2px;
|
3878
3996
|
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
@@ -3891,15 +4009,15 @@
|
|
3891
4009
|
color: #ffffff;
|
3892
4010
|
}
|
3893
4011
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
|
3894
|
-
background: #
|
4012
|
+
background: #afd3c8;
|
3895
4013
|
border-color: #dadada;
|
3896
4014
|
color: #385048;
|
3897
4015
|
border-bottom-right-radius: 0;
|
3898
4016
|
border-bottom-left-radius: 0;
|
3899
4017
|
}
|
3900
4018
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
3901
|
-
border-color: #
|
3902
|
-
background: #
|
4019
|
+
border-color: #8dc8b5;
|
4020
|
+
background: #8dc8b5;
|
3903
4021
|
color: #385048;
|
3904
4022
|
}
|
3905
4023
|
.p-accordion .p-accordion-content {
|
@@ -3975,9 +4093,9 @@
|
|
3975
4093
|
}
|
3976
4094
|
.p-fieldset .p-fieldset-legend {
|
3977
4095
|
padding: 0.857rem 1rem;
|
3978
|
-
border: 1px solid #
|
4096
|
+
border: 1px solid #7b95a3;
|
3979
4097
|
color: #ffffff;
|
3980
|
-
background: #
|
4098
|
+
background: #7b95a3;
|
3981
4099
|
font-weight: 700;
|
3982
4100
|
border-radius: 2px;
|
3983
4101
|
}
|
@@ -4009,9 +4127,9 @@
|
|
4009
4127
|
}
|
4010
4128
|
|
4011
4129
|
.p-panel .p-panel-header {
|
4012
|
-
border: 1px solid #
|
4130
|
+
border: 1px solid #7b95a3;
|
4013
4131
|
padding: 0.857rem 1rem;
|
4014
|
-
background: #
|
4132
|
+
background: #7b95a3;
|
4015
4133
|
color: #ffffff;
|
4016
4134
|
border-top-right-radius: 2px;
|
4017
4135
|
border-top-left-radius: 2px;
|
@@ -4109,10 +4227,10 @@
|
|
4109
4227
|
margin-right: 2px;
|
4110
4228
|
}
|
4111
4229
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
|
4112
|
-
border: 1px solid #
|
4230
|
+
border: 1px solid #7b95a3;
|
4113
4231
|
border-width: 1px;
|
4114
|
-
border-color: #
|
4115
|
-
background: #
|
4232
|
+
border-color: #7b95a3;
|
4233
|
+
background: #7b95a3;
|
4116
4234
|
color: #ffffff;
|
4117
4235
|
padding: 0.857rem 1rem;
|
4118
4236
|
font-weight: 700;
|
@@ -4132,7 +4250,7 @@
|
|
4132
4250
|
color: #ffffff;
|
4133
4251
|
}
|
4134
4252
|
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
4135
|
-
background: #
|
4253
|
+
background: #afd3c8;
|
4136
4254
|
border-color: #dadada;
|
4137
4255
|
color: #385048;
|
4138
4256
|
}
|
@@ -4146,7 +4264,7 @@
|
|
4146
4264
|
margin-left: 0.5rem;
|
4147
4265
|
}
|
4148
4266
|
.p-tabview .p-tabview-nav-btn.p-link {
|
4149
|
-
background: #
|
4267
|
+
background: #afd3c8;
|
4150
4268
|
color: #385048;
|
4151
4269
|
width: 2.357rem;
|
4152
4270
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
@@ -4167,8 +4285,8 @@
|
|
4167
4285
|
}
|
4168
4286
|
|
4169
4287
|
.p-toolbar {
|
4170
|
-
background: #
|
4171
|
-
border: 1px solid #
|
4288
|
+
background: #7b95a3;
|
4289
|
+
border: 1px solid #7b95a3;
|
4172
4290
|
padding: 0.857rem 1rem;
|
4173
4291
|
border-radius: 2px;
|
4174
4292
|
gap: 0.5rem;
|
@@ -4231,8 +4349,8 @@
|
|
4231
4349
|
border: 1px solid #f1f1f1;
|
4232
4350
|
}
|
4233
4351
|
.p-dialog .p-dialog-header {
|
4234
|
-
border-bottom: 1px solid #
|
4235
|
-
background: #
|
4352
|
+
border-bottom: 1px solid #7b95a3;
|
4353
|
+
background: #7b95a3;
|
4236
4354
|
color: #ffffff;
|
4237
4355
|
padding: 1rem;
|
4238
4356
|
border-top-right-radius: 2px;
|
@@ -4309,7 +4427,7 @@
|
|
4309
4427
|
padding: 0.571rem 1rem;
|
4310
4428
|
}
|
4311
4429
|
.p-overlaypanel .p-overlaypanel-close {
|
4312
|
-
background: #
|
4430
|
+
background: #7b95a3;
|
4313
4431
|
color: #ffffff;
|
4314
4432
|
width: 2rem;
|
4315
4433
|
height: 2rem;
|
@@ -4382,29 +4500,29 @@
|
|
4382
4500
|
}
|
4383
4501
|
|
4384
4502
|
.p-tooltip .p-tooltip-text {
|
4385
|
-
background: #
|
4503
|
+
background: #afd3c8;
|
4386
4504
|
color: #385048;
|
4387
4505
|
padding: 0.429rem 0.429rem;
|
4388
4506
|
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
|
4389
4507
|
border-radius: 2px;
|
4390
4508
|
}
|
4391
4509
|
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
|
4392
|
-
border-right-color: #
|
4510
|
+
border-right-color: #afd3c8;
|
4393
4511
|
}
|
4394
4512
|
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
|
4395
|
-
border-left-color: #
|
4513
|
+
border-left-color: #afd3c8;
|
4396
4514
|
}
|
4397
4515
|
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
|
4398
|
-
border-top-color: #
|
4516
|
+
border-top-color: #afd3c8;
|
4399
4517
|
}
|
4400
4518
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
4401
|
-
border-bottom-color: #
|
4519
|
+
border-bottom-color: #afd3c8;
|
4402
4520
|
}
|
4403
4521
|
|
4404
4522
|
.p-fileupload .p-fileupload-buttonbar {
|
4405
|
-
background: #
|
4523
|
+
background: #7b95a3;
|
4406
4524
|
padding: 0.857rem 1rem;
|
4407
|
-
border: 1px solid #
|
4525
|
+
border: 1px solid #7b95a3;
|
4408
4526
|
color: #ffffff;
|
4409
4527
|
border-bottom: 0 none;
|
4410
4528
|
border-top-right-radius: 2px;
|
@@ -4427,9 +4545,9 @@
|
|
4427
4545
|
border-bottom-left-radius: 2px;
|
4428
4546
|
}
|
4429
4547
|
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
|
4430
|
-
border-color: 1px dashed #
|
4548
|
+
border-color: 1px dashed #7b95a3;
|
4431
4549
|
border-style: dashed;
|
4432
|
-
background-color: #
|
4550
|
+
background-color: #afd3c8;
|
4433
4551
|
}
|
4434
4552
|
.p-fileupload .p-progressbar {
|
4435
4553
|
height: 0.25rem;
|
@@ -4530,7 +4648,8 @@
|
|
4530
4648
|
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4531
4649
|
color: #666666;
|
4532
4650
|
}
|
4533
|
-
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4651
|
+
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4652
|
+
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4534
4653
|
color: #666666;
|
4535
4654
|
}
|
4536
4655
|
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4543,7 +4662,8 @@
|
|
4543
4662
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4544
4663
|
color: #666666;
|
4545
4664
|
}
|
4546
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4665
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4666
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4547
4667
|
color: #666666;
|
4548
4668
|
}
|
4549
4669
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4553,7 +4673,8 @@
|
|
4553
4673
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
4554
4674
|
color: #666666;
|
4555
4675
|
}
|
4556
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4676
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4677
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4557
4678
|
color: #666666;
|
4558
4679
|
}
|
4559
4680
|
.p-contextmenu .p-menuitem-separator {
|
@@ -4674,7 +4795,8 @@
|
|
4674
4795
|
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4675
4796
|
color: #666666;
|
4676
4797
|
}
|
4677
|
-
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4798
|
+
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4799
|
+
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4678
4800
|
color: #666666;
|
4679
4801
|
}
|
4680
4802
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4687,7 +4809,8 @@
|
|
4687
4809
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4688
4810
|
color: #666666;
|
4689
4811
|
}
|
4690
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4812
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4813
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4691
4814
|
color: #666666;
|
4692
4815
|
}
|
4693
4816
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4697,7 +4820,8 @@
|
|
4697
4820
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
4698
4821
|
color: #666666;
|
4699
4822
|
}
|
4700
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4823
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4824
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4701
4825
|
color: #666666;
|
4702
4826
|
}
|
4703
4827
|
.p-megamenu .p-megamenu-panel {
|
@@ -4754,7 +4878,8 @@
|
|
4754
4878
|
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
4755
4879
|
color: #666666;
|
4756
4880
|
}
|
4757
|
-
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4881
|
+
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4882
|
+
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4758
4883
|
color: #666666;
|
4759
4884
|
}
|
4760
4885
|
|
@@ -4793,7 +4918,8 @@
|
|
4793
4918
|
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4794
4919
|
color: #666666;
|
4795
4920
|
}
|
4796
|
-
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4921
|
+
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4922
|
+
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4797
4923
|
color: #666666;
|
4798
4924
|
}
|
4799
4925
|
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4806,7 +4932,8 @@
|
|
4806
4932
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4807
4933
|
color: #666666;
|
4808
4934
|
}
|
4809
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4935
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4936
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4810
4937
|
color: #666666;
|
4811
4938
|
}
|
4812
4939
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4816,7 +4943,8 @@
|
|
4816
4943
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
4817
4944
|
color: #666666;
|
4818
4945
|
}
|
4819
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4946
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4947
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4820
4948
|
color: #666666;
|
4821
4949
|
}
|
4822
4950
|
.p-menu.p-menu-overlay {
|
@@ -4838,7 +4966,7 @@
|
|
4838
4966
|
margin: 0;
|
4839
4967
|
}
|
4840
4968
|
.p-menu .p-menuitem-badge {
|
4841
|
-
background: #
|
4969
|
+
background: #7b95a3;
|
4842
4970
|
color: #ffffff;
|
4843
4971
|
font-size: 0.75rem;
|
4844
4972
|
font-weight: 700;
|
@@ -4888,7 +5016,8 @@
|
|
4888
5016
|
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
4889
5017
|
color: #666666;
|
4890
5018
|
}
|
4891
|
-
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5019
|
+
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5020
|
+
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4892
5021
|
color: #666666;
|
4893
5022
|
}
|
4894
5023
|
.p-menubar .p-menuitem > .p-menuitem-content {
|
@@ -4918,7 +5047,8 @@
|
|
4918
5047
|
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4919
5048
|
color: #666666;
|
4920
5049
|
}
|
4921
|
-
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5050
|
+
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5051
|
+
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4922
5052
|
color: #666666;
|
4923
5053
|
}
|
4924
5054
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4931,7 +5061,8 @@
|
|
4931
5061
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4932
5062
|
color: #666666;
|
4933
5063
|
}
|
4934
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5064
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5065
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4935
5066
|
color: #666666;
|
4936
5067
|
}
|
4937
5068
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4941,7 +5072,8 @@
|
|
4941
5072
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
4942
5073
|
color: #666666;
|
4943
5074
|
}
|
4944
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5075
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5076
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4945
5077
|
color: #666666;
|
4946
5078
|
}
|
4947
5079
|
.p-menubar .p-submenu-list {
|
@@ -5051,9 +5183,9 @@
|
|
5051
5183
|
outline: 0 none;
|
5052
5184
|
}
|
5053
5185
|
.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
|
5054
|
-
border: 1px solid #
|
5186
|
+
border: 1px solid #7b95a3;
|
5055
5187
|
color: #ffffff;
|
5056
|
-
background: #
|
5188
|
+
background: #7b95a3;
|
5057
5189
|
border-radius: 2px;
|
5058
5190
|
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
5059
5191
|
}
|
@@ -5079,7 +5211,7 @@
|
|
5079
5211
|
color: #ffffff;
|
5080
5212
|
}
|
5081
5213
|
.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
|
5082
|
-
background: #
|
5214
|
+
background: #afd3c8;
|
5083
5215
|
border-color: #dadada;
|
5084
5216
|
color: #385048;
|
5085
5217
|
border-bottom-right-radius: 0;
|
@@ -5087,8 +5219,8 @@
|
|
5087
5219
|
margin-bottom: 0;
|
5088
5220
|
}
|
5089
5221
|
.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
|
5090
|
-
border-color: #
|
5091
|
-
background: #
|
5222
|
+
border-color: #8dc8b5;
|
5223
|
+
background: #8dc8b5;
|
5092
5224
|
color: #385048;
|
5093
5225
|
}
|
5094
5226
|
.p-panelmenu .p-panelmenu-content {
|
@@ -5132,7 +5264,8 @@
|
|
5132
5264
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5133
5265
|
color: #666666;
|
5134
5266
|
}
|
5135
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5267
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5268
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5136
5269
|
color: #666666;
|
5137
5270
|
}
|
5138
5271
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5145,7 +5278,8 @@
|
|
5145
5278
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5146
5279
|
color: #666666;
|
5147
5280
|
}
|
5148
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5281
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5282
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5149
5283
|
color: #666666;
|
5150
5284
|
}
|
5151
5285
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5155,7 +5289,8 @@
|
|
5155
5289
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
5156
5290
|
color: #666666;
|
5157
5291
|
}
|
5158
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5292
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5293
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5159
5294
|
color: #666666;
|
5160
5295
|
}
|
5161
5296
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
@@ -5213,7 +5348,8 @@
|
|
5213
5348
|
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5214
5349
|
color: #666666;
|
5215
5350
|
}
|
5216
|
-
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5351
|
+
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5352
|
+
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5217
5353
|
color: #666666;
|
5218
5354
|
}
|
5219
5355
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5226,7 +5362,8 @@
|
|
5226
5362
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5227
5363
|
color: #666666;
|
5228
5364
|
}
|
5229
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5365
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5366
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5230
5367
|
color: #666666;
|
5231
5368
|
}
|
5232
5369
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5236,7 +5373,8 @@
|
|
5236
5373
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
5237
5374
|
color: #666666;
|
5238
5375
|
}
|
5239
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5376
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5377
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5240
5378
|
color: #666666;
|
5241
5379
|
}
|
5242
5380
|
.p-slidemenu.p-slidemenu-overlay {
|
@@ -5271,7 +5409,7 @@
|
|
5271
5409
|
box-shadow: inset 0 0 0 0.2rem #e4e9ec;
|
5272
5410
|
}
|
5273
5411
|
.p-slidemenu .p-menuitem-badge {
|
5274
|
-
background: #
|
5412
|
+
background: #7b95a3;
|
5275
5413
|
color: #ffffff;
|
5276
5414
|
font-size: 0.75rem;
|
5277
5415
|
font-weight: 700;
|
@@ -5311,7 +5449,7 @@
|
|
5311
5449
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
5312
5450
|
}
|
5313
5451
|
.p-steps .p-steps-item.p-highlight .p-steps-number {
|
5314
|
-
background: #
|
5452
|
+
background: #afd3c8;
|
5315
5453
|
color: #385048;
|
5316
5454
|
}
|
5317
5455
|
.p-steps .p-steps-item.p-highlight .p-steps-title {
|
@@ -5335,7 +5473,7 @@
|
|
5335
5473
|
border-width: 1px;
|
5336
5474
|
}
|
5337
5475
|
.p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
|
5338
|
-
background: #
|
5476
|
+
background: #7b95a3;
|
5339
5477
|
color: #ffffff;
|
5340
5478
|
font-size: 0.75rem;
|
5341
5479
|
font-weight: 700;
|
@@ -5351,10 +5489,10 @@
|
|
5351
5489
|
margin-right: 2px;
|
5352
5490
|
}
|
5353
5491
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
|
5354
|
-
border: 1px solid #
|
5492
|
+
border: 1px solid #7b95a3;
|
5355
5493
|
border-width: 1px;
|
5356
|
-
border-color: #
|
5357
|
-
background: #
|
5494
|
+
border-color: #7b95a3;
|
5495
|
+
background: #7b95a3;
|
5358
5496
|
color: #ffffff;
|
5359
5497
|
padding: 0.857rem 1rem;
|
5360
5498
|
font-weight: 700;
|
@@ -5377,7 +5515,7 @@
|
|
5377
5515
|
color: #ffffff;
|
5378
5516
|
}
|
5379
5517
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
|
5380
|
-
background: #
|
5518
|
+
background: #afd3c8;
|
5381
5519
|
border-color: #dadada;
|
5382
5520
|
color: #385048;
|
5383
5521
|
}
|
@@ -5388,7 +5526,7 @@
|
|
5388
5526
|
margin-left: 0.5rem;
|
5389
5527
|
}
|
5390
5528
|
.p-tabmenu .p-tabmenu-nav-btn.p-link {
|
5391
|
-
background: #
|
5529
|
+
background: #afd3c8;
|
5392
5530
|
color: #385048;
|
5393
5531
|
width: 2.357rem;
|
5394
5532
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
@@ -5449,7 +5587,8 @@
|
|
5449
5587
|
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5450
5588
|
color: #666666;
|
5451
5589
|
}
|
5452
|
-
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5590
|
+
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5591
|
+
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5453
5592
|
color: #666666;
|
5454
5593
|
}
|
5455
5594
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5462,7 +5601,8 @@
|
|
5462
5601
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5463
5602
|
color: #666666;
|
5464
5603
|
}
|
5465
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5604
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5605
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5466
5606
|
color: #666666;
|
5467
5607
|
}
|
5468
5608
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5472,7 +5612,8 @@
|
|
5472
5612
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
|
5473
5613
|
color: #666666;
|
5474
5614
|
}
|
5475
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5615
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5616
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5476
5617
|
color: #666666;
|
5477
5618
|
}
|
5478
5619
|
.p-tieredmenu .p-menuitem-separator {
|
@@ -5493,8 +5634,8 @@
|
|
5493
5634
|
border-radius: 2px;
|
5494
5635
|
}
|
5495
5636
|
.p-inline-message.p-inline-message-info {
|
5496
|
-
background: #
|
5497
|
-
border: 1px solid #
|
5637
|
+
background: #a3def8;
|
5638
|
+
border: 1px solid #79c8eb;
|
5498
5639
|
border-width: 1px;
|
5499
5640
|
color: #212121;
|
5500
5641
|
}
|
@@ -5502,8 +5643,8 @@
|
|
5502
5643
|
color: #212121;
|
5503
5644
|
}
|
5504
5645
|
.p-inline-message.p-inline-message-success {
|
5505
|
-
background: #
|
5506
|
-
border: 1px solid #
|
5646
|
+
background: #a3e2c6;
|
5647
|
+
border: 1px solid #a3e2c6;
|
5507
5648
|
border-width: 1px;
|
5508
5649
|
color: #212121;
|
5509
5650
|
}
|
@@ -5566,8 +5707,8 @@
|
|
5566
5707
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
5567
5708
|
}
|
5568
5709
|
.p-message.p-message-info {
|
5569
|
-
background: #
|
5570
|
-
border: 1px solid #
|
5710
|
+
background: #a3def8;
|
5711
|
+
border: 1px solid #79c8eb;
|
5571
5712
|
border-width: 1px;
|
5572
5713
|
color: #212121;
|
5573
5714
|
}
|
@@ -5578,8 +5719,8 @@
|
|
5578
5719
|
color: #212121;
|
5579
5720
|
}
|
5580
5721
|
.p-message.p-message-success {
|
5581
|
-
background: #
|
5582
|
-
border: 1px solid #
|
5722
|
+
background: #a3e2c6;
|
5723
|
+
border: 1px solid #a3e2c6;
|
5583
5724
|
border-width: 1px;
|
5584
5725
|
color: #212121;
|
5585
5726
|
}
|
@@ -5676,8 +5817,8 @@
|
|
5676
5817
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
5677
5818
|
}
|
5678
5819
|
.p-toast .p-toast-message.p-toast-message-info {
|
5679
|
-
background: #
|
5680
|
-
border: 1px solid #
|
5820
|
+
background: #a3def8;
|
5821
|
+
border: 1px solid #79c8eb;
|
5681
5822
|
border-width: 1px;
|
5682
5823
|
color: #212121;
|
5683
5824
|
}
|
@@ -5686,8 +5827,8 @@
|
|
5686
5827
|
color: #212121;
|
5687
5828
|
}
|
5688
5829
|
.p-toast .p-toast-message.p-toast-message-success {
|
5689
|
-
background: #
|
5690
|
-
border: 1px solid #
|
5830
|
+
background: #a3e2c6;
|
5831
|
+
border: 1px solid #a3e2c6;
|
5691
5832
|
border-width: 1px;
|
5692
5833
|
color: #212121;
|
5693
5834
|
}
|
@@ -5766,7 +5907,7 @@
|
|
5766
5907
|
padding: 1rem;
|
5767
5908
|
}
|
5768
5909
|
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
|
5769
|
-
background-color: #
|
5910
|
+
background-color: #7b95a3;
|
5770
5911
|
width: 1rem;
|
5771
5912
|
height: 1rem;
|
5772
5913
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
@@ -5776,7 +5917,7 @@
|
|
5776
5917
|
background: #617c8a;
|
5777
5918
|
}
|
5778
5919
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
5779
|
-
background: #
|
5920
|
+
background: #afd3c8;
|
5780
5921
|
color: #385048;
|
5781
5922
|
}
|
5782
5923
|
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
|
@@ -5795,7 +5936,7 @@
|
|
5795
5936
|
background: rgba(255, 255, 255, 0.6);
|
5796
5937
|
}
|
5797
5938
|
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
5798
|
-
background: #
|
5939
|
+
background: #afd3c8;
|
5799
5940
|
color: #385048;
|
5800
5941
|
}
|
5801
5942
|
.p-galleria .p-galleria-thumbnail-container {
|
@@ -5895,7 +6036,7 @@
|
|
5895
6036
|
}
|
5896
6037
|
|
5897
6038
|
.p-badge {
|
5898
|
-
background: #
|
6039
|
+
background: #7b95a3;
|
5899
6040
|
color: #ffffff;
|
5900
6041
|
font-size: 0.75rem;
|
5901
6042
|
font-weight: 700;
|
@@ -5908,19 +6049,19 @@
|
|
5908
6049
|
color: #ffffff;
|
5909
6050
|
}
|
5910
6051
|
.p-badge.p-badge-success {
|
5911
|
-
background-color: #
|
5912
|
-
color: #
|
6052
|
+
background-color: #a3e2c6;
|
6053
|
+
color: #323e39;
|
5913
6054
|
}
|
5914
6055
|
.p-badge.p-badge-info {
|
5915
|
-
background-color: #
|
5916
|
-
color: #
|
6056
|
+
background-color: #a3def8;
|
6057
|
+
color: #3d4447;
|
5917
6058
|
}
|
5918
6059
|
.p-badge.p-badge-warning {
|
5919
6060
|
background-color: #ffe38e;
|
5920
6061
|
color: #333333;
|
5921
6062
|
}
|
5922
6063
|
.p-badge.p-badge-danger {
|
5923
|
-
background-color: #
|
6064
|
+
background-color: #f4b6b6;
|
5924
6065
|
color: #262222;
|
5925
6066
|
}
|
5926
6067
|
.p-badge.p-badge-lg {
|
@@ -5996,7 +6137,7 @@
|
|
5996
6137
|
.p-progressbar .p-progressbar-value {
|
5997
6138
|
border: 0 none;
|
5998
6139
|
margin: 0;
|
5999
|
-
background: #
|
6140
|
+
background: #7b95a3;
|
6000
6141
|
}
|
6001
6142
|
.p-progressbar .p-progressbar-label {
|
6002
6143
|
color: #ffffff;
|
@@ -6034,7 +6175,7 @@
|
|
6034
6175
|
}
|
6035
6176
|
|
6036
6177
|
.p-tag {
|
6037
|
-
background: #
|
6178
|
+
background: #7b95a3;
|
6038
6179
|
color: #ffffff;
|
6039
6180
|
font-size: 0.75rem;
|
6040
6181
|
font-weight: 700;
|
@@ -6042,19 +6183,19 @@
|
|
6042
6183
|
border-radius: 2px;
|
6043
6184
|
}
|
6044
6185
|
.p-tag.p-tag-success {
|
6045
|
-
background-color: #
|
6046
|
-
color: #
|
6186
|
+
background-color: #a3e2c6;
|
6187
|
+
color: #323e39;
|
6047
6188
|
}
|
6048
6189
|
.p-tag.p-tag-info {
|
6049
|
-
background-color: #
|
6050
|
-
color: #
|
6190
|
+
background-color: #a3def8;
|
6191
|
+
color: #3d4447;
|
6051
6192
|
}
|
6052
6193
|
.p-tag.p-tag-warning {
|
6053
6194
|
background-color: #ffe38e;
|
6054
6195
|
color: #333333;
|
6055
6196
|
}
|
6056
6197
|
.p-tag.p-tag-danger {
|
6057
|
-
background-color: #
|
6198
|
+
background-color: #f4b6b6;
|
6058
6199
|
color: #262222;
|
6059
6200
|
}
|
6060
6201
|
.p-tag .p-tag-icon {
|