primeng 17.3.1 → 17.3.3
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/accordion/accordion.d.ts +2 -0
- package/api/translationkeys.d.ts +2 -0
- package/autocomplete/autocomplete.d.ts +4 -4
- package/button/button.d.ts +1 -1
- package/chart/chart.d.ts +3 -2
- package/checkbox/checkbox.d.ts +6 -3
- package/chips/chips.d.ts +6 -1
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2022/accordion/accordion.mjs +19 -7
- package/esm2022/api/translationkeys.mjs +3 -1
- package/esm2022/autocomplete/autocomplete.mjs +5 -5
- package/esm2022/button/button.mjs +8 -8
- package/esm2022/calendar/calendar.mjs +6 -3
- package/esm2022/carousel/carousel.mjs +5 -5
- package/esm2022/chart/chart.mjs +13 -9
- package/esm2022/checkbox/checkbox.mjs +43 -26
- package/esm2022/chips/chips.mjs +14 -5
- package/esm2022/dropdown/dropdown.mjs +31 -18
- package/esm2022/galleria/galleria.mjs +2 -3
- package/esm2022/inputnumber/inputnumber.mjs +2 -2
- package/esm2022/multiselect/multiselect.mjs +7 -5
- package/esm2022/paginator/paginator.interface.mjs +1 -1
- package/esm2022/paginator/paginator.mjs +17 -1
- package/esm2022/panel/panel.mjs +2 -4
- package/esm2022/scroller/scroller.mjs +11 -11
- package/esm2022/splitbutton/splitbutton.mjs +3 -3
- package/esm2022/table/table.interface.mjs +1 -1
- package/esm2022/table/table.mjs +45 -18
- package/esm2022/treeselect/treeselect.mjs +9 -1
- package/esm2022/treetable/treetable.mjs +3 -3
- package/esm2022/utils/objectutils.mjs +43 -1
- package/fesm2022/primeng-accordion.mjs +18 -6
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +2 -0
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +4 -4
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +7 -7
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +5 -2
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +4 -4
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +12 -8
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +42 -25
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +13 -4
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +30 -17
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +1 -2
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +1 -1
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +6 -4
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +16 -0
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +1 -3
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +10 -10
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +2 -2
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +44 -17
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +8 -0
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +2 -2
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-utils.mjs +42 -0
- package/fesm2022/primeng-utils.mjs.map +1 -1
- package/package.json +175 -175
- package/paginator/paginator.d.ts +1 -0
- package/paginator/paginator.interface.d.ts +4 -0
- package/panel/panel.d.ts +1 -1
- package/resources/components/calendar/calendar.css +4 -0
- package/resources/components/treetable/treetable.css +1 -0
- package/resources/themes/arya-blue/theme.css +228 -420
- package/resources/themes/arya-green/theme.css +228 -420
- package/resources/themes/arya-orange/theme.css +228 -420
- package/resources/themes/arya-purple/theme.css +228 -420
- package/resources/themes/bootstrap4-dark-blue/theme.css +228 -421
- package/resources/themes/bootstrap4-dark-purple/theme.css +228 -421
- package/resources/themes/bootstrap4-light-blue/theme.css +228 -421
- package/resources/themes/bootstrap4-light-purple/theme.css +228 -421
- package/resources/themes/fluent-light/theme.css +239 -447
- package/resources/themes/lara-dark-blue/theme.css +230 -436
- package/resources/themes/lara-dark-indigo/theme.css +230 -436
- package/resources/themes/lara-dark-purple/theme.css +230 -436
- package/resources/themes/lara-dark-teal/theme.css +230 -436
- package/resources/themes/lara-light-blue/theme.css +238 -441
- package/resources/themes/lara-light-indigo/theme.css +238 -441
- package/resources/themes/lara-light-purple/theme.css +238 -441
- package/resources/themes/lara-light-teal/theme.css +238 -441
- package/resources/themes/luna-amber/theme.css +241 -434
- package/resources/themes/luna-blue/theme.css +241 -434
- package/resources/themes/luna-green/theme.css +241 -434
- package/resources/themes/luna-pink/theme.css +241 -434
- package/resources/themes/md-dark-deeppurple/theme.css +393 -681
- package/resources/themes/md-dark-indigo/theme.css +393 -681
- package/resources/themes/md-light-deeppurple/theme.css +254 -542
- package/resources/themes/md-light-indigo/theme.css +254 -542
- package/resources/themes/mdc-dark-deeppurple/theme.css +393 -681
- package/resources/themes/mdc-dark-indigo/theme.css +393 -681
- package/resources/themes/mdc-light-deeppurple/theme.css +254 -542
- package/resources/themes/mdc-light-indigo/theme.css +254 -542
- package/resources/themes/mira/theme.css +235 -458
- package/resources/themes/nano/theme.css +228 -418
- package/resources/themes/nova/theme.css +228 -422
- package/resources/themes/nova-accent/theme.css +228 -419
- package/resources/themes/nova-alt/theme.css +228 -422
- package/resources/themes/rhea/theme.css +228 -419
- package/resources/themes/saga-blue/theme.css +228 -420
- package/resources/themes/saga-green/theme.css +228 -420
- package/resources/themes/saga-orange/theme.css +228 -420
- package/resources/themes/saga-purple/theme.css +228 -420
- package/resources/themes/soho-dark/theme.css +259 -454
- package/resources/themes/soho-light/theme.css +233 -430
- package/resources/themes/tailwind-light/theme.css +258 -463
- package/resources/themes/vela-blue/theme.css +228 -420
- package/resources/themes/vela-green/theme.css +228 -420
- package/resources/themes/vela-orange/theme.css +228 -420
- package/resources/themes/vela-purple/theme.css +228 -420
- package/resources/themes/viva-dark/theme.css +233 -444
- package/resources/themes/viva-light/theme.css +233 -444
- package/scroller/scroller.d.ts +2 -2
- package/table/table.d.ts +5 -4
- package/table/table.interface.d.ts +4 -0
- package/treeselect/treeselect.d.ts +1 -0
- package/utils/objectutils.d.ts +1 -0
@@ -54,32 +54,28 @@
|
|
54
54
|
font-family: "Poppins";
|
55
55
|
font-style: normal;
|
56
56
|
font-weight: 300;
|
57
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff");
|
58
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
57
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
59
58
|
}
|
60
59
|
/* poppins-regular - latin-ext_latin */
|
61
60
|
@font-face {
|
62
61
|
font-family: "Poppins";
|
63
62
|
font-style: normal;
|
64
63
|
font-weight: 400;
|
65
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
|
66
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
64
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
67
65
|
}
|
68
66
|
/* poppins-600 - latin-ext_latin */
|
69
67
|
@font-face {
|
70
68
|
font-family: "Poppins";
|
71
69
|
font-style: normal;
|
72
70
|
font-weight: 600;
|
73
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
|
74
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
71
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
75
72
|
}
|
76
73
|
/* poppins-700 - latin-ext_latin */
|
77
74
|
@font-face {
|
78
75
|
font-family: "Poppins";
|
79
76
|
font-style: normal;
|
80
77
|
font-weight: 700;
|
81
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
|
82
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
78
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
83
79
|
}
|
84
80
|
:root {
|
85
81
|
--blue-50:#f6fbfd;
|
@@ -307,40 +303,32 @@
|
|
307
303
|
* {
|
308
304
|
box-sizing: border-box;
|
309
305
|
}
|
310
|
-
|
311
306
|
.p-component {
|
312
307
|
font-family: var(--font-family);
|
313
308
|
font-feature-settings: var(--font-feature-settings, normal);
|
314
309
|
font-size: 1rem;
|
315
310
|
font-weight: normal;
|
316
311
|
}
|
317
|
-
|
318
312
|
.p-component-overlay {
|
319
313
|
background-color: rgba(0, 0, 0, 0.4);
|
320
314
|
transition-duration: 0.3s;
|
321
315
|
}
|
322
|
-
|
323
316
|
.p-disabled, .p-component:disabled {
|
324
317
|
opacity: 0.6;
|
325
318
|
}
|
326
|
-
|
327
319
|
.p-error {
|
328
320
|
color: #f88c79;
|
329
321
|
}
|
330
|
-
|
331
322
|
.p-text-secondary {
|
332
323
|
color: #898989;
|
333
324
|
}
|
334
|
-
|
335
325
|
.pi {
|
336
326
|
font-size: 1rem;
|
337
327
|
}
|
338
|
-
|
339
328
|
.p-icon {
|
340
329
|
width: 1rem;
|
341
330
|
height: 1rem;
|
342
331
|
}
|
343
|
-
|
344
332
|
.p-link {
|
345
333
|
font-family: var(--font-family);
|
346
334
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -352,15 +340,12 @@
|
|
352
340
|
outline-offset: 0;
|
353
341
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
354
342
|
}
|
355
|
-
|
356
343
|
.p-component-overlay-enter {
|
357
344
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
358
345
|
}
|
359
|
-
|
360
346
|
.p-component-overlay-leave {
|
361
347
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
362
348
|
}
|
363
|
-
|
364
349
|
@keyframes p-component-overlay-enter-animation {
|
365
350
|
from {
|
366
351
|
background-color: transparent;
|
@@ -377,7 +362,6 @@
|
|
377
362
|
background-color: transparent;
|
378
363
|
}
|
379
364
|
}
|
380
|
-
|
381
365
|
.p-autocomplete .p-autocomplete-loader {
|
382
366
|
right: 0.75rem;
|
383
367
|
}
|
@@ -424,7 +408,6 @@
|
|
424
408
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
425
409
|
border-color: #f88c79;
|
426
410
|
}
|
427
|
-
|
428
411
|
.p-autocomplete-panel {
|
429
412
|
background: #ffffff;
|
430
413
|
color: #6c6c6c;
|
@@ -466,11 +449,9 @@
|
|
466
449
|
background: #ffffff;
|
467
450
|
font-weight: 600;
|
468
451
|
}
|
469
|
-
|
470
452
|
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
|
471
453
|
border-color: #f88c79;
|
472
454
|
}
|
473
|
-
|
474
455
|
p-autocomplete.p-autocomplete-clearable .p-inputtext {
|
475
456
|
padding-right: 2.5rem;
|
476
457
|
}
|
@@ -478,23 +459,19 @@
|
|
478
459
|
color: #898989;
|
479
460
|
right: 0.75rem;
|
480
461
|
}
|
481
|
-
|
482
462
|
p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
|
483
463
|
color: #898989;
|
484
464
|
right: 3.607rem;
|
485
465
|
}
|
486
|
-
|
487
466
|
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
488
467
|
border-color: #f88c79;
|
489
468
|
}
|
490
|
-
|
491
469
|
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
|
492
470
|
outline: 0 none;
|
493
471
|
outline-offset: 0;
|
494
472
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
495
473
|
border-color: #91a4e3;
|
496
474
|
}
|
497
|
-
|
498
475
|
.p-datepicker {
|
499
476
|
padding: 0.5rem;
|
500
477
|
background: #ffffff;
|
@@ -521,7 +498,7 @@
|
|
521
498
|
border-top-left-radius: 6px;
|
522
499
|
}
|
523
500
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
524
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
501
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
525
502
|
width: 2rem;
|
526
503
|
height: 2rem;
|
527
504
|
color: #898989;
|
@@ -531,13 +508,13 @@
|
|
531
508
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
532
509
|
}
|
533
510
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
534
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
511
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
535
512
|
color: #6c6c6c;
|
536
513
|
border-color: transparent;
|
537
514
|
background: #edf0fa;
|
538
515
|
}
|
539
516
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
540
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
517
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
541
518
|
outline: 0 none;
|
542
519
|
outline-offset: 0;
|
543
520
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
@@ -546,14 +523,14 @@
|
|
546
523
|
line-height: 2rem;
|
547
524
|
}
|
548
525
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
549
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
526
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
550
527
|
color: #6c6c6c;
|
551
528
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
552
529
|
font-weight: 600;
|
553
530
|
padding: 0.5rem;
|
554
531
|
}
|
555
532
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
556
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
533
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
557
534
|
color: #5472d4;
|
558
535
|
}
|
559
536
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
@@ -702,7 +679,6 @@
|
|
702
679
|
outline-offset: 0;
|
703
680
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
704
681
|
}
|
705
|
-
|
706
682
|
p-calendar.p-calendar-clearable .p-inputtext {
|
707
683
|
padding-right: 2.5rem;
|
708
684
|
}
|
@@ -710,12 +686,10 @@
|
|
710
686
|
color: #898989;
|
711
687
|
right: 0.75rem;
|
712
688
|
}
|
713
|
-
|
714
689
|
p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
|
715
690
|
color: #898989;
|
716
691
|
right: 3.607rem;
|
717
692
|
}
|
718
|
-
|
719
693
|
@media screen and (max-width: 769px) {
|
720
694
|
.p-datepicker table th, .p-datepicker table td {
|
721
695
|
padding: 0;
|
@@ -758,7 +732,6 @@
|
|
758
732
|
.p-cascadeselect.p-invalid.p-component {
|
759
733
|
border-color: #f88c79;
|
760
734
|
}
|
761
|
-
|
762
735
|
.p-cascadeselect-panel {
|
763
736
|
background: #ffffff;
|
764
737
|
color: #6c6c6c;
|
@@ -798,7 +771,6 @@
|
|
798
771
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
|
799
772
|
font-size: 0.875rem;
|
800
773
|
}
|
801
|
-
|
802
774
|
.p-input-filled .p-cascadeselect {
|
803
775
|
background: #f2f2f2;
|
804
776
|
}
|
@@ -808,11 +780,9 @@
|
|
808
780
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
809
781
|
background-color: #f2f2f2;
|
810
782
|
}
|
811
|
-
|
812
783
|
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
813
784
|
border-color: #f88c79;
|
814
785
|
}
|
815
|
-
|
816
786
|
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
|
817
787
|
padding-right: 0.75rem;
|
818
788
|
}
|
@@ -820,7 +790,6 @@
|
|
820
790
|
color: #898989;
|
821
791
|
right: 2.857rem;
|
822
792
|
}
|
823
|
-
|
824
793
|
.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
|
825
794
|
box-shadow: none;
|
826
795
|
border-radius: 0;
|
@@ -829,7 +798,6 @@
|
|
829
798
|
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
|
830
799
|
transform: rotate(90deg);
|
831
800
|
}
|
832
|
-
|
833
801
|
.p-checkbox {
|
834
802
|
width: 20px;
|
835
803
|
height: 20px;
|
@@ -870,11 +838,9 @@
|
|
870
838
|
background: #3c5ece;
|
871
839
|
color: #ffffff;
|
872
840
|
}
|
873
|
-
|
874
841
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
875
842
|
border-color: #f88c79;
|
876
843
|
}
|
877
|
-
|
878
844
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
879
845
|
background-color: #f2f2f2;
|
880
846
|
}
|
@@ -887,15 +853,12 @@
|
|
887
853
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
888
854
|
background: #3c5ece;
|
889
855
|
}
|
890
|
-
|
891
856
|
.p-checkbox-label {
|
892
857
|
margin-left: 0.5rem;
|
893
858
|
}
|
894
|
-
|
895
859
|
p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
896
860
|
border-color: #f88c79;
|
897
861
|
}
|
898
|
-
|
899
862
|
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
|
900
863
|
border-color: #cecece;
|
901
864
|
}
|
@@ -934,11 +897,9 @@
|
|
934
897
|
padding: 0;
|
935
898
|
margin: 0;
|
936
899
|
}
|
937
|
-
|
938
900
|
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
939
901
|
border-color: #f88c79;
|
940
902
|
}
|
941
|
-
|
942
903
|
p-chips.p-chips-clearable .p-inputtext {
|
943
904
|
padding-right: 1.75rem;
|
944
905
|
}
|
@@ -946,26 +907,22 @@
|
|
946
907
|
color: #898989;
|
947
908
|
right: 0.75rem;
|
948
909
|
}
|
949
|
-
|
950
910
|
.p-colorpicker-preview,
|
951
|
-
.p-fluid .p-colorpicker-preview.p-inputtext {
|
911
|
+
.p-fluid .p-colorpicker-preview.p-inputtext {
|
952
912
|
width: 2rem;
|
953
913
|
height: 2rem;
|
954
914
|
}
|
955
|
-
|
956
915
|
.p-colorpicker-panel {
|
957
916
|
background: #585858;
|
958
917
|
border: 1px solid #585858;
|
959
918
|
}
|
960
919
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
961
|
-
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
920
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
962
921
|
border-color: #ffffff;
|
963
922
|
}
|
964
|
-
|
965
923
|
.p-colorpicker-overlay-panel {
|
966
924
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
967
925
|
}
|
968
|
-
|
969
926
|
.p-dropdown {
|
970
927
|
background: #ffffff;
|
971
928
|
border: 2px solid #e1e1e1;
|
@@ -1009,7 +966,6 @@
|
|
1009
966
|
.p-dropdown.p-invalid.p-component {
|
1010
967
|
border-color: #f88c79;
|
1011
968
|
}
|
1012
|
-
|
1013
969
|
.p-dropdown-panel {
|
1014
970
|
background: #ffffff;
|
1015
971
|
color: #6c6c6c;
|
@@ -1073,7 +1029,6 @@
|
|
1073
1029
|
color: #6c6c6c;
|
1074
1030
|
background: transparent;
|
1075
1031
|
}
|
1076
|
-
|
1077
1032
|
.p-input-filled .p-dropdown {
|
1078
1033
|
background: #f2f2f2;
|
1079
1034
|
}
|
@@ -1086,11 +1041,9 @@
|
|
1086
1041
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
1087
1042
|
background-color: transparent;
|
1088
1043
|
}
|
1089
|
-
|
1090
1044
|
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
1091
1045
|
border-color: #f88c79;
|
1092
1046
|
}
|
1093
|
-
|
1094
1047
|
.p-inputgroup-addon {
|
1095
1048
|
background: #f5f5f5;
|
1096
1049
|
color: #898989;
|
@@ -1103,68 +1056,60 @@
|
|
1103
1056
|
.p-inputgroup-addon:last-child {
|
1104
1057
|
border-right: 2px solid #e1e1e1;
|
1105
1058
|
}
|
1106
|
-
|
1107
1059
|
.p-inputgroup > .p-component,
|
1108
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1109
|
-
.p-inputgroup > .p-float-label > .p-component {
|
1060
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1061
|
+
.p-inputgroup > .p-float-label > .p-component {
|
1110
1062
|
border-radius: 0;
|
1111
1063
|
margin: 0;
|
1112
1064
|
}
|
1113
1065
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
1114
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1115
|
-
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1066
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1067
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1116
1068
|
border-left: 0 none;
|
1117
1069
|
}
|
1118
1070
|
.p-inputgroup > .p-component:focus,
|
1119
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1120
|
-
.p-inputgroup > .p-float-label > .p-component:focus {
|
1071
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1072
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
1121
1073
|
z-index: 1;
|
1122
1074
|
}
|
1123
1075
|
.p-inputgroup > .p-component:focus ~ label,
|
1124
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1125
|
-
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1076
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1077
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1126
1078
|
z-index: 1;
|
1127
1079
|
}
|
1128
|
-
|
1129
1080
|
.p-inputgroup-addon:first-child,
|
1130
|
-
.p-inputgroup button:first-child,
|
1131
|
-
.p-inputgroup input:first-child,
|
1132
|
-
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1133
|
-
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1081
|
+
.p-inputgroup button:first-child,
|
1082
|
+
.p-inputgroup input:first-child,
|
1083
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1084
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1134
1085
|
border-top-left-radius: 6px;
|
1135
1086
|
border-bottom-left-radius: 6px;
|
1136
1087
|
}
|
1137
|
-
|
1138
1088
|
.p-inputgroup .p-float-label:first-child input {
|
1139
1089
|
border-top-left-radius: 6px;
|
1140
1090
|
border-bottom-left-radius: 6px;
|
1141
1091
|
}
|
1142
|
-
|
1143
1092
|
.p-inputgroup-addon:last-child,
|
1144
|
-
.p-inputgroup button:last-child,
|
1145
|
-
.p-inputgroup input:last-child,
|
1146
|
-
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1147
|
-
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1093
|
+
.p-inputgroup button:last-child,
|
1094
|
+
.p-inputgroup input:last-child,
|
1095
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1096
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1148
1097
|
border-top-right-radius: 6px;
|
1149
1098
|
border-bottom-right-radius: 6px;
|
1150
1099
|
}
|
1151
|
-
|
1152
1100
|
.p-inputgroup .p-float-label:last-child input {
|
1153
1101
|
border-top-right-radius: 6px;
|
1154
1102
|
border-bottom-right-radius: 6px;
|
1155
1103
|
}
|
1156
|
-
|
1157
1104
|
.p-fluid .p-inputgroup .p-button {
|
1158
1105
|
width: auto;
|
1159
1106
|
}
|
1160
1107
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
1161
1108
|
width: 2.857rem;
|
1162
1109
|
}
|
1163
|
-
|
1164
1110
|
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
|
1165
1111
|
border-color: #f88c79;
|
1166
1112
|
}
|
1167
|
-
|
1168
1113
|
p-inputmask.p-inputmask-clearable .p-inputtext {
|
1169
1114
|
padding-right: 2.5rem;
|
1170
1115
|
}
|
@@ -1172,11 +1117,9 @@
|
|
1172
1117
|
color: #898989;
|
1173
1118
|
right: 0.75rem;
|
1174
1119
|
}
|
1175
|
-
|
1176
1120
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1177
1121
|
border-color: #f88c79;
|
1178
1122
|
}
|
1179
|
-
|
1180
1123
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
|
1181
1124
|
padding-right: 2.5rem;
|
1182
1125
|
}
|
@@ -1184,14 +1127,12 @@
|
|
1184
1127
|
color: #898989;
|
1185
1128
|
right: 0.75rem;
|
1186
1129
|
}
|
1187
|
-
|
1188
1130
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
|
1189
1131
|
right: 3.607rem;
|
1190
1132
|
}
|
1191
1133
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
|
1192
1134
|
right: 3.607rem;
|
1193
1135
|
}
|
1194
|
-
|
1195
1136
|
.p-inputswitch {
|
1196
1137
|
width: 3rem;
|
1197
1138
|
height: 1.75rem;
|
@@ -1230,11 +1171,9 @@
|
|
1230
1171
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
1231
1172
|
background: #4868d1;
|
1232
1173
|
}
|
1233
|
-
|
1234
1174
|
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
|
1235
1175
|
border-color: #f88c79;
|
1236
1176
|
}
|
1237
|
-
|
1238
1177
|
.p-inputtext {
|
1239
1178
|
font-family: var(--font-family);
|
1240
1179
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -1267,57 +1206,45 @@
|
|
1267
1206
|
font-size: 1.25rem;
|
1268
1207
|
padding: 0.625rem 0.9375rem;
|
1269
1208
|
}
|
1270
|
-
|
1271
1209
|
.p-float-label > label {
|
1272
1210
|
left: 0.75rem;
|
1273
1211
|
color: #898989;
|
1274
1212
|
transition-duration: 0.3s;
|
1275
1213
|
}
|
1276
|
-
|
1277
1214
|
.p-float-label > .ng-invalid.ng-dirty + label {
|
1278
1215
|
color: #f88c79;
|
1279
1216
|
}
|
1280
|
-
|
1281
1217
|
.p-input-icon-left > .p-icon-wrapper.p-icon,
|
1282
|
-
.p-input-icon-left > i:first-of-type {
|
1218
|
+
.p-input-icon-left > i:first-of-type {
|
1283
1219
|
left: 0.75rem;
|
1284
1220
|
color: #898989;
|
1285
1221
|
}
|
1286
|
-
|
1287
1222
|
.p-input-icon-left > .p-inputtext {
|
1288
1223
|
padding-left: 2.5rem;
|
1289
1224
|
}
|
1290
|
-
|
1291
1225
|
.p-input-icon-left.p-float-label > label {
|
1292
1226
|
left: 2.5rem;
|
1293
1227
|
}
|
1294
|
-
|
1295
1228
|
.p-input-icon-right > .p-icon-wrapper,
|
1296
|
-
.p-input-icon-right > i:last-of-type {
|
1229
|
+
.p-input-icon-right > i:last-of-type {
|
1297
1230
|
right: 0.75rem;
|
1298
1231
|
color: #898989;
|
1299
1232
|
}
|
1300
|
-
|
1301
1233
|
.p-input-icon-right > .p-inputtext {
|
1302
1234
|
padding-right: 2.5rem;
|
1303
1235
|
}
|
1304
|
-
|
1305
1236
|
::-webkit-input-placeholder {
|
1306
1237
|
color: #898989;
|
1307
1238
|
}
|
1308
|
-
|
1309
1239
|
:-moz-placeholder {
|
1310
1240
|
color: #898989;
|
1311
1241
|
}
|
1312
|
-
|
1313
1242
|
::-moz-placeholder {
|
1314
1243
|
color: #898989;
|
1315
1244
|
}
|
1316
|
-
|
1317
1245
|
:-ms-input-placeholder {
|
1318
1246
|
color: #898989;
|
1319
1247
|
}
|
1320
|
-
|
1321
1248
|
.p-input-filled .p-inputtext {
|
1322
1249
|
background-color: #f2f2f2;
|
1323
1250
|
}
|
@@ -1327,17 +1254,14 @@
|
|
1327
1254
|
.p-input-filled .p-inputtext:enabled:focus {
|
1328
1255
|
background-color: #f2f2f2;
|
1329
1256
|
}
|
1330
|
-
|
1331
1257
|
.p-inputtext-sm .p-inputtext {
|
1332
1258
|
font-size: 0.875rem;
|
1333
1259
|
padding: 0.4375rem 0.65625rem;
|
1334
1260
|
}
|
1335
|
-
|
1336
1261
|
.p-inputtext-lg .p-inputtext {
|
1337
1262
|
font-size: 1.25rem;
|
1338
1263
|
padding: 0.625rem 0.9375rem;
|
1339
1264
|
}
|
1340
|
-
|
1341
1265
|
.p-listbox {
|
1342
1266
|
background: #ffffff;
|
1343
1267
|
color: #6c6c6c;
|
@@ -1412,11 +1336,9 @@
|
|
1412
1336
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
1413
1337
|
border-color: #91a4e3;
|
1414
1338
|
}
|
1415
|
-
|
1416
1339
|
p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
1417
1340
|
border-color: #f88c79;
|
1418
1341
|
}
|
1419
|
-
|
1420
1342
|
.p-multiselect {
|
1421
1343
|
background: #ffffff;
|
1422
1344
|
border: 2px solid #e1e1e1;
|
@@ -1456,11 +1378,9 @@
|
|
1456
1378
|
border-top-right-radius: 6px;
|
1457
1379
|
border-bottom-right-radius: 6px;
|
1458
1380
|
}
|
1459
|
-
|
1460
1381
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1461
1382
|
padding: 0.25rem 0.75rem;
|
1462
1383
|
}
|
1463
|
-
|
1464
1384
|
.p-multiselect-clearable .p-multiselect-label-container {
|
1465
1385
|
padding-right: 1.75rem;
|
1466
1386
|
}
|
@@ -1468,7 +1388,6 @@
|
|
1468
1388
|
color: #898989;
|
1469
1389
|
right: 2.857rem;
|
1470
1390
|
}
|
1471
|
-
|
1472
1391
|
.p-multiselect-panel {
|
1473
1392
|
background: #ffffff;
|
1474
1393
|
color: #6c6c6c;
|
@@ -1557,7 +1476,6 @@
|
|
1557
1476
|
color: #6c6c6c;
|
1558
1477
|
background: transparent;
|
1559
1478
|
}
|
1560
|
-
|
1561
1479
|
.p-input-filled .p-multiselect {
|
1562
1480
|
background: #f2f2f2;
|
1563
1481
|
}
|
@@ -1567,15 +1485,12 @@
|
|
1567
1485
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
1568
1486
|
background-color: #f2f2f2;
|
1569
1487
|
}
|
1570
|
-
|
1571
1488
|
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
1572
1489
|
border-color: #f88c79;
|
1573
1490
|
}
|
1574
|
-
|
1575
1491
|
p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
|
1576
1492
|
border-color: #f88c79;
|
1577
1493
|
}
|
1578
|
-
|
1579
1494
|
.p-password-panel {
|
1580
1495
|
padding: 1rem;
|
1581
1496
|
background: #ffffff;
|
@@ -1597,7 +1512,6 @@
|
|
1597
1512
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
1598
1513
|
background: #8bae2c;
|
1599
1514
|
}
|
1600
|
-
|
1601
1515
|
p-password.p-password-clearable .p-password-input {
|
1602
1516
|
padding-right: 2.5rem;
|
1603
1517
|
}
|
@@ -1605,7 +1519,6 @@
|
|
1605
1519
|
color: #898989;
|
1606
1520
|
right: 0.75rem;
|
1607
1521
|
}
|
1608
|
-
|
1609
1522
|
p-password.p-password-clearable.p-password-mask .p-password-input {
|
1610
1523
|
padding-right: 4.25rem;
|
1611
1524
|
}
|
@@ -1613,7 +1526,6 @@
|
|
1613
1526
|
color: #898989;
|
1614
1527
|
right: 2.5rem;
|
1615
1528
|
}
|
1616
|
-
|
1617
1529
|
.p-radiobutton {
|
1618
1530
|
width: 20px;
|
1619
1531
|
height: 20px;
|
@@ -1651,11 +1563,9 @@
|
|
1651
1563
|
background: #3c5ece;
|
1652
1564
|
color: #ffffff;
|
1653
1565
|
}
|
1654
|
-
|
1655
1566
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1656
1567
|
border-color: #f88c79;
|
1657
1568
|
}
|
1658
|
-
|
1659
1569
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
1660
1570
|
background-color: #f2f2f2;
|
1661
1571
|
}
|
@@ -1668,11 +1578,9 @@
|
|
1668
1578
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1669
1579
|
background: #3c5ece;
|
1670
1580
|
}
|
1671
|
-
|
1672
1581
|
.p-radiobutton-label {
|
1673
1582
|
margin-left: 0.5rem;
|
1674
1583
|
}
|
1675
|
-
|
1676
1584
|
.p-rating {
|
1677
1585
|
gap: 0.5rem;
|
1678
1586
|
}
|
@@ -1703,7 +1611,6 @@
|
|
1703
1611
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
1704
1612
|
color: #f88c79;
|
1705
1613
|
}
|
1706
|
-
|
1707
1614
|
.p-selectbutton .p-button {
|
1708
1615
|
background: #ffffff;
|
1709
1616
|
border: 2px solid #e1e1e1;
|
@@ -1711,7 +1618,7 @@
|
|
1711
1618
|
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
1712
1619
|
}
|
1713
1620
|
.p-selectbutton .p-button .p-button-icon-left,
|
1714
|
-
.p-selectbutton .p-button .p-button-icon-right {
|
1621
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
1715
1622
|
color: #898989;
|
1716
1623
|
}
|
1717
1624
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1720,7 +1627,7 @@
|
|
1720
1627
|
color: #6c6c6c;
|
1721
1628
|
}
|
1722
1629
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1723
|
-
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1630
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1724
1631
|
color: #898989;
|
1725
1632
|
}
|
1726
1633
|
.p-selectbutton .p-button.p-highlight {
|
@@ -1729,7 +1636,7 @@
|
|
1729
1636
|
color: #585858;
|
1730
1637
|
}
|
1731
1638
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
1732
|
-
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1639
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1733
1640
|
color: #585858;
|
1734
1641
|
}
|
1735
1642
|
.p-selectbutton .p-button.p-highlight:hover {
|
@@ -1738,14 +1645,12 @@
|
|
1738
1645
|
color: #585858;
|
1739
1646
|
}
|
1740
1647
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
1741
|
-
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1648
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1742
1649
|
color: #585858;
|
1743
1650
|
}
|
1744
|
-
|
1745
1651
|
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
|
1746
1652
|
border-color: #f88c79;
|
1747
1653
|
}
|
1748
|
-
|
1749
1654
|
.p-slider {
|
1750
1655
|
background: #ebebeb;
|
1751
1656
|
border: 0 none;
|
@@ -1797,7 +1702,6 @@
|
|
1797
1702
|
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
|
1798
1703
|
transition: height 0.3s;
|
1799
1704
|
}
|
1800
|
-
|
1801
1705
|
.p-togglebutton.p-button {
|
1802
1706
|
background: #ffffff;
|
1803
1707
|
border: 2px solid #e1e1e1;
|
@@ -1805,7 +1709,7 @@
|
|
1805
1709
|
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
1806
1710
|
}
|
1807
1711
|
.p-togglebutton.p-button .p-button-icon-left,
|
1808
|
-
.p-togglebutton.p-button .p-button-icon-right {
|
1712
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
1809
1713
|
color: #898989;
|
1810
1714
|
}
|
1811
1715
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1814,7 +1718,7 @@
|
|
1814
1718
|
color: #6c6c6c;
|
1815
1719
|
}
|
1816
1720
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1817
|
-
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1721
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1818
1722
|
color: #898989;
|
1819
1723
|
}
|
1820
1724
|
.p-togglebutton.p-button.p-highlight {
|
@@ -1823,7 +1727,7 @@
|
|
1823
1727
|
color: #585858;
|
1824
1728
|
}
|
1825
1729
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
1826
|
-
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1730
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1827
1731
|
color: #585858;
|
1828
1732
|
}
|
1829
1733
|
.p-togglebutton.p-button.p-highlight:hover {
|
@@ -1832,14 +1736,12 @@
|
|
1832
1736
|
color: #585858;
|
1833
1737
|
}
|
1834
1738
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
1835
|
-
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1739
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1836
1740
|
color: #585858;
|
1837
1741
|
}
|
1838
|
-
|
1839
1742
|
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
1840
1743
|
border-color: #f88c79;
|
1841
1744
|
}
|
1842
|
-
|
1843
1745
|
.p-treeselect {
|
1844
1746
|
background: #ffffff;
|
1845
1747
|
border: 2px solid #e1e1e1;
|
@@ -1876,15 +1778,12 @@
|
|
1876
1778
|
border-top-right-radius: 6px;
|
1877
1779
|
border-bottom-right-radius: 6px;
|
1878
1780
|
}
|
1879
|
-
|
1880
1781
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1881
1782
|
border-color: #f88c79;
|
1882
1783
|
}
|
1883
|
-
|
1884
1784
|
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
|
1885
1785
|
padding: 0.25rem 0.75rem;
|
1886
1786
|
}
|
1887
|
-
|
1888
1787
|
.p-treeselect-panel {
|
1889
1788
|
background: #ffffff;
|
1890
1789
|
color: #6c6c6c;
|
@@ -1944,7 +1843,6 @@
|
|
1944
1843
|
color: #6c6c6c;
|
1945
1844
|
background: transparent;
|
1946
1845
|
}
|
1947
|
-
|
1948
1846
|
.p-input-filled .p-treeselect {
|
1949
1847
|
background: #f2f2f2;
|
1950
1848
|
}
|
@@ -1954,7 +1852,6 @@
|
|
1954
1852
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
1955
1853
|
background-color: #f2f2f2;
|
1956
1854
|
}
|
1957
|
-
|
1958
1855
|
p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
|
1959
1856
|
padding-right: 1.75rem;
|
1960
1857
|
}
|
@@ -1962,7 +1859,6 @@
|
|
1962
1859
|
color: #898989;
|
1963
1860
|
right: 2.857rem;
|
1964
1861
|
}
|
1965
|
-
|
1966
1862
|
.p-button {
|
1967
1863
|
color: #ffffff;
|
1968
1864
|
background: #5472d4;
|
@@ -2074,7 +1970,7 @@
|
|
2074
1970
|
padding: 0.5rem 0;
|
2075
1971
|
}
|
2076
1972
|
.p-button.p-button-icon-only .p-button-icon-left,
|
2077
|
-
.p-button.p-button-icon-only .p-button-icon-right {
|
1973
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
2078
1974
|
margin: 0;
|
2079
1975
|
}
|
2080
1976
|
.p-button.p-button-icon-only.p-button-rounded {
|
@@ -2101,7 +1997,6 @@
|
|
2101
1997
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
2102
1998
|
margin-right: 0;
|
2103
1999
|
}
|
2104
|
-
|
2105
2000
|
.p-fluid .p-button {
|
2106
2001
|
width: 100%;
|
2107
2002
|
}
|
@@ -2114,421 +2009,414 @@
|
|
2114
2009
|
.p-fluid .p-buttonset .p-button {
|
2115
2010
|
flex: 1;
|
2116
2011
|
}
|
2117
|
-
|
2118
2012
|
.p-button.p-button-secondary,
|
2119
|
-
.p-buttonset.p-button-secondary > .p-button,
|
2120
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2013
|
+
.p-buttonset.p-button-secondary > .p-button,
|
2014
|
+
.p-splitbutton.p-button-secondary > .p-button {
|
2121
2015
|
color: #ffffff;
|
2122
2016
|
background: #8191a6;
|
2123
2017
|
border: 1px solid #8191a6;
|
2124
2018
|
}
|
2125
2019
|
.p-button.p-button-secondary:not(:disabled):hover,
|
2126
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2127
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2020
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2021
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2128
2022
|
background: #70829a;
|
2129
2023
|
color: #ffffff;
|
2130
2024
|
border-color: #70829a;
|
2131
2025
|
}
|
2132
2026
|
.p-button.p-button-secondary:not(:disabled):focus,
|
2133
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2134
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2027
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2028
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2135
2029
|
box-shadow: 0 0 0 0.1rem #cdd3db;
|
2136
2030
|
}
|
2137
2031
|
.p-button.p-button-secondary:not(:disabled):active,
|
2138
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2139
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2032
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2033
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2140
2034
|
background: #62738a;
|
2141
2035
|
color: #ffffff;
|
2142
2036
|
border-color: #62738a;
|
2143
2037
|
}
|
2144
2038
|
.p-button.p-button-secondary.p-button-outlined,
|
2145
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2146
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2039
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2040
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2147
2041
|
background-color: transparent;
|
2148
2042
|
color: #8191a6;
|
2149
2043
|
border: 2px solid;
|
2150
2044
|
}
|
2151
2045
|
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2152
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2153
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2046
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2047
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2154
2048
|
background: rgba(129, 145, 166, 0.04);
|
2155
2049
|
color: #8191a6;
|
2156
2050
|
border: 2px solid;
|
2157
2051
|
}
|
2158
2052
|
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2159
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2160
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2053
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2054
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2161
2055
|
background: rgba(129, 145, 166, 0.16);
|
2162
2056
|
color: #8191a6;
|
2163
2057
|
border: 2px solid;
|
2164
2058
|
}
|
2165
2059
|
.p-button.p-button-secondary.p-button-text,
|
2166
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2167
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2060
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2061
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2168
2062
|
background-color: transparent;
|
2169
2063
|
color: #8191a6;
|
2170
2064
|
border-color: transparent;
|
2171
2065
|
}
|
2172
2066
|
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2173
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2174
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2067
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2068
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2175
2069
|
background: rgba(129, 145, 166, 0.04);
|
2176
2070
|
border-color: transparent;
|
2177
2071
|
color: #8191a6;
|
2178
2072
|
}
|
2179
2073
|
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2180
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2181
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2074
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2075
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2182
2076
|
background: rgba(129, 145, 166, 0.16);
|
2183
2077
|
border-color: transparent;
|
2184
2078
|
color: #8191a6;
|
2185
2079
|
}
|
2186
|
-
|
2187
2080
|
.p-button.p-button-info,
|
2188
|
-
.p-buttonset.p-button-info > .p-button,
|
2189
|
-
.p-splitbutton.p-button-info > .p-button {
|
2081
|
+
.p-buttonset.p-button-info > .p-button,
|
2082
|
+
.p-splitbutton.p-button-info > .p-button {
|
2190
2083
|
color: #ffffff;
|
2191
2084
|
background: #35a4cc;
|
2192
2085
|
border: 1px solid #35a4cc;
|
2193
2086
|
}
|
2194
2087
|
.p-button.p-button-info:not(:disabled):hover,
|
2195
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2196
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2088
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2089
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2197
2090
|
background: #2f94b9;
|
2198
2091
|
color: #ffffff;
|
2199
2092
|
border-color: #2f94b9;
|
2200
2093
|
}
|
2201
2094
|
.p-button.p-button-info:not(:disabled):focus,
|
2202
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2203
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2095
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2096
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2204
2097
|
box-shadow: 0 0 0 0.1rem #aedbeb;
|
2205
2098
|
}
|
2206
2099
|
.p-button.p-button-info:not(:disabled):active,
|
2207
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2208
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2100
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2101
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2209
2102
|
background: #2984a4;
|
2210
2103
|
color: #ffffff;
|
2211
2104
|
border-color: #2984a4;
|
2212
2105
|
}
|
2213
2106
|
.p-button.p-button-info.p-button-outlined,
|
2214
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2215
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2107
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2108
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2216
2109
|
background-color: transparent;
|
2217
2110
|
color: #35a4cc;
|
2218
2111
|
border: 2px solid;
|
2219
2112
|
}
|
2220
2113
|
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2221
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2222
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2114
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2115
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2223
2116
|
background: rgba(53, 164, 204, 0.04);
|
2224
2117
|
color: #35a4cc;
|
2225
2118
|
border: 2px solid;
|
2226
2119
|
}
|
2227
2120
|
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2228
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2229
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2121
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2122
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2230
2123
|
background: rgba(53, 164, 204, 0.16);
|
2231
2124
|
color: #35a4cc;
|
2232
2125
|
border: 2px solid;
|
2233
2126
|
}
|
2234
2127
|
.p-button.p-button-info.p-button-text,
|
2235
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2236
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2128
|
+
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2129
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2237
2130
|
background-color: transparent;
|
2238
2131
|
color: #35a4cc;
|
2239
2132
|
border-color: transparent;
|
2240
2133
|
}
|
2241
2134
|
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2242
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2243
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2135
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2136
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2244
2137
|
background: rgba(53, 164, 204, 0.04);
|
2245
2138
|
border-color: transparent;
|
2246
2139
|
color: #35a4cc;
|
2247
2140
|
}
|
2248
2141
|
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2249
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2250
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2142
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2143
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2251
2144
|
background: rgba(53, 164, 204, 0.16);
|
2252
2145
|
border-color: transparent;
|
2253
2146
|
color: #35a4cc;
|
2254
2147
|
}
|
2255
|
-
|
2256
2148
|
.p-button.p-button-success,
|
2257
|
-
.p-buttonset.p-button-success > .p-button,
|
2258
|
-
.p-splitbutton.p-button-success > .p-button {
|
2149
|
+
.p-buttonset.p-button-success > .p-button,
|
2150
|
+
.p-splitbutton.p-button-success > .p-button {
|
2259
2151
|
color: #ffffff;
|
2260
2152
|
background: #8bae2c;
|
2261
2153
|
border: 1px solid #8bae2c;
|
2262
2154
|
}
|
2263
2155
|
.p-button.p-button-success:not(:disabled):hover,
|
2264
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2265
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2156
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2157
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2266
2158
|
background: #7d9d28;
|
2267
2159
|
color: #ffffff;
|
2268
2160
|
border-color: #7d9d28;
|
2269
2161
|
}
|
2270
2162
|
.p-button.p-button-success:not(:disabled):focus,
|
2271
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2272
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2163
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2164
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2273
2165
|
box-shadow: 0 0 0 0.1rem #d5e7a2;
|
2274
2166
|
}
|
2275
2167
|
.p-button.p-button-success:not(:disabled):active,
|
2276
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2277
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2168
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2169
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2278
2170
|
background: #6f8b23;
|
2279
2171
|
color: #ffffff;
|
2280
2172
|
border-color: #6f8b23;
|
2281
2173
|
}
|
2282
2174
|
.p-button.p-button-success.p-button-outlined,
|
2283
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2284
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2175
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2176
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2285
2177
|
background-color: transparent;
|
2286
2178
|
color: #8bae2c;
|
2287
2179
|
border: 2px solid;
|
2288
2180
|
}
|
2289
2181
|
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2290
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2291
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2182
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2183
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2292
2184
|
background: rgba(139, 174, 44, 0.04);
|
2293
2185
|
color: #8bae2c;
|
2294
2186
|
border: 2px solid;
|
2295
2187
|
}
|
2296
2188
|
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2297
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2298
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2189
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2190
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2299
2191
|
background: rgba(139, 174, 44, 0.16);
|
2300
2192
|
color: #8bae2c;
|
2301
2193
|
border: 2px solid;
|
2302
2194
|
}
|
2303
2195
|
.p-button.p-button-success.p-button-text,
|
2304
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2305
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2196
|
+
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2197
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2306
2198
|
background-color: transparent;
|
2307
2199
|
color: #8bae2c;
|
2308
2200
|
border-color: transparent;
|
2309
2201
|
}
|
2310
2202
|
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2311
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2312
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2203
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2204
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2313
2205
|
background: rgba(139, 174, 44, 0.04);
|
2314
2206
|
border-color: transparent;
|
2315
2207
|
color: #8bae2c;
|
2316
2208
|
}
|
2317
2209
|
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2318
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2319
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2210
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2211
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2320
2212
|
background: rgba(139, 174, 44, 0.16);
|
2321
2213
|
border-color: transparent;
|
2322
2214
|
color: #8bae2c;
|
2323
2215
|
}
|
2324
|
-
|
2325
2216
|
.p-button.p-button-warning,
|
2326
|
-
.p-buttonset.p-button-warning > .p-button,
|
2327
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2217
|
+
.p-buttonset.p-button-warning > .p-button,
|
2218
|
+
.p-splitbutton.p-button-warning > .p-button {
|
2328
2219
|
color: #ffffff;
|
2329
2220
|
background: #ff922a;
|
2330
2221
|
border: 1px solid #ff922a;
|
2331
2222
|
}
|
2332
2223
|
.p-button.p-button-warning:not(:disabled):hover,
|
2333
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2334
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2224
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2225
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2335
2226
|
background: #ff830c;
|
2336
2227
|
color: #ffffff;
|
2337
2228
|
border-color: #ff830c;
|
2338
2229
|
}
|
2339
2230
|
.p-button.p-button-warning:not(:disabled):focus,
|
2340
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2341
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2231
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2232
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2342
2233
|
box-shadow: 0 0 0 0.1rem #ffd3aa;
|
2343
2234
|
}
|
2344
2235
|
.p-button.p-button-warning:not(:disabled):active,
|
2345
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2346
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2236
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2237
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2347
2238
|
background: #ee7400;
|
2348
2239
|
color: #ffffff;
|
2349
2240
|
border-color: #ee7400;
|
2350
2241
|
}
|
2351
2242
|
.p-button.p-button-warning.p-button-outlined,
|
2352
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2353
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2243
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2244
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2354
2245
|
background-color: transparent;
|
2355
2246
|
color: #ff922a;
|
2356
2247
|
border: 2px solid;
|
2357
2248
|
}
|
2358
2249
|
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2359
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2360
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2250
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2251
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2361
2252
|
background: rgba(255, 146, 42, 0.04);
|
2362
2253
|
color: #ff922a;
|
2363
2254
|
border: 2px solid;
|
2364
2255
|
}
|
2365
2256
|
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2366
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2367
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2257
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2258
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2368
2259
|
background: rgba(255, 146, 42, 0.16);
|
2369
2260
|
color: #ff922a;
|
2370
2261
|
border: 2px solid;
|
2371
2262
|
}
|
2372
2263
|
.p-button.p-button-warning.p-button-text,
|
2373
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2374
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2264
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2265
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2375
2266
|
background-color: transparent;
|
2376
2267
|
color: #ff922a;
|
2377
2268
|
border-color: transparent;
|
2378
2269
|
}
|
2379
2270
|
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2380
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2381
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2271
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2272
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2382
2273
|
background: rgba(255, 146, 42, 0.04);
|
2383
2274
|
border-color: transparent;
|
2384
2275
|
color: #ff922a;
|
2385
2276
|
}
|
2386
2277
|
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2387
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2388
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2278
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2279
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2389
2280
|
background: rgba(255, 146, 42, 0.16);
|
2390
2281
|
border-color: transparent;
|
2391
2282
|
color: #ff922a;
|
2392
2283
|
}
|
2393
|
-
|
2394
2284
|
.p-button.p-button-help,
|
2395
|
-
.p-buttonset.p-button-help > .p-button,
|
2396
|
-
.p-splitbutton.p-button-help > .p-button {
|
2285
|
+
.p-buttonset.p-button-help > .p-button,
|
2286
|
+
.p-splitbutton.p-button-help > .p-button {
|
2397
2287
|
color: #ffffff;
|
2398
2288
|
background: #7654d4;
|
2399
2289
|
border: 1px solid #7654d4;
|
2400
2290
|
}
|
2401
2291
|
.p-button.p-button-help:not(:disabled):hover,
|
2402
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2403
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2292
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2293
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2404
2294
|
background: #633cce;
|
2405
2295
|
color: #ffffff;
|
2406
2296
|
border-color: #633cce;
|
2407
2297
|
}
|
2408
2298
|
.p-button.p-button-help:not(:disabled):focus,
|
2409
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2410
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2299
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2300
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2411
2301
|
box-shadow: 0 0 0 0.1rem #c8bbee;
|
2412
2302
|
}
|
2413
2303
|
.p-button.p-button-help:not(:disabled):active,
|
2414
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2415
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2304
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2305
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2416
2306
|
background: #5530bd;
|
2417
2307
|
color: #ffffff;
|
2418
2308
|
border-color: #5530bd;
|
2419
2309
|
}
|
2420
2310
|
.p-button.p-button-help.p-button-outlined,
|
2421
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2422
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2311
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2312
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2423
2313
|
background-color: transparent;
|
2424
2314
|
color: #7654d4;
|
2425
2315
|
border: 2px solid;
|
2426
2316
|
}
|
2427
2317
|
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2428
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2429
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2318
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2319
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2430
2320
|
background: rgba(118, 84, 212, 0.04);
|
2431
2321
|
color: #7654d4;
|
2432
2322
|
border: 2px solid;
|
2433
2323
|
}
|
2434
2324
|
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2435
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2436
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2325
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2326
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2437
2327
|
background: rgba(118, 84, 212, 0.16);
|
2438
2328
|
color: #7654d4;
|
2439
2329
|
border: 2px solid;
|
2440
2330
|
}
|
2441
2331
|
.p-button.p-button-help.p-button-text,
|
2442
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2443
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2332
|
+
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2333
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2444
2334
|
background-color: transparent;
|
2445
2335
|
color: #7654d4;
|
2446
2336
|
border-color: transparent;
|
2447
2337
|
}
|
2448
2338
|
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2449
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2450
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2339
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2340
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2451
2341
|
background: rgba(118, 84, 212, 0.04);
|
2452
2342
|
border-color: transparent;
|
2453
2343
|
color: #7654d4;
|
2454
2344
|
}
|
2455
2345
|
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2456
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2457
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2346
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2347
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2458
2348
|
background: rgba(118, 84, 212, 0.16);
|
2459
2349
|
border-color: transparent;
|
2460
2350
|
color: #7654d4;
|
2461
2351
|
}
|
2462
|
-
|
2463
2352
|
.p-button.p-button-danger,
|
2464
|
-
.p-buttonset.p-button-danger > .p-button,
|
2465
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2353
|
+
.p-buttonset.p-button-danger > .p-button,
|
2354
|
+
.p-splitbutton.p-button-danger > .p-button {
|
2466
2355
|
color: #ffffff;
|
2467
2356
|
background: #d45472;
|
2468
2357
|
border: 1px solid #d45472;
|
2469
2358
|
}
|
2470
2359
|
.p-button.p-button-danger:not(:disabled):hover,
|
2471
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2472
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2360
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2361
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2473
2362
|
background: #ce3c5e;
|
2474
2363
|
color: #ffffff;
|
2475
2364
|
border-color: #ce3c5e;
|
2476
2365
|
}
|
2477
2366
|
.p-button.p-button-danger:not(:disabled):focus,
|
2478
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2479
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2367
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2368
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2480
2369
|
box-shadow: 0 0 0 0.1rem #eebbc7;
|
2481
2370
|
}
|
2482
2371
|
.p-button.p-button-danger:not(:disabled):active,
|
2483
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2484
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2372
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2373
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2485
2374
|
background: #bd3051;
|
2486
2375
|
color: #ffffff;
|
2487
2376
|
border-color: #bd3051;
|
2488
2377
|
}
|
2489
2378
|
.p-button.p-button-danger.p-button-outlined,
|
2490
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2491
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2379
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2380
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2492
2381
|
background-color: transparent;
|
2493
2382
|
color: #d45472;
|
2494
2383
|
border: 2px solid;
|
2495
2384
|
}
|
2496
2385
|
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2497
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2498
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2386
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2387
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2499
2388
|
background: rgba(212, 84, 114, 0.04);
|
2500
2389
|
color: #d45472;
|
2501
2390
|
border: 2px solid;
|
2502
2391
|
}
|
2503
2392
|
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2504
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2505
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2393
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2394
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2506
2395
|
background: rgba(212, 84, 114, 0.16);
|
2507
2396
|
color: #d45472;
|
2508
2397
|
border: 2px solid;
|
2509
2398
|
}
|
2510
2399
|
.p-button.p-button-danger.p-button-text,
|
2511
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2512
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2400
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2401
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2513
2402
|
background-color: transparent;
|
2514
2403
|
color: #d45472;
|
2515
2404
|
border-color: transparent;
|
2516
2405
|
}
|
2517
2406
|
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2518
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2519
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2407
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2408
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2520
2409
|
background: rgba(212, 84, 114, 0.04);
|
2521
2410
|
border-color: transparent;
|
2522
2411
|
color: #d45472;
|
2523
2412
|
}
|
2524
2413
|
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2525
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2526
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2414
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2415
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2527
2416
|
background: rgba(212, 84, 114, 0.16);
|
2528
2417
|
border-color: transparent;
|
2529
2418
|
color: #d45472;
|
2530
2419
|
}
|
2531
|
-
|
2532
2420
|
.p-button.p-button-link {
|
2533
2421
|
color: #3c5ece;
|
2534
2422
|
background: transparent;
|
@@ -2552,7 +2440,6 @@
|
|
2552
2440
|
color: #3c5ece;
|
2553
2441
|
border-color: transparent;
|
2554
2442
|
}
|
2555
|
-
|
2556
2443
|
.p-speeddial-button.p-button.p-button-icon-only {
|
2557
2444
|
width: 4rem;
|
2558
2445
|
height: 4rem;
|
@@ -2564,17 +2451,14 @@
|
|
2564
2451
|
width: 1.3rem;
|
2565
2452
|
height: 1.3rem;
|
2566
2453
|
}
|
2567
|
-
|
2568
2454
|
.p-speeddial-list {
|
2569
2455
|
outline: 0 none;
|
2570
2456
|
}
|
2571
|
-
|
2572
2457
|
.p-speeddial-item.p-focus > .p-speeddial-action {
|
2573
2458
|
outline: 0 none;
|
2574
2459
|
outline-offset: 0;
|
2575
2460
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
2576
2461
|
}
|
2577
|
-
|
2578
2462
|
.p-speeddial-action {
|
2579
2463
|
width: 3rem;
|
2580
2464
|
height: 3rem;
|
@@ -2585,52 +2469,45 @@
|
|
2585
2469
|
background: #585858;
|
2586
2470
|
color: #fff;
|
2587
2471
|
}
|
2588
|
-
|
2589
2472
|
.p-speeddial-direction-up .p-speeddial-item {
|
2590
2473
|
margin: 0.25rem 0;
|
2591
2474
|
}
|
2592
2475
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
2593
2476
|
margin-bottom: 0.5rem;
|
2594
2477
|
}
|
2595
|
-
|
2596
2478
|
.p-speeddial-direction-down .p-speeddial-item {
|
2597
2479
|
margin: 0.25rem 0;
|
2598
2480
|
}
|
2599
2481
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
2600
2482
|
margin-top: 0.5rem;
|
2601
2483
|
}
|
2602
|
-
|
2603
2484
|
.p-speeddial-direction-left .p-speeddial-item {
|
2604
2485
|
margin: 0 0.25rem;
|
2605
2486
|
}
|
2606
2487
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
2607
2488
|
margin-right: 0.5rem;
|
2608
2489
|
}
|
2609
|
-
|
2610
2490
|
.p-speeddial-direction-right .p-speeddial-item {
|
2611
2491
|
margin: 0 0.25rem;
|
2612
2492
|
}
|
2613
2493
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
2614
2494
|
margin-left: 0.5rem;
|
2615
2495
|
}
|
2616
|
-
|
2617
2496
|
.p-speeddial-circle .p-speeddial-item,
|
2618
|
-
.p-speeddial-semi-circle .p-speeddial-item,
|
2619
|
-
.p-speeddial-quarter-circle .p-speeddial-item {
|
2497
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
2498
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
2620
2499
|
margin: 0;
|
2621
2500
|
}
|
2622
2501
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
2623
|
-
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2624
|
-
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2625
|
-
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2626
|
-
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2502
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2503
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2504
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2505
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2627
2506
|
margin: 0;
|
2628
2507
|
}
|
2629
|
-
|
2630
2508
|
.p-speeddial-mask {
|
2631
2509
|
background-color: rgba(0, 0, 0, 0.4);
|
2632
2510
|
}
|
2633
|
-
|
2634
2511
|
.p-splitbutton {
|
2635
2512
|
border-radius: 6px;
|
2636
2513
|
}
|
@@ -2708,7 +2585,6 @@
|
|
2708
2585
|
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2709
2586
|
font-size: 1.25rem;
|
2710
2587
|
}
|
2711
|
-
|
2712
2588
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2713
2589
|
background-color: transparent;
|
2714
2590
|
color: #8191a6;
|
@@ -2737,7 +2613,6 @@
|
|
2737
2613
|
border-color: transparent;
|
2738
2614
|
color: #8191a6;
|
2739
2615
|
}
|
2740
|
-
|
2741
2616
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2742
2617
|
background-color: transparent;
|
2743
2618
|
color: #35a4cc;
|
@@ -2766,7 +2641,6 @@
|
|
2766
2641
|
border-color: transparent;
|
2767
2642
|
color: #35a4cc;
|
2768
2643
|
}
|
2769
|
-
|
2770
2644
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2771
2645
|
background-color: transparent;
|
2772
2646
|
color: #8bae2c;
|
@@ -2795,7 +2669,6 @@
|
|
2795
2669
|
border-color: transparent;
|
2796
2670
|
color: #8bae2c;
|
2797
2671
|
}
|
2798
|
-
|
2799
2672
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2800
2673
|
background-color: transparent;
|
2801
2674
|
color: #ff922a;
|
@@ -2824,7 +2697,6 @@
|
|
2824
2697
|
border-color: transparent;
|
2825
2698
|
color: #ff922a;
|
2826
2699
|
}
|
2827
|
-
|
2828
2700
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2829
2701
|
background-color: transparent;
|
2830
2702
|
color: #7654d4;
|
@@ -2853,7 +2725,6 @@
|
|
2853
2725
|
border-color: transparent;
|
2854
2726
|
color: #7654d4;
|
2855
2727
|
}
|
2856
|
-
|
2857
2728
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2858
2729
|
background-color: transparent;
|
2859
2730
|
color: #d45472;
|
@@ -2882,9 +2753,8 @@
|
|
2882
2753
|
border-color: transparent;
|
2883
2754
|
color: #d45472;
|
2884
2755
|
}
|
2885
|
-
|
2886
2756
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2887
|
-
.p-carousel .p-carousel-content .p-carousel-next {
|
2757
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
2888
2758
|
width: 2rem;
|
2889
2759
|
height: 2rem;
|
2890
2760
|
color: #898989;
|
@@ -2895,13 +2765,13 @@
|
|
2895
2765
|
margin: 0.5rem;
|
2896
2766
|
}
|
2897
2767
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
2898
|
-
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2768
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2899
2769
|
color: #6c6c6c;
|
2900
2770
|
border-color: transparent;
|
2901
2771
|
background: #edf0fa;
|
2902
2772
|
}
|
2903
2773
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
2904
|
-
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2774
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2905
2775
|
outline: 0 none;
|
2906
2776
|
outline-offset: 0;
|
2907
2777
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
@@ -2927,7 +2797,6 @@
|
|
2927
2797
|
background: #ced6f1;
|
2928
2798
|
color: #585858;
|
2929
2799
|
}
|
2930
|
-
|
2931
2800
|
.p-datatable .p-paginator-top {
|
2932
2801
|
border-width: 0 0 2px 0;
|
2933
2802
|
border-radius: 0;
|
@@ -3021,9 +2890,9 @@
|
|
3021
2890
|
padding: 1rem 1rem;
|
3022
2891
|
}
|
3023
2892
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
3024
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
3025
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
3026
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
2893
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
2894
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
2895
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
3027
2896
|
width: 2rem;
|
3028
2897
|
height: 2rem;
|
3029
2898
|
color: #898989;
|
@@ -3033,17 +2902,17 @@
|
|
3033
2902
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
3034
2903
|
}
|
3035
2904
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
3036
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
3037
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
3038
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
2905
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
2906
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
2907
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
3039
2908
|
color: #6c6c6c;
|
3040
2909
|
border-color: transparent;
|
3041
2910
|
background: #edf0fa;
|
3042
2911
|
}
|
3043
2912
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
3044
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
3045
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
3046
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
2913
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
2914
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
2915
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
3047
2916
|
outline: 0 none;
|
3048
2917
|
outline-offset: 0;
|
3049
2918
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
@@ -3073,12 +2942,12 @@
|
|
3073
2942
|
background: #5472d4;
|
3074
2943
|
}
|
3075
2944
|
.p-datatable .p-datatable-scrollable-header,
|
3076
|
-
.p-datatable .p-datatable-scrollable-footer {
|
2945
|
+
.p-datatable .p-datatable-scrollable-footer {
|
3077
2946
|
background: #ffffff;
|
3078
2947
|
}
|
3079
2948
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
3080
|
-
.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,
|
3081
|
-
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
2949
|
+
.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,
|
2950
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
3082
2951
|
background-color: #ffffff;
|
3083
2952
|
}
|
3084
2953
|
.p-datatable .p-datatable-loading-icon {
|
@@ -3181,7 +3050,6 @@
|
|
3181
3050
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
3182
3051
|
padding: 1.25rem 1.25rem;
|
3183
3052
|
}
|
3184
|
-
|
3185
3053
|
.p-dataview .p-paginator-top {
|
3186
3054
|
border-width: 0 0 2px 0;
|
3187
3055
|
border-radius: 0;
|
@@ -3220,12 +3088,10 @@
|
|
3220
3088
|
.p-dataview .p-dataview-emptymessage {
|
3221
3089
|
padding: 1rem;
|
3222
3090
|
}
|
3223
|
-
|
3224
3091
|
.p-column-filter-row .p-column-filter-menu-button,
|
3225
|
-
.p-column-filter-row .p-column-filter-clear-button {
|
3092
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
3226
3093
|
margin-left: 0.5rem;
|
3227
3094
|
}
|
3228
|
-
|
3229
3095
|
.p-column-filter-menu-button {
|
3230
3096
|
width: 2rem;
|
3231
3097
|
height: 2rem;
|
@@ -3253,7 +3119,6 @@
|
|
3253
3119
|
outline-offset: 0;
|
3254
3120
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
3255
3121
|
}
|
3256
|
-
|
3257
3122
|
.p-column-filter-clear-button {
|
3258
3123
|
width: 2rem;
|
3259
3124
|
height: 2rem;
|
@@ -3273,7 +3138,6 @@
|
|
3273
3138
|
outline-offset: 0;
|
3274
3139
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
3275
3140
|
}
|
3276
|
-
|
3277
3141
|
.p-column-filter-overlay {
|
3278
3142
|
background: #ffffff;
|
3279
3143
|
color: #6c6c6c;
|
@@ -3311,7 +3175,6 @@
|
|
3311
3175
|
border-top: 1px solid #ebebeb;
|
3312
3176
|
margin: 4px 0;
|
3313
3177
|
}
|
3314
|
-
|
3315
3178
|
.p-column-filter-overlay-menu .p-column-filter-operator {
|
3316
3179
|
padding: 0.5rem 1.5rem;
|
3317
3180
|
border-bottom: 0 none;
|
@@ -3340,7 +3203,6 @@
|
|
3340
3203
|
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
3341
3204
|
padding: 1rem;
|
3342
3205
|
}
|
3343
|
-
|
3344
3206
|
.p-orderlist .p-orderlist-controls {
|
3345
3207
|
padding: 1rem;
|
3346
3208
|
}
|
@@ -3418,7 +3280,6 @@
|
|
3418
3280
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3419
3281
|
background: #edf0fa;
|
3420
3282
|
}
|
3421
|
-
|
3422
3283
|
.p-orderlist-item.cdk-drag-preview {
|
3423
3284
|
padding: 0.5rem 1rem;
|
3424
3285
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
@@ -3427,7 +3288,6 @@
|
|
3427
3288
|
background: #ffffff;
|
3428
3289
|
margin: 0;
|
3429
3290
|
}
|
3430
|
-
|
3431
3291
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
3432
3292
|
background: #edf0fa;
|
3433
3293
|
color: #6c6c6c;
|
@@ -3466,7 +3326,6 @@
|
|
3466
3326
|
outline-offset: 0;
|
3467
3327
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
3468
3328
|
}
|
3469
|
-
|
3470
3329
|
.p-paginator {
|
3471
3330
|
background: #ffffff;
|
3472
3331
|
color: #898989;
|
@@ -3476,9 +3335,9 @@
|
|
3476
3335
|
border-radius: 6px;
|
3477
3336
|
}
|
3478
3337
|
.p-paginator .p-paginator-first,
|
3479
|
-
.p-paginator .p-paginator-prev,
|
3480
|
-
.p-paginator .p-paginator-next,
|
3481
|
-
.p-paginator .p-paginator-last {
|
3338
|
+
.p-paginator .p-paginator-prev,
|
3339
|
+
.p-paginator .p-paginator-next,
|
3340
|
+
.p-paginator .p-paginator-last {
|
3482
3341
|
background-color: transparent;
|
3483
3342
|
border: 0 none;
|
3484
3343
|
color: #898989;
|
@@ -3489,9 +3348,9 @@
|
|
3489
3348
|
border-radius: 6px;
|
3490
3349
|
}
|
3491
3350
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
3492
|
-
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3493
|
-
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3494
|
-
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3351
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3352
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3353
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3495
3354
|
background: #edf0fa;
|
3496
3355
|
border-color: transparent;
|
3497
3356
|
color: #6c6c6c;
|
@@ -3548,7 +3407,6 @@
|
|
3548
3407
|
border-color: transparent;
|
3549
3408
|
color: #6c6c6c;
|
3550
3409
|
}
|
3551
|
-
|
3552
3410
|
.p-picklist .p-picklist-buttons {
|
3553
3411
|
padding: 1rem;
|
3554
3412
|
}
|
@@ -3626,7 +3484,6 @@
|
|
3626
3484
|
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3627
3485
|
background: #edf0fa;
|
3628
3486
|
}
|
3629
|
-
|
3630
3487
|
.p-picklist-item.cdk-drag-preview {
|
3631
3488
|
padding: 0.5rem 1rem;
|
3632
3489
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
@@ -3635,7 +3492,6 @@
|
|
3635
3492
|
background: #ffffff;
|
3636
3493
|
margin: 0;
|
3637
3494
|
}
|
3638
|
-
|
3639
3495
|
.p-timeline .p-timeline-event-marker {
|
3640
3496
|
border: 2px solid #5472d4;
|
3641
3497
|
border-radius: 50%;
|
@@ -3647,20 +3503,19 @@
|
|
3647
3503
|
background-color: #ebebeb;
|
3648
3504
|
}
|
3649
3505
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
3650
|
-
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3506
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3651
3507
|
padding: 0 1rem;
|
3652
3508
|
}
|
3653
3509
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
3654
3510
|
width: 2px;
|
3655
3511
|
}
|
3656
3512
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
3657
|
-
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3513
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3658
3514
|
padding: 1rem 0;
|
3659
3515
|
}
|
3660
3516
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
3661
3517
|
height: 2px;
|
3662
3518
|
}
|
3663
|
-
|
3664
3519
|
.p-tree {
|
3665
3520
|
border: 2px solid #ebebeb;
|
3666
3521
|
background: #ffffff;
|
@@ -3717,11 +3572,11 @@
|
|
3717
3572
|
color: #585858;
|
3718
3573
|
}
|
3719
3574
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
3720
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3575
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3721
3576
|
color: #585858;
|
3722
3577
|
}
|
3723
3578
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
3724
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3579
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3725
3580
|
color: #585858;
|
3726
3581
|
}
|
3727
3582
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
@@ -3794,7 +3649,6 @@
|
|
3794
3649
|
outline-offset: 0;
|
3795
3650
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
3796
3651
|
}
|
3797
|
-
|
3798
3652
|
.p-treetable .p-paginator-top {
|
3799
3653
|
border-width: 0 0 2px 0;
|
3800
3654
|
border-radius: 0;
|
@@ -3934,7 +3788,7 @@
|
|
3934
3788
|
background: #5472d4;
|
3935
3789
|
}
|
3936
3790
|
.p-treetable .p-treetable-scrollable-header,
|
3937
|
-
.p-treetable .p-treetable-scrollable-footer {
|
3791
|
+
.p-treetable .p-treetable-scrollable-footer {
|
3938
3792
|
background: #ffffff;
|
3939
3793
|
}
|
3940
3794
|
.p-treetable .p-treetable-loading-icon {
|
@@ -3995,7 +3849,6 @@
|
|
3995
3849
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
3996
3850
|
padding: 1.25rem 1.25rem;
|
3997
3851
|
}
|
3998
|
-
|
3999
3852
|
.p-virtualscroller .p-virtualscroller-header {
|
4000
3853
|
background: #ffffff;
|
4001
3854
|
color: #6c6c6c;
|
@@ -4020,7 +3873,6 @@
|
|
4020
3873
|
border-bottom-left-radius: 6px;
|
4021
3874
|
border-bottom-right-radius: 6px;
|
4022
3875
|
}
|
4023
|
-
|
4024
3876
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
4025
3877
|
padding: 1rem;
|
4026
3878
|
border: 2px solid #ebebeb;
|
@@ -4093,7 +3945,6 @@
|
|
4093
3945
|
border-bottom-right-radius: 6px;
|
4094
3946
|
border-bottom-left-radius: 6px;
|
4095
3947
|
}
|
4096
|
-
|
4097
3948
|
.p-card {
|
4098
3949
|
background: #ffffff;
|
4099
3950
|
color: #6c6c6c;
|
@@ -4119,7 +3970,6 @@
|
|
4119
3970
|
.p-card .p-card-footer {
|
4120
3971
|
padding: 1rem 0 0 0;
|
4121
3972
|
}
|
4122
|
-
|
4123
3973
|
.p-divider .p-divider-content {
|
4124
3974
|
background-color: #ffffff;
|
4125
3975
|
}
|
@@ -4143,7 +3993,6 @@
|
|
4143
3993
|
.p-divider.p-divider-vertical .p-divider-content {
|
4144
3994
|
padding: 0.5rem 0;
|
4145
3995
|
}
|
4146
|
-
|
4147
3996
|
.p-fieldset {
|
4148
3997
|
border: 2px solid #ebebeb;
|
4149
3998
|
background: #ffffff;
|
@@ -4184,7 +4033,6 @@
|
|
4184
4033
|
.p-fieldset .p-fieldset-content {
|
4185
4034
|
padding: 1rem;
|
4186
4035
|
}
|
4187
|
-
|
4188
4036
|
.p-panel .p-panel-header {
|
4189
4037
|
border: 2px solid #ebebeb;
|
4190
4038
|
padding: 1rem;
|
@@ -4251,7 +4099,6 @@
|
|
4251
4099
|
width: 100%;
|
4252
4100
|
text-align: center;
|
4253
4101
|
}
|
4254
|
-
|
4255
4102
|
.p-scrollpanel .p-scrollpanel-bar {
|
4256
4103
|
background: #f5f5f5;
|
4257
4104
|
border: 0 none;
|
@@ -4262,7 +4109,6 @@
|
|
4262
4109
|
outline-offset: 0;
|
4263
4110
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
4264
4111
|
}
|
4265
|
-
|
4266
4112
|
.p-splitter {
|
4267
4113
|
border: 2px solid #ebebeb;
|
4268
4114
|
background: #ffffff;
|
@@ -4284,7 +4130,6 @@
|
|
4284
4130
|
.p-splitter .p-splitter-gutter-resizing {
|
4285
4131
|
background: #ebebeb;
|
4286
4132
|
}
|
4287
|
-
|
4288
4133
|
.p-tabview .p-tabview-nav-content {
|
4289
4134
|
scroll-padding-inline: 2.857rem;
|
4290
4135
|
}
|
@@ -4353,7 +4198,6 @@
|
|
4353
4198
|
border-bottom-right-radius: 6px;
|
4354
4199
|
border-bottom-left-radius: 6px;
|
4355
4200
|
}
|
4356
|
-
|
4357
4201
|
.p-toolbar {
|
4358
4202
|
background: #ffffff;
|
4359
4203
|
border: 2px solid #ebebeb;
|
@@ -4364,7 +4208,6 @@
|
|
4364
4208
|
.p-toolbar .p-toolbar-separator {
|
4365
4209
|
margin: 0 0.5rem;
|
4366
4210
|
}
|
4367
|
-
|
4368
4211
|
.p-confirm-popup {
|
4369
4212
|
background: #ffffff;
|
4370
4213
|
color: #6c6c6c;
|
@@ -4412,7 +4255,6 @@
|
|
4412
4255
|
.p-confirm-popup .p-confirm-popup-message {
|
4413
4256
|
margin-left: 1rem;
|
4414
4257
|
}
|
4415
|
-
|
4416
4258
|
.p-dialog {
|
4417
4259
|
border-radius: 6px;
|
4418
4260
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
@@ -4485,7 +4327,6 @@
|
|
4485
4327
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
4486
4328
|
margin-left: 1rem;
|
4487
4329
|
}
|
4488
|
-
|
4489
4330
|
.p-overlaypanel {
|
4490
4331
|
background: #ffffff;
|
4491
4332
|
color: #6c6c6c;
|
@@ -4527,7 +4368,6 @@
|
|
4527
4368
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
4528
4369
|
border-top-color: #ffffff;
|
4529
4370
|
}
|
4530
|
-
|
4531
4371
|
.p-sidebar {
|
4532
4372
|
background: #ffffff;
|
4533
4373
|
color: #6c6c6c;
|
@@ -4538,7 +4378,7 @@
|
|
4538
4378
|
padding: 1rem;
|
4539
4379
|
}
|
4540
4380
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
4541
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4381
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4542
4382
|
width: 2rem;
|
4543
4383
|
height: 2rem;
|
4544
4384
|
color: #898989;
|
@@ -4548,13 +4388,13 @@
|
|
4548
4388
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
4549
4389
|
}
|
4550
4390
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
4551
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4391
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4552
4392
|
color: #6c6c6c;
|
4553
4393
|
border-color: transparent;
|
4554
4394
|
background: #edf0fa;
|
4555
4395
|
}
|
4556
4396
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
4557
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4397
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4558
4398
|
outline: 0 none;
|
4559
4399
|
outline-offset: 0;
|
4560
4400
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
@@ -4568,7 +4408,6 @@
|
|
4568
4408
|
.p-sidebar .p-sidebar-footer {
|
4569
4409
|
padding: 1rem;
|
4570
4410
|
}
|
4571
|
-
|
4572
4411
|
.p-tooltip .p-tooltip-text {
|
4573
4412
|
background: #585858;
|
4574
4413
|
color: #ffffff;
|
@@ -4588,7 +4427,6 @@
|
|
4588
4427
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
4589
4428
|
border-bottom-color: #585858;
|
4590
4429
|
}
|
4591
|
-
|
4592
4430
|
.p-fileupload .p-fileupload-buttonbar {
|
4593
4431
|
background: #ffffff;
|
4594
4432
|
padding: 1rem;
|
@@ -4628,7 +4466,6 @@
|
|
4628
4466
|
.p-fileupload.p-fileupload-advanced .p-message {
|
4629
4467
|
margin-top: 0;
|
4630
4468
|
}
|
4631
|
-
|
4632
4469
|
.p-fileupload-choose:not(.p-disabled):hover {
|
4633
4470
|
background: #4868d1;
|
4634
4471
|
color: #ffffff;
|
@@ -4639,7 +4476,6 @@
|
|
4639
4476
|
color: #ffffff;
|
4640
4477
|
border-color: #3c5ece;
|
4641
4478
|
}
|
4642
|
-
|
4643
4479
|
.p-breadcrumb {
|
4644
4480
|
background: #ffffff;
|
4645
4481
|
border: 2px solid #ebebeb;
|
@@ -4671,7 +4507,6 @@
|
|
4671
4507
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
4672
4508
|
color: #898989;
|
4673
4509
|
}
|
4674
|
-
|
4675
4510
|
.p-contextmenu {
|
4676
4511
|
padding: 0.5rem 0.5rem;
|
4677
4512
|
background: #ffffff;
|
@@ -4719,7 +4554,7 @@
|
|
4719
4554
|
color: #6c6c6c;
|
4720
4555
|
}
|
4721
4556
|
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4722
|
-
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4557
|
+
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4723
4558
|
color: #898989;
|
4724
4559
|
}
|
4725
4560
|
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4733,7 +4568,7 @@
|
|
4733
4568
|
color: #6c6c6c;
|
4734
4569
|
}
|
4735
4570
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4736
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4571
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4737
4572
|
color: #6c6c6c;
|
4738
4573
|
}
|
4739
4574
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4744,7 +4579,7 @@
|
|
4744
4579
|
color: #6c6c6c;
|
4745
4580
|
}
|
4746
4581
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4747
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4582
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4748
4583
|
color: #898989;
|
4749
4584
|
}
|
4750
4585
|
.p-contextmenu .p-menuitem-separator {
|
@@ -4758,7 +4593,6 @@
|
|
4758
4593
|
width: 0.875rem;
|
4759
4594
|
height: 0.875rem;
|
4760
4595
|
}
|
4761
|
-
|
4762
4596
|
.p-dock .p-dock-list-container {
|
4763
4597
|
background: rgba(255, 255, 255, 0.1);
|
4764
4598
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
@@ -4782,32 +4616,31 @@
|
|
4782
4616
|
height: 4rem;
|
4783
4617
|
}
|
4784
4618
|
.p-dock.p-dock-top .p-dock-item-second-prev,
|
4785
|
-
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4786
|
-
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4619
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4620
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4787
4621
|
margin: 0 0.9rem;
|
4788
4622
|
}
|
4789
4623
|
.p-dock.p-dock-top .p-dock-item-prev,
|
4790
|
-
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4791
|
-
.p-dock.p-dock-bottom .p-dock-item-next {
|
4624
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4625
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
4792
4626
|
margin: 0 1.3rem;
|
4793
4627
|
}
|
4794
4628
|
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
4795
4629
|
margin: 0 1.5rem;
|
4796
4630
|
}
|
4797
4631
|
.p-dock.p-dock-left .p-dock-item-second-prev,
|
4798
|
-
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4799
|
-
.p-dock.p-dock-right .p-dock-item-second-next {
|
4632
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4633
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
4800
4634
|
margin: 0.9rem 0;
|
4801
4635
|
}
|
4802
4636
|
.p-dock.p-dock-left .p-dock-item-prev,
|
4803
|
-
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4804
|
-
.p-dock.p-dock-right .p-dock-item-next {
|
4637
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4638
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
4805
4639
|
margin: 1.3rem 0;
|
4806
4640
|
}
|
4807
4641
|
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
4808
4642
|
margin: 1.5rem 0;
|
4809
4643
|
}
|
4810
|
-
|
4811
4644
|
@media screen and (max-width: 960px) {
|
4812
4645
|
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
4813
4646
|
overflow-x: auto;
|
@@ -4866,7 +4699,7 @@
|
|
4866
4699
|
color: #6c6c6c;
|
4867
4700
|
}
|
4868
4701
|
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4869
|
-
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4702
|
+
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4870
4703
|
color: #898989;
|
4871
4704
|
}
|
4872
4705
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4880,7 +4713,7 @@
|
|
4880
4713
|
color: #6c6c6c;
|
4881
4714
|
}
|
4882
4715
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4883
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4716
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4884
4717
|
color: #6c6c6c;
|
4885
4718
|
}
|
4886
4719
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4891,7 +4724,7 @@
|
|
4891
4724
|
color: #6c6c6c;
|
4892
4725
|
}
|
4893
4726
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4894
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4727
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4895
4728
|
color: #898989;
|
4896
4729
|
}
|
4897
4730
|
.p-megamenu .p-megamenu-panel {
|
@@ -4949,10 +4782,9 @@
|
|
4949
4782
|
color: #6c6c6c;
|
4950
4783
|
}
|
4951
4784
|
.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,
|
4952
|
-
.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 {
|
4785
|
+
.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 {
|
4953
4786
|
color: #898989;
|
4954
4787
|
}
|
4955
|
-
|
4956
4788
|
.p-menu {
|
4957
4789
|
padding: 0.5rem 0.5rem;
|
4958
4790
|
background: #ffffff;
|
@@ -4989,7 +4821,7 @@
|
|
4989
4821
|
color: #6c6c6c;
|
4990
4822
|
}
|
4991
4823
|
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4992
|
-
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4824
|
+
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4993
4825
|
color: #898989;
|
4994
4826
|
}
|
4995
4827
|
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5003,7 +4835,7 @@
|
|
5003
4835
|
color: #6c6c6c;
|
5004
4836
|
}
|
5005
4837
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5006
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4838
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5007
4839
|
color: #6c6c6c;
|
5008
4840
|
}
|
5009
4841
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5014,7 +4846,7 @@
|
|
5014
4846
|
color: #6c6c6c;
|
5015
4847
|
}
|
5016
4848
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5017
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4849
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5018
4850
|
color: #898989;
|
5019
4851
|
}
|
5020
4852
|
.p-menu.p-menu-overlay {
|
@@ -5048,7 +4880,6 @@
|
|
5048
4880
|
padding-left: 0.5rem;
|
5049
4881
|
padding-right: 0.5rem;
|
5050
4882
|
}
|
5051
|
-
|
5052
4883
|
.p-menubar {
|
5053
4884
|
padding: 0.5rem;
|
5054
4885
|
background: #f5f5f5;
|
@@ -5087,7 +4918,7 @@
|
|
5087
4918
|
color: #6c6c6c;
|
5088
4919
|
}
|
5089
4920
|
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5090
|
-
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4921
|
+
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5091
4922
|
color: #898989;
|
5092
4923
|
}
|
5093
4924
|
.p-menubar .p-menuitem > .p-menuitem-content {
|
@@ -5118,7 +4949,7 @@
|
|
5118
4949
|
color: #6c6c6c;
|
5119
4950
|
}
|
5120
4951
|
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5121
|
-
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4952
|
+
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5122
4953
|
color: #898989;
|
5123
4954
|
}
|
5124
4955
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5132,7 +4963,7 @@
|
|
5132
4963
|
color: #6c6c6c;
|
5133
4964
|
}
|
5134
4965
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5135
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4966
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5136
4967
|
color: #6c6c6c;
|
5137
4968
|
}
|
5138
4969
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5143,7 +4974,7 @@
|
|
5143
4974
|
color: #6c6c6c;
|
5144
4975
|
}
|
5145
4976
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5146
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4977
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5147
4978
|
color: #898989;
|
5148
4979
|
}
|
5149
4980
|
.p-menubar .p-submenu-list {
|
@@ -5160,7 +4991,6 @@
|
|
5160
4991
|
.p-menubar .p-submenu-list .p-submenu-icon {
|
5161
4992
|
font-size: 0.875rem;
|
5162
4993
|
}
|
5163
|
-
|
5164
4994
|
@media screen and (max-width: 960px) {
|
5165
4995
|
.p-menubar {
|
5166
4996
|
position: relative;
|
@@ -5335,7 +5165,7 @@
|
|
5335
5165
|
color: #6c6c6c;
|
5336
5166
|
}
|
5337
5167
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5338
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5168
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5339
5169
|
color: #898989;
|
5340
5170
|
}
|
5341
5171
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5349,7 +5179,7 @@
|
|
5349
5179
|
color: #6c6c6c;
|
5350
5180
|
}
|
5351
5181
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5352
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5182
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5353
5183
|
color: #6c6c6c;
|
5354
5184
|
}
|
5355
5185
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5360,7 +5190,7 @@
|
|
5360
5190
|
color: #6c6c6c;
|
5361
5191
|
}
|
5362
5192
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5363
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5193
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5364
5194
|
color: #898989;
|
5365
5195
|
}
|
5366
5196
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
@@ -5400,7 +5230,6 @@
|
|
5400
5230
|
border-bottom-right-radius: 6px;
|
5401
5231
|
border-bottom-left-radius: 6px;
|
5402
5232
|
}
|
5403
|
-
|
5404
5233
|
.p-slidemenu {
|
5405
5234
|
padding: 0.5rem 0.5rem;
|
5406
5235
|
background: #ffffff;
|
@@ -5443,7 +5272,7 @@
|
|
5443
5272
|
color: #6c6c6c;
|
5444
5273
|
}
|
5445
5274
|
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5446
|
-
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5275
|
+
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5447
5276
|
color: #898989;
|
5448
5277
|
}
|
5449
5278
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5457,7 +5286,7 @@
|
|
5457
5286
|
color: #6c6c6c;
|
5458
5287
|
}
|
5459
5288
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5460
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5289
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5461
5290
|
color: #6c6c6c;
|
5462
5291
|
}
|
5463
5292
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5468,7 +5297,7 @@
|
|
5468
5297
|
color: #6c6c6c;
|
5469
5298
|
}
|
5470
5299
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5471
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5300
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5472
5301
|
color: #898989;
|
5473
5302
|
}
|
5474
5303
|
.p-slidemenu.p-slidemenu-overlay {
|
@@ -5515,7 +5344,6 @@
|
|
5515
5344
|
padding-left: 0.5rem;
|
5516
5345
|
padding-right: 0.5rem;
|
5517
5346
|
}
|
5518
|
-
|
5519
5347
|
.p-steps .p-steps-item .p-menuitem-link {
|
5520
5348
|
background: transparent;
|
5521
5349
|
transition: box-shadow 0.3s;
|
@@ -5560,7 +5388,6 @@
|
|
5560
5388
|
position: absolute;
|
5561
5389
|
margin-top: -1rem;
|
5562
5390
|
}
|
5563
|
-
|
5564
5391
|
.p-tabmenu .p-tabmenu-nav {
|
5565
5392
|
background: #ffffff;
|
5566
5393
|
border: 1px solid #ebebeb;
|
@@ -5631,7 +5458,6 @@
|
|
5631
5458
|
outline-offset: 0;
|
5632
5459
|
box-shadow: inset 0 0 0 0.1rem #bbc7ee;
|
5633
5460
|
}
|
5634
|
-
|
5635
5461
|
.p-tieredmenu {
|
5636
5462
|
padding: 0.5rem 0.5rem;
|
5637
5463
|
background: #ffffff;
|
@@ -5682,7 +5508,7 @@
|
|
5682
5508
|
color: #6c6c6c;
|
5683
5509
|
}
|
5684
5510
|
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5685
|
-
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5511
|
+
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5686
5512
|
color: #898989;
|
5687
5513
|
}
|
5688
5514
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5696,7 +5522,7 @@
|
|
5696
5522
|
color: #6c6c6c;
|
5697
5523
|
}
|
5698
5524
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5699
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5525
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5700
5526
|
color: #6c6c6c;
|
5701
5527
|
}
|
5702
5528
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5707,7 +5533,7 @@
|
|
5707
5533
|
color: #6c6c6c;
|
5708
5534
|
}
|
5709
5535
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5710
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5536
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5711
5537
|
color: #898989;
|
5712
5538
|
}
|
5713
5539
|
.p-tieredmenu .p-menuitem-separator {
|
@@ -5721,7 +5547,6 @@
|
|
5721
5547
|
width: 0.875rem;
|
5722
5548
|
height: 0.875rem;
|
5723
5549
|
}
|
5724
|
-
|
5725
5550
|
.p-inline-message {
|
5726
5551
|
padding: 0.5rem 0.75rem;
|
5727
5552
|
margin: 0;
|
@@ -5777,7 +5602,6 @@
|
|
5777
5602
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
5778
5603
|
margin-right: 0;
|
5779
5604
|
}
|
5780
|
-
|
5781
5605
|
.p-message {
|
5782
5606
|
margin: 1rem 0;
|
5783
5607
|
border-radius: 6px;
|
@@ -5866,7 +5690,6 @@
|
|
5866
5690
|
.p-message .p-message-detail {
|
5867
5691
|
margin-left: 0.5rem;
|
5868
5692
|
}
|
5869
|
-
|
5870
5693
|
.p-toast {
|
5871
5694
|
opacity: 0.9;
|
5872
5695
|
}
|
@@ -5917,7 +5740,7 @@
|
|
5917
5740
|
color: #585858;
|
5918
5741
|
}
|
5919
5742
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
5920
|
-
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5743
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5921
5744
|
color: #585858;
|
5922
5745
|
}
|
5923
5746
|
.p-toast .p-toast-message.p-toast-message-success {
|
@@ -5927,7 +5750,7 @@
|
|
5927
5750
|
color: #585858;
|
5928
5751
|
}
|
5929
5752
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
5930
|
-
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5753
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5931
5754
|
color: #585858;
|
5932
5755
|
}
|
5933
5756
|
.p-toast .p-toast-message.p-toast-message-warn {
|
@@ -5937,7 +5760,7 @@
|
|
5937
5760
|
color: #585858;
|
5938
5761
|
}
|
5939
5762
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
5940
|
-
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5763
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5941
5764
|
color: #585858;
|
5942
5765
|
}
|
5943
5766
|
.p-toast .p-toast-message.p-toast-message-error {
|
@@ -5947,10 +5770,9 @@
|
|
5947
5770
|
color: #585858;
|
5948
5771
|
}
|
5949
5772
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
5950
|
-
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5773
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5951
5774
|
color: #585858;
|
5952
5775
|
}
|
5953
|
-
|
5954
5776
|
.p-galleria .p-galleria-close {
|
5955
5777
|
margin: 0.5rem;
|
5956
5778
|
background: transparent;
|
@@ -5981,7 +5803,7 @@
|
|
5981
5803
|
margin: 0 0.5rem;
|
5982
5804
|
}
|
5983
5805
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
5984
|
-
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
5806
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
5985
5807
|
font-size: 2rem;
|
5986
5808
|
}
|
5987
5809
|
.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
|
@@ -6038,7 +5860,7 @@
|
|
6038
5860
|
padding: 1rem 0.25rem;
|
6039
5861
|
}
|
6040
5862
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
6041
|
-
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
5863
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
6042
5864
|
margin: 0.5rem;
|
6043
5865
|
background-color: transparent;
|
6044
5866
|
color: #f5f5f5;
|
@@ -6048,7 +5870,7 @@
|
|
6048
5870
|
border-radius: 50%;
|
6049
5871
|
}
|
6050
5872
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
6051
|
-
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
5873
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
6052
5874
|
background: rgba(255, 255, 255, 0.1);
|
6053
5875
|
color: #f5f5f5;
|
6054
5876
|
}
|
@@ -6057,29 +5879,23 @@
|
|
6057
5879
|
outline-offset: 0;
|
6058
5880
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
6059
5881
|
}
|
6060
|
-
|
6061
5882
|
.p-galleria-mask {
|
6062
5883
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6063
5884
|
}
|
6064
|
-
|
6065
5885
|
.p-image-mask {
|
6066
5886
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6067
5887
|
}
|
6068
|
-
|
6069
5888
|
.p-image-preview-indicator {
|
6070
5889
|
background-color: transparent;
|
6071
5890
|
color: #f8f9fa;
|
6072
5891
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
6073
5892
|
}
|
6074
|
-
|
6075
5893
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
6076
5894
|
background-color: rgba(0, 0, 0, 0.5);
|
6077
5895
|
}
|
6078
|
-
|
6079
5896
|
.p-image-toolbar {
|
6080
5897
|
padding: 1rem;
|
6081
5898
|
}
|
6082
|
-
|
6083
5899
|
.p-image-action.p-link {
|
6084
5900
|
color: #f8f9fa;
|
6085
5901
|
background-color: transparent;
|
@@ -6103,7 +5919,6 @@
|
|
6103
5919
|
width: 1.5rem;
|
6104
5920
|
height: 1.5rem;
|
6105
5921
|
}
|
6106
|
-
|
6107
5922
|
.p-avatar {
|
6108
5923
|
background-color: #ebebeb;
|
6109
5924
|
border-radius: 6px;
|
@@ -6124,11 +5939,9 @@
|
|
6124
5939
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
6125
5940
|
font-size: 2rem;
|
6126
5941
|
}
|
6127
|
-
|
6128
5942
|
.p-avatar-group .p-avatar {
|
6129
5943
|
border: 2px solid #ffffff;
|
6130
5944
|
}
|
6131
|
-
|
6132
5945
|
.p-badge {
|
6133
5946
|
background: #5472d4;
|
6134
5947
|
color: #ffffff;
|
@@ -6170,7 +5983,6 @@
|
|
6170
5983
|
height: 3rem;
|
6171
5984
|
line-height: 3rem;
|
6172
5985
|
}
|
6173
|
-
|
6174
5986
|
.p-chip {
|
6175
5987
|
background-color: #ebebeb;
|
6176
5988
|
color: #6c6c6c;
|
@@ -6206,7 +6018,6 @@
|
|
6206
6018
|
.p-chip .pi-chip-remove-icon:focus {
|
6207
6019
|
outline: 0 none;
|
6208
6020
|
}
|
6209
|
-
|
6210
6021
|
.p-inplace .p-inplace-display {
|
6211
6022
|
padding: 0.5rem 0.75rem;
|
6212
6023
|
border-radius: 6px;
|
@@ -6221,7 +6032,6 @@
|
|
6221
6032
|
outline-offset: 0;
|
6222
6033
|
box-shadow: 0 0 0 0.1rem #bbc7ee;
|
6223
6034
|
}
|
6224
|
-
|
6225
6035
|
.p-progressbar {
|
6226
6036
|
border: 0 none;
|
6227
6037
|
height: 1.5rem;
|
@@ -6237,7 +6047,6 @@
|
|
6237
6047
|
color: #ffffff;
|
6238
6048
|
line-height: 1.5rem;
|
6239
6049
|
}
|
6240
|
-
|
6241
6050
|
.p-scrolltop {
|
6242
6051
|
width: 3rem;
|
6243
6052
|
height: 3rem;
|
@@ -6259,7 +6068,6 @@
|
|
6259
6068
|
width: 1.5rem;
|
6260
6069
|
height: 1.5rem;
|
6261
6070
|
}
|
6262
|
-
|
6263
6071
|
.p-skeleton {
|
6264
6072
|
background-color: #ebebeb;
|
6265
6073
|
border-radius: 6px;
|
@@ -6267,7 +6075,6 @@
|
|
6267
6075
|
.p-skeleton:after {
|
6268
6076
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
|
6269
6077
|
}
|
6270
|
-
|
6271
6078
|
.p-tag {
|
6272
6079
|
background: #5472d4;
|
6273
6080
|
color: #ffffff;
|
@@ -6300,7 +6107,6 @@
|
|
6300
6107
|
width: 0.75rem;
|
6301
6108
|
height: 0.75rem;
|
6302
6109
|
}
|
6303
|
-
|
6304
6110
|
.p-terminal {
|
6305
6111
|
background: #ffffff;
|
6306
6112
|
color: #6c6c6c;
|
@@ -6319,20 +6125,16 @@
|
|
6319
6125
|
.p-button .p-button-label {
|
6320
6126
|
font-weight: 600;
|
6321
6127
|
}
|
6322
|
-
|
6323
6128
|
.p-buttonset .p-button-label,
|
6324
|
-
.p-togglebutton .p-button-label {
|
6129
|
+
.p-togglebutton .p-button-label {
|
6325
6130
|
font-weight: 400;
|
6326
6131
|
}
|
6327
|
-
|
6328
6132
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
6329
6133
|
background-color: #5472d4;
|
6330
6134
|
}
|
6331
|
-
|
6332
6135
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
6333
6136
|
background-color: #5472d4;
|
6334
6137
|
}
|
6335
|
-
|
6336
6138
|
.p-panel {
|
6337
6139
|
border: 2px solid #ebebeb;
|
6338
6140
|
border-radius: 6px;
|
@@ -6343,11 +6145,9 @@
|
|
6343
6145
|
.p-panel .p-panel-content {
|
6344
6146
|
border: 0 none;
|
6345
6147
|
}
|
6346
|
-
|
6347
6148
|
.p-fieldset .p-fieldset-legend {
|
6348
6149
|
border-color: transparent;
|
6349
6150
|
}
|
6350
|
-
|
6351
6151
|
.p-accordion .p-accordion-toggle-icon {
|
6352
6152
|
order: 10;
|
6353
6153
|
margin-left: auto;
|
@@ -6365,7 +6165,6 @@
|
|
6365
6165
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
6366
6166
|
border-bottom: 0 none;
|
6367
6167
|
}
|
6368
|
-
|
6369
6168
|
.p-inline-message.p-inline-message-info {
|
6370
6169
|
border-color: #e1f2f7;
|
6371
6170
|
}
|
@@ -6378,39 +6177,30 @@
|
|
6378
6177
|
.p-inline-message.p-inline-message-error {
|
6379
6178
|
border-color: #f7e1e6;
|
6380
6179
|
}
|
6381
|
-
|
6382
6180
|
.p-inputtext:enabled:focus {
|
6383
6181
|
box-shadow: none;
|
6384
6182
|
}
|
6385
|
-
|
6386
6183
|
.p-dropdown:not(.p-disabled).p-focus {
|
6387
6184
|
box-shadow: none;
|
6388
6185
|
}
|
6389
|
-
|
6390
6186
|
.p-multiselect:not(.p-disabled).p-focus {
|
6391
6187
|
box-shadow: none;
|
6392
6188
|
}
|
6393
|
-
|
6394
6189
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
6395
6190
|
box-shadow: none;
|
6396
6191
|
}
|
6397
|
-
|
6398
6192
|
.p-autocomplete.p-autocomplete-multiple:not(.p-disabled).p-focus {
|
6399
6193
|
box-shadow: none;
|
6400
6194
|
}
|
6401
|
-
|
6402
6195
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
6403
6196
|
box-shadow: none;
|
6404
6197
|
}
|
6405
|
-
|
6406
6198
|
.p-orderlist .p-orderlist-list {
|
6407
6199
|
border-top: 0 none;
|
6408
6200
|
}
|
6409
|
-
|
6410
6201
|
.p-picklist .p-picklist-list {
|
6411
6202
|
border-top: 0 none;
|
6412
6203
|
}
|
6413
|
-
|
6414
6204
|
.p-panelmenu .p-panelmenu-icon.pi-chevron-right, .p-panelmenu .p-panelmenu-icon.pi-chevron-down {
|
6415
6205
|
order: 10;
|
6416
6206
|
margin-left: auto;
|
@@ -6429,7 +6219,6 @@
|
|
6429
6219
|
padding-bottom: calc(1rem + 2px);
|
6430
6220
|
border-bottom: 0 none;
|
6431
6221
|
}
|
6432
|
-
|
6433
6222
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
6434
6223
|
box-shadow: inset 0 2px 0 0 #5472d4;
|
6435
6224
|
}
|