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,24 +54,21 @@
|
|
54
54
|
font-family: "Roboto";
|
55
55
|
font-style: normal;
|
56
56
|
font-weight: 400;
|
57
|
-
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
|
58
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
57
|
+
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
59
58
|
}
|
60
59
|
/* roboto-500 - latin-ext_latin */
|
61
60
|
@font-face {
|
62
61
|
font-family: "Roboto";
|
63
62
|
font-style: normal;
|
64
63
|
font-weight: 500;
|
65
|
-
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
|
66
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
64
|
+
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
67
65
|
}
|
68
66
|
/* roboto-700 - latin-ext_latin */
|
69
67
|
@font-face {
|
70
68
|
font-family: "Roboto";
|
71
69
|
font-style: normal;
|
72
70
|
font-weight: 700;
|
73
|
-
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
|
74
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
71
|
+
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
75
72
|
}
|
76
73
|
:root {
|
77
74
|
--blue-50:#f4fafe;
|
@@ -299,40 +296,32 @@
|
|
299
296
|
* {
|
300
297
|
box-sizing: border-box;
|
301
298
|
}
|
302
|
-
|
303
299
|
.p-component {
|
304
300
|
font-family: var(--font-family);
|
305
301
|
font-feature-settings: var(--font-feature-settings, normal);
|
306
302
|
font-size: 1rem;
|
307
303
|
font-weight: normal;
|
308
304
|
}
|
309
|
-
|
310
305
|
.p-component-overlay {
|
311
306
|
background-color: rgba(0, 0, 0, 0.32);
|
312
307
|
transition-duration: 0.2s;
|
313
308
|
}
|
314
|
-
|
315
309
|
.p-disabled, .p-component:disabled {
|
316
310
|
opacity: 0.38;
|
317
311
|
}
|
318
|
-
|
319
312
|
.p-error {
|
320
313
|
color: #b00020;
|
321
314
|
}
|
322
|
-
|
323
315
|
.p-text-secondary {
|
324
316
|
color: rgba(0, 0, 0, 0.6);
|
325
317
|
}
|
326
|
-
|
327
318
|
.pi {
|
328
319
|
font-size: 1rem;
|
329
320
|
}
|
330
|
-
|
331
321
|
.p-icon {
|
332
322
|
width: 1rem;
|
333
323
|
height: 1rem;
|
334
324
|
}
|
335
|
-
|
336
325
|
.p-link {
|
337
326
|
font-family: var(--font-family);
|
338
327
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -344,15 +333,12 @@
|
|
344
333
|
outline-offset: 0;
|
345
334
|
box-shadow: none;
|
346
335
|
}
|
347
|
-
|
348
336
|
.p-component-overlay-enter {
|
349
337
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
350
338
|
}
|
351
|
-
|
352
339
|
.p-component-overlay-leave {
|
353
340
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
354
341
|
}
|
355
|
-
|
356
342
|
@keyframes p-component-overlay-enter-animation {
|
357
343
|
from {
|
358
344
|
background-color: transparent;
|
@@ -369,7 +355,6 @@
|
|
369
355
|
background-color: transparent;
|
370
356
|
}
|
371
357
|
}
|
372
|
-
|
373
358
|
.p-autocomplete .p-autocomplete-loader {
|
374
359
|
right: 1rem;
|
375
360
|
}
|
@@ -416,7 +401,6 @@
|
|
416
401
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
417
402
|
border-color: #b00020;
|
418
403
|
}
|
419
|
-
|
420
404
|
.p-autocomplete-panel {
|
421
405
|
background: #ffffff;
|
422
406
|
color: rgba(0, 0, 0, 0.87);
|
@@ -458,11 +442,9 @@
|
|
458
442
|
background: #ffffff;
|
459
443
|
font-weight: 400;
|
460
444
|
}
|
461
|
-
|
462
445
|
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
|
463
446
|
border-color: #b00020;
|
464
447
|
}
|
465
|
-
|
466
448
|
p-autocomplete.p-autocomplete-clearable .p-inputtext {
|
467
449
|
padding-right: 3rem;
|
468
450
|
}
|
@@ -470,23 +452,19 @@
|
|
470
452
|
color: rgba(0, 0, 0, 0.6);
|
471
453
|
right: 1rem;
|
472
454
|
}
|
473
|
-
|
474
455
|
p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
|
475
456
|
color: rgba(0, 0, 0, 0.6);
|
476
457
|
right: 4rem;
|
477
458
|
}
|
478
|
-
|
479
459
|
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
480
460
|
border-color: #b00020;
|
481
461
|
}
|
482
|
-
|
483
462
|
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
|
484
463
|
outline: 0 none;
|
485
464
|
outline-offset: 0;
|
486
465
|
box-shadow: none;
|
487
466
|
border-color: #673AB7;
|
488
467
|
}
|
489
|
-
|
490
468
|
.p-datepicker {
|
491
469
|
padding: 0.5rem;
|
492
470
|
background: #ffffff;
|
@@ -513,7 +491,7 @@
|
|
513
491
|
border-top-left-radius: 4px;
|
514
492
|
}
|
515
493
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
516
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
494
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
517
495
|
width: 2.5rem;
|
518
496
|
height: 2.5rem;
|
519
497
|
color: rgba(0, 0, 0, 0.6);
|
@@ -523,13 +501,13 @@
|
|
523
501
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
524
502
|
}
|
525
503
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
526
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
504
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
527
505
|
color: rgba(0, 0, 0, 0.6);
|
528
506
|
border-color: transparent;
|
529
507
|
background: rgba(0, 0, 0, 0.04);
|
530
508
|
}
|
531
509
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
532
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
510
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
533
511
|
outline: 0 none;
|
534
512
|
outline-offset: 0;
|
535
513
|
box-shadow: none;
|
@@ -538,14 +516,14 @@
|
|
538
516
|
line-height: 2.5rem;
|
539
517
|
}
|
540
518
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
541
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
519
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
542
520
|
color: rgba(0, 0, 0, 0.87);
|
543
521
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
544
522
|
font-weight: 500;
|
545
523
|
padding: 0.5rem;
|
546
524
|
}
|
547
525
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
548
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
526
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
549
527
|
color: #673AB7;
|
550
528
|
}
|
551
529
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
@@ -584,7 +562,7 @@
|
|
584
562
|
.p-datepicker table td.p-datepicker-today > span {
|
585
563
|
background: #ffffff;
|
586
564
|
color: rgba(0, 0, 0, 0.87);
|
587
|
-
border-color:
|
565
|
+
border-color: rgb(0, 0, 0);
|
588
566
|
}
|
589
567
|
.p-datepicker table td.p-datepicker-today > span.p-highlight {
|
590
568
|
color: #673AB7;
|
@@ -694,7 +672,6 @@
|
|
694
672
|
outline-offset: 0;
|
695
673
|
box-shadow: none;
|
696
674
|
}
|
697
|
-
|
698
675
|
p-calendar.p-calendar-clearable .p-inputtext {
|
699
676
|
padding-right: 3rem;
|
700
677
|
}
|
@@ -702,12 +679,10 @@
|
|
702
679
|
color: rgba(0, 0, 0, 0.6);
|
703
680
|
right: 1rem;
|
704
681
|
}
|
705
|
-
|
706
682
|
p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
|
707
683
|
color: rgba(0, 0, 0, 0.6);
|
708
684
|
right: 4rem;
|
709
685
|
}
|
710
|
-
|
711
686
|
@media screen and (max-width: 769px) {
|
712
687
|
.p-datepicker table th, .p-datepicker table td {
|
713
688
|
padding: 0;
|
@@ -750,7 +725,6 @@
|
|
750
725
|
.p-cascadeselect.p-invalid.p-component {
|
751
726
|
border-color: #b00020;
|
752
727
|
}
|
753
|
-
|
754
728
|
.p-cascadeselect-panel {
|
755
729
|
background: #ffffff;
|
756
730
|
color: rgba(0, 0, 0, 0.87);
|
@@ -790,7 +764,6 @@
|
|
790
764
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
|
791
765
|
font-size: 0.875rem;
|
792
766
|
}
|
793
|
-
|
794
767
|
.p-input-filled .p-cascadeselect {
|
795
768
|
background: #f5f5f5;
|
796
769
|
}
|
@@ -800,11 +773,9 @@
|
|
800
773
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
801
774
|
background-color: #dcdcdc;
|
802
775
|
}
|
803
|
-
|
804
776
|
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
805
777
|
border-color: #b00020;
|
806
778
|
}
|
807
|
-
|
808
779
|
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
|
809
780
|
padding-right: 1rem;
|
810
781
|
}
|
@@ -812,7 +783,6 @@
|
|
812
783
|
color: rgba(0, 0, 0, 0.6);
|
813
784
|
right: 2.357rem;
|
814
785
|
}
|
815
|
-
|
816
786
|
.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
|
817
787
|
box-shadow: none;
|
818
788
|
border-radius: 0;
|
@@ -821,7 +791,6 @@
|
|
821
791
|
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
|
822
792
|
transform: rotate(90deg);
|
823
793
|
}
|
824
|
-
|
825
794
|
.p-checkbox {
|
826
795
|
width: 18px;
|
827
796
|
height: 18px;
|
@@ -862,11 +831,9 @@
|
|
862
831
|
background: #673AB7;
|
863
832
|
color: #ffffff;
|
864
833
|
}
|
865
|
-
|
866
834
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
867
835
|
border-color: #b00020;
|
868
836
|
}
|
869
|
-
|
870
837
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
871
838
|
background-color: #f5f5f5;
|
872
839
|
}
|
@@ -879,15 +846,12 @@
|
|
879
846
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
880
847
|
background: #673AB7;
|
881
848
|
}
|
882
|
-
|
883
849
|
.p-checkbox-label {
|
884
850
|
margin-left: 0.5rem;
|
885
851
|
}
|
886
|
-
|
887
852
|
p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
888
853
|
border-color: #b00020;
|
889
854
|
}
|
890
|
-
|
891
855
|
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
|
892
856
|
border-color: rgba(0, 0, 0, 0.87);
|
893
857
|
}
|
@@ -926,11 +890,9 @@
|
|
926
890
|
padding: 0;
|
927
891
|
margin: 0;
|
928
892
|
}
|
929
|
-
|
930
893
|
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
931
894
|
border-color: #b00020;
|
932
895
|
}
|
933
|
-
|
934
896
|
p-chips.p-chips-clearable .p-inputtext {
|
935
897
|
padding-right: 2rem;
|
936
898
|
}
|
@@ -938,26 +900,22 @@
|
|
938
900
|
color: rgba(0, 0, 0, 0.6);
|
939
901
|
right: 1rem;
|
940
902
|
}
|
941
|
-
|
942
903
|
.p-colorpicker-preview,
|
943
|
-
.p-fluid .p-colorpicker-preview.p-inputtext {
|
904
|
+
.p-fluid .p-colorpicker-preview.p-inputtext {
|
944
905
|
width: 2rem;
|
945
906
|
height: 2rem;
|
946
907
|
}
|
947
|
-
|
948
908
|
.p-colorpicker-panel {
|
949
909
|
background: #323232;
|
950
910
|
border: 1px solid #191919;
|
951
911
|
}
|
952
912
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
953
|
-
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
913
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
954
914
|
border-color: #ffffff;
|
955
915
|
}
|
956
|
-
|
957
916
|
.p-colorpicker-overlay-panel {
|
958
917
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
959
918
|
}
|
960
|
-
|
961
919
|
.p-dropdown {
|
962
920
|
background: #ffffff;
|
963
921
|
border: 1px solid rgba(0, 0, 0, 0.38);
|
@@ -1001,7 +959,6 @@
|
|
1001
959
|
.p-dropdown.p-invalid.p-component {
|
1002
960
|
border-color: #b00020;
|
1003
961
|
}
|
1004
|
-
|
1005
962
|
.p-dropdown-panel {
|
1006
963
|
background: #ffffff;
|
1007
964
|
color: rgba(0, 0, 0, 0.87);
|
@@ -1065,7 +1022,6 @@
|
|
1065
1022
|
color: rgba(0, 0, 0, 0.87);
|
1066
1023
|
background: transparent;
|
1067
1024
|
}
|
1068
|
-
|
1069
1025
|
.p-input-filled .p-dropdown {
|
1070
1026
|
background: #f5f5f5;
|
1071
1027
|
}
|
@@ -1078,11 +1034,9 @@
|
|
1078
1034
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
1079
1035
|
background-color: transparent;
|
1080
1036
|
}
|
1081
|
-
|
1082
1037
|
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
1083
1038
|
border-color: #b00020;
|
1084
1039
|
}
|
1085
|
-
|
1086
1040
|
.p-inputgroup-addon {
|
1087
1041
|
background: #ffffff;
|
1088
1042
|
color: rgba(0, 0, 0, 0.6);
|
@@ -1095,68 +1049,60 @@
|
|
1095
1049
|
.p-inputgroup-addon:last-child {
|
1096
1050
|
border-right: 1px solid rgba(0, 0, 0, 0.38);
|
1097
1051
|
}
|
1098
|
-
|
1099
1052
|
.p-inputgroup > .p-component,
|
1100
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1101
|
-
.p-inputgroup > .p-float-label > .p-component {
|
1053
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1054
|
+
.p-inputgroup > .p-float-label > .p-component {
|
1102
1055
|
border-radius: 0;
|
1103
1056
|
margin: 0;
|
1104
1057
|
}
|
1105
1058
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
1106
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1107
|
-
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1059
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1060
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1108
1061
|
border-left: 0 none;
|
1109
1062
|
}
|
1110
1063
|
.p-inputgroup > .p-component:focus,
|
1111
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1112
|
-
.p-inputgroup > .p-float-label > .p-component:focus {
|
1064
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1065
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
1113
1066
|
z-index: 1;
|
1114
1067
|
}
|
1115
1068
|
.p-inputgroup > .p-component:focus ~ label,
|
1116
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1117
|
-
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1069
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1070
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1118
1071
|
z-index: 1;
|
1119
1072
|
}
|
1120
|
-
|
1121
1073
|
.p-inputgroup-addon:first-child,
|
1122
|
-
.p-inputgroup button:first-child,
|
1123
|
-
.p-inputgroup input:first-child,
|
1124
|
-
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1125
|
-
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1074
|
+
.p-inputgroup button:first-child,
|
1075
|
+
.p-inputgroup input:first-child,
|
1076
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1077
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1126
1078
|
border-top-left-radius: 4px;
|
1127
1079
|
border-bottom-left-radius: 4px;
|
1128
1080
|
}
|
1129
|
-
|
1130
1081
|
.p-inputgroup .p-float-label:first-child input {
|
1131
1082
|
border-top-left-radius: 4px;
|
1132
1083
|
border-bottom-left-radius: 4px;
|
1133
1084
|
}
|
1134
|
-
|
1135
1085
|
.p-inputgroup-addon:last-child,
|
1136
|
-
.p-inputgroup button:last-child,
|
1137
|
-
.p-inputgroup input:last-child,
|
1138
|
-
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1139
|
-
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1086
|
+
.p-inputgroup button:last-child,
|
1087
|
+
.p-inputgroup input:last-child,
|
1088
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1089
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1140
1090
|
border-top-right-radius: 4px;
|
1141
1091
|
border-bottom-right-radius: 4px;
|
1142
1092
|
}
|
1143
|
-
|
1144
1093
|
.p-inputgroup .p-float-label:last-child input {
|
1145
1094
|
border-top-right-radius: 4px;
|
1146
1095
|
border-bottom-right-radius: 4px;
|
1147
1096
|
}
|
1148
|
-
|
1149
1097
|
.p-fluid .p-inputgroup .p-button {
|
1150
1098
|
width: auto;
|
1151
1099
|
}
|
1152
1100
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
1153
1101
|
width: 3rem;
|
1154
1102
|
}
|
1155
|
-
|
1156
1103
|
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
|
1157
1104
|
border-color: #b00020;
|
1158
1105
|
}
|
1159
|
-
|
1160
1106
|
p-inputmask.p-inputmask-clearable .p-inputtext {
|
1161
1107
|
padding-right: 3rem;
|
1162
1108
|
}
|
@@ -1164,11 +1110,9 @@
|
|
1164
1110
|
color: rgba(0, 0, 0, 0.6);
|
1165
1111
|
right: 1rem;
|
1166
1112
|
}
|
1167
|
-
|
1168
1113
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1169
1114
|
border-color: #b00020;
|
1170
1115
|
}
|
1171
|
-
|
1172
1116
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
|
1173
1117
|
padding-right: 3rem;
|
1174
1118
|
}
|
@@ -1176,14 +1120,12 @@
|
|
1176
1120
|
color: rgba(0, 0, 0, 0.6);
|
1177
1121
|
right: 1rem;
|
1178
1122
|
}
|
1179
|
-
|
1180
1123
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
|
1181
1124
|
right: 4rem;
|
1182
1125
|
}
|
1183
1126
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
|
1184
1127
|
right: 4rem;
|
1185
1128
|
}
|
1186
|
-
|
1187
1129
|
.p-inputswitch {
|
1188
1130
|
width: 2.75rem;
|
1189
1131
|
height: 1rem;
|
@@ -1222,11 +1164,9 @@
|
|
1222
1164
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
1223
1165
|
background: rgba(103, 58, 183, 0.5);
|
1224
1166
|
}
|
1225
|
-
|
1226
1167
|
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
|
1227
1168
|
border-color: #b00020;
|
1228
1169
|
}
|
1229
|
-
|
1230
1170
|
.p-inputtext {
|
1231
1171
|
font-family: var(--font-family);
|
1232
1172
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -1259,57 +1199,45 @@
|
|
1259
1199
|
font-size: 1.25rem;
|
1260
1200
|
padding: 1.25rem 1.25rem;
|
1261
1201
|
}
|
1262
|
-
|
1263
1202
|
.p-float-label > label {
|
1264
1203
|
left: 1rem;
|
1265
1204
|
color: rgba(0, 0, 0, 0.6);
|
1266
1205
|
transition-duration: 0.2s;
|
1267
1206
|
}
|
1268
|
-
|
1269
1207
|
.p-float-label > .ng-invalid.ng-dirty + label {
|
1270
1208
|
color: #b00020;
|
1271
1209
|
}
|
1272
|
-
|
1273
1210
|
.p-input-icon-left > .p-icon-wrapper.p-icon,
|
1274
|
-
.p-input-icon-left > i:first-of-type {
|
1211
|
+
.p-input-icon-left > i:first-of-type {
|
1275
1212
|
left: 1rem;
|
1276
1213
|
color: rgba(0, 0, 0, 0.6);
|
1277
1214
|
}
|
1278
|
-
|
1279
1215
|
.p-input-icon-left > .p-inputtext {
|
1280
1216
|
padding-left: 3rem;
|
1281
1217
|
}
|
1282
|
-
|
1283
1218
|
.p-input-icon-left.p-float-label > label {
|
1284
1219
|
left: 3rem;
|
1285
1220
|
}
|
1286
|
-
|
1287
1221
|
.p-input-icon-right > .p-icon-wrapper,
|
1288
|
-
.p-input-icon-right > i:last-of-type {
|
1222
|
+
.p-input-icon-right > i:last-of-type {
|
1289
1223
|
right: 1rem;
|
1290
1224
|
color: rgba(0, 0, 0, 0.6);
|
1291
1225
|
}
|
1292
|
-
|
1293
1226
|
.p-input-icon-right > .p-inputtext {
|
1294
1227
|
padding-right: 3rem;
|
1295
1228
|
}
|
1296
|
-
|
1297
1229
|
::-webkit-input-placeholder {
|
1298
1230
|
color: rgba(0, 0, 0, 0.6);
|
1299
1231
|
}
|
1300
|
-
|
1301
1232
|
:-moz-placeholder {
|
1302
1233
|
color: rgba(0, 0, 0, 0.6);
|
1303
1234
|
}
|
1304
|
-
|
1305
1235
|
::-moz-placeholder {
|
1306
1236
|
color: rgba(0, 0, 0, 0.6);
|
1307
1237
|
}
|
1308
|
-
|
1309
1238
|
:-ms-input-placeholder {
|
1310
1239
|
color: rgba(0, 0, 0, 0.6);
|
1311
1240
|
}
|
1312
|
-
|
1313
1241
|
.p-input-filled .p-inputtext {
|
1314
1242
|
background-color: #f5f5f5;
|
1315
1243
|
}
|
@@ -1319,17 +1247,14 @@
|
|
1319
1247
|
.p-input-filled .p-inputtext:enabled:focus {
|
1320
1248
|
background-color: #dcdcdc;
|
1321
1249
|
}
|
1322
|
-
|
1323
1250
|
.p-inputtext-sm .p-inputtext {
|
1324
1251
|
font-size: 0.875rem;
|
1325
1252
|
padding: 0.875rem 0.875rem;
|
1326
1253
|
}
|
1327
|
-
|
1328
1254
|
.p-inputtext-lg .p-inputtext {
|
1329
1255
|
font-size: 1.25rem;
|
1330
1256
|
padding: 1.25rem 1.25rem;
|
1331
1257
|
}
|
1332
|
-
|
1333
1258
|
.p-listbox {
|
1334
1259
|
background: #ffffff;
|
1335
1260
|
color: rgba(0, 0, 0, 0.87);
|
@@ -1404,11 +1329,9 @@
|
|
1404
1329
|
box-shadow: none;
|
1405
1330
|
border-color: #673AB7;
|
1406
1331
|
}
|
1407
|
-
|
1408
1332
|
p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
1409
1333
|
border-color: #b00020;
|
1410
1334
|
}
|
1411
|
-
|
1412
1335
|
.p-multiselect {
|
1413
1336
|
background: #ffffff;
|
1414
1337
|
border: 1px solid rgba(0, 0, 0, 0.38);
|
@@ -1448,11 +1371,9 @@
|
|
1448
1371
|
border-top-right-radius: 4px;
|
1449
1372
|
border-bottom-right-radius: 4px;
|
1450
1373
|
}
|
1451
|
-
|
1452
1374
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1453
1375
|
padding: 0.5rem 1rem;
|
1454
1376
|
}
|
1455
|
-
|
1456
1377
|
.p-multiselect-clearable .p-multiselect-label-container {
|
1457
1378
|
padding-right: 2rem;
|
1458
1379
|
}
|
@@ -1460,7 +1381,6 @@
|
|
1460
1381
|
color: rgba(0, 0, 0, 0.6);
|
1461
1382
|
right: 2.357rem;
|
1462
1383
|
}
|
1463
|
-
|
1464
1384
|
.p-multiselect-panel {
|
1465
1385
|
background: #ffffff;
|
1466
1386
|
color: rgba(0, 0, 0, 0.87);
|
@@ -1549,7 +1469,6 @@
|
|
1549
1469
|
color: rgba(0, 0, 0, 0.87);
|
1550
1470
|
background: transparent;
|
1551
1471
|
}
|
1552
|
-
|
1553
1472
|
.p-input-filled .p-multiselect {
|
1554
1473
|
background: #f5f5f5;
|
1555
1474
|
}
|
@@ -1559,15 +1478,12 @@
|
|
1559
1478
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
1560
1479
|
background-color: #dcdcdc;
|
1561
1480
|
}
|
1562
|
-
|
1563
1481
|
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
1564
1482
|
border-color: #b00020;
|
1565
1483
|
}
|
1566
|
-
|
1567
1484
|
p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
|
1568
1485
|
border-color: #b00020;
|
1569
1486
|
}
|
1570
|
-
|
1571
1487
|
.p-password-panel {
|
1572
1488
|
padding: 1rem;
|
1573
1489
|
background: #ffffff;
|
@@ -1589,7 +1505,6 @@
|
|
1589
1505
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
1590
1506
|
background: #689f38;
|
1591
1507
|
}
|
1592
|
-
|
1593
1508
|
p-password.p-password-clearable .p-password-input {
|
1594
1509
|
padding-right: 3rem;
|
1595
1510
|
}
|
@@ -1597,7 +1512,6 @@
|
|
1597
1512
|
color: rgba(0, 0, 0, 0.6);
|
1598
1513
|
right: 1rem;
|
1599
1514
|
}
|
1600
|
-
|
1601
1515
|
p-password.p-password-clearable.p-password-mask .p-password-input {
|
1602
1516
|
padding-right: 5rem;
|
1603
1517
|
}
|
@@ -1605,7 +1519,6 @@
|
|
1605
1519
|
color: rgba(0, 0, 0, 0.6);
|
1606
1520
|
right: 3rem;
|
1607
1521
|
}
|
1608
|
-
|
1609
1522
|
.p-radiobutton {
|
1610
1523
|
width: 20px;
|
1611
1524
|
height: 20px;
|
@@ -1643,11 +1556,9 @@
|
|
1643
1556
|
background: #ffffff;
|
1644
1557
|
color: #673AB7;
|
1645
1558
|
}
|
1646
|
-
|
1647
1559
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1648
1560
|
border-color: #b00020;
|
1649
1561
|
}
|
1650
|
-
|
1651
1562
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
1652
1563
|
background-color: #f5f5f5;
|
1653
1564
|
}
|
@@ -1660,11 +1571,9 @@
|
|
1660
1571
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1661
1572
|
background: #ffffff;
|
1662
1573
|
}
|
1663
|
-
|
1664
1574
|
.p-radiobutton-label {
|
1665
1575
|
margin-left: 0.5rem;
|
1666
1576
|
}
|
1667
|
-
|
1668
1577
|
.p-rating {
|
1669
1578
|
gap: 0.5rem;
|
1670
1579
|
}
|
@@ -1695,7 +1604,6 @@
|
|
1695
1604
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
1696
1605
|
color: #b00020;
|
1697
1606
|
}
|
1698
|
-
|
1699
1607
|
.p-selectbutton .p-button {
|
1700
1608
|
background: #ffffff;
|
1701
1609
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
@@ -1703,7 +1611,7 @@
|
|
1703
1611
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1704
1612
|
}
|
1705
1613
|
.p-selectbutton .p-button .p-button-icon-left,
|
1706
|
-
.p-selectbutton .p-button .p-button-icon-right {
|
1614
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
1707
1615
|
color: rgba(0, 0, 0, 0.6);
|
1708
1616
|
}
|
1709
1617
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1712,7 +1620,7 @@
|
|
1712
1620
|
color: rgba(0, 0, 0, 0.87);
|
1713
1621
|
}
|
1714
1622
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1715
|
-
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1623
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1716
1624
|
color: rgba(0, 0, 0, 0.6);
|
1717
1625
|
}
|
1718
1626
|
.p-selectbutton .p-button.p-highlight {
|
@@ -1721,7 +1629,7 @@
|
|
1721
1629
|
color: rgba(0, 0, 0, 0.87);
|
1722
1630
|
}
|
1723
1631
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
1724
|
-
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1632
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1725
1633
|
color: rgba(0, 0, 0, 0.6);
|
1726
1634
|
}
|
1727
1635
|
.p-selectbutton .p-button.p-highlight:hover {
|
@@ -1730,14 +1638,12 @@
|
|
1730
1638
|
color: rgba(0, 0, 0, 0.87);
|
1731
1639
|
}
|
1732
1640
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
1733
|
-
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1641
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1734
1642
|
color: rgba(0, 0, 0, 0.6);
|
1735
1643
|
}
|
1736
|
-
|
1737
1644
|
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
|
1738
1645
|
border-color: #b00020;
|
1739
1646
|
}
|
1740
|
-
|
1741
1647
|
.p-slider {
|
1742
1648
|
background: #c1c1c1;
|
1743
1649
|
border: 0 none;
|
@@ -1789,7 +1695,6 @@
|
|
1789
1695
|
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
|
1790
1696
|
transition: height 0.2s;
|
1791
1697
|
}
|
1792
|
-
|
1793
1698
|
.p-togglebutton.p-button {
|
1794
1699
|
background: #ffffff;
|
1795
1700
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
@@ -1797,7 +1702,7 @@
|
|
1797
1702
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1798
1703
|
}
|
1799
1704
|
.p-togglebutton.p-button .p-button-icon-left,
|
1800
|
-
.p-togglebutton.p-button .p-button-icon-right {
|
1705
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
1801
1706
|
color: rgba(0, 0, 0, 0.6);
|
1802
1707
|
}
|
1803
1708
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1806,7 +1711,7 @@
|
|
1806
1711
|
color: rgba(0, 0, 0, 0.87);
|
1807
1712
|
}
|
1808
1713
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1809
|
-
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1714
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1810
1715
|
color: rgba(0, 0, 0, 0.6);
|
1811
1716
|
}
|
1812
1717
|
.p-togglebutton.p-button.p-highlight {
|
@@ -1815,7 +1720,7 @@
|
|
1815
1720
|
color: rgba(0, 0, 0, 0.87);
|
1816
1721
|
}
|
1817
1722
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
1818
|
-
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1723
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1819
1724
|
color: rgba(0, 0, 0, 0.6);
|
1820
1725
|
}
|
1821
1726
|
.p-togglebutton.p-button.p-highlight:hover {
|
@@ -1824,14 +1729,12 @@
|
|
1824
1729
|
color: rgba(0, 0, 0, 0.87);
|
1825
1730
|
}
|
1826
1731
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
1827
|
-
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1732
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1828
1733
|
color: rgba(0, 0, 0, 0.6);
|
1829
1734
|
}
|
1830
|
-
|
1831
1735
|
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
1832
1736
|
border-color: #b00020;
|
1833
1737
|
}
|
1834
|
-
|
1835
1738
|
.p-treeselect {
|
1836
1739
|
background: #ffffff;
|
1837
1740
|
border: 1px solid rgba(0, 0, 0, 0.38);
|
@@ -1868,15 +1771,12 @@
|
|
1868
1771
|
border-top-right-radius: 4px;
|
1869
1772
|
border-bottom-right-radius: 4px;
|
1870
1773
|
}
|
1871
|
-
|
1872
1774
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1873
1775
|
border-color: #b00020;
|
1874
1776
|
}
|
1875
|
-
|
1876
1777
|
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
|
1877
1778
|
padding: 0.5rem 1rem;
|
1878
1779
|
}
|
1879
|
-
|
1880
1780
|
.p-treeselect-panel {
|
1881
1781
|
background: #ffffff;
|
1882
1782
|
color: rgba(0, 0, 0, 0.87);
|
@@ -1936,7 +1836,6 @@
|
|
1936
1836
|
color: rgba(0, 0, 0, 0.87);
|
1937
1837
|
background: transparent;
|
1938
1838
|
}
|
1939
|
-
|
1940
1839
|
.p-input-filled .p-treeselect {
|
1941
1840
|
background: #f5f5f5;
|
1942
1841
|
}
|
@@ -1946,7 +1845,6 @@
|
|
1946
1845
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
1947
1846
|
background-color: #dcdcdc;
|
1948
1847
|
}
|
1949
|
-
|
1950
1848
|
p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
|
1951
1849
|
padding-right: 2rem;
|
1952
1850
|
}
|
@@ -1954,7 +1852,6 @@
|
|
1954
1852
|
color: rgba(0, 0, 0, 0.6);
|
1955
1853
|
right: 3rem;
|
1956
1854
|
}
|
1957
|
-
|
1958
1855
|
.p-button {
|
1959
1856
|
color: #ffffff;
|
1960
1857
|
background: #673AB7;
|
@@ -2066,7 +1963,7 @@
|
|
2066
1963
|
padding: 0.714rem;
|
2067
1964
|
}
|
2068
1965
|
.p-button.p-button-icon-only .p-button-icon-left,
|
2069
|
-
.p-button.p-button-icon-only .p-button-icon-right {
|
1966
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
2070
1967
|
margin: 0;
|
2071
1968
|
}
|
2072
1969
|
.p-button.p-button-icon-only.p-button-rounded {
|
@@ -2093,7 +1990,6 @@
|
|
2093
1990
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
2094
1991
|
margin-right: 0;
|
2095
1992
|
}
|
2096
|
-
|
2097
1993
|
.p-fluid .p-button {
|
2098
1994
|
width: 100%;
|
2099
1995
|
}
|
@@ -2106,421 +2002,414 @@
|
|
2106
2002
|
.p-fluid .p-buttonset .p-button {
|
2107
2003
|
flex: 1;
|
2108
2004
|
}
|
2109
|
-
|
2110
2005
|
.p-button.p-button-secondary,
|
2111
|
-
.p-buttonset.p-button-secondary > .p-button,
|
2112
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2006
|
+
.p-buttonset.p-button-secondary > .p-button,
|
2007
|
+
.p-splitbutton.p-button-secondary > .p-button {
|
2113
2008
|
color: #ffffff;
|
2114
2009
|
background: #4CAF50;
|
2115
2010
|
border: 0 none;
|
2116
2011
|
}
|
2117
2012
|
.p-button.p-button-secondary:not(:disabled):hover,
|
2118
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2119
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2013
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2014
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2120
2015
|
background: rgba(76, 175, 80, 0.92);
|
2121
2016
|
color: #ffffff;
|
2122
2017
|
border-color: transparent;
|
2123
2018
|
}
|
2124
2019
|
.p-button.p-button-secondary:not(:disabled):focus,
|
2125
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2126
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2020
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2021
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2127
2022
|
box-shadow: none;
|
2128
2023
|
}
|
2129
2024
|
.p-button.p-button-secondary:not(:disabled):active,
|
2130
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2131
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2025
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2026
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2132
2027
|
background: rgba(76, 175, 80, 0.68);
|
2133
2028
|
color: #ffffff;
|
2134
2029
|
border-color: transparent;
|
2135
2030
|
}
|
2136
2031
|
.p-button.p-button-secondary.p-button-outlined,
|
2137
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2138
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2032
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2033
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2139
2034
|
background-color: transparent;
|
2140
2035
|
color: #4CAF50;
|
2141
2036
|
border: 0 none;
|
2142
2037
|
}
|
2143
2038
|
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2144
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2145
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2039
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2040
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2146
2041
|
background: rgba(76, 175, 80, 0.04);
|
2147
2042
|
color: #4CAF50;
|
2148
2043
|
border: 0 none;
|
2149
2044
|
}
|
2150
2045
|
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2151
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2152
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2046
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2047
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2153
2048
|
background: rgba(76, 175, 80, 0.16);
|
2154
2049
|
color: #4CAF50;
|
2155
2050
|
border: 0 none;
|
2156
2051
|
}
|
2157
2052
|
.p-button.p-button-secondary.p-button-text,
|
2158
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2159
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2053
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2054
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2160
2055
|
background-color: transparent;
|
2161
2056
|
color: #4CAF50;
|
2162
2057
|
border-color: transparent;
|
2163
2058
|
}
|
2164
2059
|
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2165
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2166
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2060
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2061
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2167
2062
|
background: rgba(76, 175, 80, 0.04);
|
2168
2063
|
border-color: transparent;
|
2169
2064
|
color: #4CAF50;
|
2170
2065
|
}
|
2171
2066
|
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2172
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2173
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2067
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2068
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2174
2069
|
background: rgba(76, 175, 80, 0.16);
|
2175
2070
|
border-color: transparent;
|
2176
2071
|
color: #4CAF50;
|
2177
2072
|
}
|
2178
|
-
|
2179
2073
|
.p-button.p-button-info,
|
2180
|
-
.p-buttonset.p-button-info > .p-button,
|
2181
|
-
.p-splitbutton.p-button-info > .p-button {
|
2074
|
+
.p-buttonset.p-button-info > .p-button,
|
2075
|
+
.p-splitbutton.p-button-info > .p-button {
|
2182
2076
|
color: #ffffff;
|
2183
2077
|
background: #2196f3;
|
2184
2078
|
border: 0 none;
|
2185
2079
|
}
|
2186
2080
|
.p-button.p-button-info:not(:disabled):hover,
|
2187
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2188
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2081
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2082
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2189
2083
|
background: rgba(33, 150, 243, 0.92);
|
2190
2084
|
color: #ffffff;
|
2191
2085
|
border-color: transparent;
|
2192
2086
|
}
|
2193
2087
|
.p-button.p-button-info:not(:disabled):focus,
|
2194
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2195
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2088
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2089
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2196
2090
|
box-shadow: none;
|
2197
2091
|
}
|
2198
2092
|
.p-button.p-button-info:not(:disabled):active,
|
2199
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2200
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2093
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2094
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2201
2095
|
background: rgba(33, 150, 243, 0.68);
|
2202
2096
|
color: #ffffff;
|
2203
2097
|
border-color: transparent;
|
2204
2098
|
}
|
2205
2099
|
.p-button.p-button-info.p-button-outlined,
|
2206
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2207
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2100
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2101
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2208
2102
|
background-color: transparent;
|
2209
2103
|
color: #2196f3;
|
2210
2104
|
border: 0 none;
|
2211
2105
|
}
|
2212
2106
|
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2213
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2214
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2107
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2108
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2215
2109
|
background: rgba(33, 150, 243, 0.04);
|
2216
2110
|
color: #2196f3;
|
2217
2111
|
border: 0 none;
|
2218
2112
|
}
|
2219
2113
|
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2220
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2221
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2114
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2115
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2222
2116
|
background: rgba(33, 150, 243, 0.16);
|
2223
2117
|
color: #2196f3;
|
2224
2118
|
border: 0 none;
|
2225
2119
|
}
|
2226
2120
|
.p-button.p-button-info.p-button-text,
|
2227
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2228
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2121
|
+
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2122
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2229
2123
|
background-color: transparent;
|
2230
2124
|
color: #2196f3;
|
2231
2125
|
border-color: transparent;
|
2232
2126
|
}
|
2233
2127
|
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2234
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2235
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2128
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2129
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2236
2130
|
background: rgba(33, 150, 243, 0.04);
|
2237
2131
|
border-color: transparent;
|
2238
2132
|
color: #2196f3;
|
2239
2133
|
}
|
2240
2134
|
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2241
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2242
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2135
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2136
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2243
2137
|
background: rgba(33, 150, 243, 0.16);
|
2244
2138
|
border-color: transparent;
|
2245
2139
|
color: #2196f3;
|
2246
2140
|
}
|
2247
|
-
|
2248
2141
|
.p-button.p-button-success,
|
2249
|
-
.p-buttonset.p-button-success > .p-button,
|
2250
|
-
.p-splitbutton.p-button-success > .p-button {
|
2142
|
+
.p-buttonset.p-button-success > .p-button,
|
2143
|
+
.p-splitbutton.p-button-success > .p-button {
|
2251
2144
|
color: #ffffff;
|
2252
2145
|
background: #689f38;
|
2253
2146
|
border: 0 none;
|
2254
2147
|
}
|
2255
2148
|
.p-button.p-button-success:not(:disabled):hover,
|
2256
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2257
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2149
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2150
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2258
2151
|
background: rgba(104, 159, 56, 0.92);
|
2259
2152
|
color: #ffffff;
|
2260
2153
|
border-color: transparent;
|
2261
2154
|
}
|
2262
2155
|
.p-button.p-button-success:not(:disabled):focus,
|
2263
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2264
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2156
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2157
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2265
2158
|
box-shadow: none;
|
2266
2159
|
}
|
2267
2160
|
.p-button.p-button-success:not(:disabled):active,
|
2268
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2269
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2161
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2162
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2270
2163
|
background: rgba(104, 159, 56, 0.68);
|
2271
2164
|
color: #ffffff;
|
2272
2165
|
border-color: transparent;
|
2273
2166
|
}
|
2274
2167
|
.p-button.p-button-success.p-button-outlined,
|
2275
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2276
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2168
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2169
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2277
2170
|
background-color: transparent;
|
2278
2171
|
color: #689f38;
|
2279
2172
|
border: 0 none;
|
2280
2173
|
}
|
2281
2174
|
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2282
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2283
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2175
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2176
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2284
2177
|
background: rgba(104, 159, 56, 0.04);
|
2285
2178
|
color: #689f38;
|
2286
2179
|
border: 0 none;
|
2287
2180
|
}
|
2288
2181
|
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2289
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2290
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2182
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2183
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2291
2184
|
background: rgba(104, 159, 56, 0.16);
|
2292
2185
|
color: #689f38;
|
2293
2186
|
border: 0 none;
|
2294
2187
|
}
|
2295
2188
|
.p-button.p-button-success.p-button-text,
|
2296
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2297
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2189
|
+
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2190
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2298
2191
|
background-color: transparent;
|
2299
2192
|
color: #689f38;
|
2300
2193
|
border-color: transparent;
|
2301
2194
|
}
|
2302
2195
|
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2303
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2304
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2196
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2197
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2305
2198
|
background: rgba(104, 159, 56, 0.04);
|
2306
2199
|
border-color: transparent;
|
2307
2200
|
color: #689f38;
|
2308
2201
|
}
|
2309
2202
|
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2310
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2311
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2203
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2204
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2312
2205
|
background: rgba(104, 159, 56, 0.16);
|
2313
2206
|
border-color: transparent;
|
2314
2207
|
color: #689f38;
|
2315
2208
|
}
|
2316
|
-
|
2317
2209
|
.p-button.p-button-warning,
|
2318
|
-
.p-buttonset.p-button-warning > .p-button,
|
2319
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2210
|
+
.p-buttonset.p-button-warning > .p-button,
|
2211
|
+
.p-splitbutton.p-button-warning > .p-button {
|
2320
2212
|
color: #212529;
|
2321
2213
|
background: #fbc02d;
|
2322
2214
|
border: 0 none;
|
2323
2215
|
}
|
2324
2216
|
.p-button.p-button-warning:not(:disabled):hover,
|
2325
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2326
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2217
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2218
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2327
2219
|
background: rgba(251, 192, 45, 0.92);
|
2328
2220
|
color: #212529;
|
2329
2221
|
border-color: transparent;
|
2330
2222
|
}
|
2331
2223
|
.p-button.p-button-warning:not(:disabled):focus,
|
2332
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2333
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2224
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2225
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2334
2226
|
box-shadow: none;
|
2335
2227
|
}
|
2336
2228
|
.p-button.p-button-warning:not(:disabled):active,
|
2337
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2338
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2229
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2230
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2339
2231
|
background: rgba(251, 192, 45, 0.68);
|
2340
2232
|
color: #212529;
|
2341
2233
|
border-color: transparent;
|
2342
2234
|
}
|
2343
2235
|
.p-button.p-button-warning.p-button-outlined,
|
2344
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2345
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2236
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2237
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2346
2238
|
background-color: transparent;
|
2347
2239
|
color: #fbc02d;
|
2348
2240
|
border: 0 none;
|
2349
2241
|
}
|
2350
2242
|
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2351
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2352
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2243
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2244
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2353
2245
|
background: rgba(251, 192, 45, 0.04);
|
2354
2246
|
color: #fbc02d;
|
2355
2247
|
border: 0 none;
|
2356
2248
|
}
|
2357
2249
|
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2358
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2359
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2250
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2251
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2360
2252
|
background: rgba(251, 192, 45, 0.16);
|
2361
2253
|
color: #fbc02d;
|
2362
2254
|
border: 0 none;
|
2363
2255
|
}
|
2364
2256
|
.p-button.p-button-warning.p-button-text,
|
2365
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2366
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2257
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2258
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2367
2259
|
background-color: transparent;
|
2368
2260
|
color: #fbc02d;
|
2369
2261
|
border-color: transparent;
|
2370
2262
|
}
|
2371
2263
|
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2372
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2373
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2264
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2265
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2374
2266
|
background: rgba(251, 192, 45, 0.04);
|
2375
2267
|
border-color: transparent;
|
2376
2268
|
color: #fbc02d;
|
2377
2269
|
}
|
2378
2270
|
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2379
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2380
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2271
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2272
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2381
2273
|
background: rgba(251, 192, 45, 0.16);
|
2382
2274
|
border-color: transparent;
|
2383
2275
|
color: #fbc02d;
|
2384
2276
|
}
|
2385
|
-
|
2386
2277
|
.p-button.p-button-help,
|
2387
|
-
.p-buttonset.p-button-help > .p-button,
|
2388
|
-
.p-splitbutton.p-button-help > .p-button {
|
2278
|
+
.p-buttonset.p-button-help > .p-button,
|
2279
|
+
.p-splitbutton.p-button-help > .p-button {
|
2389
2280
|
color: #ffffff;
|
2390
2281
|
background: #9c27b0;
|
2391
2282
|
border: 0 none;
|
2392
2283
|
}
|
2393
2284
|
.p-button.p-button-help:not(:disabled):hover,
|
2394
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2395
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2285
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2286
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2396
2287
|
background: rgba(156, 39, 176, 0.92);
|
2397
2288
|
color: #ffffff;
|
2398
2289
|
border-color: transparent;
|
2399
2290
|
}
|
2400
2291
|
.p-button.p-button-help:not(:disabled):focus,
|
2401
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2402
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2292
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2293
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2403
2294
|
box-shadow: none;
|
2404
2295
|
}
|
2405
2296
|
.p-button.p-button-help:not(:disabled):active,
|
2406
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2407
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2297
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2298
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2408
2299
|
background: rgba(156, 39, 176, 0.68);
|
2409
2300
|
color: #ffffff;
|
2410
2301
|
border-color: transparent;
|
2411
2302
|
}
|
2412
2303
|
.p-button.p-button-help.p-button-outlined,
|
2413
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2414
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2304
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2305
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2415
2306
|
background-color: transparent;
|
2416
2307
|
color: #9c27b0;
|
2417
2308
|
border: 0 none;
|
2418
2309
|
}
|
2419
2310
|
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2420
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2421
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2311
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2312
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2422
2313
|
background: rgba(156, 39, 176, 0.04);
|
2423
2314
|
color: #9c27b0;
|
2424
2315
|
border: 0 none;
|
2425
2316
|
}
|
2426
2317
|
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2427
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2428
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2318
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2319
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2429
2320
|
background: rgba(156, 39, 176, 0.16);
|
2430
2321
|
color: #9c27b0;
|
2431
2322
|
border: 0 none;
|
2432
2323
|
}
|
2433
2324
|
.p-button.p-button-help.p-button-text,
|
2434
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2435
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2325
|
+
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2326
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2436
2327
|
background-color: transparent;
|
2437
2328
|
color: #9c27b0;
|
2438
2329
|
border-color: transparent;
|
2439
2330
|
}
|
2440
2331
|
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2441
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2442
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2332
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2333
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2443
2334
|
background: rgba(156, 39, 176, 0.04);
|
2444
2335
|
border-color: transparent;
|
2445
2336
|
color: #9c27b0;
|
2446
2337
|
}
|
2447
2338
|
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2448
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2449
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2339
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2340
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2450
2341
|
background: rgba(156, 39, 176, 0.16);
|
2451
2342
|
border-color: transparent;
|
2452
2343
|
color: #9c27b0;
|
2453
2344
|
}
|
2454
|
-
|
2455
2345
|
.p-button.p-button-danger,
|
2456
|
-
.p-buttonset.p-button-danger > .p-button,
|
2457
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2346
|
+
.p-buttonset.p-button-danger > .p-button,
|
2347
|
+
.p-splitbutton.p-button-danger > .p-button {
|
2458
2348
|
color: #ffffff;
|
2459
2349
|
background: #d32f2f;
|
2460
2350
|
border: 0 none;
|
2461
2351
|
}
|
2462
2352
|
.p-button.p-button-danger:not(:disabled):hover,
|
2463
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2464
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2353
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2354
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2465
2355
|
background: rgba(211, 47, 47, 0.92);
|
2466
2356
|
color: #ffffff;
|
2467
2357
|
border-color: transparent;
|
2468
2358
|
}
|
2469
2359
|
.p-button.p-button-danger:not(:disabled):focus,
|
2470
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2471
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2360
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2361
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2472
2362
|
box-shadow: none;
|
2473
2363
|
}
|
2474
2364
|
.p-button.p-button-danger:not(:disabled):active,
|
2475
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2476
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2365
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2366
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2477
2367
|
background: rgba(211, 47, 47, 0.68);
|
2478
2368
|
color: #ffffff;
|
2479
2369
|
border-color: transparent;
|
2480
2370
|
}
|
2481
2371
|
.p-button.p-button-danger.p-button-outlined,
|
2482
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2483
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2372
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2373
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2484
2374
|
background-color: transparent;
|
2485
2375
|
color: #d32f2f;
|
2486
2376
|
border: 0 none;
|
2487
2377
|
}
|
2488
2378
|
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2489
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2490
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2379
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2380
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2491
2381
|
background: rgba(211, 47, 47, 0.04);
|
2492
2382
|
color: #d32f2f;
|
2493
2383
|
border: 0 none;
|
2494
2384
|
}
|
2495
2385
|
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2496
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2497
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2386
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2387
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2498
2388
|
background: rgba(211, 47, 47, 0.16);
|
2499
2389
|
color: #d32f2f;
|
2500
2390
|
border: 0 none;
|
2501
2391
|
}
|
2502
2392
|
.p-button.p-button-danger.p-button-text,
|
2503
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2504
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2393
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2394
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2505
2395
|
background-color: transparent;
|
2506
2396
|
color: #d32f2f;
|
2507
2397
|
border-color: transparent;
|
2508
2398
|
}
|
2509
2399
|
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2510
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2511
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2400
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2401
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2512
2402
|
background: rgba(211, 47, 47, 0.04);
|
2513
2403
|
border-color: transparent;
|
2514
2404
|
color: #d32f2f;
|
2515
2405
|
}
|
2516
2406
|
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2517
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2518
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2407
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2408
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2519
2409
|
background: rgba(211, 47, 47, 0.16);
|
2520
2410
|
border-color: transparent;
|
2521
2411
|
color: #d32f2f;
|
2522
2412
|
}
|
2523
|
-
|
2524
2413
|
.p-button.p-button-link {
|
2525
2414
|
color: #673AB7;
|
2526
2415
|
background: transparent;
|
@@ -2544,7 +2433,6 @@
|
|
2544
2433
|
color: #673AB7;
|
2545
2434
|
border-color: transparent;
|
2546
2435
|
}
|
2547
|
-
|
2548
2436
|
.p-speeddial-button.p-button.p-button-icon-only {
|
2549
2437
|
width: 4rem;
|
2550
2438
|
height: 4rem;
|
@@ -2556,17 +2444,14 @@
|
|
2556
2444
|
width: 2rem;
|
2557
2445
|
height: 2rem;
|
2558
2446
|
}
|
2559
|
-
|
2560
2447
|
.p-speeddial-list {
|
2561
2448
|
outline: 0 none;
|
2562
2449
|
}
|
2563
|
-
|
2564
2450
|
.p-speeddial-item.p-focus > .p-speeddial-action {
|
2565
2451
|
outline: 0 none;
|
2566
2452
|
outline-offset: 0;
|
2567
2453
|
box-shadow: none;
|
2568
2454
|
}
|
2569
|
-
|
2570
2455
|
.p-speeddial-action {
|
2571
2456
|
width: 3rem;
|
2572
2457
|
height: 3rem;
|
@@ -2577,52 +2462,45 @@
|
|
2577
2462
|
background: rgba(76, 175, 80, 0.92);
|
2578
2463
|
color: #fff;
|
2579
2464
|
}
|
2580
|
-
|
2581
2465
|
.p-speeddial-direction-up .p-speeddial-item {
|
2582
2466
|
margin: 0.25rem 0;
|
2583
2467
|
}
|
2584
2468
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
2585
2469
|
margin-bottom: 0.5rem;
|
2586
2470
|
}
|
2587
|
-
|
2588
2471
|
.p-speeddial-direction-down .p-speeddial-item {
|
2589
2472
|
margin: 0.25rem 0;
|
2590
2473
|
}
|
2591
2474
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
2592
2475
|
margin-top: 0.5rem;
|
2593
2476
|
}
|
2594
|
-
|
2595
2477
|
.p-speeddial-direction-left .p-speeddial-item {
|
2596
2478
|
margin: 0 0.25rem;
|
2597
2479
|
}
|
2598
2480
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
2599
2481
|
margin-right: 0.5rem;
|
2600
2482
|
}
|
2601
|
-
|
2602
2483
|
.p-speeddial-direction-right .p-speeddial-item {
|
2603
2484
|
margin: 0 0.25rem;
|
2604
2485
|
}
|
2605
2486
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
2606
2487
|
margin-left: 0.5rem;
|
2607
2488
|
}
|
2608
|
-
|
2609
2489
|
.p-speeddial-circle .p-speeddial-item,
|
2610
|
-
.p-speeddial-semi-circle .p-speeddial-item,
|
2611
|
-
.p-speeddial-quarter-circle .p-speeddial-item {
|
2490
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
2491
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
2612
2492
|
margin: 0;
|
2613
2493
|
}
|
2614
2494
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
2615
|
-
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2616
|
-
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2617
|
-
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2618
|
-
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2495
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2496
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2497
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2498
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2619
2499
|
margin: 0;
|
2620
2500
|
}
|
2621
|
-
|
2622
2501
|
.p-speeddial-mask {
|
2623
2502
|
background-color: rgba(0, 0, 0, 0.32);
|
2624
2503
|
}
|
2625
|
-
|
2626
2504
|
.p-splitbutton {
|
2627
2505
|
border-radius: 4px;
|
2628
2506
|
}
|
@@ -2700,7 +2578,6 @@
|
|
2700
2578
|
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2701
2579
|
font-size: 1.25rem;
|
2702
2580
|
}
|
2703
|
-
|
2704
2581
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2705
2582
|
background-color: transparent;
|
2706
2583
|
color: #4CAF50;
|
@@ -2729,7 +2606,6 @@
|
|
2729
2606
|
border-color: transparent;
|
2730
2607
|
color: #4CAF50;
|
2731
2608
|
}
|
2732
|
-
|
2733
2609
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2734
2610
|
background-color: transparent;
|
2735
2611
|
color: #2196f3;
|
@@ -2758,7 +2634,6 @@
|
|
2758
2634
|
border-color: transparent;
|
2759
2635
|
color: #2196f3;
|
2760
2636
|
}
|
2761
|
-
|
2762
2637
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2763
2638
|
background-color: transparent;
|
2764
2639
|
color: #689f38;
|
@@ -2787,7 +2662,6 @@
|
|
2787
2662
|
border-color: transparent;
|
2788
2663
|
color: #689f38;
|
2789
2664
|
}
|
2790
|
-
|
2791
2665
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2792
2666
|
background-color: transparent;
|
2793
2667
|
color: #fbc02d;
|
@@ -2816,7 +2690,6 @@
|
|
2816
2690
|
border-color: transparent;
|
2817
2691
|
color: #fbc02d;
|
2818
2692
|
}
|
2819
|
-
|
2820
2693
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2821
2694
|
background-color: transparent;
|
2822
2695
|
color: #9c27b0;
|
@@ -2845,7 +2718,6 @@
|
|
2845
2718
|
border-color: transparent;
|
2846
2719
|
color: #9c27b0;
|
2847
2720
|
}
|
2848
|
-
|
2849
2721
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2850
2722
|
background-color: transparent;
|
2851
2723
|
color: #d32f2f;
|
@@ -2874,9 +2746,8 @@
|
|
2874
2746
|
border-color: transparent;
|
2875
2747
|
color: #d32f2f;
|
2876
2748
|
}
|
2877
|
-
|
2878
2749
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2879
|
-
.p-carousel .p-carousel-content .p-carousel-next {
|
2750
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
2880
2751
|
width: 2.5rem;
|
2881
2752
|
height: 2.5rem;
|
2882
2753
|
color: rgba(0, 0, 0, 0.6);
|
@@ -2887,13 +2758,13 @@
|
|
2887
2758
|
margin: 0.5rem;
|
2888
2759
|
}
|
2889
2760
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
2890
|
-
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2761
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2891
2762
|
color: rgba(0, 0, 0, 0.6);
|
2892
2763
|
border-color: transparent;
|
2893
2764
|
background: rgba(0, 0, 0, 0.04);
|
2894
2765
|
}
|
2895
2766
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
2896
|
-
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2767
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2897
2768
|
outline: 0 none;
|
2898
2769
|
outline-offset: 0;
|
2899
2770
|
box-shadow: none;
|
@@ -2919,7 +2790,6 @@
|
|
2919
2790
|
background: rgba(103, 58, 183, 0.12);
|
2920
2791
|
color: #673AB7;
|
2921
2792
|
}
|
2922
|
-
|
2923
2793
|
.p-datatable .p-paginator-top {
|
2924
2794
|
border-width: 0 0 1px 0;
|
2925
2795
|
border-radius: 0;
|
@@ -3013,9 +2883,9 @@
|
|
3013
2883
|
padding: 1rem 1rem;
|
3014
2884
|
}
|
3015
2885
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
3016
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
3017
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
3018
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
2886
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
2887
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
2888
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
3019
2889
|
width: 2.5rem;
|
3020
2890
|
height: 2.5rem;
|
3021
2891
|
color: rgba(0, 0, 0, 0.6);
|
@@ -3025,17 +2895,17 @@
|
|
3025
2895
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
3026
2896
|
}
|
3027
2897
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
3028
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
3029
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
3030
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
2898
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
2899
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
2900
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
3031
2901
|
color: rgba(0, 0, 0, 0.6);
|
3032
2902
|
border-color: transparent;
|
3033
2903
|
background: rgba(0, 0, 0, 0.04);
|
3034
2904
|
}
|
3035
2905
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
3036
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
3037
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
3038
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
2906
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
2907
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
2908
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
3039
2909
|
outline: 0 none;
|
3040
2910
|
outline-offset: 0;
|
3041
2911
|
box-shadow: none;
|
@@ -3065,12 +2935,12 @@
|
|
3065
2935
|
background: #673AB7;
|
3066
2936
|
}
|
3067
2937
|
.p-datatable .p-datatable-scrollable-header,
|
3068
|
-
.p-datatable .p-datatable-scrollable-footer {
|
2938
|
+
.p-datatable .p-datatable-scrollable-footer {
|
3069
2939
|
background: #ffffff;
|
3070
2940
|
}
|
3071
2941
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
3072
|
-
.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,
|
3073
|
-
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
2942
|
+
.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,
|
2943
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
3074
2944
|
background-color: #ffffff;
|
3075
2945
|
}
|
3076
2946
|
.p-datatable .p-datatable-loading-icon {
|
@@ -3173,7 +3043,6 @@
|
|
3173
3043
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
3174
3044
|
padding: 1.25rem 1.25rem;
|
3175
3045
|
}
|
3176
|
-
|
3177
3046
|
.p-dataview .p-paginator-top {
|
3178
3047
|
border-width: 0 0 1px 0;
|
3179
3048
|
border-radius: 0;
|
@@ -3212,12 +3081,10 @@
|
|
3212
3081
|
.p-dataview .p-dataview-emptymessage {
|
3213
3082
|
padding: 1rem;
|
3214
3083
|
}
|
3215
|
-
|
3216
3084
|
.p-column-filter-row .p-column-filter-menu-button,
|
3217
|
-
.p-column-filter-row .p-column-filter-clear-button {
|
3085
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
3218
3086
|
margin-left: 0.5rem;
|
3219
3087
|
}
|
3220
|
-
|
3221
3088
|
.p-column-filter-menu-button {
|
3222
3089
|
width: 2.5rem;
|
3223
3090
|
height: 2.5rem;
|
@@ -3245,7 +3112,6 @@
|
|
3245
3112
|
outline-offset: 0;
|
3246
3113
|
box-shadow: none;
|
3247
3114
|
}
|
3248
|
-
|
3249
3115
|
.p-column-filter-clear-button {
|
3250
3116
|
width: 2.5rem;
|
3251
3117
|
height: 2.5rem;
|
@@ -3265,7 +3131,6 @@
|
|
3265
3131
|
outline-offset: 0;
|
3266
3132
|
box-shadow: none;
|
3267
3133
|
}
|
3268
|
-
|
3269
3134
|
.p-column-filter-overlay {
|
3270
3135
|
background: #ffffff;
|
3271
3136
|
color: rgba(0, 0, 0, 0.87);
|
@@ -3303,7 +3168,6 @@
|
|
3303
3168
|
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
3304
3169
|
margin: 0.5rem 0;
|
3305
3170
|
}
|
3306
|
-
|
3307
3171
|
.p-column-filter-overlay-menu .p-column-filter-operator {
|
3308
3172
|
padding: 1rem;
|
3309
3173
|
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
@@ -3332,7 +3196,6 @@
|
|
3332
3196
|
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
3333
3197
|
padding: 1rem;
|
3334
3198
|
}
|
3335
|
-
|
3336
3199
|
.p-orderlist .p-orderlist-controls {
|
3337
3200
|
padding: 1rem;
|
3338
3201
|
}
|
@@ -3410,7 +3273,6 @@
|
|
3410
3273
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3411
3274
|
background: rgba(0, 0, 0, 0.04);
|
3412
3275
|
}
|
3413
|
-
|
3414
3276
|
.p-orderlist-item.cdk-drag-preview {
|
3415
3277
|
padding: 1rem 1rem;
|
3416
3278
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
@@ -3419,7 +3281,6 @@
|
|
3419
3281
|
background: #ffffff;
|
3420
3282
|
margin: 0;
|
3421
3283
|
}
|
3422
|
-
|
3423
3284
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
3424
3285
|
background: rgba(0, 0, 0, 0.04);
|
3425
3286
|
color: rgba(0, 0, 0, 0.87);
|
@@ -3458,7 +3319,6 @@
|
|
3458
3319
|
outline-offset: 0;
|
3459
3320
|
box-shadow: none;
|
3460
3321
|
}
|
3461
|
-
|
3462
3322
|
.p-paginator {
|
3463
3323
|
background: #ffffff;
|
3464
3324
|
color: rgba(0, 0, 0, 0.87);
|
@@ -3468,9 +3328,9 @@
|
|
3468
3328
|
border-radius: 4px;
|
3469
3329
|
}
|
3470
3330
|
.p-paginator .p-paginator-first,
|
3471
|
-
.p-paginator .p-paginator-prev,
|
3472
|
-
.p-paginator .p-paginator-next,
|
3473
|
-
.p-paginator .p-paginator-last {
|
3331
|
+
.p-paginator .p-paginator-prev,
|
3332
|
+
.p-paginator .p-paginator-next,
|
3333
|
+
.p-paginator .p-paginator-last {
|
3474
3334
|
background-color: transparent;
|
3475
3335
|
border: 0 none;
|
3476
3336
|
color: rgba(0, 0, 0, 0.6);
|
@@ -3481,9 +3341,9 @@
|
|
3481
3341
|
border-radius: 50%;
|
3482
3342
|
}
|
3483
3343
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
3484
|
-
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3485
|
-
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3486
|
-
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3344
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3345
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3346
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3487
3347
|
background: rgba(0, 0, 0, 0.04);
|
3488
3348
|
border-color: transparent;
|
3489
3349
|
color: rgba(0, 0, 0, 0.6);
|
@@ -3540,7 +3400,6 @@
|
|
3540
3400
|
border-color: transparent;
|
3541
3401
|
color: rgba(0, 0, 0, 0.6);
|
3542
3402
|
}
|
3543
|
-
|
3544
3403
|
.p-picklist .p-picklist-buttons {
|
3545
3404
|
padding: 1rem;
|
3546
3405
|
}
|
@@ -3618,7 +3477,6 @@
|
|
3618
3477
|
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3619
3478
|
background: rgba(0, 0, 0, 0.04);
|
3620
3479
|
}
|
3621
|
-
|
3622
3480
|
.p-picklist-item.cdk-drag-preview {
|
3623
3481
|
padding: 1rem 1rem;
|
3624
3482
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
@@ -3627,7 +3485,6 @@
|
|
3627
3485
|
background: #ffffff;
|
3628
3486
|
margin: 0;
|
3629
3487
|
}
|
3630
|
-
|
3631
3488
|
.p-timeline .p-timeline-event-marker {
|
3632
3489
|
border: 0 none;
|
3633
3490
|
border-radius: 50%;
|
@@ -3639,20 +3496,19 @@
|
|
3639
3496
|
background-color: #bdbdbd;
|
3640
3497
|
}
|
3641
3498
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
3642
|
-
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3499
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3643
3500
|
padding: 0 1rem;
|
3644
3501
|
}
|
3645
3502
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
3646
3503
|
width: 2px;
|
3647
3504
|
}
|
3648
3505
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
3649
|
-
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3506
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3650
3507
|
padding: 1rem 0;
|
3651
3508
|
}
|
3652
3509
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
3653
3510
|
height: 2px;
|
3654
3511
|
}
|
3655
|
-
|
3656
3512
|
.p-tree {
|
3657
3513
|
border: 1px solid #e0e0e0;
|
3658
3514
|
background: #ffffff;
|
@@ -3709,11 +3565,11 @@
|
|
3709
3565
|
color: #673AB7;
|
3710
3566
|
}
|
3711
3567
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
3712
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3568
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3713
3569
|
color: #673AB7;
|
3714
3570
|
}
|
3715
3571
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
3716
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3572
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3717
3573
|
color: #673AB7;
|
3718
3574
|
}
|
3719
3575
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
@@ -3786,7 +3642,6 @@
|
|
3786
3642
|
outline-offset: 0;
|
3787
3643
|
box-shadow: none;
|
3788
3644
|
}
|
3789
|
-
|
3790
3645
|
.p-treetable .p-paginator-top {
|
3791
3646
|
border-width: 0 0 1px 0;
|
3792
3647
|
border-radius: 0;
|
@@ -3926,7 +3781,7 @@
|
|
3926
3781
|
background: #673AB7;
|
3927
3782
|
}
|
3928
3783
|
.p-treetable .p-treetable-scrollable-header,
|
3929
|
-
.p-treetable .p-treetable-scrollable-footer {
|
3784
|
+
.p-treetable .p-treetable-scrollable-footer {
|
3930
3785
|
background: #ffffff;
|
3931
3786
|
}
|
3932
3787
|
.p-treetable .p-treetable-loading-icon {
|
@@ -3987,7 +3842,6 @@
|
|
3987
3842
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
3988
3843
|
padding: 1.25rem 1.25rem;
|
3989
3844
|
}
|
3990
|
-
|
3991
3845
|
.p-virtualscroller .p-virtualscroller-header {
|
3992
3846
|
background: #ffffff;
|
3993
3847
|
color: rgba(0, 0, 0, 0.87);
|
@@ -4012,7 +3866,6 @@
|
|
4012
3866
|
border-bottom-left-radius: 4px;
|
4013
3867
|
border-bottom-right-radius: 4px;
|
4014
3868
|
}
|
4015
|
-
|
4016
3869
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
4017
3870
|
padding: 1.5rem;
|
4018
3871
|
border: 0 none;
|
@@ -4085,7 +3938,6 @@
|
|
4085
3938
|
border-bottom-right-radius: 4px;
|
4086
3939
|
border-bottom-left-radius: 4px;
|
4087
3940
|
}
|
4088
|
-
|
4089
3941
|
.p-card {
|
4090
3942
|
background: #ffffff;
|
4091
3943
|
color: rgba(0, 0, 0, 0.87);
|
@@ -4111,7 +3963,6 @@
|
|
4111
3963
|
.p-card .p-card-footer {
|
4112
3964
|
padding: 1rem 0 0 0;
|
4113
3965
|
}
|
4114
|
-
|
4115
3966
|
.p-divider .p-divider-content {
|
4116
3967
|
background-color: #ffffff;
|
4117
3968
|
}
|
@@ -4135,7 +3986,6 @@
|
|
4135
3986
|
.p-divider.p-divider-vertical .p-divider-content {
|
4136
3987
|
padding: 0.5rem 0;
|
4137
3988
|
}
|
4138
|
-
|
4139
3989
|
.p-fieldset {
|
4140
3990
|
border: 1px solid #e0e0e0;
|
4141
3991
|
background: #ffffff;
|
@@ -4176,7 +4026,6 @@
|
|
4176
4026
|
.p-fieldset .p-fieldset-content {
|
4177
4027
|
padding: 1rem;
|
4178
4028
|
}
|
4179
|
-
|
4180
4029
|
.p-panel .p-panel-header {
|
4181
4030
|
border: 1px solid #e0e0e0;
|
4182
4031
|
padding: 1rem;
|
@@ -4243,7 +4092,6 @@
|
|
4243
4092
|
width: 100%;
|
4244
4093
|
text-align: center;
|
4245
4094
|
}
|
4246
|
-
|
4247
4095
|
.p-scrollpanel .p-scrollpanel-bar {
|
4248
4096
|
background: rgba(0, 0, 0, 0.12);
|
4249
4097
|
border: 0 none;
|
@@ -4254,7 +4102,6 @@
|
|
4254
4102
|
outline-offset: 0;
|
4255
4103
|
box-shadow: none;
|
4256
4104
|
}
|
4257
|
-
|
4258
4105
|
.p-splitter {
|
4259
4106
|
border: 1px solid #e0e0e0;
|
4260
4107
|
background: #ffffff;
|
@@ -4276,7 +4123,6 @@
|
|
4276
4123
|
.p-splitter .p-splitter-gutter-resizing {
|
4277
4124
|
background: rgba(0, 0, 0, 0.12);
|
4278
4125
|
}
|
4279
|
-
|
4280
4126
|
.p-tabview .p-tabview-nav-content {
|
4281
4127
|
scroll-padding-inline: 3rem;
|
4282
4128
|
}
|
@@ -4345,7 +4191,6 @@
|
|
4345
4191
|
border-bottom-right-radius: 4px;
|
4346
4192
|
border-bottom-left-radius: 4px;
|
4347
4193
|
}
|
4348
|
-
|
4349
4194
|
.p-toolbar {
|
4350
4195
|
background: #ffffff;
|
4351
4196
|
border: 1px solid #e0e0e0;
|
@@ -4356,7 +4201,6 @@
|
|
4356
4201
|
.p-toolbar .p-toolbar-separator {
|
4357
4202
|
margin: 0 0.5rem;
|
4358
4203
|
}
|
4359
|
-
|
4360
4204
|
.p-confirm-popup {
|
4361
4205
|
background: #ffffff;
|
4362
4206
|
color: rgba(0, 0, 0, 0.87);
|
@@ -4404,7 +4248,6 @@
|
|
4404
4248
|
.p-confirm-popup .p-confirm-popup-message {
|
4405
4249
|
margin-left: 1rem;
|
4406
4250
|
}
|
4407
|
-
|
4408
4251
|
.p-dialog {
|
4409
4252
|
border-radius: 4px;
|
4410
4253
|
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
@@ -4477,7 +4320,6 @@
|
|
4477
4320
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
4478
4321
|
margin-left: 1rem;
|
4479
4322
|
}
|
4480
|
-
|
4481
4323
|
.p-overlaypanel {
|
4482
4324
|
background: #ffffff;
|
4483
4325
|
color: rgba(0, 0, 0, 0.87);
|
@@ -4519,7 +4361,6 @@
|
|
4519
4361
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
4520
4362
|
border-top-color: #ffffff;
|
4521
4363
|
}
|
4522
|
-
|
4523
4364
|
.p-sidebar {
|
4524
4365
|
background: #ffffff;
|
4525
4366
|
color: rgba(0, 0, 0, 0.87);
|
@@ -4530,7 +4371,7 @@
|
|
4530
4371
|
padding: 1rem;
|
4531
4372
|
}
|
4532
4373
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
4533
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4374
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4534
4375
|
width: 2.5rem;
|
4535
4376
|
height: 2.5rem;
|
4536
4377
|
color: rgba(0, 0, 0, 0.6);
|
@@ -4540,13 +4381,13 @@
|
|
4540
4381
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4541
4382
|
}
|
4542
4383
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
4543
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4384
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4544
4385
|
color: rgba(0, 0, 0, 0.6);
|
4545
4386
|
border-color: transparent;
|
4546
4387
|
background: rgba(0, 0, 0, 0.04);
|
4547
4388
|
}
|
4548
4389
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
4549
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4390
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4550
4391
|
outline: 0 none;
|
4551
4392
|
outline-offset: 0;
|
4552
4393
|
box-shadow: none;
|
@@ -4560,7 +4401,6 @@
|
|
4560
4401
|
.p-sidebar .p-sidebar-footer {
|
4561
4402
|
padding: 1rem;
|
4562
4403
|
}
|
4563
|
-
|
4564
4404
|
.p-tooltip .p-tooltip-text {
|
4565
4405
|
background: rgba(97, 97, 97, 0.9);
|
4566
4406
|
color: #ffffff;
|
@@ -4580,7 +4420,6 @@
|
|
4580
4420
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
4581
4421
|
border-bottom-color: rgba(97, 97, 97, 0.9);
|
4582
4422
|
}
|
4583
|
-
|
4584
4423
|
.p-fileupload .p-fileupload-buttonbar {
|
4585
4424
|
background: #ffffff;
|
4586
4425
|
padding: 1rem;
|
@@ -4620,7 +4459,6 @@
|
|
4620
4459
|
.p-fileupload.p-fileupload-advanced .p-message {
|
4621
4460
|
margin-top: 0;
|
4622
4461
|
}
|
4623
|
-
|
4624
4462
|
.p-fileupload-choose:not(.p-disabled):hover {
|
4625
4463
|
background: rgba(103, 58, 183, 0.92);
|
4626
4464
|
color: #ffffff;
|
@@ -4631,7 +4469,6 @@
|
|
4631
4469
|
color: #ffffff;
|
4632
4470
|
border-color: transparent;
|
4633
4471
|
}
|
4634
|
-
|
4635
4472
|
.p-breadcrumb {
|
4636
4473
|
background: #ffffff;
|
4637
4474
|
border: 1px solid #e5e5e5;
|
@@ -4663,7 +4500,6 @@
|
|
4663
4500
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
4664
4501
|
color: rgba(0, 0, 0, 0.6);
|
4665
4502
|
}
|
4666
|
-
|
4667
4503
|
.p-contextmenu {
|
4668
4504
|
padding: 0.5rem 0;
|
4669
4505
|
background: #ffffff;
|
@@ -4711,7 +4547,7 @@
|
|
4711
4547
|
color: rgba(0, 0, 0, 0.87);
|
4712
4548
|
}
|
4713
4549
|
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4714
|
-
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4550
|
+
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4715
4551
|
color: rgba(0, 0, 0, 0.6);
|
4716
4552
|
}
|
4717
4553
|
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4725,7 +4561,7 @@
|
|
4725
4561
|
color: rgba(0, 0, 0, 0.87);
|
4726
4562
|
}
|
4727
4563
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4728
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4564
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4729
4565
|
color: rgba(0, 0, 0, 0.87);
|
4730
4566
|
}
|
4731
4567
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4736,7 +4572,7 @@
|
|
4736
4572
|
color: rgba(0, 0, 0, 0.87);
|
4737
4573
|
}
|
4738
4574
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4739
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4575
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4740
4576
|
color: rgba(0, 0, 0, 0.6);
|
4741
4577
|
}
|
4742
4578
|
.p-contextmenu .p-menuitem-separator {
|
@@ -4750,7 +4586,6 @@
|
|
4750
4586
|
width: 0.875rem;
|
4751
4587
|
height: 0.875rem;
|
4752
4588
|
}
|
4753
|
-
|
4754
4589
|
.p-dock .p-dock-list-container {
|
4755
4590
|
background: rgba(255, 255, 255, 0.1);
|
4756
4591
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
@@ -4774,32 +4609,31 @@
|
|
4774
4609
|
height: 4rem;
|
4775
4610
|
}
|
4776
4611
|
.p-dock.p-dock-top .p-dock-item-second-prev,
|
4777
|
-
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4778
|
-
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4612
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4613
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4779
4614
|
margin: 0 0.9rem;
|
4780
4615
|
}
|
4781
4616
|
.p-dock.p-dock-top .p-dock-item-prev,
|
4782
|
-
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4783
|
-
.p-dock.p-dock-bottom .p-dock-item-next {
|
4617
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4618
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
4784
4619
|
margin: 0 1.3rem;
|
4785
4620
|
}
|
4786
4621
|
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
4787
4622
|
margin: 0 1.5rem;
|
4788
4623
|
}
|
4789
4624
|
.p-dock.p-dock-left .p-dock-item-second-prev,
|
4790
|
-
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4791
|
-
.p-dock.p-dock-right .p-dock-item-second-next {
|
4625
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4626
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
4792
4627
|
margin: 0.9rem 0;
|
4793
4628
|
}
|
4794
4629
|
.p-dock.p-dock-left .p-dock-item-prev,
|
4795
|
-
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4796
|
-
.p-dock.p-dock-right .p-dock-item-next {
|
4630
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4631
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
4797
4632
|
margin: 1.3rem 0;
|
4798
4633
|
}
|
4799
4634
|
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
4800
4635
|
margin: 1.5rem 0;
|
4801
4636
|
}
|
4802
|
-
|
4803
4637
|
@media screen and (max-width: 960px) {
|
4804
4638
|
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
4805
4639
|
overflow-x: auto;
|
@@ -4858,7 +4692,7 @@
|
|
4858
4692
|
color: rgba(0, 0, 0, 0.87);
|
4859
4693
|
}
|
4860
4694
|
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4861
|
-
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4695
|
+
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4862
4696
|
color: rgba(0, 0, 0, 0.6);
|
4863
4697
|
}
|
4864
4698
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4872,7 +4706,7 @@
|
|
4872
4706
|
color: rgba(0, 0, 0, 0.87);
|
4873
4707
|
}
|
4874
4708
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4875
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4709
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4876
4710
|
color: rgba(0, 0, 0, 0.87);
|
4877
4711
|
}
|
4878
4712
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4883,7 +4717,7 @@
|
|
4883
4717
|
color: rgba(0, 0, 0, 0.87);
|
4884
4718
|
}
|
4885
4719
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4886
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4720
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4887
4721
|
color: rgba(0, 0, 0, 0.6);
|
4888
4722
|
}
|
4889
4723
|
.p-megamenu .p-megamenu-panel {
|
@@ -4941,10 +4775,9 @@
|
|
4941
4775
|
color: rgba(0, 0, 0, 0.87);
|
4942
4776
|
}
|
4943
4777
|
.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,
|
4944
|
-
.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 {
|
4778
|
+
.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 {
|
4945
4779
|
color: rgba(0, 0, 0, 0.6);
|
4946
4780
|
}
|
4947
|
-
|
4948
4781
|
.p-menu {
|
4949
4782
|
padding: 0.5rem 0;
|
4950
4783
|
background: #ffffff;
|
@@ -4981,7 +4814,7 @@
|
|
4981
4814
|
color: rgba(0, 0, 0, 0.87);
|
4982
4815
|
}
|
4983
4816
|
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4984
|
-
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4817
|
+
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4985
4818
|
color: rgba(0, 0, 0, 0.6);
|
4986
4819
|
}
|
4987
4820
|
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4995,7 +4828,7 @@
|
|
4995
4828
|
color: rgba(0, 0, 0, 0.87);
|
4996
4829
|
}
|
4997
4830
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4998
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4831
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4999
4832
|
color: rgba(0, 0, 0, 0.87);
|
5000
4833
|
}
|
5001
4834
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5006,7 +4839,7 @@
|
|
5006
4839
|
color: rgba(0, 0, 0, 0.87);
|
5007
4840
|
}
|
5008
4841
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5009
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4842
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5010
4843
|
color: rgba(0, 0, 0, 0.6);
|
5011
4844
|
}
|
5012
4845
|
.p-menu.p-menu-overlay {
|
@@ -5040,7 +4873,6 @@
|
|
5040
4873
|
padding-left: 0.5rem;
|
5041
4874
|
padding-right: 0.5rem;
|
5042
4875
|
}
|
5043
|
-
|
5044
4876
|
.p-menubar {
|
5045
4877
|
padding: 1rem;
|
5046
4878
|
background: transparent;
|
@@ -5079,7 +4911,7 @@
|
|
5079
4911
|
color: rgba(0, 0, 0, 0.87);
|
5080
4912
|
}
|
5081
4913
|
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5082
|
-
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4914
|
+
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5083
4915
|
color: rgba(0, 0, 0, 0.6);
|
5084
4916
|
}
|
5085
4917
|
.p-menubar .p-menuitem > .p-menuitem-content {
|
@@ -5110,7 +4942,7 @@
|
|
5110
4942
|
color: rgba(0, 0, 0, 0.87);
|
5111
4943
|
}
|
5112
4944
|
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5113
|
-
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4945
|
+
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5114
4946
|
color: rgba(0, 0, 0, 0.6);
|
5115
4947
|
}
|
5116
4948
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5124,7 +4956,7 @@
|
|
5124
4956
|
color: rgba(0, 0, 0, 0.87);
|
5125
4957
|
}
|
5126
4958
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5127
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4959
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5128
4960
|
color: rgba(0, 0, 0, 0.87);
|
5129
4961
|
}
|
5130
4962
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5135,7 +4967,7 @@
|
|
5135
4967
|
color: rgba(0, 0, 0, 0.87);
|
5136
4968
|
}
|
5137
4969
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5138
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4970
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5139
4971
|
color: rgba(0, 0, 0, 0.6);
|
5140
4972
|
}
|
5141
4973
|
.p-menubar .p-submenu-list {
|
@@ -5152,7 +4984,6 @@
|
|
5152
4984
|
.p-menubar .p-submenu-list .p-submenu-icon {
|
5153
4985
|
font-size: 0.875rem;
|
5154
4986
|
}
|
5155
|
-
|
5156
4987
|
@media screen and (max-width: 960px) {
|
5157
4988
|
.p-menubar {
|
5158
4989
|
position: relative;
|
@@ -5327,7 +5158,7 @@
|
|
5327
5158
|
color: rgba(0, 0, 0, 0.87);
|
5328
5159
|
}
|
5329
5160
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5330
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5161
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5331
5162
|
color: rgba(0, 0, 0, 0.6);
|
5332
5163
|
}
|
5333
5164
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5341,7 +5172,7 @@
|
|
5341
5172
|
color: rgba(0, 0, 0, 0.87);
|
5342
5173
|
}
|
5343
5174
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5344
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5175
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5345
5176
|
color: rgba(0, 0, 0, 0.87);
|
5346
5177
|
}
|
5347
5178
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5352,7 +5183,7 @@
|
|
5352
5183
|
color: rgba(0, 0, 0, 0.87);
|
5353
5184
|
}
|
5354
5185
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5355
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5186
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5356
5187
|
color: rgba(0, 0, 0, 0.6);
|
5357
5188
|
}
|
5358
5189
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
@@ -5392,7 +5223,6 @@
|
|
5392
5223
|
border-bottom-right-radius: 4px;
|
5393
5224
|
border-bottom-left-radius: 4px;
|
5394
5225
|
}
|
5395
|
-
|
5396
5226
|
.p-slidemenu {
|
5397
5227
|
padding: 0.5rem 0;
|
5398
5228
|
background: #ffffff;
|
@@ -5435,7 +5265,7 @@
|
|
5435
5265
|
color: rgba(0, 0, 0, 0.87);
|
5436
5266
|
}
|
5437
5267
|
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5438
|
-
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5268
|
+
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5439
5269
|
color: rgba(0, 0, 0, 0.6);
|
5440
5270
|
}
|
5441
5271
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5449,7 +5279,7 @@
|
|
5449
5279
|
color: rgba(0, 0, 0, 0.87);
|
5450
5280
|
}
|
5451
5281
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5452
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5282
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5453
5283
|
color: rgba(0, 0, 0, 0.87);
|
5454
5284
|
}
|
5455
5285
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5460,7 +5290,7 @@
|
|
5460
5290
|
color: rgba(0, 0, 0, 0.87);
|
5461
5291
|
}
|
5462
5292
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5463
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5293
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5464
5294
|
color: rgba(0, 0, 0, 0.6);
|
5465
5295
|
}
|
5466
5296
|
.p-slidemenu.p-slidemenu-overlay {
|
@@ -5507,7 +5337,6 @@
|
|
5507
5337
|
padding-left: 0.5rem;
|
5508
5338
|
padding-right: 0.5rem;
|
5509
5339
|
}
|
5510
|
-
|
5511
5340
|
.p-steps .p-steps-item .p-menuitem-link {
|
5512
5341
|
background: transparent;
|
5513
5342
|
transition: none;
|
@@ -5552,7 +5381,6 @@
|
|
5552
5381
|
position: absolute;
|
5553
5382
|
margin-top: -1rem;
|
5554
5383
|
}
|
5555
|
-
|
5556
5384
|
.p-tabmenu .p-tabmenu-nav {
|
5557
5385
|
background: #ffffff;
|
5558
5386
|
border: solid rgba(0, 0, 0, 0.12);
|
@@ -5623,7 +5451,6 @@
|
|
5623
5451
|
outline-offset: 0;
|
5624
5452
|
box-shadow: inset none;
|
5625
5453
|
}
|
5626
|
-
|
5627
5454
|
.p-tieredmenu {
|
5628
5455
|
padding: 0.5rem 0;
|
5629
5456
|
background: #ffffff;
|
@@ -5674,7 +5501,7 @@
|
|
5674
5501
|
color: rgba(0, 0, 0, 0.87);
|
5675
5502
|
}
|
5676
5503
|
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5677
|
-
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5504
|
+
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5678
5505
|
color: rgba(0, 0, 0, 0.6);
|
5679
5506
|
}
|
5680
5507
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5688,7 +5515,7 @@
|
|
5688
5515
|
color: rgba(0, 0, 0, 0.87);
|
5689
5516
|
}
|
5690
5517
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5691
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5518
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5692
5519
|
color: rgba(0, 0, 0, 0.87);
|
5693
5520
|
}
|
5694
5521
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5699,7 +5526,7 @@
|
|
5699
5526
|
color: rgba(0, 0, 0, 0.87);
|
5700
5527
|
}
|
5701
5528
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5702
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5529
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5703
5530
|
color: rgba(0, 0, 0, 0.6);
|
5704
5531
|
}
|
5705
5532
|
.p-tieredmenu .p-menuitem-separator {
|
@@ -5713,7 +5540,6 @@
|
|
5713
5540
|
width: 0.875rem;
|
5714
5541
|
height: 0.875rem;
|
5715
5542
|
}
|
5716
|
-
|
5717
5543
|
.p-inline-message {
|
5718
5544
|
padding: 1rem 1rem;
|
5719
5545
|
margin: 0;
|
@@ -5769,7 +5595,6 @@
|
|
5769
5595
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
5770
5596
|
margin-right: 0;
|
5771
5597
|
}
|
5772
|
-
|
5773
5598
|
.p-message {
|
5774
5599
|
margin: 1rem 0;
|
5775
5600
|
border-radius: 4px;
|
@@ -5858,7 +5683,6 @@
|
|
5858
5683
|
.p-message .p-message-detail {
|
5859
5684
|
margin-left: 0.5rem;
|
5860
5685
|
}
|
5861
|
-
|
5862
5686
|
.p-toast {
|
5863
5687
|
opacity: 0.9;
|
5864
5688
|
}
|
@@ -5909,7 +5733,7 @@
|
|
5909
5733
|
color: #01579b;
|
5910
5734
|
}
|
5911
5735
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
5912
|
-
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5736
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5913
5737
|
color: #01579b;
|
5914
5738
|
}
|
5915
5739
|
.p-toast .p-toast-message.p-toast-message-success {
|
@@ -5919,7 +5743,7 @@
|
|
5919
5743
|
color: #1b5e20;
|
5920
5744
|
}
|
5921
5745
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
5922
|
-
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5746
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5923
5747
|
color: #1b5e20;
|
5924
5748
|
}
|
5925
5749
|
.p-toast .p-toast-message.p-toast-message-warn {
|
@@ -5929,7 +5753,7 @@
|
|
5929
5753
|
color: #7f6003;
|
5930
5754
|
}
|
5931
5755
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
5932
|
-
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5756
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5933
5757
|
color: #7f6003;
|
5934
5758
|
}
|
5935
5759
|
.p-toast .p-toast-message.p-toast-message-error {
|
@@ -5939,10 +5763,9 @@
|
|
5939
5763
|
color: #b71c1c;
|
5940
5764
|
}
|
5941
5765
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
5942
|
-
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5766
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5943
5767
|
color: #b71c1c;
|
5944
5768
|
}
|
5945
|
-
|
5946
5769
|
.p-galleria .p-galleria-close {
|
5947
5770
|
margin: 0.5rem;
|
5948
5771
|
background: transparent;
|
@@ -5973,7 +5796,7 @@
|
|
5973
5796
|
margin: 0 0.5rem;
|
5974
5797
|
}
|
5975
5798
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
5976
|
-
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
5799
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
5977
5800
|
font-size: 2rem;
|
5978
5801
|
}
|
5979
5802
|
.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
|
@@ -6030,7 +5853,7 @@
|
|
6030
5853
|
padding: 1rem 0.25rem;
|
6031
5854
|
}
|
6032
5855
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
6033
|
-
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
5856
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
6034
5857
|
margin: 0.5rem;
|
6035
5858
|
background-color: transparent;
|
6036
5859
|
color: rgba(255, 255, 255, 0.87);
|
@@ -6040,7 +5863,7 @@
|
|
6040
5863
|
border-radius: 50%;
|
6041
5864
|
}
|
6042
5865
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
6043
|
-
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
5866
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
6044
5867
|
background: rgba(255, 255, 255, 0.1);
|
6045
5868
|
color: rgba(255, 255, 255, 0.87);
|
6046
5869
|
}
|
@@ -6049,29 +5872,23 @@
|
|
6049
5872
|
outline-offset: 0;
|
6050
5873
|
box-shadow: none;
|
6051
5874
|
}
|
6052
|
-
|
6053
5875
|
.p-galleria-mask {
|
6054
5876
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6055
5877
|
}
|
6056
|
-
|
6057
5878
|
.p-image-mask {
|
6058
5879
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6059
5880
|
}
|
6060
|
-
|
6061
5881
|
.p-image-preview-indicator {
|
6062
5882
|
background-color: transparent;
|
6063
5883
|
color: #f8f9fa;
|
6064
5884
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
6065
5885
|
}
|
6066
|
-
|
6067
5886
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
6068
5887
|
background-color: rgba(0, 0, 0, 0.5);
|
6069
5888
|
}
|
6070
|
-
|
6071
5889
|
.p-image-toolbar {
|
6072
5890
|
padding: 1rem;
|
6073
5891
|
}
|
6074
|
-
|
6075
5892
|
.p-image-action.p-link {
|
6076
5893
|
color: #f8f9fa;
|
6077
5894
|
background-color: transparent;
|
@@ -6095,7 +5912,6 @@
|
|
6095
5912
|
width: 1.5rem;
|
6096
5913
|
height: 1.5rem;
|
6097
5914
|
}
|
6098
|
-
|
6099
5915
|
.p-avatar {
|
6100
5916
|
background-color: rgba(0, 0, 0, 0.12);
|
6101
5917
|
border-radius: 4px;
|
@@ -6116,11 +5932,9 @@
|
|
6116
5932
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
6117
5933
|
font-size: 2rem;
|
6118
5934
|
}
|
6119
|
-
|
6120
5935
|
.p-avatar-group .p-avatar {
|
6121
5936
|
border: 2px solid #ffffff;
|
6122
5937
|
}
|
6123
|
-
|
6124
5938
|
.p-badge {
|
6125
5939
|
background: #673AB7;
|
6126
5940
|
color: #ffffff;
|
@@ -6162,7 +5976,6 @@
|
|
6162
5976
|
height: 3rem;
|
6163
5977
|
line-height: 3rem;
|
6164
5978
|
}
|
6165
|
-
|
6166
5979
|
.p-chip {
|
6167
5980
|
background-color: rgba(0, 0, 0, 0.12);
|
6168
5981
|
color: rgba(0, 0, 0, 0.87);
|
@@ -6198,7 +6011,6 @@
|
|
6198
6011
|
.p-chip .pi-chip-remove-icon:focus {
|
6199
6012
|
outline: 0 none;
|
6200
6013
|
}
|
6201
|
-
|
6202
6014
|
.p-inplace .p-inplace-display {
|
6203
6015
|
padding: 1rem 1rem;
|
6204
6016
|
border-radius: 4px;
|
@@ -6213,7 +6025,6 @@
|
|
6213
6025
|
outline-offset: 0;
|
6214
6026
|
box-shadow: none;
|
6215
6027
|
}
|
6216
|
-
|
6217
6028
|
.p-progressbar {
|
6218
6029
|
border: 0 none;
|
6219
6030
|
height: 4px;
|
@@ -6229,7 +6040,6 @@
|
|
6229
6040
|
color: #ffffff;
|
6230
6041
|
line-height: 4px;
|
6231
6042
|
}
|
6232
|
-
|
6233
6043
|
.p-scrolltop {
|
6234
6044
|
width: 3rem;
|
6235
6045
|
height: 3rem;
|
@@ -6251,7 +6061,6 @@
|
|
6251
6061
|
width: 1.5rem;
|
6252
6062
|
height: 1.5rem;
|
6253
6063
|
}
|
6254
|
-
|
6255
6064
|
.p-skeleton {
|
6256
6065
|
background-color: rgba(0, 0, 0, 0.08);
|
6257
6066
|
border-radius: 4px;
|
@@ -6259,7 +6068,6 @@
|
|
6259
6068
|
.p-skeleton:after {
|
6260
6069
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
|
6261
6070
|
}
|
6262
|
-
|
6263
6071
|
.p-tag {
|
6264
6072
|
background: #673AB7;
|
6265
6073
|
color: #ffffff;
|
@@ -6292,7 +6100,6 @@
|
|
6292
6100
|
width: 0.75rem;
|
6293
6101
|
height: 0.75rem;
|
6294
6102
|
}
|
6295
|
-
|
6296
6103
|
.p-terminal {
|
6297
6104
|
background: #ffffff;
|
6298
6105
|
color: rgba(0, 0, 0, 0.87);
|
@@ -6344,11 +6151,9 @@
|
|
6344
6151
|
.p-accordion .p-accordion-tab .p-accordion-header.p-disabled .p-accordion-header-link > * {
|
6345
6152
|
opacity: 0.38;
|
6346
6153
|
}
|
6347
|
-
|
6348
6154
|
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
6349
6155
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
6350
6156
|
}
|
6351
|
-
|
6352
6157
|
.p-input-filled .p-autocomplete .p-autocomplete-multiple-container {
|
6353
6158
|
border-bottom-left-radius: 0;
|
6354
6159
|
border-bottom-right-radius: 0;
|
@@ -6378,11 +6183,9 @@
|
|
6378
6183
|
background-image: none;
|
6379
6184
|
background: transparent;
|
6380
6185
|
}
|
6381
|
-
|
6382
6186
|
.p-float-label .p-autocomplete-multiple-container .p-autocomplete-token {
|
6383
6187
|
padding: 0.25rem 1rem;
|
6384
6188
|
}
|
6385
|
-
|
6386
6189
|
.p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
6387
6190
|
padding-top: 0;
|
6388
6191
|
padding-bottom: 0;
|
@@ -6412,21 +6215,18 @@
|
|
6412
6215
|
box-shadow: none;
|
6413
6216
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
6414
6217
|
}
|
6415
|
-
|
6416
6218
|
p-autocomplete.ng-dirty.ng-invalid .p-autocomplete > .p-inputtext:enabled:focus {
|
6417
6219
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
6418
6220
|
}
|
6419
6221
|
p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
6420
6222
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
6421
6223
|
}
|
6422
|
-
|
6423
6224
|
.p-breadcrumb .p-menuitem-link {
|
6424
6225
|
padding: 0.25rem 0.5rem;
|
6425
6226
|
}
|
6426
6227
|
.p-breadcrumb .p-menuitem-link:focus {
|
6427
6228
|
background: rgba(0, 0, 0, 0.12);
|
6428
6229
|
}
|
6429
|
-
|
6430
6230
|
.p-button {
|
6431
6231
|
font-weight: 500;
|
6432
6232
|
min-width: 4rem;
|
@@ -6478,7 +6278,6 @@
|
|
6478
6278
|
.p-button.p-button-raised:enabled:focus {
|
6479
6279
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
6480
6280
|
}
|
6481
|
-
|
6482
6281
|
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
|
6483
6282
|
background: rgba(76, 175, 80, 0.76);
|
6484
6283
|
}
|
@@ -6494,7 +6293,6 @@
|
|
6494
6293
|
.p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink {
|
6495
6294
|
background-color: rgba(76, 175, 80, 0.16);
|
6496
6295
|
}
|
6497
|
-
|
6498
6296
|
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
|
6499
6297
|
background: rgba(33, 150, 243, 0.76);
|
6500
6298
|
}
|
@@ -6510,7 +6308,6 @@
|
|
6510
6308
|
.p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-buttonset.p-button-info > .p-button.p-button-text .p-ink, .p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink {
|
6511
6309
|
background-color: rgba(33, 150, 243, 0.16);
|
6512
6310
|
}
|
6513
|
-
|
6514
6311
|
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
|
6515
6312
|
background: rgba(104, 159, 56, 0.76);
|
6516
6313
|
}
|
@@ -6526,7 +6323,6 @@
|
|
6526
6323
|
.p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-buttonset.p-button-success > .p-button.p-button-text .p-ink, .p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink {
|
6527
6324
|
background-color: rgba(104, 159, 56, 0.16);
|
6528
6325
|
}
|
6529
|
-
|
6530
6326
|
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
|
6531
6327
|
background: rgba(251, 192, 45, 0.76);
|
6532
6328
|
}
|
@@ -6542,7 +6338,6 @@
|
|
6542
6338
|
.p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-text .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink {
|
6543
6339
|
background-color: rgba(251, 192, 45, 0.16);
|
6544
6340
|
}
|
6545
|
-
|
6546
6341
|
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
|
6547
6342
|
background: rgba(156, 39, 176, 0.76);
|
6548
6343
|
}
|
@@ -6558,7 +6353,6 @@
|
|
6558
6353
|
.p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-buttonset.p-button-help > .p-button.p-button-text .p-ink, .p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink {
|
6559
6354
|
background-color: rgba(156, 39, 176, 0.16);
|
6560
6355
|
}
|
6561
|
-
|
6562
6356
|
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
|
6563
6357
|
background: rgba(211, 47, 47, 0.76);
|
6564
6358
|
}
|
@@ -6574,7 +6368,6 @@
|
|
6574
6368
|
.p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-text .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink {
|
6575
6369
|
background-color: rgba(211, 47, 47, 0.16);
|
6576
6370
|
}
|
6577
|
-
|
6578
6371
|
.p-calendar-w-btn {
|
6579
6372
|
border: 1px solid rgba(0, 0, 0, 0.38);
|
6580
6373
|
background: #ffffff;
|
@@ -6621,7 +6414,6 @@
|
|
6621
6414
|
.p-calendar-w-btn.p-calendar-disabled .p-inputtext {
|
6622
6415
|
opacity: 1;
|
6623
6416
|
}
|
6624
|
-
|
6625
6417
|
.p-datepicker .p-datepicker-header {
|
6626
6418
|
border-bottom: 0 none;
|
6627
6419
|
}
|
@@ -6647,7 +6439,6 @@
|
|
6647
6439
|
.p-datepicker table td.p-datepicker-today.p-highlight {
|
6648
6440
|
box-shadow: 0 0 0 1px rgba(103, 58, 183, 0.12);
|
6649
6441
|
}
|
6650
|
-
|
6651
6442
|
p-calendar.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
6652
6443
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
6653
6444
|
}
|
@@ -6660,7 +6451,6 @@
|
|
6660
6451
|
p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
|
6661
6452
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
6662
6453
|
}
|
6663
|
-
|
6664
6454
|
.p-input-filled .p-calendar-w-btn {
|
6665
6455
|
border-bottom-left-radius: 0;
|
6666
6456
|
border-bottom-right-radius: 0;
|
@@ -6716,7 +6506,6 @@
|
|
6716
6506
|
border: 0 none;
|
6717
6507
|
background-image: none;
|
6718
6508
|
}
|
6719
|
-
|
6720
6509
|
.p-cascadeselect .p-inputtext, .p-cascadeselect .p-cascadeselect-trigger {
|
6721
6510
|
background-image: none;
|
6722
6511
|
background: transparent;
|
@@ -6727,11 +6516,9 @@
|
|
6727
6516
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
6728
6517
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
6729
6518
|
}
|
6730
|
-
|
6731
6519
|
.p-cascadeselect-item .p-ink {
|
6732
6520
|
background-color: rgba(103, 58, 183, 0.16);
|
6733
6521
|
}
|
6734
|
-
|
6735
6522
|
.p-input-filled .p-cascadeselect {
|
6736
6523
|
border-bottom-left-radius: 0;
|
6737
6524
|
border-bottom-right-radius: 0;
|
@@ -6779,7 +6566,6 @@
|
|
6779
6566
|
box-shadow: none;
|
6780
6567
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
6781
6568
|
}
|
6782
|
-
|
6783
6569
|
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
|
6784
6570
|
padding-top: 1.5rem;
|
6785
6571
|
padding-bottom: 0.5rem;
|
@@ -6799,16 +6585,13 @@
|
|
6799
6585
|
box-shadow: none;
|
6800
6586
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
6801
6587
|
}
|
6802
|
-
|
6803
6588
|
p-cascadeselect.ng-dirty.ng-invalid .p-cascadeselect:not(.p-disabled).p-focus {
|
6804
6589
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
6805
6590
|
}
|
6806
|
-
|
6807
6591
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
6808
6592
|
background: #4CAF50;
|
6809
6593
|
color: #ffffff;
|
6810
6594
|
}
|
6811
|
-
|
6812
6595
|
.p-checkbox {
|
6813
6596
|
border-radius: 50%;
|
6814
6597
|
transition: box-shadow 0.2s;
|
@@ -6850,14 +6633,12 @@
|
|
6850
6633
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
|
6851
6634
|
box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12);
|
6852
6635
|
}
|
6853
|
-
|
6854
6636
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
6855
6637
|
background-color: #ffffff;
|
6856
6638
|
}
|
6857
6639
|
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
6858
6640
|
background-color: #ffffff;
|
6859
6641
|
}
|
6860
|
-
|
6861
6642
|
@keyframes checkbox-check {
|
6862
6643
|
0% {
|
6863
6644
|
width: 0;
|
@@ -6880,7 +6661,6 @@
|
|
6880
6661
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
6881
6662
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
6882
6663
|
}
|
6883
|
-
|
6884
6664
|
.p-input-filled .p-chips-multiple-container {
|
6885
6665
|
border-bottom-left-radius: 0;
|
6886
6666
|
border-bottom-right-radius: 0;
|
@@ -6910,11 +6690,9 @@
|
|
6910
6690
|
background-image: none;
|
6911
6691
|
background: transparent;
|
6912
6692
|
}
|
6913
|
-
|
6914
6693
|
.p-float-label .p-chips-multiple-container .p-chips-token {
|
6915
6694
|
padding: 0.25rem 1rem;
|
6916
6695
|
}
|
6917
|
-
|
6918
6696
|
.p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token {
|
6919
6697
|
padding-top: 0;
|
6920
6698
|
padding-bottom: 0;
|
@@ -6936,11 +6714,9 @@
|
|
6936
6714
|
box-shadow: none;
|
6937
6715
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
6938
6716
|
}
|
6939
|
-
|
6940
6717
|
p-chips.ng-dirty.ng-invalid .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
6941
6718
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
6942
6719
|
}
|
6943
|
-
|
6944
6720
|
.p-datatable .p-sortable-column {
|
6945
6721
|
outline: 0 none;
|
6946
6722
|
}
|
@@ -6953,14 +6729,12 @@
|
|
6953
6729
|
.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus {
|
6954
6730
|
background-color: rgba(0, 0, 0, 0.03);
|
6955
6731
|
}
|
6956
|
-
|
6957
6732
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
6958
6733
|
box-shadow: inset 0 2px 0 0 #673AB7;
|
6959
6734
|
}
|
6960
6735
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
6961
6736
|
box-shadow: inset 0 -2px 0 0 #673AB7;
|
6962
6737
|
}
|
6963
|
-
|
6964
6738
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
6965
6739
|
background-image: none;
|
6966
6740
|
background: transparent;
|
@@ -6971,11 +6745,9 @@
|
|
6971
6745
|
.p-dropdown:not(.p-disabled).p-focus {
|
6972
6746
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
6973
6747
|
}
|
6974
|
-
|
6975
6748
|
.p-dropdown-item .p-ink {
|
6976
6749
|
background-color: rgba(103, 58, 183, 0.16);
|
6977
6750
|
}
|
6978
|
-
|
6979
6751
|
.p-input-filled .p-dropdown {
|
6980
6752
|
border-bottom-left-radius: 0;
|
6981
6753
|
border-bottom-right-radius: 0;
|
@@ -7019,11 +6791,9 @@
|
|
7019
6791
|
box-shadow: none;
|
7020
6792
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
7021
6793
|
}
|
7022
|
-
|
7023
6794
|
p-dropdown.ng-dirty.ng-invalid .p-dropdown:not(.p-disabled).p-focus {
|
7024
6795
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
7025
6796
|
}
|
7026
|
-
|
7027
6797
|
.p-galleria .p-galleria-indicators {
|
7028
6798
|
padding: 1rem;
|
7029
6799
|
}
|
@@ -7035,14 +6805,12 @@
|
|
7035
6805
|
background: rgba(76, 175, 80, 0.68);
|
7036
6806
|
color: #ffffff;
|
7037
6807
|
}
|
7038
|
-
|
7039
6808
|
.p-inputtext:enabled:focus {
|
7040
6809
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
7041
6810
|
}
|
7042
6811
|
.p-inputtext:enabled:focus.ng-invalid.ng-dirty {
|
7043
6812
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
7044
6813
|
}
|
7045
|
-
|
7046
6814
|
.p-input-filled .p-inputtext {
|
7047
6815
|
border-bottom-left-radius: 0;
|
7048
6816
|
border-bottom-right-radius: 0;
|
@@ -7072,7 +6840,6 @@
|
|
7072
6840
|
box-shadow: none;
|
7073
6841
|
border-color: transparent;
|
7074
6842
|
}
|
7075
|
-
|
7076
6843
|
.p-input-filled .p-inputgroup .p-inputgroup-addon {
|
7077
6844
|
border-bottom-left-radius: 0;
|
7078
6845
|
border-bottom-right-radius: 0;
|
@@ -7087,26 +6854,24 @@
|
|
7087
6854
|
border-right-color: transparent;
|
7088
6855
|
}
|
7089
6856
|
.p-input-filled .p-inputgroup-addon:first-child,
|
7090
|
-
.p-input-filled .p-inputgroup button:first-child,
|
7091
|
-
.p-input-filled .p-inputgroup input:first-child {
|
6857
|
+
.p-input-filled .p-inputgroup button:first-child,
|
6858
|
+
.p-input-filled .p-inputgroup input:first-child {
|
7092
6859
|
border-bottom-left-radius: 0;
|
7093
6860
|
}
|
7094
6861
|
.p-input-filled .p-inputgroup .p-float-label:first-child input {
|
7095
6862
|
border-bottom-left-radius: 0;
|
7096
6863
|
}
|
7097
6864
|
.p-input-filled .p-inputgroup-addon:last-child,
|
7098
|
-
.p-input-filled .p-inputgroup button:last-child,
|
7099
|
-
.p-input-filled .p-inputgroup input:last-child {
|
6865
|
+
.p-input-filled .p-inputgroup button:last-child,
|
6866
|
+
.p-input-filled .p-inputgroup input:last-child {
|
7100
6867
|
border-bottom-right-radius: 0;
|
7101
6868
|
}
|
7102
6869
|
.p-input-filled .p-inputgroup .p-float-label:last-child input {
|
7103
6870
|
border-bottom-right-radius: 0;
|
7104
6871
|
}
|
7105
|
-
|
7106
6872
|
p-inputmask.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
7107
6873
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
7108
6874
|
}
|
7109
|
-
|
7110
6875
|
.p-input-filled p-inputmask.ng-dirty.ng-invalid .p-inputtext {
|
7111
6876
|
border-color: transparent;
|
7112
6877
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
@@ -7115,11 +6880,9 @@
|
|
7115
6880
|
box-shadow: none;
|
7116
6881
|
border-color: transparent;
|
7117
6882
|
}
|
7118
|
-
|
7119
6883
|
p-inputnumber.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
7120
6884
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
7121
6885
|
}
|
7122
|
-
|
7123
6886
|
.p-input-filled p-inputnumber.ng-dirty.ng-invalid .p-inputtext {
|
7124
6887
|
border-color: transparent;
|
7125
6888
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
@@ -7128,7 +6891,6 @@
|
|
7128
6891
|
box-shadow: none;
|
7129
6892
|
border-color: transparent;
|
7130
6893
|
}
|
7131
|
-
|
7132
6894
|
.p-inputswitch .p-inputswitch-slider:before {
|
7133
6895
|
transition-property: box-shadow transform;
|
7134
6896
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
@@ -7145,51 +6907,45 @@
|
|
7145
6907
|
.p-inputswitch.p-inputswitch-checked.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
7146
6908
|
box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
7147
6909
|
}
|
7148
|
-
|
7149
6910
|
.p-fieldset .p-fieldset-legend {
|
7150
6911
|
border: 0 none;
|
7151
6912
|
}
|
7152
6913
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
7153
6914
|
background: rgba(0, 0, 0, 0.12);
|
7154
6915
|
}
|
7155
|
-
|
7156
6916
|
.p-float-label input:focus ~ label,
|
7157
|
-
.p-float-label input.p-filled ~ label,
|
7158
|
-
.p-float-label textarea:focus ~ label,
|
7159
|
-
.p-float-label textarea.p-filled ~ label,
|
7160
|
-
.p-float-label .p-inputwrapper-focus ~ label,
|
7161
|
-
.p-float-label .p-inputwrapper-filled ~ label {
|
6917
|
+
.p-float-label input.p-filled ~ label,
|
6918
|
+
.p-float-label textarea:focus ~ label,
|
6919
|
+
.p-float-label textarea.p-filled ~ label,
|
6920
|
+
.p-float-label .p-inputwrapper-focus ~ label,
|
6921
|
+
.p-float-label .p-inputwrapper-filled ~ label {
|
7162
6922
|
top: -0.5rem !important;
|
7163
6923
|
background-color: #ffffff;
|
7164
6924
|
padding: 2px 4px;
|
7165
6925
|
margin-left: -4px;
|
7166
6926
|
margin-top: 0;
|
7167
6927
|
}
|
7168
|
-
|
7169
6928
|
.p-float-label textarea ~ label {
|
7170
6929
|
margin-top: 0;
|
7171
6930
|
}
|
7172
|
-
|
7173
6931
|
.p-float-label input:focus ~ label,
|
7174
|
-
.p-float-label .p-inputwrapper-focus ~ label {
|
6932
|
+
.p-float-label .p-inputwrapper-focus ~ label {
|
7175
6933
|
color: #673AB7;
|
7176
6934
|
}
|
7177
|
-
|
7178
6935
|
.p-input-filled .p-float-label .p-inputtext {
|
7179
6936
|
padding-top: 1.5rem;
|
7180
6937
|
padding-bottom: 0.5rem;
|
7181
6938
|
}
|
7182
6939
|
.p-input-filled .p-float-label input:focus ~ label,
|
7183
|
-
.p-input-filled .p-float-label input.p-filled ~ label,
|
7184
|
-
.p-input-filled .p-float-label textarea:focus ~ label,
|
7185
|
-
.p-input-filled .p-float-label textarea.p-filled ~ label,
|
7186
|
-
.p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
|
7187
|
-
.p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
|
6940
|
+
.p-input-filled .p-float-label input.p-filled ~ label,
|
6941
|
+
.p-input-filled .p-float-label textarea:focus ~ label,
|
6942
|
+
.p-input-filled .p-float-label textarea.p-filled ~ label,
|
6943
|
+
.p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
|
6944
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
|
7188
6945
|
top: 0.25rem !important;
|
7189
6946
|
margin-top: 0;
|
7190
6947
|
background: transparent;
|
7191
6948
|
}
|
7192
|
-
|
7193
6949
|
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
7194
6950
|
background-color: rgba(103, 58, 183, 0.16);
|
7195
6951
|
}
|
@@ -7199,25 +6955,21 @@
|
|
7199
6955
|
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
7200
6956
|
background: rgba(103, 58, 183, 0.24);
|
7201
6957
|
}
|
7202
|
-
|
7203
6958
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7204
6959
|
background: rgba(0, 0, 0, 0.12);
|
7205
6960
|
}
|
7206
6961
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7207
6962
|
background: rgba(0, 0, 0, 0.12);
|
7208
6963
|
}
|
7209
|
-
|
7210
6964
|
.p-menu .p-menuitem .p-menuitem-link:focus {
|
7211
6965
|
background: rgba(0, 0, 0, 0.12);
|
7212
6966
|
}
|
7213
|
-
|
7214
6967
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7215
6968
|
background: rgba(0, 0, 0, 0.12);
|
7216
6969
|
}
|
7217
6970
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7218
6971
|
background: rgba(0, 0, 0, 0.12);
|
7219
6972
|
}
|
7220
|
-
|
7221
6973
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
7222
6974
|
background-image: none;
|
7223
6975
|
background: transparent;
|
@@ -7228,7 +6980,6 @@
|
|
7228
6980
|
.p-multiselect:not(.p-disabled).p-focus {
|
7229
6981
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
7230
6982
|
}
|
7231
|
-
|
7232
6983
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
7233
6984
|
background-color: rgba(103, 58, 183, 0.16);
|
7234
6985
|
}
|
@@ -7241,7 +6992,6 @@
|
|
7241
6992
|
.p-multiselect-panel .p-multiselect-close:focus {
|
7242
6993
|
background: rgba(0, 0, 0, 0.12);
|
7243
6994
|
}
|
7244
|
-
|
7245
6995
|
.p-input-filled .p-multiselect {
|
7246
6996
|
border-bottom-left-radius: 0;
|
7247
6997
|
border-bottom-right-radius: 0;
|
@@ -7275,13 +7025,11 @@
|
|
7275
7025
|
background-image: none;
|
7276
7026
|
background: transparent;
|
7277
7027
|
}
|
7278
|
-
|
7279
7028
|
.p-float-label .p-multiselect-label .p-multiselect-token {
|
7280
7029
|
padding: 0.25rem 1rem;
|
7281
7030
|
margin-top: 0.25rem;
|
7282
7031
|
margin-bottom: 0.25rem;
|
7283
7032
|
}
|
7284
|
-
|
7285
7033
|
.p-input-filled .p-float-label .p-multiselect .p-multiselect-label {
|
7286
7034
|
padding-top: 1.5rem;
|
7287
7035
|
padding-bottom: 0.5rem;
|
@@ -7310,22 +7058,18 @@
|
|
7310
7058
|
box-shadow: none;
|
7311
7059
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
7312
7060
|
}
|
7313
|
-
|
7314
7061
|
p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
|
7315
7062
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
7316
7063
|
}
|
7317
|
-
|
7318
7064
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
7319
7065
|
background: rgba(0, 0, 0, 0.12);
|
7320
7066
|
}
|
7321
7067
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
7322
7068
|
background: rgba(103, 58, 183, 0.24);
|
7323
7069
|
}
|
7324
|
-
|
7325
7070
|
.p-overlaypanel .p-overlaypanel-content {
|
7326
7071
|
padding: 1.5rem;
|
7327
7072
|
}
|
7328
|
-
|
7329
7073
|
.p-paginator {
|
7330
7074
|
justify-content: flex-end;
|
7331
7075
|
}
|
@@ -7335,14 +7079,13 @@
|
|
7335
7079
|
.p-paginator .p-paginator-element:focus.p-highlight {
|
7336
7080
|
background: rgba(103, 58, 183, 0.24);
|
7337
7081
|
}
|
7338
|
-
|
7339
7082
|
.p-panel {
|
7340
7083
|
border-radius: 4px;
|
7341
7084
|
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
7342
7085
|
}
|
7343
7086
|
.p-panel .p-panel-header,
|
7344
|
-
.p-panel .p-panel-content,
|
7345
|
-
.p-panel .p-panel-footer {
|
7087
|
+
.p-panel .p-panel-content,
|
7088
|
+
.p-panel .p-panel-footer {
|
7346
7089
|
border: 0 none;
|
7347
7090
|
}
|
7348
7091
|
.p-panel .p-panel-content {
|
@@ -7354,7 +7097,6 @@
|
|
7354
7097
|
.p-panel .p-panel-header-icon:focus {
|
7355
7098
|
background: rgba(0, 0, 0, 0.12);
|
7356
7099
|
}
|
7357
|
-
|
7358
7100
|
.p-panelmenu .p-panelmenu-panel {
|
7359
7101
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
7360
7102
|
margin-bottom: 0;
|
@@ -7390,21 +7132,18 @@
|
|
7390
7132
|
.p-panelmenu .p-panelmenu-panel .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7391
7133
|
background: rgba(0, 0, 0, 0.12);
|
7392
7134
|
}
|
7393
|
-
|
7394
7135
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
7395
7136
|
background: rgba(0, 0, 0, 0.12);
|
7396
7137
|
}
|
7397
7138
|
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
7398
7139
|
background: rgba(103, 58, 183, 0.24);
|
7399
7140
|
}
|
7400
|
-
|
7401
7141
|
.p-progressbar {
|
7402
7142
|
border-radius: 0;
|
7403
7143
|
}
|
7404
7144
|
.p-progressbar .p-progressbar-label {
|
7405
7145
|
display: none !important;
|
7406
7146
|
}
|
7407
|
-
|
7408
7147
|
.p-radiobutton {
|
7409
7148
|
border-radius: 50%;
|
7410
7149
|
transition: box-shadow 0.2s;
|
@@ -7430,14 +7169,12 @@
|
|
7430
7169
|
.p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled).p-radiobutton-focused {
|
7431
7170
|
box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12);
|
7432
7171
|
}
|
7433
|
-
|
7434
7172
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
7435
7173
|
background-color: #ffffff;
|
7436
7174
|
}
|
7437
7175
|
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
7438
7176
|
background-color: #ffffff;
|
7439
7177
|
}
|
7440
|
-
|
7441
7178
|
.p-rating {
|
7442
7179
|
gap: 0;
|
7443
7180
|
}
|
@@ -7459,7 +7196,6 @@
|
|
7459
7196
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item {
|
7460
7197
|
background: rgba(176, 0, 32, 0.04);
|
7461
7198
|
}
|
7462
|
-
|
7463
7199
|
.p-selectbutton .p-button:focus {
|
7464
7200
|
background: #e0e0e1;
|
7465
7201
|
border-color: #e0e0e1;
|
@@ -7468,14 +7204,12 @@
|
|
7468
7204
|
background: #d9d8d9;
|
7469
7205
|
border-color: #d9d8d9;
|
7470
7206
|
}
|
7471
|
-
|
7472
7207
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7473
7208
|
background: rgba(0, 0, 0, 0.12);
|
7474
7209
|
}
|
7475
7210
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7476
7211
|
background: rgba(0, 0, 0, 0.12);
|
7477
7212
|
}
|
7478
|
-
|
7479
7213
|
.p-slider .p-slider-handle {
|
7480
7214
|
transition: transform 0.2s, box-shadow 0.2s;
|
7481
7215
|
transform: scale(0.7);
|
@@ -7486,7 +7220,6 @@
|
|
7486
7220
|
.p-slider.p-slider-sliding .p-slider-handle {
|
7487
7221
|
transform: scale(1);
|
7488
7222
|
}
|
7489
|
-
|
7490
7223
|
.p-steps {
|
7491
7224
|
padding: 1rem 0;
|
7492
7225
|
}
|
@@ -7539,7 +7272,6 @@
|
|
7539
7272
|
.p-steps .p-steps-item.p-disabled {
|
7540
7273
|
opacity: 1;
|
7541
7274
|
}
|
7542
|
-
|
7543
7275
|
.p-tabview .p-tabview-nav {
|
7544
7276
|
position: relative;
|
7545
7277
|
}
|
@@ -7562,11 +7294,9 @@
|
|
7562
7294
|
background-color: #673AB7;
|
7563
7295
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
7564
7296
|
}
|
7565
|
-
|
7566
7297
|
.p-toolbar {
|
7567
7298
|
border: 0 none;
|
7568
7299
|
}
|
7569
|
-
|
7570
7300
|
.p-tooltip .p-tooltip-text {
|
7571
7301
|
box-shadow: none;
|
7572
7302
|
font-size: 0.875rem;
|
@@ -7574,14 +7304,12 @@
|
|
7574
7304
|
.p-tooltip .p-tooltip-arrow {
|
7575
7305
|
display: none;
|
7576
7306
|
}
|
7577
|
-
|
7578
7307
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7579
7308
|
background: rgba(0, 0, 0, 0.12);
|
7580
7309
|
}
|
7581
7310
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7582
7311
|
background: rgba(0, 0, 0, 0.12);
|
7583
7312
|
}
|
7584
|
-
|
7585
7313
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
7586
7314
|
background-image: none;
|
7587
7315
|
background: transparent;
|
@@ -7592,11 +7320,9 @@
|
|
7592
7320
|
.p-treeselect:not(.p-disabled).p-focus {
|
7593
7321
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
7594
7322
|
}
|
7595
|
-
|
7596
7323
|
.p-treeselect-item .p-ink {
|
7597
7324
|
background-color: rgba(103, 58, 183, 0.16);
|
7598
7325
|
}
|
7599
|
-
|
7600
7326
|
.p-input-filled .p-treeselect {
|
7601
7327
|
border-bottom-left-radius: 0;
|
7602
7328
|
border-bottom-right-radius: 0;
|
@@ -7630,13 +7356,11 @@
|
|
7630
7356
|
background-image: none;
|
7631
7357
|
background: transparent;
|
7632
7358
|
}
|
7633
|
-
|
7634
7359
|
.p-float-label .p-treeselect-label .p-treeselect-token {
|
7635
7360
|
padding: 0.25rem 1rem;
|
7636
7361
|
margin-top: 0.25rem;
|
7637
7362
|
margin-bottom: 0.25rem;
|
7638
7363
|
}
|
7639
|
-
|
7640
7364
|
.p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
|
7641
7365
|
padding-top: 1.5rem;
|
7642
7366
|
padding-bottom: 0.5rem;
|
@@ -7665,18 +7389,18 @@
|
|
7665
7389
|
box-shadow: none;
|
7666
7390
|
background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020);
|
7667
7391
|
}
|
7668
|
-
|
7669
7392
|
.p-treeselect.p-invalid:not(.p-disabled).p-focus {
|
7670
7393
|
box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020;
|
7671
7394
|
}
|
7672
|
-
|
7673
|
-
|
7395
|
+
.p-tree .p-tree-container .p-treenode {
|
7396
|
+
outline: 0 none;
|
7397
|
+
}
|
7398
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
7674
7399
|
background: rgba(0, 0, 0, 0.12);
|
7675
7400
|
}
|
7676
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content
|
7401
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content.p-highlight {
|
7677
7402
|
background: rgba(103, 58, 183, 0.24);
|
7678
7403
|
}
|
7679
|
-
|
7680
7404
|
.p-treetable .p-sortable-column {
|
7681
7405
|
outline: 0 none;
|
7682
7406
|
}
|
@@ -7689,7 +7413,6 @@
|
|
7689
7413
|
.p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus {
|
7690
7414
|
background-color: rgba(0, 0, 0, 0.03);
|
7691
7415
|
}
|
7692
|
-
|
7693
7416
|
.p-tabmenu .p-tabmenu-nav {
|
7694
7417
|
position: relative;
|
7695
7418
|
}
|
@@ -7714,14 +7437,12 @@
|
|
7714
7437
|
background-color: #673AB7;
|
7715
7438
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
7716
7439
|
}
|
7717
|
-
|
7718
7440
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
7719
7441
|
margin: 0.5rem 0;
|
7720
7442
|
}
|
7721
7443
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
7722
7444
|
margin: 0 0.5rem;
|
7723
7445
|
}
|
7724
|
-
|
7725
7446
|
.p-togglebutton.p-button:focus {
|
7726
7447
|
background: #e0e0e1;
|
7727
7448
|
border-color: #e0e0e1;
|
@@ -7730,7 +7451,6 @@
|
|
7730
7451
|
background: #d9d8d9;
|
7731
7452
|
border-color: #d9d8d9;
|
7732
7453
|
}
|
7733
|
-
|
7734
7454
|
.p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus {
|
7735
7455
|
background: rgba(103, 58, 183, 0.12);
|
7736
7456
|
}
|
@@ -7762,53 +7482,45 @@
|
|
7762
7482
|
.p-splitbutton.p-button-raised > .p-button:not(:disabled):focus {
|
7763
7483
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
7764
7484
|
}
|
7765
|
-
|
7766
7485
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus {
|
7767
7486
|
background: rgba(76, 175, 80, 0.12);
|
7768
7487
|
}
|
7769
7488
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
7770
7489
|
background: rgba(76, 175, 80, 0.16);
|
7771
7490
|
}
|
7772
|
-
|
7773
7491
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus {
|
7774
7492
|
background: rgba(33, 150, 243, 0.12);
|
7775
7493
|
}
|
7776
7494
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active {
|
7777
7495
|
background: rgba(33, 150, 243, 0.16);
|
7778
7496
|
}
|
7779
|
-
|
7780
7497
|
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus {
|
7781
7498
|
background: rgba(104, 159, 56, 0.12);
|
7782
7499
|
}
|
7783
7500
|
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
7784
7501
|
background: rgba(104, 159, 56, 0.16);
|
7785
7502
|
}
|
7786
|
-
|
7787
7503
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus {
|
7788
7504
|
background: rgba(251, 192, 45, 0.12);
|
7789
7505
|
}
|
7790
7506
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
7791
7507
|
background: rgba(251, 192, 45, 0.16);
|
7792
7508
|
}
|
7793
|
-
|
7794
7509
|
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus {
|
7795
7510
|
background: rgba(156, 39, 176, 0.12);
|
7796
7511
|
}
|
7797
7512
|
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
7798
7513
|
background: rgba(156, 39, 176, 0.16);
|
7799
7514
|
}
|
7800
|
-
|
7801
7515
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus {
|
7802
7516
|
background: rgba(211, 47, 47, 0.12);
|
7803
7517
|
}
|
7804
7518
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
7805
7519
|
background: rgba(211, 47, 47, 0.16);
|
7806
7520
|
}
|
7807
|
-
|
7808
7521
|
.p-scrollpanel .p-scrollpanel-bar:focus {
|
7809
7522
|
box-shadow: 0 0 1px 4px rgba(76, 175, 80, 0.2);
|
7810
7523
|
}
|
7811
|
-
|
7812
7524
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
7813
7525
|
transition: transform 0.2s, box-shadow 0.2s;
|
7814
7526
|
transform: scale(0.7);
|