primeng 17.3.0 → 17.3.2
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/autocomplete/autocomplete.d.ts +3 -3
- package/checkbox/checkbox.d.ts +6 -3
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2022/accordion/accordion.mjs +19 -7
- package/esm2022/autocomplete/autocomplete.mjs +4 -1
- package/esm2022/calendar/calendar.mjs +4 -1
- package/esm2022/checkbox/checkbox.mjs +43 -26
- package/esm2022/dropdown/dropdown.mjs +20 -7
- package/esm2022/inputnumber/inputnumber.mjs +2 -2
- package/esm2022/listbox/listbox.mjs +2 -2
- package/esm2022/megamenu/megamenu.mjs +8 -8
- package/esm2022/menubar/menubar.mjs +3 -3
- package/esm2022/multiselect/multiselect.mjs +7 -5
- package/esm2022/orderlist/orderlist.mjs +2 -2
- package/esm2022/panel/panel.mjs +2 -4
- package/esm2022/picklist/picklist.mjs +2 -2
- package/esm2022/scroller/scroller.mjs +11 -11
- package/esm2022/scrollpanel/scrollpanel.mjs +8 -1
- package/esm2022/sidebar/sidebar.mjs +2 -1
- package/esm2022/steps/steps.mjs +3 -1
- package/esm2022/table/table.mjs +37 -45
- package/esm2022/tieredmenu/tieredmenu.mjs +3 -1
- package/esm2022/toast/toast.mjs +5 -5
- package/esm2022/tree/tree.mjs +6 -6
- package/esm2022/treeselect/treeselect.mjs +10 -2
- package/esm2022/treetable/treetable.mjs +3 -2
- 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-autocomplete.mjs +3 -0
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +3 -0
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +42 -25
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +19 -6
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +1 -1
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +1 -1
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +7 -7
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +2 -2
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +6 -4
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +1 -1
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +1 -3
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +1 -1
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +10 -10
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +7 -0
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +1 -0
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +2 -0
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +36 -44
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +2 -0
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +4 -4
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +5 -5
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +9 -1
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +2 -1
- 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 +220 -220
- package/panel/panel.d.ts +1 -1
- package/resources/themes/arya-blue/theme.css +239 -420
- package/resources/themes/arya-green/theme.css +239 -420
- package/resources/themes/arya-orange/theme.css +239 -420
- package/resources/themes/arya-purple/theme.css +239 -420
- package/resources/themes/bootstrap4-dark-blue/theme.css +239 -421
- package/resources/themes/bootstrap4-dark-purple/theme.css +239 -421
- package/resources/themes/bootstrap4-light-blue/theme.css +239 -421
- package/resources/themes/bootstrap4-light-purple/theme.css +239 -421
- package/resources/themes/fluent-light/theme.css +250 -447
- package/resources/themes/lara-dark-blue/theme.css +241 -436
- package/resources/themes/lara-dark-indigo/theme.css +241 -436
- package/resources/themes/lara-dark-purple/theme.css +241 -436
- package/resources/themes/lara-dark-teal/theme.css +241 -436
- package/resources/themes/lara-light-blue/theme.css +249 -441
- package/resources/themes/lara-light-indigo/theme.css +249 -441
- package/resources/themes/lara-light-purple/theme.css +249 -441
- package/resources/themes/lara-light-teal/theme.css +249 -441
- package/resources/themes/luna-amber/theme.css +252 -434
- package/resources/themes/luna-blue/theme.css +252 -434
- package/resources/themes/luna-green/theme.css +252 -434
- package/resources/themes/luna-pink/theme.css +252 -434
- package/resources/themes/md-dark-deeppurple/theme.css +417 -679
- package/resources/themes/md-dark-indigo/theme.css +417 -679
- package/resources/themes/md-light-deeppurple/theme.css +278 -540
- package/resources/themes/md-light-indigo/theme.css +278 -540
- package/resources/themes/mdc-dark-deeppurple/theme.css +417 -679
- package/resources/themes/mdc-dark-indigo/theme.css +417 -679
- package/resources/themes/mdc-light-deeppurple/theme.css +278 -540
- package/resources/themes/mdc-light-indigo/theme.css +278 -540
- package/resources/themes/mira/theme.css +246 -458
- package/resources/themes/nano/theme.css +239 -418
- package/resources/themes/nova/theme.css +239 -422
- package/resources/themes/nova-accent/theme.css +239 -419
- package/resources/themes/nova-alt/theme.css +239 -422
- package/resources/themes/rhea/theme.css +239 -419
- package/resources/themes/saga-blue/theme.css +239 -420
- package/resources/themes/saga-green/theme.css +239 -420
- package/resources/themes/saga-orange/theme.css +239 -420
- package/resources/themes/saga-purple/theme.css +239 -420
- package/resources/themes/soho-dark/theme.css +270 -454
- package/resources/themes/soho-light/theme.css +244 -430
- package/resources/themes/tailwind-light/theme.css +269 -463
- package/resources/themes/vela-blue/theme.css +239 -420
- package/resources/themes/vela-green/theme.css +239 -420
- package/resources/themes/vela-orange/theme.css +239 -420
- package/resources/themes/vela-purple/theme.css +239 -420
- package/resources/themes/viva-dark/theme.css +244 -444
- package/resources/themes/viva-light/theme.css +244 -444
- package/scroller/scroller.d.ts +2 -2
- package/scrollpanel/scrollpanel.d.ts +1 -0
- package/table/table.d.ts +2 -3
- package/toast/toast.d.ts +1 -1
- package/treeselect/treeselect.d.ts +1 -0
- package/treetable/treetable.d.ts +1 -1
- package/utils/objectutils.d.ts +1 -0
@@ -53,32 +53,28 @@
|
|
53
53
|
font-family: "Poppins";
|
54
54
|
font-style: normal;
|
55
55
|
font-weight: 300;
|
56
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff");
|
57
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
56
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
58
57
|
}
|
59
58
|
/* poppins-regular - latin-ext_latin */
|
60
59
|
@font-face {
|
61
60
|
font-family: "Poppins";
|
62
61
|
font-style: normal;
|
63
62
|
font-weight: 400;
|
64
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
|
65
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
63
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
66
64
|
}
|
67
65
|
/* poppins-600 - latin-ext_latin */
|
68
66
|
@font-face {
|
69
67
|
font-family: "Poppins";
|
70
68
|
font-style: normal;
|
71
69
|
font-weight: 600;
|
72
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
|
73
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
70
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
74
71
|
}
|
75
72
|
/* poppins-700 - latin-ext_latin */
|
76
73
|
@font-face {
|
77
74
|
font-family: "Poppins";
|
78
75
|
font-style: normal;
|
79
76
|
font-weight: 700;
|
80
|
-
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
|
81
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
77
|
+
src: local(""), url("./fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/poppins-v15-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
82
78
|
}
|
83
79
|
:root {
|
84
80
|
--blue-50:#f6fbfd;
|
@@ -306,40 +302,32 @@
|
|
306
302
|
* {
|
307
303
|
box-sizing: border-box;
|
308
304
|
}
|
309
|
-
|
310
305
|
.p-component {
|
311
306
|
font-family: var(--font-family);
|
312
307
|
font-feature-settings: var(--font-feature-settings, normal);
|
313
308
|
font-size: 1rem;
|
314
309
|
font-weight: normal;
|
315
310
|
}
|
316
|
-
|
317
311
|
.p-component-overlay {
|
318
312
|
background-color: rgba(0, 0, 0, 0.4);
|
319
313
|
transition-duration: 0.3s;
|
320
314
|
}
|
321
|
-
|
322
315
|
.p-disabled, .p-component:disabled {
|
323
316
|
opacity: 0.4;
|
324
317
|
}
|
325
|
-
|
326
318
|
.p-error {
|
327
319
|
color: #f78c79;
|
328
320
|
}
|
329
|
-
|
330
321
|
.p-text-secondary {
|
331
322
|
color: rgba(255, 255, 255, 0.6);
|
332
323
|
}
|
333
|
-
|
334
324
|
.pi {
|
335
325
|
font-size: 1rem;
|
336
326
|
}
|
337
|
-
|
338
327
|
.p-icon {
|
339
328
|
width: 1rem;
|
340
329
|
height: 1rem;
|
341
330
|
}
|
342
|
-
|
343
331
|
.p-link {
|
344
332
|
font-family: var(--font-family);
|
345
333
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -351,15 +339,12 @@
|
|
351
339
|
outline-offset: 0;
|
352
340
|
box-shadow: 0 0 0 1px #9eade6;
|
353
341
|
}
|
354
|
-
|
355
342
|
.p-component-overlay-enter {
|
356
343
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
357
344
|
}
|
358
|
-
|
359
345
|
.p-component-overlay-leave {
|
360
346
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
361
347
|
}
|
362
|
-
|
363
348
|
@keyframes p-component-overlay-enter-animation {
|
364
349
|
from {
|
365
350
|
background-color: transparent;
|
@@ -376,7 +361,6 @@
|
|
376
361
|
background-color: transparent;
|
377
362
|
}
|
378
363
|
}
|
379
|
-
|
380
364
|
.p-autocomplete .p-autocomplete-loader {
|
381
365
|
right: 0.75rem;
|
382
366
|
}
|
@@ -423,7 +407,6 @@
|
|
423
407
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
424
408
|
border-color: #f78c79;
|
425
409
|
}
|
426
|
-
|
427
410
|
.p-autocomplete-panel {
|
428
411
|
background: #161d21;
|
429
412
|
color: rgba(255, 255, 255, 0.87);
|
@@ -465,11 +448,9 @@
|
|
465
448
|
background: #161d21;
|
466
449
|
font-weight: 600;
|
467
450
|
}
|
468
|
-
|
469
451
|
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
|
470
452
|
border-color: #f78c79;
|
471
453
|
}
|
472
|
-
|
473
454
|
p-autocomplete.p-autocomplete-clearable .p-inputtext {
|
474
455
|
padding-right: 2.5rem;
|
475
456
|
}
|
@@ -477,23 +458,19 @@
|
|
477
458
|
color: rgba(255, 255, 255, 0.6);
|
478
459
|
right: 0.75rem;
|
479
460
|
}
|
480
|
-
|
481
461
|
p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
|
482
462
|
color: rgba(255, 255, 255, 0.6);
|
483
463
|
right: 3.607rem;
|
484
464
|
}
|
485
|
-
|
486
465
|
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
487
466
|
border-color: #f78c79;
|
488
467
|
}
|
489
|
-
|
490
468
|
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
|
491
469
|
outline: 0 none;
|
492
470
|
outline-offset: 0;
|
493
471
|
box-shadow: 0 0 0 1px #9eade6;
|
494
472
|
border-color: #9eade6;
|
495
473
|
}
|
496
|
-
|
497
474
|
.p-datepicker {
|
498
475
|
padding: 0.5rem;
|
499
476
|
background: #161d21;
|
@@ -520,7 +497,7 @@
|
|
520
497
|
border-top-left-radius: 6px;
|
521
498
|
}
|
522
499
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
523
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
500
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
524
501
|
width: 2rem;
|
525
502
|
height: 2rem;
|
526
503
|
color: rgba(255, 255, 255, 0.6);
|
@@ -530,13 +507,13 @@
|
|
530
507
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
531
508
|
}
|
532
509
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
533
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
510
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
534
511
|
color: rgba(255, 255, 255, 0.87);
|
535
512
|
border-color: transparent;
|
536
513
|
background: rgba(158, 173, 230, 0.08);
|
537
514
|
}
|
538
515
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
539
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
516
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
540
517
|
outline: 0 none;
|
541
518
|
outline-offset: 0;
|
542
519
|
box-shadow: 0 0 0 1px #9eade6;
|
@@ -545,14 +522,14 @@
|
|
545
522
|
line-height: 2rem;
|
546
523
|
}
|
547
524
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
548
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
525
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
549
526
|
color: rgba(255, 255, 255, 0.87);
|
550
527
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
551
528
|
font-weight: 600;
|
552
529
|
padding: 0.5rem;
|
553
530
|
}
|
554
531
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
555
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
532
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
556
533
|
color: #9eade6;
|
557
534
|
}
|
558
535
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
@@ -701,7 +678,6 @@
|
|
701
678
|
outline-offset: 0;
|
702
679
|
box-shadow: 0 0 0 1px #9eade6;
|
703
680
|
}
|
704
|
-
|
705
681
|
p-calendar.p-calendar-clearable .p-inputtext {
|
706
682
|
padding-right: 2.5rem;
|
707
683
|
}
|
@@ -709,12 +685,10 @@
|
|
709
685
|
color: rgba(255, 255, 255, 0.6);
|
710
686
|
right: 0.75rem;
|
711
687
|
}
|
712
|
-
|
713
688
|
p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
|
714
689
|
color: rgba(255, 255, 255, 0.6);
|
715
690
|
right: 3.607rem;
|
716
691
|
}
|
717
|
-
|
718
692
|
@media screen and (max-width: 769px) {
|
719
693
|
.p-datepicker table th, .p-datepicker table td {
|
720
694
|
padding: 0;
|
@@ -757,7 +731,6 @@
|
|
757
731
|
.p-cascadeselect.p-invalid.p-component {
|
758
732
|
border-color: #f78c79;
|
759
733
|
}
|
760
|
-
|
761
734
|
.p-cascadeselect-panel {
|
762
735
|
background: #161d21;
|
763
736
|
color: rgba(255, 255, 255, 0.87);
|
@@ -797,7 +770,6 @@
|
|
797
770
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
|
798
771
|
font-size: 0.875rem;
|
799
772
|
}
|
800
|
-
|
801
773
|
.p-input-filled .p-cascadeselect {
|
802
774
|
background: #263238;
|
803
775
|
}
|
@@ -807,11 +779,9 @@
|
|
807
779
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
808
780
|
background-color: #263238;
|
809
781
|
}
|
810
|
-
|
811
782
|
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
812
783
|
border-color: #f78c79;
|
813
784
|
}
|
814
|
-
|
815
785
|
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
|
816
786
|
padding-right: 0.75rem;
|
817
787
|
}
|
@@ -819,7 +789,6 @@
|
|
819
789
|
color: rgba(255, 255, 255, 0.6);
|
820
790
|
right: 2.857rem;
|
821
791
|
}
|
822
|
-
|
823
792
|
.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
|
824
793
|
box-shadow: none;
|
825
794
|
border-radius: 0;
|
@@ -828,7 +797,6 @@
|
|
828
797
|
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
|
829
798
|
transform: rotate(90deg);
|
830
799
|
}
|
831
|
-
|
832
800
|
.p-checkbox {
|
833
801
|
width: 20px;
|
834
802
|
height: 20px;
|
@@ -869,11 +837,9 @@
|
|
869
837
|
background: #7f93de;
|
870
838
|
color: #121212;
|
871
839
|
}
|
872
|
-
|
873
840
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
874
841
|
border-color: #f78c79;
|
875
842
|
}
|
876
|
-
|
877
843
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
878
844
|
background-color: #263238;
|
879
845
|
}
|
@@ -886,15 +852,12 @@
|
|
886
852
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
887
853
|
background: #7f93de;
|
888
854
|
}
|
889
|
-
|
890
855
|
.p-checkbox-label {
|
891
856
|
margin-left: 0.5rem;
|
892
857
|
}
|
893
|
-
|
894
858
|
p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
895
859
|
border-color: #f78c79;
|
896
860
|
}
|
897
|
-
|
898
861
|
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
|
899
862
|
border-color: #2d3e44;
|
900
863
|
}
|
@@ -933,11 +896,9 @@
|
|
933
896
|
padding: 0;
|
934
897
|
margin: 0;
|
935
898
|
}
|
936
|
-
|
937
899
|
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
938
900
|
border-color: #f78c79;
|
939
901
|
}
|
940
|
-
|
941
902
|
p-chips.p-chips-clearable .p-inputtext {
|
942
903
|
padding-right: 1.75rem;
|
943
904
|
}
|
@@ -945,26 +906,22 @@
|
|
945
906
|
color: rgba(255, 255, 255, 0.6);
|
946
907
|
right: 0.75rem;
|
947
908
|
}
|
948
|
-
|
949
909
|
.p-colorpicker-preview,
|
950
|
-
.p-fluid .p-colorpicker-preview.p-inputtext {
|
910
|
+
.p-fluid .p-colorpicker-preview.p-inputtext {
|
951
911
|
width: 2rem;
|
952
912
|
height: 2rem;
|
953
913
|
}
|
954
|
-
|
955
914
|
.p-colorpicker-panel {
|
956
915
|
background: #161d21;
|
957
916
|
border: 1px solid #263238;
|
958
917
|
}
|
959
918
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
960
|
-
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
919
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
961
920
|
border-color: rgba(255, 255, 255, 0.87);
|
962
921
|
}
|
963
|
-
|
964
922
|
.p-colorpicker-overlay-panel {
|
965
923
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
966
924
|
}
|
967
|
-
|
968
925
|
.p-dropdown {
|
969
926
|
background: #0e1315;
|
970
927
|
border: 2px solid #263238;
|
@@ -1008,7 +965,6 @@
|
|
1008
965
|
.p-dropdown.p-invalid.p-component {
|
1009
966
|
border-color: #f78c79;
|
1010
967
|
}
|
1011
|
-
|
1012
968
|
.p-dropdown-panel {
|
1013
969
|
background: #161d21;
|
1014
970
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1072,7 +1028,6 @@
|
|
1072
1028
|
color: rgba(255, 255, 255, 0.87);
|
1073
1029
|
background: transparent;
|
1074
1030
|
}
|
1075
|
-
|
1076
1031
|
.p-input-filled .p-dropdown {
|
1077
1032
|
background: #263238;
|
1078
1033
|
}
|
@@ -1085,11 +1040,9 @@
|
|
1085
1040
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
1086
1041
|
background-color: transparent;
|
1087
1042
|
}
|
1088
|
-
|
1089
1043
|
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
1090
1044
|
border-color: #f78c79;
|
1091
1045
|
}
|
1092
|
-
|
1093
1046
|
.p-inputgroup-addon {
|
1094
1047
|
background: #161d21;
|
1095
1048
|
color: rgba(255, 255, 255, 0.6);
|
@@ -1102,68 +1055,60 @@
|
|
1102
1055
|
.p-inputgroup-addon:last-child {
|
1103
1056
|
border-right: 2px solid #263238;
|
1104
1057
|
}
|
1105
|
-
|
1106
1058
|
.p-inputgroup > .p-component,
|
1107
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1108
|
-
.p-inputgroup > .p-float-label > .p-component {
|
1059
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1060
|
+
.p-inputgroup > .p-float-label > .p-component {
|
1109
1061
|
border-radius: 0;
|
1110
1062
|
margin: 0;
|
1111
1063
|
}
|
1112
1064
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
1113
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1114
|
-
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1065
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1066
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1115
1067
|
border-left: 0 none;
|
1116
1068
|
}
|
1117
1069
|
.p-inputgroup > .p-component:focus,
|
1118
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1119
|
-
.p-inputgroup > .p-float-label > .p-component:focus {
|
1070
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1071
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
1120
1072
|
z-index: 1;
|
1121
1073
|
}
|
1122
1074
|
.p-inputgroup > .p-component:focus ~ label,
|
1123
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1124
|
-
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1075
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1076
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1125
1077
|
z-index: 1;
|
1126
1078
|
}
|
1127
|
-
|
1128
1079
|
.p-inputgroup-addon:first-child,
|
1129
|
-
.p-inputgroup button:first-child,
|
1130
|
-
.p-inputgroup input:first-child,
|
1131
|
-
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1132
|
-
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1080
|
+
.p-inputgroup button:first-child,
|
1081
|
+
.p-inputgroup input:first-child,
|
1082
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1083
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1133
1084
|
border-top-left-radius: 6px;
|
1134
1085
|
border-bottom-left-radius: 6px;
|
1135
1086
|
}
|
1136
|
-
|
1137
1087
|
.p-inputgroup .p-float-label:first-child input {
|
1138
1088
|
border-top-left-radius: 6px;
|
1139
1089
|
border-bottom-left-radius: 6px;
|
1140
1090
|
}
|
1141
|
-
|
1142
1091
|
.p-inputgroup-addon:last-child,
|
1143
|
-
.p-inputgroup button:last-child,
|
1144
|
-
.p-inputgroup input:last-child,
|
1145
|
-
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1146
|
-
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1092
|
+
.p-inputgroup button:last-child,
|
1093
|
+
.p-inputgroup input:last-child,
|
1094
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1095
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1147
1096
|
border-top-right-radius: 6px;
|
1148
1097
|
border-bottom-right-radius: 6px;
|
1149
1098
|
}
|
1150
|
-
|
1151
1099
|
.p-inputgroup .p-float-label:last-child input {
|
1152
1100
|
border-top-right-radius: 6px;
|
1153
1101
|
border-bottom-right-radius: 6px;
|
1154
1102
|
}
|
1155
|
-
|
1156
1103
|
.p-fluid .p-inputgroup .p-button {
|
1157
1104
|
width: auto;
|
1158
1105
|
}
|
1159
1106
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
1160
1107
|
width: 2.857rem;
|
1161
1108
|
}
|
1162
|
-
|
1163
1109
|
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
|
1164
1110
|
border-color: #f78c79;
|
1165
1111
|
}
|
1166
|
-
|
1167
1112
|
p-inputmask.p-inputmask-clearable .p-inputtext {
|
1168
1113
|
padding-right: 2.5rem;
|
1169
1114
|
}
|
@@ -1171,11 +1116,9 @@
|
|
1171
1116
|
color: rgba(255, 255, 255, 0.6);
|
1172
1117
|
right: 0.75rem;
|
1173
1118
|
}
|
1174
|
-
|
1175
1119
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1176
1120
|
border-color: #f78c79;
|
1177
1121
|
}
|
1178
|
-
|
1179
1122
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
|
1180
1123
|
padding-right: 2.5rem;
|
1181
1124
|
}
|
@@ -1183,14 +1126,12 @@
|
|
1183
1126
|
color: rgba(255, 255, 255, 0.6);
|
1184
1127
|
right: 0.75rem;
|
1185
1128
|
}
|
1186
|
-
|
1187
1129
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
|
1188
1130
|
right: 3.607rem;
|
1189
1131
|
}
|
1190
1132
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
|
1191
1133
|
right: 3.607rem;
|
1192
1134
|
}
|
1193
|
-
|
1194
1135
|
.p-inputswitch {
|
1195
1136
|
width: 3rem;
|
1196
1137
|
height: 1.75rem;
|
@@ -1229,11 +1170,9 @@
|
|
1229
1170
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
1230
1171
|
background: #8fa0e2;
|
1231
1172
|
}
|
1232
|
-
|
1233
1173
|
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
|
1234
1174
|
border-color: #f78c79;
|
1235
1175
|
}
|
1236
|
-
|
1237
1176
|
.p-inputtext {
|
1238
1177
|
font-family: var(--font-family);
|
1239
1178
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -1266,57 +1205,45 @@
|
|
1266
1205
|
font-size: 1.25rem;
|
1267
1206
|
padding: 0.625rem 0.9375rem;
|
1268
1207
|
}
|
1269
|
-
|
1270
1208
|
.p-float-label > label {
|
1271
1209
|
left: 0.75rem;
|
1272
1210
|
color: rgba(255, 255, 255, 0.6);
|
1273
1211
|
transition-duration: 0.3s;
|
1274
1212
|
}
|
1275
|
-
|
1276
1213
|
.p-float-label > .ng-invalid.ng-dirty + label {
|
1277
1214
|
color: #f78c79;
|
1278
1215
|
}
|
1279
|
-
|
1280
1216
|
.p-input-icon-left > .p-icon-wrapper.p-icon,
|
1281
|
-
.p-input-icon-left > i:first-of-type {
|
1217
|
+
.p-input-icon-left > i:first-of-type {
|
1282
1218
|
left: 0.75rem;
|
1283
1219
|
color: rgba(255, 255, 255, 0.6);
|
1284
1220
|
}
|
1285
|
-
|
1286
1221
|
.p-input-icon-left > .p-inputtext {
|
1287
1222
|
padding-left: 2.5rem;
|
1288
1223
|
}
|
1289
|
-
|
1290
1224
|
.p-input-icon-left.p-float-label > label {
|
1291
1225
|
left: 2.5rem;
|
1292
1226
|
}
|
1293
|
-
|
1294
1227
|
.p-input-icon-right > .p-icon-wrapper,
|
1295
|
-
.p-input-icon-right > i:last-of-type {
|
1228
|
+
.p-input-icon-right > i:last-of-type {
|
1296
1229
|
right: 0.75rem;
|
1297
1230
|
color: rgba(255, 255, 255, 0.6);
|
1298
1231
|
}
|
1299
|
-
|
1300
1232
|
.p-input-icon-right > .p-inputtext {
|
1301
1233
|
padding-right: 2.5rem;
|
1302
1234
|
}
|
1303
|
-
|
1304
1235
|
::-webkit-input-placeholder {
|
1305
1236
|
color: rgba(255, 255, 255, 0.6);
|
1306
1237
|
}
|
1307
|
-
|
1308
1238
|
:-moz-placeholder {
|
1309
1239
|
color: rgba(255, 255, 255, 0.6);
|
1310
1240
|
}
|
1311
|
-
|
1312
1241
|
::-moz-placeholder {
|
1313
1242
|
color: rgba(255, 255, 255, 0.6);
|
1314
1243
|
}
|
1315
|
-
|
1316
1244
|
:-ms-input-placeholder {
|
1317
1245
|
color: rgba(255, 255, 255, 0.6);
|
1318
1246
|
}
|
1319
|
-
|
1320
1247
|
.p-input-filled .p-inputtext {
|
1321
1248
|
background-color: #263238;
|
1322
1249
|
}
|
@@ -1326,17 +1253,14 @@
|
|
1326
1253
|
.p-input-filled .p-inputtext:enabled:focus {
|
1327
1254
|
background-color: #263238;
|
1328
1255
|
}
|
1329
|
-
|
1330
1256
|
.p-inputtext-sm .p-inputtext {
|
1331
1257
|
font-size: 0.875rem;
|
1332
1258
|
padding: 0.4375rem 0.65625rem;
|
1333
1259
|
}
|
1334
|
-
|
1335
1260
|
.p-inputtext-lg .p-inputtext {
|
1336
1261
|
font-size: 1.25rem;
|
1337
1262
|
padding: 0.625rem 0.9375rem;
|
1338
1263
|
}
|
1339
|
-
|
1340
1264
|
.p-listbox {
|
1341
1265
|
background: #161d21;
|
1342
1266
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1411,11 +1335,9 @@
|
|
1411
1335
|
box-shadow: 0 0 0 1px #9eade6;
|
1412
1336
|
border-color: #9eade6;
|
1413
1337
|
}
|
1414
|
-
|
1415
1338
|
p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
1416
1339
|
border-color: #f78c79;
|
1417
1340
|
}
|
1418
|
-
|
1419
1341
|
.p-multiselect {
|
1420
1342
|
background: #0e1315;
|
1421
1343
|
border: 2px solid #263238;
|
@@ -1455,11 +1377,9 @@
|
|
1455
1377
|
border-top-right-radius: 6px;
|
1456
1378
|
border-bottom-right-radius: 6px;
|
1457
1379
|
}
|
1458
|
-
|
1459
1380
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1460
1381
|
padding: 0.25rem 0.75rem;
|
1461
1382
|
}
|
1462
|
-
|
1463
1383
|
.p-multiselect-clearable .p-multiselect-label-container {
|
1464
1384
|
padding-right: 1.75rem;
|
1465
1385
|
}
|
@@ -1467,7 +1387,6 @@
|
|
1467
1387
|
color: rgba(255, 255, 255, 0.6);
|
1468
1388
|
right: 2.857rem;
|
1469
1389
|
}
|
1470
|
-
|
1471
1390
|
.p-multiselect-panel {
|
1472
1391
|
background: #161d21;
|
1473
1392
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1556,7 +1475,6 @@
|
|
1556
1475
|
color: rgba(255, 255, 255, 0.87);
|
1557
1476
|
background: transparent;
|
1558
1477
|
}
|
1559
|
-
|
1560
1478
|
.p-input-filled .p-multiselect {
|
1561
1479
|
background: #263238;
|
1562
1480
|
}
|
@@ -1566,15 +1484,12 @@
|
|
1566
1484
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
1567
1485
|
background-color: #263238;
|
1568
1486
|
}
|
1569
|
-
|
1570
1487
|
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
1571
1488
|
border-color: #f78c79;
|
1572
1489
|
}
|
1573
|
-
|
1574
1490
|
p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
|
1575
1491
|
border-color: #f78c79;
|
1576
1492
|
}
|
1577
|
-
|
1578
1493
|
.p-password-panel {
|
1579
1494
|
padding: 1rem;
|
1580
1495
|
background: #161d21;
|
@@ -1596,7 +1511,6 @@
|
|
1596
1511
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
1597
1512
|
background: #cede9c;
|
1598
1513
|
}
|
1599
|
-
|
1600
1514
|
p-password.p-password-clearable .p-password-input {
|
1601
1515
|
padding-right: 2.5rem;
|
1602
1516
|
}
|
@@ -1604,7 +1518,6 @@
|
|
1604
1518
|
color: rgba(255, 255, 255, 0.6);
|
1605
1519
|
right: 0.75rem;
|
1606
1520
|
}
|
1607
|
-
|
1608
1521
|
p-password.p-password-clearable.p-password-mask .p-password-input {
|
1609
1522
|
padding-right: 4.25rem;
|
1610
1523
|
}
|
@@ -1612,7 +1525,6 @@
|
|
1612
1525
|
color: rgba(255, 255, 255, 0.6);
|
1613
1526
|
right: 2.5rem;
|
1614
1527
|
}
|
1615
|
-
|
1616
1528
|
.p-radiobutton {
|
1617
1529
|
width: 20px;
|
1618
1530
|
height: 20px;
|
@@ -1650,11 +1562,9 @@
|
|
1650
1562
|
background: #7f93de;
|
1651
1563
|
color: #121212;
|
1652
1564
|
}
|
1653
|
-
|
1654
1565
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1655
1566
|
border-color: #f78c79;
|
1656
1567
|
}
|
1657
|
-
|
1658
1568
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
1659
1569
|
background-color: #263238;
|
1660
1570
|
}
|
@@ -1667,11 +1577,9 @@
|
|
1667
1577
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1668
1578
|
background: #7f93de;
|
1669
1579
|
}
|
1670
|
-
|
1671
1580
|
.p-radiobutton-label {
|
1672
1581
|
margin-left: 0.5rem;
|
1673
1582
|
}
|
1674
|
-
|
1675
1583
|
.p-rating {
|
1676
1584
|
gap: 0.5rem;
|
1677
1585
|
}
|
@@ -1702,7 +1610,6 @@
|
|
1702
1610
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
1703
1611
|
color: #f88c79;
|
1704
1612
|
}
|
1705
|
-
|
1706
1613
|
.p-selectbutton .p-button {
|
1707
1614
|
background: #161d21;
|
1708
1615
|
border: 2px solid #263238;
|
@@ -1710,7 +1617,7 @@
|
|
1710
1617
|
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
1711
1618
|
}
|
1712
1619
|
.p-selectbutton .p-button .p-button-icon-left,
|
1713
|
-
.p-selectbutton .p-button .p-button-icon-right {
|
1620
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
1714
1621
|
color: rgba(255, 255, 255, 0.6);
|
1715
1622
|
}
|
1716
1623
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1719,7 +1626,7 @@
|
|
1719
1626
|
color: rgba(255, 255, 255, 0.87);
|
1720
1627
|
}
|
1721
1628
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1722
|
-
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1629
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1723
1630
|
color: rgba(255, 255, 255, 0.6);
|
1724
1631
|
}
|
1725
1632
|
.p-selectbutton .p-button.p-highlight {
|
@@ -1728,7 +1635,7 @@
|
|
1728
1635
|
color: #9eade6;
|
1729
1636
|
}
|
1730
1637
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
1731
|
-
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1638
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1732
1639
|
color: #9eade6;
|
1733
1640
|
}
|
1734
1641
|
.p-selectbutton .p-button.p-highlight:hover {
|
@@ -1737,14 +1644,12 @@
|
|
1737
1644
|
color: #9eade6;
|
1738
1645
|
}
|
1739
1646
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
1740
|
-
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1647
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1741
1648
|
color: #9eade6;
|
1742
1649
|
}
|
1743
|
-
|
1744
1650
|
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
|
1745
1651
|
border-color: #f78c79;
|
1746
1652
|
}
|
1747
|
-
|
1748
1653
|
.p-slider {
|
1749
1654
|
background: #263238;
|
1750
1655
|
border: 0 none;
|
@@ -1796,7 +1701,6 @@
|
|
1796
1701
|
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
|
1797
1702
|
transition: height 0.3s;
|
1798
1703
|
}
|
1799
|
-
|
1800
1704
|
.p-togglebutton.p-button {
|
1801
1705
|
background: #161d21;
|
1802
1706
|
border: 2px solid #263238;
|
@@ -1804,7 +1708,7 @@
|
|
1804
1708
|
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
1805
1709
|
}
|
1806
1710
|
.p-togglebutton.p-button .p-button-icon-left,
|
1807
|
-
.p-togglebutton.p-button .p-button-icon-right {
|
1711
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
1808
1712
|
color: rgba(255, 255, 255, 0.6);
|
1809
1713
|
}
|
1810
1714
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1813,7 +1717,7 @@
|
|
1813
1717
|
color: rgba(255, 255, 255, 0.87);
|
1814
1718
|
}
|
1815
1719
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1816
|
-
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1720
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1817
1721
|
color: rgba(255, 255, 255, 0.6);
|
1818
1722
|
}
|
1819
1723
|
.p-togglebutton.p-button.p-highlight {
|
@@ -1822,7 +1726,7 @@
|
|
1822
1726
|
color: #9eade6;
|
1823
1727
|
}
|
1824
1728
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
1825
|
-
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1729
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1826
1730
|
color: #9eade6;
|
1827
1731
|
}
|
1828
1732
|
.p-togglebutton.p-button.p-highlight:hover {
|
@@ -1831,14 +1735,12 @@
|
|
1831
1735
|
color: #9eade6;
|
1832
1736
|
}
|
1833
1737
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
1834
|
-
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1738
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1835
1739
|
color: #9eade6;
|
1836
1740
|
}
|
1837
|
-
|
1838
1741
|
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
1839
1742
|
border-color: #f78c79;
|
1840
1743
|
}
|
1841
|
-
|
1842
1744
|
.p-treeselect {
|
1843
1745
|
background: #0e1315;
|
1844
1746
|
border: 2px solid #263238;
|
@@ -1875,15 +1777,12 @@
|
|
1875
1777
|
border-top-right-radius: 6px;
|
1876
1778
|
border-bottom-right-radius: 6px;
|
1877
1779
|
}
|
1878
|
-
|
1879
1780
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1880
1781
|
border-color: #f78c79;
|
1881
1782
|
}
|
1882
|
-
|
1883
1783
|
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
|
1884
1784
|
padding: 0.25rem 0.75rem;
|
1885
1785
|
}
|
1886
|
-
|
1887
1786
|
.p-treeselect-panel {
|
1888
1787
|
background: #161d21;
|
1889
1788
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1943,7 +1842,6 @@
|
|
1943
1842
|
color: rgba(255, 255, 255, 0.87);
|
1944
1843
|
background: transparent;
|
1945
1844
|
}
|
1946
|
-
|
1947
1845
|
.p-input-filled .p-treeselect {
|
1948
1846
|
background: #263238;
|
1949
1847
|
}
|
@@ -1953,7 +1851,6 @@
|
|
1953
1851
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
1954
1852
|
background-color: #263238;
|
1955
1853
|
}
|
1956
|
-
|
1957
1854
|
p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
|
1958
1855
|
padding-right: 1.75rem;
|
1959
1856
|
}
|
@@ -1961,7 +1858,6 @@
|
|
1961
1858
|
color: rgba(255, 255, 255, 0.6);
|
1962
1859
|
right: 2.857rem;
|
1963
1860
|
}
|
1964
|
-
|
1965
1861
|
.p-button {
|
1966
1862
|
color: #121212;
|
1967
1863
|
background: #9eade6;
|
@@ -2073,7 +1969,7 @@
|
|
2073
1969
|
padding: 0.5rem 0;
|
2074
1970
|
}
|
2075
1971
|
.p-button.p-button-icon-only .p-button-icon-left,
|
2076
|
-
.p-button.p-button-icon-only .p-button-icon-right {
|
1972
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
2077
1973
|
margin: 0;
|
2078
1974
|
}
|
2079
1975
|
.p-button.p-button-icon-only.p-button-rounded {
|
@@ -2100,7 +1996,6 @@
|
|
2100
1996
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
2101
1997
|
margin-right: 0;
|
2102
1998
|
}
|
2103
|
-
|
2104
1999
|
.p-fluid .p-button {
|
2105
2000
|
width: 100%;
|
2106
2001
|
}
|
@@ -2113,421 +2008,414 @@
|
|
2113
2008
|
.p-fluid .p-buttonset .p-button {
|
2114
2009
|
flex: 1;
|
2115
2010
|
}
|
2116
|
-
|
2117
2011
|
.p-button.p-button-secondary,
|
2118
|
-
.p-buttonset.p-button-secondary > .p-button,
|
2119
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2012
|
+
.p-buttonset.p-button-secondary > .p-button,
|
2013
|
+
.p-splitbutton.p-button-secondary > .p-button {
|
2120
2014
|
color: #0e1315;
|
2121
2015
|
background: #b4bfcd;
|
2122
2016
|
border: 1px solid #b4bfcd;
|
2123
2017
|
}
|
2124
2018
|
.p-button.p-button-secondary:not(:disabled):hover,
|
2125
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2126
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2019
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2020
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2127
2021
|
background: #9dabbe;
|
2128
2022
|
color: #0e1315;
|
2129
2023
|
border-color: #9dabbe;
|
2130
2024
|
}
|
2131
2025
|
.p-button.p-button-secondary:not(:disabled):focus,
|
2132
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2133
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2026
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2027
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2134
2028
|
box-shadow: 1px #e1e5eb;
|
2135
2029
|
}
|
2136
2030
|
.p-button.p-button-secondary:not(:disabled):active,
|
2137
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2138
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2031
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2032
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2139
2033
|
background: #8698ae;
|
2140
2034
|
color: #0e1315;
|
2141
2035
|
border-color: #8698ae;
|
2142
2036
|
}
|
2143
2037
|
.p-button.p-button-secondary.p-button-outlined,
|
2144
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2145
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2038
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2039
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2146
2040
|
background-color: transparent;
|
2147
2041
|
color: #b4bfcd;
|
2148
2042
|
border: 2px solid;
|
2149
2043
|
}
|
2150
2044
|
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2151
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2152
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2045
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2046
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2153
2047
|
background: rgba(180, 191, 205, 0.04);
|
2154
2048
|
color: #b4bfcd;
|
2155
2049
|
border: 2px solid;
|
2156
2050
|
}
|
2157
2051
|
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2158
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2159
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2052
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2053
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2160
2054
|
background: rgba(180, 191, 205, 0.16);
|
2161
2055
|
color: #b4bfcd;
|
2162
2056
|
border: 2px solid;
|
2163
2057
|
}
|
2164
2058
|
.p-button.p-button-secondary.p-button-text,
|
2165
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2166
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2059
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2060
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2167
2061
|
background-color: transparent;
|
2168
2062
|
color: #b4bfcd;
|
2169
2063
|
border-color: transparent;
|
2170
2064
|
}
|
2171
2065
|
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2172
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2173
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2066
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2067
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2174
2068
|
background: rgba(180, 191, 205, 0.04);
|
2175
2069
|
border-color: transparent;
|
2176
2070
|
color: #b4bfcd;
|
2177
2071
|
}
|
2178
2072
|
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2179
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2180
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2073
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2074
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2181
2075
|
background: rgba(180, 191, 205, 0.16);
|
2182
2076
|
border-color: transparent;
|
2183
2077
|
color: #b4bfcd;
|
2184
2078
|
}
|
2185
|
-
|
2186
2079
|
.p-button.p-button-info,
|
2187
|
-
.p-buttonset.p-button-info > .p-button,
|
2188
|
-
.p-splitbutton.p-button-info > .p-button {
|
2080
|
+
.p-buttonset.p-button-info > .p-button,
|
2081
|
+
.p-splitbutton.p-button-info > .p-button {
|
2189
2082
|
color: #ffffff;
|
2190
2083
|
background: #35a4cc;
|
2191
2084
|
border: 1px solid #35a4cc;
|
2192
2085
|
}
|
2193
2086
|
.p-button.p-button-info:not(:disabled):hover,
|
2194
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2195
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2087
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2088
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2196
2089
|
background: #2f94b9;
|
2197
2090
|
color: #ffffff;
|
2198
2091
|
border-color: #2f94b9;
|
2199
2092
|
}
|
2200
2093
|
.p-button.p-button-info:not(:disabled):focus,
|
2201
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2202
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2094
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2095
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2203
2096
|
box-shadow: 0 0 0 1px #aedbeb;
|
2204
2097
|
}
|
2205
2098
|
.p-button.p-button-info:not(:disabled):active,
|
2206
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2207
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2099
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2100
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2208
2101
|
background: #2984a4;
|
2209
2102
|
color: #ffffff;
|
2210
2103
|
border-color: #2984a4;
|
2211
2104
|
}
|
2212
2105
|
.p-button.p-button-info.p-button-outlined,
|
2213
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2214
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2106
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2107
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2215
2108
|
background-color: transparent;
|
2216
2109
|
color: #35a4cc;
|
2217
2110
|
border: 2px solid;
|
2218
2111
|
}
|
2219
2112
|
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2220
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2221
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2113
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2114
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2222
2115
|
background: rgba(53, 164, 204, 0.04);
|
2223
2116
|
color: #35a4cc;
|
2224
2117
|
border: 2px solid;
|
2225
2118
|
}
|
2226
2119
|
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2227
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2228
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2120
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2121
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2229
2122
|
background: rgba(53, 164, 204, 0.16);
|
2230
2123
|
color: #35a4cc;
|
2231
2124
|
border: 2px solid;
|
2232
2125
|
}
|
2233
2126
|
.p-button.p-button-info.p-button-text,
|
2234
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2235
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2127
|
+
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2128
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2236
2129
|
background-color: transparent;
|
2237
2130
|
color: #35a4cc;
|
2238
2131
|
border-color: transparent;
|
2239
2132
|
}
|
2240
2133
|
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2241
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2242
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2134
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2135
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2243
2136
|
background: rgba(53, 164, 204, 0.04);
|
2244
2137
|
border-color: transparent;
|
2245
2138
|
color: #35a4cc;
|
2246
2139
|
}
|
2247
2140
|
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2248
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2249
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2141
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2142
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2250
2143
|
background: rgba(53, 164, 204, 0.16);
|
2251
2144
|
border-color: transparent;
|
2252
2145
|
color: #35a4cc;
|
2253
2146
|
}
|
2254
|
-
|
2255
2147
|
.p-button.p-button-success,
|
2256
|
-
.p-buttonset.p-button-success > .p-button,
|
2257
|
-
.p-splitbutton.p-button-success > .p-button {
|
2148
|
+
.p-buttonset.p-button-success > .p-button,
|
2149
|
+
.p-splitbutton.p-button-success > .p-button {
|
2258
2150
|
color: #0e1315;
|
2259
2151
|
background: #cede9c;
|
2260
2152
|
border: 1px solid #cede9c;
|
2261
2153
|
}
|
2262
2154
|
.p-button.p-button-success:not(:disabled):hover,
|
2263
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2264
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2155
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2156
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2265
2157
|
background: #c0d580;
|
2266
2158
|
color: #0e1315;
|
2267
2159
|
border-color: #c0d580;
|
2268
2160
|
}
|
2269
2161
|
.p-button.p-button-success:not(:disabled):focus,
|
2270
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2271
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2162
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2163
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2272
2164
|
box-shadow: 0 0 0 1px #ebf2d7;
|
2273
2165
|
}
|
2274
2166
|
.p-button.p-button-success:not(:disabled):active,
|
2275
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2276
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2167
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2168
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2277
2169
|
background: #b2cb63;
|
2278
2170
|
color: #0e1315;
|
2279
2171
|
border-color: #b2cb63;
|
2280
2172
|
}
|
2281
2173
|
.p-button.p-button-success.p-button-outlined,
|
2282
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2283
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2174
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2175
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2284
2176
|
background-color: transparent;
|
2285
2177
|
color: #cede9c;
|
2286
2178
|
border: 2px solid;
|
2287
2179
|
}
|
2288
2180
|
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2289
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2290
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2181
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2182
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2291
2183
|
background: rgba(206, 222, 156, 0.04);
|
2292
2184
|
color: #cede9c;
|
2293
2185
|
border: 2px solid;
|
2294
2186
|
}
|
2295
2187
|
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2296
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2297
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2188
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2189
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2298
2190
|
background: rgba(206, 222, 156, 0.16);
|
2299
2191
|
color: #cede9c;
|
2300
2192
|
border: 2px solid;
|
2301
2193
|
}
|
2302
2194
|
.p-button.p-button-success.p-button-text,
|
2303
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2304
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2195
|
+
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2196
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2305
2197
|
background-color: transparent;
|
2306
2198
|
color: #cede9c;
|
2307
2199
|
border-color: transparent;
|
2308
2200
|
}
|
2309
2201
|
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2310
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2311
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2202
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2203
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2312
2204
|
background: rgba(206, 222, 156, 0.04);
|
2313
2205
|
border-color: transparent;
|
2314
2206
|
color: #cede9c;
|
2315
2207
|
}
|
2316
2208
|
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2317
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2318
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2209
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2210
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2319
2211
|
background: rgba(206, 222, 156, 0.16);
|
2320
2212
|
border-color: transparent;
|
2321
2213
|
color: #cede9c;
|
2322
2214
|
}
|
2323
|
-
|
2324
2215
|
.p-button.p-button-warning,
|
2325
|
-
.p-buttonset.p-button-warning > .p-button,
|
2326
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2216
|
+
.p-buttonset.p-button-warning > .p-button,
|
2217
|
+
.p-splitbutton.p-button-warning > .p-button {
|
2327
2218
|
color: #0e1315;
|
2328
2219
|
background: #ffe08a;
|
2329
2220
|
border: 1px solid #ffe08a;
|
2330
2221
|
}
|
2331
2222
|
.p-button.p-button-warning:not(:disabled):hover,
|
2332
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2333
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2223
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2224
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2334
2225
|
background: #ffd663;
|
2335
2226
|
color: #0e1315;
|
2336
2227
|
border-color: #ffd663;
|
2337
2228
|
}
|
2338
2229
|
.p-button.p-button-warning:not(:disabled):focus,
|
2339
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2340
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2230
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2231
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2341
2232
|
box-shadow: 0 0 0 1px #fff3d0;
|
2342
2233
|
}
|
2343
2234
|
.p-button.p-button-warning:not(:disabled):active,
|
2344
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2345
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2235
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2236
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2346
2237
|
background: #ffcb3b;
|
2347
2238
|
color: #0e1315;
|
2348
2239
|
border-color: #ffcb3b;
|
2349
2240
|
}
|
2350
2241
|
.p-button.p-button-warning.p-button-outlined,
|
2351
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2352
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2242
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2243
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2353
2244
|
background-color: transparent;
|
2354
2245
|
color: #ffe08a;
|
2355
2246
|
border: 2px solid;
|
2356
2247
|
}
|
2357
2248
|
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2358
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2359
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2249
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2250
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2360
2251
|
background: rgba(255, 224, 138, 0.04);
|
2361
2252
|
color: #ffe08a;
|
2362
2253
|
border: 2px solid;
|
2363
2254
|
}
|
2364
2255
|
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2365
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2366
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2256
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2257
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2367
2258
|
background: rgba(255, 224, 138, 0.16);
|
2368
2259
|
color: #ffe08a;
|
2369
2260
|
border: 2px solid;
|
2370
2261
|
}
|
2371
2262
|
.p-button.p-button-warning.p-button-text,
|
2372
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2373
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2263
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2264
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2374
2265
|
background-color: transparent;
|
2375
2266
|
color: #ffe08a;
|
2376
2267
|
border-color: transparent;
|
2377
2268
|
}
|
2378
2269
|
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2379
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2380
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2270
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2271
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2381
2272
|
background: rgba(255, 224, 138, 0.04);
|
2382
2273
|
border-color: transparent;
|
2383
2274
|
color: #ffe08a;
|
2384
2275
|
}
|
2385
2276
|
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2386
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2387
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2277
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2278
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2388
2279
|
background: rgba(255, 224, 138, 0.16);
|
2389
2280
|
border-color: transparent;
|
2390
2281
|
color: #ffe08a;
|
2391
2282
|
}
|
2392
|
-
|
2393
2283
|
.p-button.p-button-help,
|
2394
|
-
.p-buttonset.p-button-help > .p-button,
|
2395
|
-
.p-splitbutton.p-button-help > .p-button {
|
2284
|
+
.p-buttonset.p-button-help > .p-button,
|
2285
|
+
.p-splitbutton.p-button-help > .p-button {
|
2396
2286
|
color: #0e1315;
|
2397
2287
|
background: #b09ce5;
|
2398
2288
|
border: 1px solid #b09ce5;
|
2399
2289
|
}
|
2400
2290
|
.p-button.p-button-help:not(:disabled):hover,
|
2401
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2402
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2291
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2292
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2403
2293
|
background: #987edd;
|
2404
2294
|
color: #0e1315;
|
2405
2295
|
border-color: #987edd;
|
2406
2296
|
}
|
2407
2297
|
.p-button.p-button-help:not(:disabled):focus,
|
2408
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2409
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2298
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2299
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2410
2300
|
box-shadow: 0 0 0 1px #dfd7f5;
|
2411
2301
|
}
|
2412
2302
|
.p-button.p-button-help:not(:disabled):active,
|
2413
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2414
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2303
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2304
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2415
2305
|
background: #7f5fd5;
|
2416
2306
|
color: #0e1315;
|
2417
2307
|
border-color: #7f5fd5;
|
2418
2308
|
}
|
2419
2309
|
.p-button.p-button-help.p-button-outlined,
|
2420
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2421
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2310
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2311
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2422
2312
|
background-color: transparent;
|
2423
2313
|
color: #b09ce5;
|
2424
2314
|
border: 2px solid;
|
2425
2315
|
}
|
2426
2316
|
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2427
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2428
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2317
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2318
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2429
2319
|
background: rgba(176, 156, 229, 0.04);
|
2430
2320
|
color: #b09ce5;
|
2431
2321
|
border: 2px solid;
|
2432
2322
|
}
|
2433
2323
|
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2434
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2435
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2324
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2325
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2436
2326
|
background: rgba(176, 156, 229, 0.16);
|
2437
2327
|
color: #b09ce5;
|
2438
2328
|
border: 2px solid;
|
2439
2329
|
}
|
2440
2330
|
.p-button.p-button-help.p-button-text,
|
2441
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2442
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2331
|
+
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2332
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2443
2333
|
background-color: transparent;
|
2444
2334
|
color: #b09ce5;
|
2445
2335
|
border-color: transparent;
|
2446
2336
|
}
|
2447
2337
|
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2448
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2449
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2338
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2339
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2450
2340
|
background: rgba(176, 156, 229, 0.04);
|
2451
2341
|
border-color: transparent;
|
2452
2342
|
color: #b09ce5;
|
2453
2343
|
}
|
2454
2344
|
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2455
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2456
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2345
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2346
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2457
2347
|
background: rgba(176, 156, 229, 0.16);
|
2458
2348
|
border-color: transparent;
|
2459
2349
|
color: #b09ce5;
|
2460
2350
|
}
|
2461
|
-
|
2462
2351
|
.p-button.p-button-danger,
|
2463
|
-
.p-buttonset.p-button-danger > .p-button,
|
2464
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2352
|
+
.p-buttonset.p-button-danger > .p-button,
|
2353
|
+
.p-splitbutton.p-button-danger > .p-button {
|
2465
2354
|
color: #0e1315;
|
2466
2355
|
background: #e693a9;
|
2467
2356
|
border: 1px solid #e693a9;
|
2468
2357
|
}
|
2469
2358
|
.p-button.p-button-danger:not(:disabled):hover,
|
2470
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2471
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2359
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2360
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2472
2361
|
background: #df7491;
|
2473
2362
|
color: #0e1315;
|
2474
2363
|
border-color: #df7491;
|
2475
2364
|
}
|
2476
2365
|
.p-button.p-button-danger:not(:disabled):focus,
|
2477
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2478
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2366
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2367
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2479
2368
|
box-shadow: 0 0 0 1px #f5d4dd;
|
2480
2369
|
}
|
2481
2370
|
.p-button.p-button-danger:not(:disabled):active,
|
2482
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2483
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2371
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2372
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2484
2373
|
background: #d85678;
|
2485
2374
|
color: #0e1315;
|
2486
2375
|
border-color: #d85678;
|
2487
2376
|
}
|
2488
2377
|
.p-button.p-button-danger.p-button-outlined,
|
2489
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2490
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2378
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2379
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2491
2380
|
background-color: transparent;
|
2492
2381
|
color: #e693a9;
|
2493
2382
|
border: 2px solid;
|
2494
2383
|
}
|
2495
2384
|
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2496
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2497
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2385
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2386
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2498
2387
|
background: rgba(230, 147, 169, 0.04);
|
2499
2388
|
color: #e693a9;
|
2500
2389
|
border: 2px solid;
|
2501
2390
|
}
|
2502
2391
|
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2503
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2504
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2392
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2393
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2505
2394
|
background: rgba(230, 147, 169, 0.16);
|
2506
2395
|
color: #e693a9;
|
2507
2396
|
border: 2px solid;
|
2508
2397
|
}
|
2509
2398
|
.p-button.p-button-danger.p-button-text,
|
2510
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2511
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2399
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2400
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2512
2401
|
background-color: transparent;
|
2513
2402
|
color: #e693a9;
|
2514
2403
|
border-color: transparent;
|
2515
2404
|
}
|
2516
2405
|
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2517
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2518
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2406
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2407
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2519
2408
|
background: rgba(230, 147, 169, 0.04);
|
2520
2409
|
border-color: transparent;
|
2521
2410
|
color: #e693a9;
|
2522
2411
|
}
|
2523
2412
|
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2524
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2525
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2413
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2414
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2526
2415
|
background: rgba(230, 147, 169, 0.16);
|
2527
2416
|
border-color: transparent;
|
2528
2417
|
color: #e693a9;
|
2529
2418
|
}
|
2530
|
-
|
2531
2419
|
.p-button.p-button-link {
|
2532
2420
|
color: #7f93de;
|
2533
2421
|
background: transparent;
|
@@ -2551,7 +2439,6 @@
|
|
2551
2439
|
color: #7f93de;
|
2552
2440
|
border-color: transparent;
|
2553
2441
|
}
|
2554
|
-
|
2555
2442
|
.p-speeddial-button.p-button.p-button-icon-only {
|
2556
2443
|
width: 4rem;
|
2557
2444
|
height: 4rem;
|
@@ -2563,17 +2450,14 @@
|
|
2563
2450
|
width: 1.3rem;
|
2564
2451
|
height: 1.3rem;
|
2565
2452
|
}
|
2566
|
-
|
2567
2453
|
.p-speeddial-list {
|
2568
2454
|
outline: 0 none;
|
2569
2455
|
}
|
2570
|
-
|
2571
2456
|
.p-speeddial-item.p-focus > .p-speeddial-action {
|
2572
2457
|
outline: 0 none;
|
2573
2458
|
outline-offset: 0;
|
2574
2459
|
box-shadow: 0 0 0 1px #9eade6;
|
2575
2460
|
}
|
2576
|
-
|
2577
2461
|
.p-speeddial-action {
|
2578
2462
|
width: 3rem;
|
2579
2463
|
height: 3rem;
|
@@ -2584,52 +2468,45 @@
|
|
2584
2468
|
background: #263238;
|
2585
2469
|
color: #fff;
|
2586
2470
|
}
|
2587
|
-
|
2588
2471
|
.p-speeddial-direction-up .p-speeddial-item {
|
2589
2472
|
margin: 0.25rem 0;
|
2590
2473
|
}
|
2591
2474
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
2592
2475
|
margin-bottom: 0.5rem;
|
2593
2476
|
}
|
2594
|
-
|
2595
2477
|
.p-speeddial-direction-down .p-speeddial-item {
|
2596
2478
|
margin: 0.25rem 0;
|
2597
2479
|
}
|
2598
2480
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
2599
2481
|
margin-top: 0.5rem;
|
2600
2482
|
}
|
2601
|
-
|
2602
2483
|
.p-speeddial-direction-left .p-speeddial-item {
|
2603
2484
|
margin: 0 0.25rem;
|
2604
2485
|
}
|
2605
2486
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
2606
2487
|
margin-right: 0.5rem;
|
2607
2488
|
}
|
2608
|
-
|
2609
2489
|
.p-speeddial-direction-right .p-speeddial-item {
|
2610
2490
|
margin: 0 0.25rem;
|
2611
2491
|
}
|
2612
2492
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
2613
2493
|
margin-left: 0.5rem;
|
2614
2494
|
}
|
2615
|
-
|
2616
2495
|
.p-speeddial-circle .p-speeddial-item,
|
2617
|
-
.p-speeddial-semi-circle .p-speeddial-item,
|
2618
|
-
.p-speeddial-quarter-circle .p-speeddial-item {
|
2496
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
2497
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
2619
2498
|
margin: 0;
|
2620
2499
|
}
|
2621
2500
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
2622
|
-
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2623
|
-
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2624
|
-
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2625
|
-
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2501
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2502
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2503
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2504
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2626
2505
|
margin: 0;
|
2627
2506
|
}
|
2628
|
-
|
2629
2507
|
.p-speeddial-mask {
|
2630
2508
|
background-color: rgba(0, 0, 0, 0.4);
|
2631
2509
|
}
|
2632
|
-
|
2633
2510
|
.p-splitbutton {
|
2634
2511
|
border-radius: 6px;
|
2635
2512
|
}
|
@@ -2707,7 +2584,6 @@
|
|
2707
2584
|
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2708
2585
|
font-size: 1.25rem;
|
2709
2586
|
}
|
2710
|
-
|
2711
2587
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2712
2588
|
background-color: transparent;
|
2713
2589
|
color: #b4bfcd;
|
@@ -2736,7 +2612,6 @@
|
|
2736
2612
|
border-color: transparent;
|
2737
2613
|
color: #b4bfcd;
|
2738
2614
|
}
|
2739
|
-
|
2740
2615
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2741
2616
|
background-color: transparent;
|
2742
2617
|
color: #35a4cc;
|
@@ -2765,7 +2640,6 @@
|
|
2765
2640
|
border-color: transparent;
|
2766
2641
|
color: #35a4cc;
|
2767
2642
|
}
|
2768
|
-
|
2769
2643
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2770
2644
|
background-color: transparent;
|
2771
2645
|
color: #cede9c;
|
@@ -2794,7 +2668,6 @@
|
|
2794
2668
|
border-color: transparent;
|
2795
2669
|
color: #cede9c;
|
2796
2670
|
}
|
2797
|
-
|
2798
2671
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2799
2672
|
background-color: transparent;
|
2800
2673
|
color: #ffe08a;
|
@@ -2823,7 +2696,6 @@
|
|
2823
2696
|
border-color: transparent;
|
2824
2697
|
color: #ffe08a;
|
2825
2698
|
}
|
2826
|
-
|
2827
2699
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2828
2700
|
background-color: transparent;
|
2829
2701
|
color: #b09ce5;
|
@@ -2852,7 +2724,6 @@
|
|
2852
2724
|
border-color: transparent;
|
2853
2725
|
color: #b09ce5;
|
2854
2726
|
}
|
2855
|
-
|
2856
2727
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2857
2728
|
background-color: transparent;
|
2858
2729
|
color: #e693a9;
|
@@ -2881,9 +2752,8 @@
|
|
2881
2752
|
border-color: transparent;
|
2882
2753
|
color: #e693a9;
|
2883
2754
|
}
|
2884
|
-
|
2885
2755
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2886
|
-
.p-carousel .p-carousel-content .p-carousel-next {
|
2756
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
2887
2757
|
width: 2rem;
|
2888
2758
|
height: 2rem;
|
2889
2759
|
color: rgba(255, 255, 255, 0.6);
|
@@ -2894,13 +2764,13 @@
|
|
2894
2764
|
margin: 0.5rem;
|
2895
2765
|
}
|
2896
2766
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
2897
|
-
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2767
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2898
2768
|
color: rgba(255, 255, 255, 0.87);
|
2899
2769
|
border-color: transparent;
|
2900
2770
|
background: rgba(158, 173, 230, 0.08);
|
2901
2771
|
}
|
2902
2772
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
2903
|
-
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2773
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2904
2774
|
outline: 0 none;
|
2905
2775
|
outline-offset: 0;
|
2906
2776
|
box-shadow: 0 0 0 1px #9eade6;
|
@@ -2926,7 +2796,6 @@
|
|
2926
2796
|
background: rgba(158, 173, 230, 0.16);
|
2927
2797
|
color: #9eade6;
|
2928
2798
|
}
|
2929
|
-
|
2930
2799
|
.p-datatable .p-paginator-top {
|
2931
2800
|
border-width: 0 0 2px 0;
|
2932
2801
|
border-radius: 0;
|
@@ -3020,9 +2889,9 @@
|
|
3020
2889
|
padding: 1rem 1rem;
|
3021
2890
|
}
|
3022
2891
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
3023
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
3024
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
3025
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
2892
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
2893
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
2894
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
3026
2895
|
width: 2rem;
|
3027
2896
|
height: 2rem;
|
3028
2897
|
color: rgba(255, 255, 255, 0.6);
|
@@ -3032,17 +2901,17 @@
|
|
3032
2901
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
3033
2902
|
}
|
3034
2903
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
3035
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
3036
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
3037
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
2904
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
2905
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
2906
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
3038
2907
|
color: rgba(255, 255, 255, 0.87);
|
3039
2908
|
border-color: transparent;
|
3040
2909
|
background: rgba(158, 173, 230, 0.08);
|
3041
2910
|
}
|
3042
2911
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
3043
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
3044
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
3045
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
2912
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
2913
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
2914
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
3046
2915
|
outline: 0 none;
|
3047
2916
|
outline-offset: 0;
|
3048
2917
|
box-shadow: 0 0 0 1px #9eade6;
|
@@ -3072,12 +2941,12 @@
|
|
3072
2941
|
background: #9eade6;
|
3073
2942
|
}
|
3074
2943
|
.p-datatable .p-datatable-scrollable-header,
|
3075
|
-
.p-datatable .p-datatable-scrollable-footer {
|
2944
|
+
.p-datatable .p-datatable-scrollable-footer {
|
3076
2945
|
background: #161d21;
|
3077
2946
|
}
|
3078
2947
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
3079
|
-
.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,
|
3080
|
-
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
2948
|
+
.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,
|
2949
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
3081
2950
|
background-color: #161d21;
|
3082
2951
|
}
|
3083
2952
|
.p-datatable .p-datatable-loading-icon {
|
@@ -3180,7 +3049,6 @@
|
|
3180
3049
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
3181
3050
|
padding: 1.25rem 1.25rem;
|
3182
3051
|
}
|
3183
|
-
|
3184
3052
|
.p-dataview .p-paginator-top {
|
3185
3053
|
border-width: 0 0 2px 0;
|
3186
3054
|
border-radius: 0;
|
@@ -3219,12 +3087,10 @@
|
|
3219
3087
|
.p-dataview .p-dataview-emptymessage {
|
3220
3088
|
padding: 1rem;
|
3221
3089
|
}
|
3222
|
-
|
3223
3090
|
.p-column-filter-row .p-column-filter-menu-button,
|
3224
|
-
.p-column-filter-row .p-column-filter-clear-button {
|
3091
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
3225
3092
|
margin-left: 0.5rem;
|
3226
3093
|
}
|
3227
|
-
|
3228
3094
|
.p-column-filter-menu-button {
|
3229
3095
|
width: 2rem;
|
3230
3096
|
height: 2rem;
|
@@ -3252,7 +3118,6 @@
|
|
3252
3118
|
outline-offset: 0;
|
3253
3119
|
box-shadow: 0 0 0 1px #9eade6;
|
3254
3120
|
}
|
3255
|
-
|
3256
3121
|
.p-column-filter-clear-button {
|
3257
3122
|
width: 2rem;
|
3258
3123
|
height: 2rem;
|
@@ -3272,7 +3137,6 @@
|
|
3272
3137
|
outline-offset: 0;
|
3273
3138
|
box-shadow: 0 0 0 1px #9eade6;
|
3274
3139
|
}
|
3275
|
-
|
3276
3140
|
.p-column-filter-overlay {
|
3277
3141
|
background: #161d21;
|
3278
3142
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3310,7 +3174,6 @@
|
|
3310
3174
|
border-top: 1px solid #263238;
|
3311
3175
|
margin: 4px 0;
|
3312
3176
|
}
|
3313
|
-
|
3314
3177
|
.p-column-filter-overlay-menu .p-column-filter-operator {
|
3315
3178
|
padding: 0.5rem 1.5rem;
|
3316
3179
|
border-bottom: 0 none;
|
@@ -3339,7 +3202,6 @@
|
|
3339
3202
|
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
3340
3203
|
padding: 1rem;
|
3341
3204
|
}
|
3342
|
-
|
3343
3205
|
.p-orderlist .p-orderlist-controls {
|
3344
3206
|
padding: 1rem;
|
3345
3207
|
}
|
@@ -3417,7 +3279,6 @@
|
|
3417
3279
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3418
3280
|
background: rgba(158, 173, 230, 0.08);
|
3419
3281
|
}
|
3420
|
-
|
3421
3282
|
.p-orderlist-item.cdk-drag-preview {
|
3422
3283
|
padding: 0.5rem 1rem;
|
3423
3284
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
@@ -3426,7 +3287,6 @@
|
|
3426
3287
|
background: #161d21;
|
3427
3288
|
margin: 0;
|
3428
3289
|
}
|
3429
|
-
|
3430
3290
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
3431
3291
|
background: rgba(158, 173, 230, 0.08);
|
3432
3292
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3465,7 +3325,6 @@
|
|
3465
3325
|
outline-offset: 0;
|
3466
3326
|
box-shadow: 0 0 0 1px #9eade6;
|
3467
3327
|
}
|
3468
|
-
|
3469
3328
|
.p-paginator {
|
3470
3329
|
background: #161d21;
|
3471
3330
|
color: rgba(255, 255, 255, 0.6);
|
@@ -3475,9 +3334,9 @@
|
|
3475
3334
|
border-radius: 6px;
|
3476
3335
|
}
|
3477
3336
|
.p-paginator .p-paginator-first,
|
3478
|
-
.p-paginator .p-paginator-prev,
|
3479
|
-
.p-paginator .p-paginator-next,
|
3480
|
-
.p-paginator .p-paginator-last {
|
3337
|
+
.p-paginator .p-paginator-prev,
|
3338
|
+
.p-paginator .p-paginator-next,
|
3339
|
+
.p-paginator .p-paginator-last {
|
3481
3340
|
background-color: transparent;
|
3482
3341
|
border: 0 none;
|
3483
3342
|
color: rgba(255, 255, 255, 0.6);
|
@@ -3488,9 +3347,9 @@
|
|
3488
3347
|
border-radius: 6px;
|
3489
3348
|
}
|
3490
3349
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
3491
|
-
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3492
|
-
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3493
|
-
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3350
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3351
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3352
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3494
3353
|
background: rgba(158, 173, 230, 0.08);
|
3495
3354
|
border-color: transparent;
|
3496
3355
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3547,7 +3406,6 @@
|
|
3547
3406
|
border-color: transparent;
|
3548
3407
|
color: rgba(255, 255, 255, 0.87);
|
3549
3408
|
}
|
3550
|
-
|
3551
3409
|
.p-picklist .p-picklist-buttons {
|
3552
3410
|
padding: 1rem;
|
3553
3411
|
}
|
@@ -3625,7 +3483,6 @@
|
|
3625
3483
|
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3626
3484
|
background: rgba(158, 173, 230, 0.08);
|
3627
3485
|
}
|
3628
|
-
|
3629
3486
|
.p-picklist-item.cdk-drag-preview {
|
3630
3487
|
padding: 0.5rem 1rem;
|
3631
3488
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
@@ -3634,7 +3491,6 @@
|
|
3634
3491
|
background: #161d21;
|
3635
3492
|
margin: 0;
|
3636
3493
|
}
|
3637
|
-
|
3638
3494
|
.p-timeline .p-timeline-event-marker {
|
3639
3495
|
border: 2px solid #9eade6;
|
3640
3496
|
border-radius: 50%;
|
@@ -3646,20 +3502,19 @@
|
|
3646
3502
|
background-color: #263238;
|
3647
3503
|
}
|
3648
3504
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
3649
|
-
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3505
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3650
3506
|
padding: 0 1rem;
|
3651
3507
|
}
|
3652
3508
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
3653
3509
|
width: 2px;
|
3654
3510
|
}
|
3655
3511
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
3656
|
-
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3512
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3657
3513
|
padding: 1rem 0;
|
3658
3514
|
}
|
3659
3515
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
3660
3516
|
height: 2px;
|
3661
3517
|
}
|
3662
|
-
|
3663
3518
|
.p-tree {
|
3664
3519
|
border: 2px solid #263238;
|
3665
3520
|
background: #161d21;
|
@@ -3716,11 +3571,11 @@
|
|
3716
3571
|
color: #9eade6;
|
3717
3572
|
}
|
3718
3573
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
3719
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3574
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3720
3575
|
color: #9eade6;
|
3721
3576
|
}
|
3722
3577
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
3723
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3578
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3724
3579
|
color: #9eade6;
|
3725
3580
|
}
|
3726
3581
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
@@ -3793,7 +3648,6 @@
|
|
3793
3648
|
outline-offset: 0;
|
3794
3649
|
box-shadow: 0 0 0 1px #9eade6;
|
3795
3650
|
}
|
3796
|
-
|
3797
3651
|
.p-treetable .p-paginator-top {
|
3798
3652
|
border-width: 0 0 2px 0;
|
3799
3653
|
border-radius: 0;
|
@@ -3933,7 +3787,7 @@
|
|
3933
3787
|
background: #9eade6;
|
3934
3788
|
}
|
3935
3789
|
.p-treetable .p-treetable-scrollable-header,
|
3936
|
-
.p-treetable .p-treetable-scrollable-footer {
|
3790
|
+
.p-treetable .p-treetable-scrollable-footer {
|
3937
3791
|
background: #161d21;
|
3938
3792
|
}
|
3939
3793
|
.p-treetable .p-treetable-loading-icon {
|
@@ -3994,7 +3848,6 @@
|
|
3994
3848
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
3995
3849
|
padding: 1.25rem 1.25rem;
|
3996
3850
|
}
|
3997
|
-
|
3998
3851
|
.p-virtualscroller .p-virtualscroller-header {
|
3999
3852
|
background: #161d21;
|
4000
3853
|
color: rgba(255, 255, 255, 0.6);
|
@@ -4019,7 +3872,6 @@
|
|
4019
3872
|
border-bottom-left-radius: 6px;
|
4020
3873
|
border-bottom-right-radius: 6px;
|
4021
3874
|
}
|
4022
|
-
|
4023
3875
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
4024
3876
|
padding: 1rem;
|
4025
3877
|
border: 2px solid #263238;
|
@@ -4092,7 +3944,6 @@
|
|
4092
3944
|
border-bottom-right-radius: 6px;
|
4093
3945
|
border-bottom-left-radius: 6px;
|
4094
3946
|
}
|
4095
|
-
|
4096
3947
|
.p-card {
|
4097
3948
|
background: #161d21;
|
4098
3949
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4118,7 +3969,6 @@
|
|
4118
3969
|
.p-card .p-card-footer {
|
4119
3970
|
padding: 1rem 0 0 0;
|
4120
3971
|
}
|
4121
|
-
|
4122
3972
|
.p-divider .p-divider-content {
|
4123
3973
|
background-color: #161d21;
|
4124
3974
|
}
|
@@ -4142,7 +3992,6 @@
|
|
4142
3992
|
.p-divider.p-divider-vertical .p-divider-content {
|
4143
3993
|
padding: 0.5rem 0;
|
4144
3994
|
}
|
4145
|
-
|
4146
3995
|
.p-fieldset {
|
4147
3996
|
border: 2px solid #263238;
|
4148
3997
|
background: #161d21;
|
@@ -4183,7 +4032,6 @@
|
|
4183
4032
|
.p-fieldset .p-fieldset-content {
|
4184
4033
|
padding: 1rem;
|
4185
4034
|
}
|
4186
|
-
|
4187
4035
|
.p-panel .p-panel-header {
|
4188
4036
|
border: 2px solid #263238;
|
4189
4037
|
padding: 1rem;
|
@@ -4250,12 +4098,16 @@
|
|
4250
4098
|
width: 100%;
|
4251
4099
|
text-align: center;
|
4252
4100
|
}
|
4253
|
-
|
4254
4101
|
.p-scrollpanel .p-scrollpanel-bar {
|
4255
4102
|
background: #263238;
|
4256
4103
|
border: 0 none;
|
4104
|
+
transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
4105
|
+
}
|
4106
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4107
|
+
outline: 0 none;
|
4108
|
+
outline-offset: 0;
|
4109
|
+
box-shadow: 0 0 0 1px #9eade6;
|
4257
4110
|
}
|
4258
|
-
|
4259
4111
|
.p-splitter {
|
4260
4112
|
border: 2px solid #263238;
|
4261
4113
|
background: #161d21;
|
@@ -4269,10 +4121,14 @@
|
|
4269
4121
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4270
4122
|
background: #263238;
|
4271
4123
|
}
|
4124
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4125
|
+
outline: 0 none;
|
4126
|
+
outline-offset: 0;
|
4127
|
+
box-shadow: 0 0 0 1px #9eade6;
|
4128
|
+
}
|
4272
4129
|
.p-splitter .p-splitter-gutter-resizing {
|
4273
4130
|
background: #263238;
|
4274
4131
|
}
|
4275
|
-
|
4276
4132
|
.p-tabview .p-tabview-nav-content {
|
4277
4133
|
scroll-padding-inline: 2.857rem;
|
4278
4134
|
}
|
@@ -4341,7 +4197,6 @@
|
|
4341
4197
|
border-bottom-right-radius: 6px;
|
4342
4198
|
border-bottom-left-radius: 6px;
|
4343
4199
|
}
|
4344
|
-
|
4345
4200
|
.p-toolbar {
|
4346
4201
|
background: #161d21;
|
4347
4202
|
border: 2px solid #263238;
|
@@ -4352,7 +4207,6 @@
|
|
4352
4207
|
.p-toolbar .p-toolbar-separator {
|
4353
4208
|
margin: 0 0.5rem;
|
4354
4209
|
}
|
4355
|
-
|
4356
4210
|
.p-confirm-popup {
|
4357
4211
|
background: #161d21;
|
4358
4212
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4400,7 +4254,6 @@
|
|
4400
4254
|
.p-confirm-popup .p-confirm-popup-message {
|
4401
4255
|
margin-left: 1rem;
|
4402
4256
|
}
|
4403
|
-
|
4404
4257
|
.p-dialog {
|
4405
4258
|
border-radius: 6px;
|
4406
4259
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
@@ -4473,7 +4326,6 @@
|
|
4473
4326
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
4474
4327
|
margin-left: 1rem;
|
4475
4328
|
}
|
4476
|
-
|
4477
4329
|
.p-overlaypanel {
|
4478
4330
|
background: #161d21;
|
4479
4331
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4515,7 +4367,6 @@
|
|
4515
4367
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
4516
4368
|
border-top-color: #263238;
|
4517
4369
|
}
|
4518
|
-
|
4519
4370
|
.p-sidebar {
|
4520
4371
|
background: #161d21;
|
4521
4372
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4526,7 +4377,7 @@
|
|
4526
4377
|
padding: 1rem;
|
4527
4378
|
}
|
4528
4379
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
4529
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4380
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4530
4381
|
width: 2rem;
|
4531
4382
|
height: 2rem;
|
4532
4383
|
color: rgba(255, 255, 255, 0.6);
|
@@ -4536,13 +4387,13 @@
|
|
4536
4387
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
4537
4388
|
}
|
4538
4389
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
4539
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4390
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4540
4391
|
color: rgba(255, 255, 255, 0.87);
|
4541
4392
|
border-color: transparent;
|
4542
4393
|
background: rgba(158, 173, 230, 0.08);
|
4543
4394
|
}
|
4544
4395
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
4545
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4396
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4546
4397
|
outline: 0 none;
|
4547
4398
|
outline-offset: 0;
|
4548
4399
|
box-shadow: 0 0 0 1px #9eade6;
|
@@ -4556,7 +4407,6 @@
|
|
4556
4407
|
.p-sidebar .p-sidebar-footer {
|
4557
4408
|
padding: 1rem;
|
4558
4409
|
}
|
4559
|
-
|
4560
4410
|
.p-tooltip .p-tooltip-text {
|
4561
4411
|
background: #263238;
|
4562
4412
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4576,7 +4426,6 @@
|
|
4576
4426
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
4577
4427
|
border-bottom-color: #263238;
|
4578
4428
|
}
|
4579
|
-
|
4580
4429
|
.p-fileupload .p-fileupload-buttonbar {
|
4581
4430
|
background: #161d21;
|
4582
4431
|
padding: 1rem;
|
@@ -4616,7 +4465,6 @@
|
|
4616
4465
|
.p-fileupload.p-fileupload-advanced .p-message {
|
4617
4466
|
margin-top: 0;
|
4618
4467
|
}
|
4619
|
-
|
4620
4468
|
.p-fileupload-choose:not(.p-disabled):hover {
|
4621
4469
|
background: #8fa0e2;
|
4622
4470
|
color: #121212;
|
@@ -4627,7 +4475,6 @@
|
|
4627
4475
|
color: #121212;
|
4628
4476
|
border-color: #7f93de;
|
4629
4477
|
}
|
4630
|
-
|
4631
4478
|
.p-breadcrumb {
|
4632
4479
|
background: #161d21;
|
4633
4480
|
border: 2px solid #263238;
|
@@ -4659,7 +4506,6 @@
|
|
4659
4506
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
4660
4507
|
color: rgba(255, 255, 255, 0.6);
|
4661
4508
|
}
|
4662
|
-
|
4663
4509
|
.p-contextmenu {
|
4664
4510
|
padding: 0.5rem 0.5rem;
|
4665
4511
|
background: #161d21;
|
@@ -4707,7 +4553,7 @@
|
|
4707
4553
|
color: rgba(255, 255, 255, 0.87);
|
4708
4554
|
}
|
4709
4555
|
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4710
|
-
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4556
|
+
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4711
4557
|
color: rgba(255, 255, 255, 0.87);
|
4712
4558
|
}
|
4713
4559
|
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4721,7 +4567,7 @@
|
|
4721
4567
|
color: rgba(255, 255, 255, 0.87);
|
4722
4568
|
}
|
4723
4569
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4724
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4570
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4725
4571
|
color: rgba(255, 255, 255, 0.87);
|
4726
4572
|
}
|
4727
4573
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4732,7 +4578,7 @@
|
|
4732
4578
|
color: rgba(255, 255, 255, 0.87);
|
4733
4579
|
}
|
4734
4580
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4735
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4581
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4736
4582
|
color: rgba(255, 255, 255, 0.87);
|
4737
4583
|
}
|
4738
4584
|
.p-contextmenu .p-menuitem-separator {
|
@@ -4746,7 +4592,6 @@
|
|
4746
4592
|
width: 0.875rem;
|
4747
4593
|
height: 0.875rem;
|
4748
4594
|
}
|
4749
|
-
|
4750
4595
|
.p-dock .p-dock-list-container {
|
4751
4596
|
background: rgba(255, 255, 255, 0.1);
|
4752
4597
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
@@ -4770,32 +4615,31 @@
|
|
4770
4615
|
height: 4rem;
|
4771
4616
|
}
|
4772
4617
|
.p-dock.p-dock-top .p-dock-item-second-prev,
|
4773
|
-
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4774
|
-
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4618
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4619
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4775
4620
|
margin: 0 0.9rem;
|
4776
4621
|
}
|
4777
4622
|
.p-dock.p-dock-top .p-dock-item-prev,
|
4778
|
-
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4779
|
-
.p-dock.p-dock-bottom .p-dock-item-next {
|
4623
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4624
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
4780
4625
|
margin: 0 1.3rem;
|
4781
4626
|
}
|
4782
4627
|
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
4783
4628
|
margin: 0 1.5rem;
|
4784
4629
|
}
|
4785
4630
|
.p-dock.p-dock-left .p-dock-item-second-prev,
|
4786
|
-
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4787
|
-
.p-dock.p-dock-right .p-dock-item-second-next {
|
4631
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4632
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
4788
4633
|
margin: 0.9rem 0;
|
4789
4634
|
}
|
4790
4635
|
.p-dock.p-dock-left .p-dock-item-prev,
|
4791
|
-
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4792
|
-
.p-dock.p-dock-right .p-dock-item-next {
|
4636
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4637
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
4793
4638
|
margin: 1.3rem 0;
|
4794
4639
|
}
|
4795
4640
|
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
4796
4641
|
margin: 1.5rem 0;
|
4797
4642
|
}
|
4798
|
-
|
4799
4643
|
@media screen and (max-width: 960px) {
|
4800
4644
|
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
4801
4645
|
overflow-x: auto;
|
@@ -4854,7 +4698,7 @@
|
|
4854
4698
|
color: rgba(255, 255, 255, 0.87);
|
4855
4699
|
}
|
4856
4700
|
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4857
|
-
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4701
|
+
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4858
4702
|
color: rgba(255, 255, 255, 0.87);
|
4859
4703
|
}
|
4860
4704
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4868,7 +4712,7 @@
|
|
4868
4712
|
color: rgba(255, 255, 255, 0.87);
|
4869
4713
|
}
|
4870
4714
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4871
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4715
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4872
4716
|
color: rgba(255, 255, 255, 0.87);
|
4873
4717
|
}
|
4874
4718
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4879,7 +4723,7 @@
|
|
4879
4723
|
color: rgba(255, 255, 255, 0.87);
|
4880
4724
|
}
|
4881
4725
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4882
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4726
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4883
4727
|
color: rgba(255, 255, 255, 0.87);
|
4884
4728
|
}
|
4885
4729
|
.p-megamenu .p-megamenu-panel {
|
@@ -4937,10 +4781,9 @@
|
|
4937
4781
|
color: rgba(255, 255, 255, 0.87);
|
4938
4782
|
}
|
4939
4783
|
.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,
|
4940
|
-
.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 {
|
4784
|
+
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4941
4785
|
color: rgba(255, 255, 255, 0.87);
|
4942
4786
|
}
|
4943
|
-
|
4944
4787
|
.p-menu {
|
4945
4788
|
padding: 0.5rem 0.5rem;
|
4946
4789
|
background: #161d21;
|
@@ -4977,7 +4820,7 @@
|
|
4977
4820
|
color: rgba(255, 255, 255, 0.87);
|
4978
4821
|
}
|
4979
4822
|
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4980
|
-
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4823
|
+
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4981
4824
|
color: rgba(255, 255, 255, 0.87);
|
4982
4825
|
}
|
4983
4826
|
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4991,7 +4834,7 @@
|
|
4991
4834
|
color: rgba(255, 255, 255, 0.87);
|
4992
4835
|
}
|
4993
4836
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4994
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4837
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4995
4838
|
color: rgba(255, 255, 255, 0.87);
|
4996
4839
|
}
|
4997
4840
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5002,7 +4845,7 @@
|
|
5002
4845
|
color: rgba(255, 255, 255, 0.87);
|
5003
4846
|
}
|
5004
4847
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5005
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4848
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5006
4849
|
color: rgba(255, 255, 255, 0.87);
|
5007
4850
|
}
|
5008
4851
|
.p-menu.p-menu-overlay {
|
@@ -5036,7 +4879,6 @@
|
|
5036
4879
|
padding-left: 0.5rem;
|
5037
4880
|
padding-right: 0.5rem;
|
5038
4881
|
}
|
5039
|
-
|
5040
4882
|
.p-menubar {
|
5041
4883
|
padding: 0.5rem;
|
5042
4884
|
background: #161d21;
|
@@ -5075,7 +4917,7 @@
|
|
5075
4917
|
color: rgba(255, 255, 255, 0.87);
|
5076
4918
|
}
|
5077
4919
|
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5078
|
-
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4920
|
+
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5079
4921
|
color: rgba(255, 255, 255, 0.87);
|
5080
4922
|
}
|
5081
4923
|
.p-menubar .p-menuitem > .p-menuitem-content {
|
@@ -5106,7 +4948,7 @@
|
|
5106
4948
|
color: rgba(255, 255, 255, 0.87);
|
5107
4949
|
}
|
5108
4950
|
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5109
|
-
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4951
|
+
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5110
4952
|
color: rgba(255, 255, 255, 0.87);
|
5111
4953
|
}
|
5112
4954
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5120,7 +4962,7 @@
|
|
5120
4962
|
color: rgba(255, 255, 255, 0.87);
|
5121
4963
|
}
|
5122
4964
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5123
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4965
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5124
4966
|
color: rgba(255, 255, 255, 0.87);
|
5125
4967
|
}
|
5126
4968
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5131,7 +4973,7 @@
|
|
5131
4973
|
color: rgba(255, 255, 255, 0.87);
|
5132
4974
|
}
|
5133
4975
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5134
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4976
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5135
4977
|
color: rgba(255, 255, 255, 0.87);
|
5136
4978
|
}
|
5137
4979
|
.p-menubar .p-submenu-list {
|
@@ -5148,7 +4990,6 @@
|
|
5148
4990
|
.p-menubar .p-submenu-list .p-submenu-icon {
|
5149
4991
|
font-size: 0.875rem;
|
5150
4992
|
}
|
5151
|
-
|
5152
4993
|
@media screen and (max-width: 960px) {
|
5153
4994
|
.p-menubar {
|
5154
4995
|
position: relative;
|
@@ -5323,7 +5164,7 @@
|
|
5323
5164
|
color: rgba(255, 255, 255, 0.87);
|
5324
5165
|
}
|
5325
5166
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5326
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5167
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5327
5168
|
color: rgba(255, 255, 255, 0.87);
|
5328
5169
|
}
|
5329
5170
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5337,7 +5178,7 @@
|
|
5337
5178
|
color: rgba(255, 255, 255, 0.87);
|
5338
5179
|
}
|
5339
5180
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5340
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5181
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5341
5182
|
color: rgba(255, 255, 255, 0.87);
|
5342
5183
|
}
|
5343
5184
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5348,7 +5189,7 @@
|
|
5348
5189
|
color: rgba(255, 255, 255, 0.87);
|
5349
5190
|
}
|
5350
5191
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5351
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5192
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5352
5193
|
color: rgba(255, 255, 255, 0.87);
|
5353
5194
|
}
|
5354
5195
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
@@ -5388,7 +5229,6 @@
|
|
5388
5229
|
border-bottom-right-radius: 6px;
|
5389
5230
|
border-bottom-left-radius: 6px;
|
5390
5231
|
}
|
5391
|
-
|
5392
5232
|
.p-slidemenu {
|
5393
5233
|
padding: 0.5rem 0.5rem;
|
5394
5234
|
background: #161d21;
|
@@ -5431,7 +5271,7 @@
|
|
5431
5271
|
color: rgba(255, 255, 255, 0.87);
|
5432
5272
|
}
|
5433
5273
|
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5434
|
-
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5274
|
+
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5435
5275
|
color: rgba(255, 255, 255, 0.87);
|
5436
5276
|
}
|
5437
5277
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5445,7 +5285,7 @@
|
|
5445
5285
|
color: rgba(255, 255, 255, 0.87);
|
5446
5286
|
}
|
5447
5287
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5448
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5288
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5449
5289
|
color: rgba(255, 255, 255, 0.87);
|
5450
5290
|
}
|
5451
5291
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5456,7 +5296,7 @@
|
|
5456
5296
|
color: rgba(255, 255, 255, 0.87);
|
5457
5297
|
}
|
5458
5298
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5459
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5299
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5460
5300
|
color: rgba(255, 255, 255, 0.87);
|
5461
5301
|
}
|
5462
5302
|
.p-slidemenu.p-slidemenu-overlay {
|
@@ -5503,7 +5343,6 @@
|
|
5503
5343
|
padding-left: 0.5rem;
|
5504
5344
|
padding-right: 0.5rem;
|
5505
5345
|
}
|
5506
|
-
|
5507
5346
|
.p-steps .p-steps-item .p-menuitem-link {
|
5508
5347
|
background: transparent;
|
5509
5348
|
transition: box-shadow 0.3s;
|
@@ -5548,7 +5387,6 @@
|
|
5548
5387
|
position: absolute;
|
5549
5388
|
margin-top: -1rem;
|
5550
5389
|
}
|
5551
|
-
|
5552
5390
|
.p-tabmenu .p-tabmenu-nav {
|
5553
5391
|
background: transparent;
|
5554
5392
|
border: 1px solid #263238;
|
@@ -5619,7 +5457,6 @@
|
|
5619
5457
|
outline-offset: 0;
|
5620
5458
|
box-shadow: inset 0 0 0 1px #9eade6;
|
5621
5459
|
}
|
5622
|
-
|
5623
5460
|
.p-tieredmenu {
|
5624
5461
|
padding: 0.5rem 0.5rem;
|
5625
5462
|
background: #161d21;
|
@@ -5670,7 +5507,7 @@
|
|
5670
5507
|
color: rgba(255, 255, 255, 0.87);
|
5671
5508
|
}
|
5672
5509
|
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5673
|
-
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5510
|
+
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5674
5511
|
color: rgba(255, 255, 255, 0.87);
|
5675
5512
|
}
|
5676
5513
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5684,7 +5521,7 @@
|
|
5684
5521
|
color: rgba(255, 255, 255, 0.87);
|
5685
5522
|
}
|
5686
5523
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5687
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5524
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5688
5525
|
color: rgba(255, 255, 255, 0.87);
|
5689
5526
|
}
|
5690
5527
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5695,7 +5532,7 @@
|
|
5695
5532
|
color: rgba(255, 255, 255, 0.87);
|
5696
5533
|
}
|
5697
5534
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5698
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5535
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5699
5536
|
color: rgba(255, 255, 255, 0.87);
|
5700
5537
|
}
|
5701
5538
|
.p-tieredmenu .p-menuitem-separator {
|
@@ -5709,7 +5546,6 @@
|
|
5709
5546
|
width: 0.875rem;
|
5710
5547
|
height: 0.875rem;
|
5711
5548
|
}
|
5712
|
-
|
5713
5549
|
.p-inline-message {
|
5714
5550
|
padding: 0.5rem 0.75rem;
|
5715
5551
|
margin: 0;
|
@@ -5765,7 +5601,6 @@
|
|
5765
5601
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
5766
5602
|
margin-right: 0;
|
5767
5603
|
}
|
5768
|
-
|
5769
5604
|
.p-message {
|
5770
5605
|
margin: 1rem 0;
|
5771
5606
|
border-radius: 6px;
|
@@ -5854,7 +5689,6 @@
|
|
5854
5689
|
.p-message .p-message-detail {
|
5855
5690
|
margin-left: 0.5rem;
|
5856
5691
|
}
|
5857
|
-
|
5858
5692
|
.p-toast {
|
5859
5693
|
opacity: 0.9;
|
5860
5694
|
}
|
@@ -5905,7 +5739,7 @@
|
|
5905
5739
|
color: #0e1315;
|
5906
5740
|
}
|
5907
5741
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
5908
|
-
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5742
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5909
5743
|
color: #0e1315;
|
5910
5744
|
}
|
5911
5745
|
.p-toast .p-toast-message.p-toast-message-success {
|
@@ -5915,7 +5749,7 @@
|
|
5915
5749
|
color: #0e1315;
|
5916
5750
|
}
|
5917
5751
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
5918
|
-
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5752
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5919
5753
|
color: #0e1315;
|
5920
5754
|
}
|
5921
5755
|
.p-toast .p-toast-message.p-toast-message-warn {
|
@@ -5925,7 +5759,7 @@
|
|
5925
5759
|
color: #0e1315;
|
5926
5760
|
}
|
5927
5761
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
5928
|
-
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5762
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5929
5763
|
color: #0e1315;
|
5930
5764
|
}
|
5931
5765
|
.p-toast .p-toast-message.p-toast-message-error {
|
@@ -5935,10 +5769,9 @@
|
|
5935
5769
|
color: #0e1315;
|
5936
5770
|
}
|
5937
5771
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
5938
|
-
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5772
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5939
5773
|
color: #0e1315;
|
5940
5774
|
}
|
5941
|
-
|
5942
5775
|
.p-galleria .p-galleria-close {
|
5943
5776
|
margin: 0.5rem;
|
5944
5777
|
background: transparent;
|
@@ -5969,7 +5802,7 @@
|
|
5969
5802
|
margin: 0 0.5rem;
|
5970
5803
|
}
|
5971
5804
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
5972
|
-
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
5805
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
5973
5806
|
font-size: 2rem;
|
5974
5807
|
}
|
5975
5808
|
.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
|
@@ -6026,7 +5859,7 @@
|
|
6026
5859
|
padding: 1rem 0.25rem;
|
6027
5860
|
}
|
6028
5861
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
6029
|
-
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
5862
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
6030
5863
|
margin: 0.5rem;
|
6031
5864
|
background-color: transparent;
|
6032
5865
|
color: #f8f9fa;
|
@@ -6036,7 +5869,7 @@
|
|
6036
5869
|
border-radius: 50%;
|
6037
5870
|
}
|
6038
5871
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
6039
|
-
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
5872
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
6040
5873
|
background: rgba(255, 255, 255, 0.1);
|
6041
5874
|
color: #f8f9fa;
|
6042
5875
|
}
|
@@ -6045,29 +5878,23 @@
|
|
6045
5878
|
outline-offset: 0;
|
6046
5879
|
box-shadow: 0 0 0 1px #9eade6;
|
6047
5880
|
}
|
6048
|
-
|
6049
5881
|
.p-galleria-mask {
|
6050
5882
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6051
5883
|
}
|
6052
|
-
|
6053
5884
|
.p-image-mask {
|
6054
5885
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6055
5886
|
}
|
6056
|
-
|
6057
5887
|
.p-image-preview-indicator {
|
6058
5888
|
background-color: transparent;
|
6059
5889
|
color: #f8f9fa;
|
6060
5890
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
6061
5891
|
}
|
6062
|
-
|
6063
5892
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
6064
5893
|
background-color: rgba(0, 0, 0, 0.5);
|
6065
5894
|
}
|
6066
|
-
|
6067
5895
|
.p-image-toolbar {
|
6068
5896
|
padding: 1rem;
|
6069
5897
|
}
|
6070
|
-
|
6071
5898
|
.p-image-action.p-link {
|
6072
5899
|
color: #f8f9fa;
|
6073
5900
|
background-color: transparent;
|
@@ -6091,7 +5918,6 @@
|
|
6091
5918
|
width: 1.5rem;
|
6092
5919
|
height: 1.5rem;
|
6093
5920
|
}
|
6094
|
-
|
6095
5921
|
.p-avatar {
|
6096
5922
|
background-color: #263238;
|
6097
5923
|
border-radius: 6px;
|
@@ -6112,11 +5938,9 @@
|
|
6112
5938
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
6113
5939
|
font-size: 2rem;
|
6114
5940
|
}
|
6115
|
-
|
6116
5941
|
.p-avatar-group .p-avatar {
|
6117
5942
|
border: 2px solid #161d21;
|
6118
5943
|
}
|
6119
|
-
|
6120
5944
|
.p-badge {
|
6121
5945
|
background: #9eade6;
|
6122
5946
|
color: #121212;
|
@@ -6158,7 +5982,6 @@
|
|
6158
5982
|
height: 3rem;
|
6159
5983
|
line-height: 3rem;
|
6160
5984
|
}
|
6161
|
-
|
6162
5985
|
.p-chip {
|
6163
5986
|
background-color: #263238;
|
6164
5987
|
color: rgba(255, 255, 255, 0.87);
|
@@ -6194,7 +6017,6 @@
|
|
6194
6017
|
.p-chip .pi-chip-remove-icon:focus {
|
6195
6018
|
outline: 0 none;
|
6196
6019
|
}
|
6197
|
-
|
6198
6020
|
.p-inplace .p-inplace-display {
|
6199
6021
|
padding: 0.5rem 0.75rem;
|
6200
6022
|
border-radius: 6px;
|
@@ -6209,7 +6031,6 @@
|
|
6209
6031
|
outline-offset: 0;
|
6210
6032
|
box-shadow: 0 0 0 1px #9eade6;
|
6211
6033
|
}
|
6212
|
-
|
6213
6034
|
.p-progressbar {
|
6214
6035
|
border: 0 none;
|
6215
6036
|
height: 1.5rem;
|
@@ -6225,7 +6046,6 @@
|
|
6225
6046
|
color: #121212;
|
6226
6047
|
line-height: 1.5rem;
|
6227
6048
|
}
|
6228
|
-
|
6229
6049
|
.p-scrolltop {
|
6230
6050
|
width: 3rem;
|
6231
6051
|
height: 3rem;
|
@@ -6247,7 +6067,6 @@
|
|
6247
6067
|
width: 1.5rem;
|
6248
6068
|
height: 1.5rem;
|
6249
6069
|
}
|
6250
|
-
|
6251
6070
|
.p-skeleton {
|
6252
6071
|
background-color: rgba(255, 255, 255, 0.06);
|
6253
6072
|
border-radius: 6px;
|
@@ -6255,7 +6074,6 @@
|
|
6255
6074
|
.p-skeleton:after {
|
6256
6075
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
|
6257
6076
|
}
|
6258
|
-
|
6259
6077
|
.p-tag {
|
6260
6078
|
background: #9eade6;
|
6261
6079
|
color: #121212;
|
@@ -6288,7 +6106,6 @@
|
|
6288
6106
|
width: 0.75rem;
|
6289
6107
|
height: 0.75rem;
|
6290
6108
|
}
|
6291
|
-
|
6292
6109
|
.p-terminal {
|
6293
6110
|
background: #161d21;
|
6294
6111
|
color: rgba(255, 255, 255, 0.87);
|
@@ -6307,20 +6124,16 @@
|
|
6307
6124
|
.p-button .p-button-label {
|
6308
6125
|
font-weight: 600;
|
6309
6126
|
}
|
6310
|
-
|
6311
6127
|
.p-buttonset .p-button-label,
|
6312
|
-
.p-togglebutton .p-button-label {
|
6128
|
+
.p-togglebutton .p-button-label {
|
6313
6129
|
font-weight: 400;
|
6314
6130
|
}
|
6315
|
-
|
6316
6131
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
6317
6132
|
background-color: #9eade6;
|
6318
6133
|
}
|
6319
|
-
|
6320
6134
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
6321
6135
|
background-color: #9eade6;
|
6322
6136
|
}
|
6323
|
-
|
6324
6137
|
.p-panel {
|
6325
6138
|
border: 2px solid #263238;
|
6326
6139
|
border-radius: 6px;
|
@@ -6331,11 +6144,9 @@
|
|
6331
6144
|
.p-panel .p-panel-content {
|
6332
6145
|
border: 0 none;
|
6333
6146
|
}
|
6334
|
-
|
6335
6147
|
.p-fieldset .p-fieldset-legend {
|
6336
6148
|
border-color: transparent;
|
6337
6149
|
}
|
6338
|
-
|
6339
6150
|
.p-accordion .p-accordion-toggle-icon {
|
6340
6151
|
order: 10;
|
6341
6152
|
margin-left: auto;
|
@@ -6353,7 +6164,6 @@
|
|
6353
6164
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
6354
6165
|
border-bottom: 0 none;
|
6355
6166
|
}
|
6356
|
-
|
6357
6167
|
.p-inline-message.p-inline-message-info {
|
6358
6168
|
border-color: #a3d7e6;
|
6359
6169
|
}
|
@@ -6366,39 +6176,30 @@
|
|
6366
6176
|
.p-inline-message.p-inline-message-error {
|
6367
6177
|
border-color: #e6a3b2;
|
6368
6178
|
}
|
6369
|
-
|
6370
6179
|
.p-inputtext:enabled:focus {
|
6371
6180
|
box-shadow: none;
|
6372
6181
|
}
|
6373
|
-
|
6374
6182
|
.p-dropdown:not(.p-disabled).p-focus {
|
6375
6183
|
box-shadow: none;
|
6376
6184
|
}
|
6377
|
-
|
6378
6185
|
.p-multiselect:not(.p-disabled).p-focus {
|
6379
6186
|
box-shadow: none;
|
6380
6187
|
}
|
6381
|
-
|
6382
6188
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
6383
6189
|
box-shadow: none;
|
6384
6190
|
}
|
6385
|
-
|
6386
6191
|
.p-autocomplete.p-autocomplete-multiple:not(.p-disabled).p-focus {
|
6387
6192
|
box-shadow: none;
|
6388
6193
|
}
|
6389
|
-
|
6390
6194
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
6391
6195
|
box-shadow: none;
|
6392
6196
|
}
|
6393
|
-
|
6394
6197
|
.p-orderlist .p-orderlist-list {
|
6395
6198
|
border-top: 0 none;
|
6396
6199
|
}
|
6397
|
-
|
6398
6200
|
.p-picklist .p-picklist-list {
|
6399
6201
|
border-top: 0 none;
|
6400
6202
|
}
|
6401
|
-
|
6402
6203
|
.p-panelmenu .p-panelmenu-icon.pi-chevron-right, .p-panelmenu .p-panelmenu-icon.pi-chevron-down {
|
6403
6204
|
order: 10;
|
6404
6205
|
margin-left: auto;
|
@@ -6417,7 +6218,6 @@
|
|
6417
6218
|
padding-bottom: calc(1rem + 2px);
|
6418
6219
|
border-bottom: 0 none;
|
6419
6220
|
}
|
6420
|
-
|
6421
6221
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
6422
6222
|
box-shadow: inset 0 2px 0 0 #9eade6;
|
6423
6223
|
}
|