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
@@ -54,24 +54,21 @@
|
|
54
54
|
font-family: "Roboto";
|
55
55
|
font-style: normal;
|
56
56
|
font-weight: 400;
|
57
|
-
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
|
58
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
57
|
+
src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
59
58
|
}
|
60
59
|
/* roboto-500 - latin-ext_latin */
|
61
60
|
@font-face {
|
62
61
|
font-family: "Roboto";
|
63
62
|
font-style: normal;
|
64
63
|
font-weight: 500;
|
65
|
-
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
|
66
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
64
|
+
src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
67
65
|
}
|
68
66
|
/* roboto-700 - latin-ext_latin */
|
69
67
|
@font-face {
|
70
68
|
font-family: "Roboto";
|
71
69
|
font-style: normal;
|
72
70
|
font-weight: 700;
|
73
|
-
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
|
74
|
-
/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
71
|
+
src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
75
72
|
}
|
76
73
|
:root {
|
77
74
|
--blue-50:#f4fafe;
|
@@ -244,7 +241,7 @@
|
|
244
241
|
}
|
245
242
|
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
246
243
|
color: rgba(255, 255, 255, 0.87);
|
247
|
-
background:
|
244
|
+
background: hsla(0, 0%, 100%, 0.04);
|
248
245
|
}
|
249
246
|
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
250
247
|
padding: 0.75rem 0.75rem;
|
@@ -299,40 +296,32 @@
|
|
299
296
|
* {
|
300
297
|
box-sizing: border-box;
|
301
298
|
}
|
302
|
-
|
303
299
|
.p-component {
|
304
300
|
font-family: var(--font-family);
|
305
301
|
font-feature-settings: var(--font-feature-settings, normal);
|
306
302
|
font-size: 1rem;
|
307
303
|
font-weight: normal;
|
308
304
|
}
|
309
|
-
|
310
305
|
.p-component-overlay {
|
311
306
|
background-color: rgba(0, 0, 0, 0.32);
|
312
307
|
transition-duration: 0.2s;
|
313
308
|
}
|
314
|
-
|
315
309
|
.p-disabled, .p-component:disabled {
|
316
310
|
opacity: 0.38;
|
317
311
|
}
|
318
|
-
|
319
312
|
.p-error {
|
320
313
|
color: #f44435;
|
321
314
|
}
|
322
|
-
|
323
315
|
.p-text-secondary {
|
324
316
|
color: rgba(255, 255, 255, 0.6);
|
325
317
|
}
|
326
|
-
|
327
318
|
.pi {
|
328
319
|
font-size: 1rem;
|
329
320
|
}
|
330
|
-
|
331
321
|
.p-icon {
|
332
322
|
width: 1rem;
|
333
323
|
height: 1rem;
|
334
324
|
}
|
335
|
-
|
336
325
|
.p-link {
|
337
326
|
font-family: var(--font-family);
|
338
327
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -344,15 +333,12 @@
|
|
344
333
|
outline-offset: 0;
|
345
334
|
box-shadow: none;
|
346
335
|
}
|
347
|
-
|
348
336
|
.p-component-overlay-enter {
|
349
337
|
animation: p-component-overlay-enter-animation 150ms forwards;
|
350
338
|
}
|
351
|
-
|
352
339
|
.p-component-overlay-leave {
|
353
340
|
animation: p-component-overlay-leave-animation 150ms forwards;
|
354
341
|
}
|
355
|
-
|
356
342
|
@keyframes p-component-overlay-enter-animation {
|
357
343
|
from {
|
358
344
|
background-color: transparent;
|
@@ -369,7 +355,6 @@
|
|
369
355
|
background-color: transparent;
|
370
356
|
}
|
371
357
|
}
|
372
|
-
|
373
358
|
.p-autocomplete .p-autocomplete-loader {
|
374
359
|
right: 0.75rem;
|
375
360
|
}
|
@@ -402,7 +387,7 @@
|
|
402
387
|
}
|
403
388
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
404
389
|
padding: 0.375rem 0.75rem;
|
405
|
-
background:
|
390
|
+
background: hsla(0, 0%, 100%, 0.12);
|
406
391
|
color: rgba(255, 255, 255, 0.87);
|
407
392
|
border-radius: 16px;
|
408
393
|
}
|
@@ -410,13 +395,12 @@
|
|
410
395
|
margin-left: 0.5rem;
|
411
396
|
}
|
412
397
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
|
413
|
-
background:
|
398
|
+
background: hsla(0, 0%, 100%, 0.24);
|
414
399
|
color: rgba(255, 255, 255, 0.87);
|
415
400
|
}
|
416
401
|
.p-autocomplete.p-invalid.p-component > .p-inputtext {
|
417
402
|
border-color: #f44435;
|
418
403
|
}
|
419
|
-
|
420
404
|
.p-autocomplete-panel {
|
421
405
|
background: #2b2b2b;
|
422
406
|
color: rgba(255, 255, 255, 0.87);
|
@@ -445,11 +429,11 @@
|
|
445
429
|
}
|
446
430
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
|
447
431
|
color: rgba(255, 255, 255, 0.87);
|
448
|
-
background:
|
432
|
+
background: hsla(0, 0%, 100%, 0.12);
|
449
433
|
}
|
450
434
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
|
451
435
|
color: rgba(255, 255, 255, 0.87);
|
452
|
-
background:
|
436
|
+
background: hsla(0, 0%, 100%, 0.04);
|
453
437
|
}
|
454
438
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
|
455
439
|
margin: 0;
|
@@ -458,11 +442,9 @@
|
|
458
442
|
background: transparent;
|
459
443
|
font-weight: 400;
|
460
444
|
}
|
461
|
-
|
462
445
|
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
|
463
446
|
border-color: #f44435;
|
464
447
|
}
|
465
|
-
|
466
448
|
p-autocomplete.p-autocomplete-clearable .p-inputtext {
|
467
449
|
padding-right: 2.5rem;
|
468
450
|
}
|
@@ -470,28 +452,24 @@
|
|
470
452
|
color: rgba(255, 255, 255, 0.6);
|
471
453
|
right: 0.75rem;
|
472
454
|
}
|
473
|
-
|
474
455
|
p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
|
475
456
|
color: rgba(255, 255, 255, 0.6);
|
476
457
|
right: 3.5rem;
|
477
458
|
}
|
478
|
-
|
479
459
|
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
480
460
|
border-color: #f44435;
|
481
461
|
}
|
482
|
-
|
483
462
|
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
|
484
463
|
outline: 0 none;
|
485
464
|
outline-offset: 0;
|
486
465
|
box-shadow: none;
|
487
466
|
border-color: #CE93D8;
|
488
467
|
}
|
489
|
-
|
490
468
|
.p-datepicker {
|
491
469
|
padding: 0.5rem;
|
492
470
|
background: #1e1e1e;
|
493
471
|
color: rgba(255, 255, 255, 0.87);
|
494
|
-
border: 1px solid
|
472
|
+
border: 1px solid hsla(0, 0%, 100%, 0.3);
|
495
473
|
border-radius: 4px;
|
496
474
|
}
|
497
475
|
.p-datepicker:not(.p-datepicker-inline) {
|
@@ -508,12 +486,12 @@
|
|
508
486
|
background: #1e1e1e;
|
509
487
|
font-weight: 500;
|
510
488
|
margin: 0;
|
511
|
-
border-bottom: 1px solid
|
489
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
512
490
|
border-top-right-radius: 4px;
|
513
491
|
border-top-left-radius: 4px;
|
514
492
|
}
|
515
493
|
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
516
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
494
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
517
495
|
width: 2rem;
|
518
496
|
height: 2rem;
|
519
497
|
color: rgba(255, 255, 255, 0.6);
|
@@ -523,13 +501,13 @@
|
|
523
501
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
524
502
|
}
|
525
503
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
526
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
504
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
527
505
|
color: rgba(255, 255, 255, 0.6);
|
528
506
|
border-color: transparent;
|
529
507
|
background: rgba(255, 255, 255, 0.04);
|
530
508
|
}
|
531
509
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
|
532
|
-
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
510
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
|
533
511
|
outline: 0 none;
|
534
512
|
outline-offset: 0;
|
535
513
|
box-shadow: none;
|
@@ -538,14 +516,14 @@
|
|
538
516
|
line-height: 2rem;
|
539
517
|
}
|
540
518
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
541
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
519
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
542
520
|
color: rgba(255, 255, 255, 0.87);
|
543
521
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
544
522
|
font-weight: 500;
|
545
523
|
padding: 0.5rem;
|
546
524
|
}
|
547
525
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
548
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
526
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
549
527
|
color: #CE93D8;
|
550
528
|
}
|
551
529
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
@@ -592,13 +570,13 @@
|
|
592
570
|
}
|
593
571
|
.p-datepicker .p-datepicker-buttonbar {
|
594
572
|
padding: 0.75rem 0;
|
595
|
-
border-top: 1px solid
|
573
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
596
574
|
}
|
597
575
|
.p-datepicker .p-datepicker-buttonbar .p-button {
|
598
576
|
width: auto;
|
599
577
|
}
|
600
578
|
.p-datepicker .p-timepicker {
|
601
|
-
border-top: 1px solid
|
579
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
602
580
|
padding: 0.5rem;
|
603
581
|
}
|
604
582
|
.p-datepicker .p-timepicker button {
|
@@ -657,7 +635,7 @@
|
|
657
635
|
background: rgba(206, 147, 216, 0.16);
|
658
636
|
}
|
659
637
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
660
|
-
border-left: 1px solid
|
638
|
+
border-left: 1px solid hsla(0, 0%, 100%, 0.12);
|
661
639
|
padding-right: 0.5rem;
|
662
640
|
padding-left: 0.5rem;
|
663
641
|
padding-top: 0;
|
@@ -694,7 +672,6 @@
|
|
694
672
|
outline-offset: 0;
|
695
673
|
box-shadow: none;
|
696
674
|
}
|
697
|
-
|
698
675
|
p-calendar.p-calendar-clearable .p-inputtext {
|
699
676
|
padding-right: 2.5rem;
|
700
677
|
}
|
@@ -702,12 +679,10 @@
|
|
702
679
|
color: rgba(255, 255, 255, 0.6);
|
703
680
|
right: 0.75rem;
|
704
681
|
}
|
705
|
-
|
706
682
|
p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
|
707
683
|
color: rgba(255, 255, 255, 0.6);
|
708
684
|
right: 3.5rem;
|
709
685
|
}
|
710
|
-
|
711
686
|
@media screen and (max-width: 769px) {
|
712
687
|
.p-datepicker table th, .p-datepicker table td {
|
713
688
|
padding: 0;
|
@@ -715,7 +690,7 @@
|
|
715
690
|
}
|
716
691
|
.p-cascadeselect {
|
717
692
|
background: #1e1e1e;
|
718
|
-
border: 1px solid
|
693
|
+
border: 1px solid hsla(0, 0%, 100%, 0.3);
|
719
694
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
720
695
|
border-radius: 4px;
|
721
696
|
}
|
@@ -750,7 +725,6 @@
|
|
750
725
|
.p-cascadeselect.p-invalid.p-component {
|
751
726
|
border-color: #f44435;
|
752
727
|
}
|
753
|
-
|
754
728
|
.p-cascadeselect-panel {
|
755
729
|
background: #2b2b2b;
|
756
730
|
color: rgba(255, 255, 255, 0.87);
|
@@ -778,11 +752,11 @@
|
|
778
752
|
}
|
779
753
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
|
780
754
|
color: rgba(255, 255, 255, 0.87);
|
781
|
-
background:
|
755
|
+
background: hsla(0, 0%, 100%, 0.12);
|
782
756
|
}
|
783
757
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
|
784
758
|
color: rgba(255, 255, 255, 0.87);
|
785
|
-
background:
|
759
|
+
background: hsla(0, 0%, 100%, 0.04);
|
786
760
|
}
|
787
761
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
|
788
762
|
padding: 0.75rem 0.75rem;
|
@@ -790,21 +764,18 @@
|
|
790
764
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
|
791
765
|
font-size: 0.875rem;
|
792
766
|
}
|
793
|
-
|
794
767
|
.p-input-filled .p-cascadeselect {
|
795
|
-
background:
|
768
|
+
background: hsla(0, 0%, 100%, 0.06);
|
796
769
|
}
|
797
770
|
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
|
798
|
-
background-color:
|
771
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
799
772
|
}
|
800
773
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
|
801
|
-
background-color:
|
774
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
802
775
|
}
|
803
|
-
|
804
776
|
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
|
805
777
|
border-color: #f44435;
|
806
778
|
}
|
807
|
-
|
808
779
|
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
|
809
780
|
padding-right: 0.75rem;
|
810
781
|
}
|
@@ -812,7 +783,6 @@
|
|
812
783
|
color: rgba(255, 255, 255, 0.6);
|
813
784
|
right: 2.75rem;
|
814
785
|
}
|
815
|
-
|
816
786
|
.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
|
817
787
|
box-shadow: none;
|
818
788
|
border-radius: 0;
|
@@ -821,13 +791,12 @@
|
|
821
791
|
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
|
822
792
|
transform: rotate(90deg);
|
823
793
|
}
|
824
|
-
|
825
794
|
.p-checkbox {
|
826
795
|
width: 18px;
|
827
796
|
height: 18px;
|
828
797
|
}
|
829
798
|
.p-checkbox .p-checkbox-box {
|
830
|
-
border: 2px solid
|
799
|
+
border: 2px solid hsla(0, 0%, 100%, 0.7);
|
831
800
|
background: #1e1e1e;
|
832
801
|
width: 18px;
|
833
802
|
height: 18px;
|
@@ -862,32 +831,27 @@
|
|
862
831
|
background: #CE93D8;
|
863
832
|
color: #121212;
|
864
833
|
}
|
865
|
-
|
866
834
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
867
835
|
border-color: #f44435;
|
868
836
|
}
|
869
|
-
|
870
837
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
871
|
-
background-color:
|
838
|
+
background-color: hsla(0, 0%, 100%, 0.06);
|
872
839
|
}
|
873
840
|
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
|
874
841
|
background: #CE93D8;
|
875
842
|
}
|
876
843
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
877
|
-
background-color:
|
844
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
878
845
|
}
|
879
846
|
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
880
847
|
background: #CE93D8;
|
881
848
|
}
|
882
|
-
|
883
849
|
.p-checkbox-label {
|
884
850
|
margin-left: 0.5rem;
|
885
851
|
}
|
886
|
-
|
887
852
|
p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
888
853
|
border-color: #f44435;
|
889
854
|
}
|
890
|
-
|
891
855
|
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
|
892
856
|
border-color: rgba(255, 255, 255, 0.6);
|
893
857
|
}
|
@@ -904,12 +868,12 @@
|
|
904
868
|
.p-chips .p-chips-multiple-container .p-chips-token {
|
905
869
|
padding: 0.375rem 0.75rem;
|
906
870
|
margin-right: 0.5rem;
|
907
|
-
background:
|
871
|
+
background: hsla(0, 0%, 100%, 0.12);
|
908
872
|
color: rgba(255, 255, 255, 0.87);
|
909
873
|
border-radius: 16px;
|
910
874
|
}
|
911
875
|
.p-chips .p-chips-multiple-container .p-chips-token.p-focus {
|
912
|
-
background:
|
876
|
+
background: hsla(0, 0%, 100%, 0.24);
|
913
877
|
color: rgba(255, 255, 255, 0.87);
|
914
878
|
}
|
915
879
|
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
|
@@ -926,11 +890,9 @@
|
|
926
890
|
padding: 0;
|
927
891
|
margin: 0;
|
928
892
|
}
|
929
|
-
|
930
893
|
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
931
894
|
border-color: #f44435;
|
932
895
|
}
|
933
|
-
|
934
896
|
p-chips.p-chips-clearable .p-inputtext {
|
935
897
|
padding-right: 1.75rem;
|
936
898
|
}
|
@@ -938,29 +900,25 @@
|
|
938
900
|
color: rgba(255, 255, 255, 0.6);
|
939
901
|
right: 0.75rem;
|
940
902
|
}
|
941
|
-
|
942
903
|
.p-colorpicker-preview,
|
943
|
-
.p-fluid .p-colorpicker-preview.p-inputtext {
|
904
|
+
.p-fluid .p-colorpicker-preview.p-inputtext {
|
944
905
|
width: 2rem;
|
945
906
|
height: 2rem;
|
946
907
|
}
|
947
|
-
|
948
908
|
.p-colorpicker-panel {
|
949
909
|
background: #2b2b2b;
|
950
910
|
border: 1px solid #1e1e1e;
|
951
911
|
}
|
952
912
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
953
|
-
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
913
|
+
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
954
914
|
border-color: #ffffff;
|
955
915
|
}
|
956
|
-
|
957
916
|
.p-colorpicker-overlay-panel {
|
958
917
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
959
918
|
}
|
960
|
-
|
961
919
|
.p-dropdown {
|
962
920
|
background: #1e1e1e;
|
963
|
-
border: 1px solid
|
921
|
+
border: 1px solid hsla(0, 0%, 100%, 0.3);
|
964
922
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
965
923
|
border-radius: 4px;
|
966
924
|
}
|
@@ -1001,7 +959,6 @@
|
|
1001
959
|
.p-dropdown.p-invalid.p-component {
|
1002
960
|
border-color: #f44435;
|
1003
961
|
}
|
1004
|
-
|
1005
962
|
.p-dropdown-panel {
|
1006
963
|
background: #2b2b2b;
|
1007
964
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1011,7 +968,7 @@
|
|
1011
968
|
}
|
1012
969
|
.p-dropdown-panel .p-dropdown-header {
|
1013
970
|
padding: 0.75rem;
|
1014
|
-
border-bottom: 1px solid
|
971
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
1015
972
|
color: rgba(255, 255, 255, 0.87);
|
1016
973
|
background: #2b2b2b;
|
1017
974
|
margin: 0;
|
@@ -1047,11 +1004,11 @@
|
|
1047
1004
|
}
|
1048
1005
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1049
1006
|
color: rgba(255, 255, 255, 0.87);
|
1050
|
-
background:
|
1007
|
+
background: hsla(0, 0%, 100%, 0.12);
|
1051
1008
|
}
|
1052
1009
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
1053
1010
|
color: rgba(255, 255, 255, 0.87);
|
1054
|
-
background:
|
1011
|
+
background: hsla(0, 0%, 100%, 0.04);
|
1055
1012
|
}
|
1056
1013
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
|
1057
1014
|
margin: 0;
|
@@ -1065,98 +1022,87 @@
|
|
1065
1022
|
color: rgba(255, 255, 255, 0.87);
|
1066
1023
|
background: transparent;
|
1067
1024
|
}
|
1068
|
-
|
1069
1025
|
.p-input-filled .p-dropdown {
|
1070
|
-
background:
|
1026
|
+
background: hsla(0, 0%, 100%, 0.06);
|
1071
1027
|
}
|
1072
1028
|
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
1073
|
-
background-color:
|
1029
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
1074
1030
|
}
|
1075
1031
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
1076
|
-
background-color:
|
1032
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
1077
1033
|
}
|
1078
1034
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
1079
1035
|
background-color: transparent;
|
1080
1036
|
}
|
1081
|
-
|
1082
1037
|
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
1083
1038
|
border-color: #f44435;
|
1084
1039
|
}
|
1085
|
-
|
1086
1040
|
.p-inputgroup-addon {
|
1087
1041
|
background: #1e1e1e;
|
1088
1042
|
color: rgba(255, 255, 255, 0.6);
|
1089
|
-
border-top: 1px solid
|
1090
|
-
border-left: 1px solid
|
1091
|
-
border-bottom: 1px solid
|
1043
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.3);
|
1044
|
+
border-left: 1px solid hsla(0, 0%, 100%, 0.3);
|
1045
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
|
1092
1046
|
padding: 0.75rem 0.75rem;
|
1093
1047
|
min-width: 2.75rem;
|
1094
1048
|
}
|
1095
1049
|
.p-inputgroup-addon:last-child {
|
1096
|
-
border-right: 1px solid
|
1050
|
+
border-right: 1px solid hsla(0, 0%, 100%, 0.3);
|
1097
1051
|
}
|
1098
|
-
|
1099
1052
|
.p-inputgroup > .p-component,
|
1100
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1101
|
-
.p-inputgroup > .p-float-label > .p-component {
|
1053
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext,
|
1054
|
+
.p-inputgroup > .p-float-label > .p-component {
|
1102
1055
|
border-radius: 0;
|
1103
1056
|
margin: 0;
|
1104
1057
|
}
|
1105
1058
|
.p-inputgroup > .p-component + .p-inputgroup-addon,
|
1106
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1107
|
-
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1059
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
|
1060
|
+
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
|
1108
1061
|
border-left: 0 none;
|
1109
1062
|
}
|
1110
1063
|
.p-inputgroup > .p-component:focus,
|
1111
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1112
|
-
.p-inputgroup > .p-float-label > .p-component:focus {
|
1064
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
|
1065
|
+
.p-inputgroup > .p-float-label > .p-component:focus {
|
1113
1066
|
z-index: 1;
|
1114
1067
|
}
|
1115
1068
|
.p-inputgroup > .p-component:focus ~ label,
|
1116
|
-
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1117
|
-
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1069
|
+
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
|
1070
|
+
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
|
1118
1071
|
z-index: 1;
|
1119
1072
|
}
|
1120
|
-
|
1121
1073
|
.p-inputgroup-addon:first-child,
|
1122
|
-
.p-inputgroup button:first-child,
|
1123
|
-
.p-inputgroup input:first-child,
|
1124
|
-
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1125
|
-
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1074
|
+
.p-inputgroup button:first-child,
|
1075
|
+
.p-inputgroup input:first-child,
|
1076
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
|
1077
|
+
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
|
1126
1078
|
border-top-left-radius: 4px;
|
1127
1079
|
border-bottom-left-radius: 4px;
|
1128
1080
|
}
|
1129
|
-
|
1130
1081
|
.p-inputgroup .p-float-label:first-child input {
|
1131
1082
|
border-top-left-radius: 4px;
|
1132
1083
|
border-bottom-left-radius: 4px;
|
1133
1084
|
}
|
1134
|
-
|
1135
1085
|
.p-inputgroup-addon:last-child,
|
1136
|
-
.p-inputgroup button:last-child,
|
1137
|
-
.p-inputgroup input:last-child,
|
1138
|
-
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1139
|
-
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1086
|
+
.p-inputgroup button:last-child,
|
1087
|
+
.p-inputgroup input:last-child,
|
1088
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
|
1089
|
+
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
|
1140
1090
|
border-top-right-radius: 4px;
|
1141
1091
|
border-bottom-right-radius: 4px;
|
1142
1092
|
}
|
1143
|
-
|
1144
1093
|
.p-inputgroup .p-float-label:last-child input {
|
1145
1094
|
border-top-right-radius: 4px;
|
1146
1095
|
border-bottom-right-radius: 4px;
|
1147
1096
|
}
|
1148
|
-
|
1149
1097
|
.p-fluid .p-inputgroup .p-button {
|
1150
1098
|
width: auto;
|
1151
1099
|
}
|
1152
1100
|
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
|
1153
1101
|
width: 2.75rem;
|
1154
1102
|
}
|
1155
|
-
|
1156
1103
|
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
|
1157
1104
|
border-color: #f44435;
|
1158
1105
|
}
|
1159
|
-
|
1160
1106
|
p-inputmask.p-inputmask-clearable .p-inputtext {
|
1161
1107
|
padding-right: 2.5rem;
|
1162
1108
|
}
|
@@ -1164,11 +1110,9 @@
|
|
1164
1110
|
color: rgba(255, 255, 255, 0.6);
|
1165
1111
|
right: 0.75rem;
|
1166
1112
|
}
|
1167
|
-
|
1168
1113
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1169
1114
|
border-color: #f44435;
|
1170
1115
|
}
|
1171
|
-
|
1172
1116
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
|
1173
1117
|
padding-right: 2.5rem;
|
1174
1118
|
}
|
@@ -1176,20 +1120,18 @@
|
|
1176
1120
|
color: rgba(255, 255, 255, 0.6);
|
1177
1121
|
right: 0.75rem;
|
1178
1122
|
}
|
1179
|
-
|
1180
1123
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
|
1181
1124
|
right: 3.5rem;
|
1182
1125
|
}
|
1183
1126
|
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
|
1184
1127
|
right: 3.5rem;
|
1185
1128
|
}
|
1186
|
-
|
1187
1129
|
.p-inputswitch {
|
1188
1130
|
width: 2.75rem;
|
1189
1131
|
height: 1rem;
|
1190
1132
|
}
|
1191
1133
|
.p-inputswitch .p-inputswitch-slider {
|
1192
|
-
background:
|
1134
|
+
background: hsla(0, 0%, 100%, 0.3);
|
1193
1135
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1194
1136
|
border-radius: 0.5rem;
|
1195
1137
|
}
|
@@ -1211,7 +1153,7 @@
|
|
1211
1153
|
box-shadow: none;
|
1212
1154
|
}
|
1213
1155
|
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
1214
|
-
background:
|
1156
|
+
background: hsla(0, 0%, 100%, 0.3);
|
1215
1157
|
}
|
1216
1158
|
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
|
1217
1159
|
background: rgba(206, 147, 216, 0.5);
|
@@ -1222,11 +1164,9 @@
|
|
1222
1164
|
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
|
1223
1165
|
background: rgba(206, 147, 216, 0.5);
|
1224
1166
|
}
|
1225
|
-
|
1226
1167
|
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
|
1227
1168
|
border-color: #f44435;
|
1228
1169
|
}
|
1229
|
-
|
1230
1170
|
.p-inputtext {
|
1231
1171
|
font-family: var(--font-family);
|
1232
1172
|
font-feature-settings: var(--font-feature-settings, normal);
|
@@ -1234,7 +1174,7 @@
|
|
1234
1174
|
color: rgba(255, 255, 255, 0.87);
|
1235
1175
|
background: #1e1e1e;
|
1236
1176
|
padding: 0.75rem 0.75rem;
|
1237
|
-
border: 1px solid
|
1177
|
+
border: 1px solid hsla(0, 0%, 100%, 0.3);
|
1238
1178
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1239
1179
|
appearance: none;
|
1240
1180
|
border-radius: 4px;
|
@@ -1259,87 +1199,72 @@
|
|
1259
1199
|
font-size: 1.25rem;
|
1260
1200
|
padding: 0.9375rem 0.9375rem;
|
1261
1201
|
}
|
1262
|
-
|
1263
1202
|
.p-float-label > label {
|
1264
1203
|
left: 0.75rem;
|
1265
1204
|
color: rgba(255, 255, 255, 0.6);
|
1266
1205
|
transition-duration: 0.2s;
|
1267
1206
|
}
|
1268
|
-
|
1269
1207
|
.p-float-label > .ng-invalid.ng-dirty + label {
|
1270
1208
|
color: #f44435;
|
1271
1209
|
}
|
1272
|
-
|
1273
1210
|
.p-input-icon-left > .p-icon-wrapper.p-icon,
|
1274
|
-
.p-input-icon-left > i:first-of-type {
|
1211
|
+
.p-input-icon-left > i:first-of-type {
|
1275
1212
|
left: 0.75rem;
|
1276
1213
|
color: rgba(255, 255, 255, 0.6);
|
1277
1214
|
}
|
1278
|
-
|
1279
1215
|
.p-input-icon-left > .p-inputtext {
|
1280
1216
|
padding-left: 2.5rem;
|
1281
1217
|
}
|
1282
|
-
|
1283
1218
|
.p-input-icon-left.p-float-label > label {
|
1284
1219
|
left: 2.5rem;
|
1285
1220
|
}
|
1286
|
-
|
1287
1221
|
.p-input-icon-right > .p-icon-wrapper,
|
1288
|
-
.p-input-icon-right > i:last-of-type {
|
1222
|
+
.p-input-icon-right > i:last-of-type {
|
1289
1223
|
right: 0.75rem;
|
1290
1224
|
color: rgba(255, 255, 255, 0.6);
|
1291
1225
|
}
|
1292
|
-
|
1293
1226
|
.p-input-icon-right > .p-inputtext {
|
1294
1227
|
padding-right: 2.5rem;
|
1295
1228
|
}
|
1296
|
-
|
1297
1229
|
::-webkit-input-placeholder {
|
1298
1230
|
color: rgba(255, 255, 255, 0.6);
|
1299
1231
|
}
|
1300
|
-
|
1301
1232
|
:-moz-placeholder {
|
1302
1233
|
color: rgba(255, 255, 255, 0.6);
|
1303
1234
|
}
|
1304
|
-
|
1305
1235
|
::-moz-placeholder {
|
1306
1236
|
color: rgba(255, 255, 255, 0.6);
|
1307
1237
|
}
|
1308
|
-
|
1309
1238
|
:-ms-input-placeholder {
|
1310
1239
|
color: rgba(255, 255, 255, 0.6);
|
1311
1240
|
}
|
1312
|
-
|
1313
1241
|
.p-input-filled .p-inputtext {
|
1314
|
-
background-color:
|
1242
|
+
background-color: hsla(0, 0%, 100%, 0.06);
|
1315
1243
|
}
|
1316
1244
|
.p-input-filled .p-inputtext:enabled:hover {
|
1317
|
-
background-color:
|
1245
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
1318
1246
|
}
|
1319
1247
|
.p-input-filled .p-inputtext:enabled:focus {
|
1320
|
-
background-color:
|
1248
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
1321
1249
|
}
|
1322
|
-
|
1323
1250
|
.p-inputtext-sm .p-inputtext {
|
1324
1251
|
font-size: 0.875rem;
|
1325
1252
|
padding: 0.65625rem 0.65625rem;
|
1326
1253
|
}
|
1327
|
-
|
1328
1254
|
.p-inputtext-lg .p-inputtext {
|
1329
1255
|
font-size: 1.25rem;
|
1330
1256
|
padding: 0.9375rem 0.9375rem;
|
1331
1257
|
}
|
1332
|
-
|
1333
1258
|
.p-listbox {
|
1334
1259
|
background: #1e1e1e;
|
1335
1260
|
color: rgba(255, 255, 255, 0.87);
|
1336
|
-
border: 1px solid
|
1261
|
+
border: 1px solid hsla(0, 0%, 100%, 0.3);
|
1337
1262
|
border-radius: 4px;
|
1338
1263
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1339
1264
|
}
|
1340
1265
|
.p-listbox .p-listbox-header {
|
1341
1266
|
padding: 0.75rem;
|
1342
|
-
border-bottom: 1px solid
|
1267
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
1343
1268
|
color: rgba(255, 255, 255, 0.87);
|
1344
1269
|
background: #1e1e1e;
|
1345
1270
|
margin: 0;
|
@@ -1392,11 +1317,11 @@
|
|
1392
1317
|
}
|
1393
1318
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1394
1319
|
color: rgba(255, 255, 255, 0.87);
|
1395
|
-
background:
|
1320
|
+
background: hsla(0, 0%, 100%, 0.12);
|
1396
1321
|
}
|
1397
1322
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
1398
1323
|
color: rgba(255, 255, 255, 0.87);
|
1399
|
-
background:
|
1324
|
+
background: hsla(0, 0%, 100%, 0.04);
|
1400
1325
|
}
|
1401
1326
|
.p-listbox.p-focus {
|
1402
1327
|
outline: 0 none;
|
@@ -1404,14 +1329,12 @@
|
|
1404
1329
|
box-shadow: none;
|
1405
1330
|
border-color: #CE93D8;
|
1406
1331
|
}
|
1407
|
-
|
1408
1332
|
p-listbox.ng-dirty.ng-invalid > .p-listbox {
|
1409
1333
|
border-color: #f44435;
|
1410
1334
|
}
|
1411
|
-
|
1412
1335
|
.p-multiselect {
|
1413
1336
|
background: #1e1e1e;
|
1414
|
-
border: 1px solid
|
1337
|
+
border: 1px solid hsla(0, 0%, 100%, 0.3);
|
1415
1338
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1416
1339
|
border-radius: 4px;
|
1417
1340
|
}
|
@@ -1434,7 +1357,7 @@
|
|
1434
1357
|
.p-multiselect.p-multiselect-chip .p-multiselect-token {
|
1435
1358
|
padding: 0.375rem 0.75rem;
|
1436
1359
|
margin-right: 0.5rem;
|
1437
|
-
background:
|
1360
|
+
background: hsla(0, 0%, 100%, 0.12);
|
1438
1361
|
color: rgba(255, 255, 255, 0.87);
|
1439
1362
|
border-radius: 16px;
|
1440
1363
|
}
|
@@ -1448,11 +1371,9 @@
|
|
1448
1371
|
border-top-right-radius: 4px;
|
1449
1372
|
border-bottom-right-radius: 4px;
|
1450
1373
|
}
|
1451
|
-
|
1452
1374
|
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1453
1375
|
padding: 0.375rem 0.75rem;
|
1454
1376
|
}
|
1455
|
-
|
1456
1377
|
.p-multiselect-clearable .p-multiselect-label-container {
|
1457
1378
|
padding-right: 1.75rem;
|
1458
1379
|
}
|
@@ -1460,7 +1381,6 @@
|
|
1460
1381
|
color: rgba(255, 255, 255, 0.6);
|
1461
1382
|
right: 2.75rem;
|
1462
1383
|
}
|
1463
|
-
|
1464
1384
|
.p-multiselect-panel {
|
1465
1385
|
background: #2b2b2b;
|
1466
1386
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1470,7 +1390,7 @@
|
|
1470
1390
|
}
|
1471
1391
|
.p-multiselect-panel .p-multiselect-header {
|
1472
1392
|
padding: 0.75rem;
|
1473
|
-
border-bottom: 1px solid
|
1393
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
1474
1394
|
color: rgba(255, 255, 255, 0.87);
|
1475
1395
|
background: #2b2b2b;
|
1476
1396
|
margin: 0;
|
@@ -1528,11 +1448,11 @@
|
|
1528
1448
|
}
|
1529
1449
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
|
1530
1450
|
color: rgba(255, 255, 255, 0.87);
|
1531
|
-
background:
|
1451
|
+
background: hsla(0, 0%, 100%, 0.12);
|
1532
1452
|
}
|
1533
1453
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
|
1534
1454
|
color: rgba(255, 255, 255, 0.87);
|
1535
|
-
background:
|
1455
|
+
background: hsla(0, 0%, 100%, 0.04);
|
1536
1456
|
}
|
1537
1457
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
|
1538
1458
|
margin-right: 0.5rem;
|
@@ -1549,25 +1469,21 @@
|
|
1549
1469
|
color: rgba(255, 255, 255, 0.87);
|
1550
1470
|
background: transparent;
|
1551
1471
|
}
|
1552
|
-
|
1553
1472
|
.p-input-filled .p-multiselect {
|
1554
|
-
background:
|
1473
|
+
background: hsla(0, 0%, 100%, 0.06);
|
1555
1474
|
}
|
1556
1475
|
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
1557
|
-
background-color:
|
1476
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
1558
1477
|
}
|
1559
1478
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
|
1560
|
-
background-color:
|
1479
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
1561
1480
|
}
|
1562
|
-
|
1563
1481
|
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
1564
1482
|
border-color: #f44435;
|
1565
1483
|
}
|
1566
|
-
|
1567
1484
|
p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
|
1568
1485
|
border-color: #f44435;
|
1569
1486
|
}
|
1570
|
-
|
1571
1487
|
.p-password-panel {
|
1572
1488
|
padding: 0.75rem;
|
1573
1489
|
background: #1e1e1e;
|
@@ -1589,7 +1505,6 @@
|
|
1589
1505
|
.p-password-panel .p-password-meter .p-password-strength.strong {
|
1590
1506
|
background: #c5e1a5;
|
1591
1507
|
}
|
1592
|
-
|
1593
1508
|
p-password.p-password-clearable .p-password-input {
|
1594
1509
|
padding-right: 2.5rem;
|
1595
1510
|
}
|
@@ -1597,7 +1512,6 @@
|
|
1597
1512
|
color: rgba(255, 255, 255, 0.6);
|
1598
1513
|
right: 0.75rem;
|
1599
1514
|
}
|
1600
|
-
|
1601
1515
|
p-password.p-password-clearable.p-password-mask .p-password-input {
|
1602
1516
|
padding-right: 4.25rem;
|
1603
1517
|
}
|
@@ -1605,13 +1519,12 @@
|
|
1605
1519
|
color: rgba(255, 255, 255, 0.6);
|
1606
1520
|
right: 2.5rem;
|
1607
1521
|
}
|
1608
|
-
|
1609
1522
|
.p-radiobutton {
|
1610
1523
|
width: 20px;
|
1611
1524
|
height: 20px;
|
1612
1525
|
}
|
1613
1526
|
.p-radiobutton .p-radiobutton-box {
|
1614
|
-
border: 2px solid
|
1527
|
+
border: 2px solid hsla(0, 0%, 100%, 0.7);
|
1615
1528
|
background: #1e1e1e;
|
1616
1529
|
width: 20px;
|
1617
1530
|
height: 20px;
|
@@ -1643,16 +1556,14 @@
|
|
1643
1556
|
background: #121212;
|
1644
1557
|
color: #CE93D8;
|
1645
1558
|
}
|
1646
|
-
|
1647
1559
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1648
1560
|
border-color: #f44435;
|
1649
1561
|
}
|
1650
|
-
|
1651
1562
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
1652
|
-
background-color:
|
1563
|
+
background-color: hsla(0, 0%, 100%, 0.06);
|
1653
1564
|
}
|
1654
1565
|
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
1655
|
-
background-color:
|
1566
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
1656
1567
|
}
|
1657
1568
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
|
1658
1569
|
background: #121212;
|
@@ -1660,11 +1571,9 @@
|
|
1660
1571
|
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1661
1572
|
background: #121212;
|
1662
1573
|
}
|
1663
|
-
|
1664
1574
|
.p-radiobutton-label {
|
1665
1575
|
margin-left: 0.5rem;
|
1666
1576
|
}
|
1667
|
-
|
1668
1577
|
.p-rating {
|
1669
1578
|
gap: 0.5rem;
|
1670
1579
|
}
|
@@ -1695,7 +1604,6 @@
|
|
1695
1604
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
|
1696
1605
|
color: #f44435;
|
1697
1606
|
}
|
1698
|
-
|
1699
1607
|
.p-selectbutton .p-button {
|
1700
1608
|
background: #2f2f2f;
|
1701
1609
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
@@ -1703,7 +1611,7 @@
|
|
1703
1611
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1704
1612
|
}
|
1705
1613
|
.p-selectbutton .p-button .p-button-icon-left,
|
1706
|
-
.p-selectbutton .p-button .p-button-icon-right {
|
1614
|
+
.p-selectbutton .p-button .p-button-icon-right {
|
1707
1615
|
color: rgba(255, 255, 255, 0.6);
|
1708
1616
|
}
|
1709
1617
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1712,7 +1620,7 @@
|
|
1712
1620
|
color: rgba(255, 255, 255, 0.87);
|
1713
1621
|
}
|
1714
1622
|
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1715
|
-
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1623
|
+
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1716
1624
|
color: rgba(255, 255, 255, 0.6);
|
1717
1625
|
}
|
1718
1626
|
.p-selectbutton .p-button.p-highlight {
|
@@ -1721,7 +1629,7 @@
|
|
1721
1629
|
color: rgba(255, 255, 255, 0.87);
|
1722
1630
|
}
|
1723
1631
|
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
|
1724
|
-
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1632
|
+
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
|
1725
1633
|
color: rgba(255, 255, 255, 0.6);
|
1726
1634
|
}
|
1727
1635
|
.p-selectbutton .p-button.p-highlight:hover {
|
@@ -1730,16 +1638,14 @@
|
|
1730
1638
|
color: rgba(255, 255, 255, 0.87);
|
1731
1639
|
}
|
1732
1640
|
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
|
1733
|
-
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1641
|
+
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
|
1734
1642
|
color: rgba(255, 255, 255, 0.6);
|
1735
1643
|
}
|
1736
|
-
|
1737
1644
|
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
|
1738
1645
|
border-color: #f44435;
|
1739
1646
|
}
|
1740
|
-
|
1741
1647
|
.p-slider {
|
1742
|
-
background:
|
1648
|
+
background: hsla(0, 0%, 100%, 0.3);
|
1743
1649
|
border: 0 none;
|
1744
1650
|
border-radius: 4px;
|
1745
1651
|
}
|
@@ -1789,7 +1695,6 @@
|
|
1789
1695
|
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
|
1790
1696
|
transition: height 0.2s;
|
1791
1697
|
}
|
1792
|
-
|
1793
1698
|
.p-togglebutton.p-button {
|
1794
1699
|
background: #2f2f2f;
|
1795
1700
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
@@ -1797,7 +1702,7 @@
|
|
1797
1702
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1798
1703
|
}
|
1799
1704
|
.p-togglebutton.p-button .p-button-icon-left,
|
1800
|
-
.p-togglebutton.p-button .p-button-icon-right {
|
1705
|
+
.p-togglebutton.p-button .p-button-icon-right {
|
1801
1706
|
color: rgba(255, 255, 255, 0.6);
|
1802
1707
|
}
|
1803
1708
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
@@ -1806,7 +1711,7 @@
|
|
1806
1711
|
color: rgba(255, 255, 255, 0.87);
|
1807
1712
|
}
|
1808
1713
|
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
|
1809
|
-
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1714
|
+
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
|
1810
1715
|
color: rgba(255, 255, 255, 0.6);
|
1811
1716
|
}
|
1812
1717
|
.p-togglebutton.p-button.p-highlight {
|
@@ -1815,7 +1720,7 @@
|
|
1815
1720
|
color: rgba(255, 255, 255, 0.87);
|
1816
1721
|
}
|
1817
1722
|
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
|
1818
|
-
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1723
|
+
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
|
1819
1724
|
color: rgba(255, 255, 255, 0.6);
|
1820
1725
|
}
|
1821
1726
|
.p-togglebutton.p-button.p-highlight:hover {
|
@@ -1824,17 +1729,15 @@
|
|
1824
1729
|
color: rgba(255, 255, 255, 0.87);
|
1825
1730
|
}
|
1826
1731
|
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
|
1827
|
-
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1732
|
+
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
|
1828
1733
|
color: rgba(255, 255, 255, 0.6);
|
1829
1734
|
}
|
1830
|
-
|
1831
1735
|
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
1832
1736
|
border-color: #f44435;
|
1833
1737
|
}
|
1834
|
-
|
1835
1738
|
.p-treeselect {
|
1836
1739
|
background: #1e1e1e;
|
1837
|
-
border: 1px solid
|
1740
|
+
border: 1px solid hsla(0, 0%, 100%, 0.3);
|
1838
1741
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
1839
1742
|
border-radius: 4px;
|
1840
1743
|
}
|
@@ -1857,7 +1760,7 @@
|
|
1857
1760
|
.p-treeselect.p-treeselect-chip .p-treeselect-token {
|
1858
1761
|
padding: 0.375rem 0.75rem;
|
1859
1762
|
margin-right: 0.5rem;
|
1860
|
-
background:
|
1763
|
+
background: hsla(0, 0%, 100%, 0.12);
|
1861
1764
|
color: rgba(255, 255, 255, 0.87);
|
1862
1765
|
border-radius: 16px;
|
1863
1766
|
}
|
@@ -1868,15 +1771,12 @@
|
|
1868
1771
|
border-top-right-radius: 4px;
|
1869
1772
|
border-bottom-right-radius: 4px;
|
1870
1773
|
}
|
1871
|
-
|
1872
1774
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1873
1775
|
border-color: #f44435;
|
1874
1776
|
}
|
1875
|
-
|
1876
1777
|
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
|
1877
1778
|
padding: 0.375rem 0.75rem;
|
1878
1779
|
}
|
1879
|
-
|
1880
1780
|
.p-treeselect-panel {
|
1881
1781
|
background: #2b2b2b;
|
1882
1782
|
color: rgba(255, 255, 255, 0.87);
|
@@ -1886,7 +1786,7 @@
|
|
1886
1786
|
}
|
1887
1787
|
.p-treeselect-panel .p-treeselect-header {
|
1888
1788
|
padding: 0.75rem;
|
1889
|
-
border-bottom: 1px solid
|
1789
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
1890
1790
|
color: rgba(255, 255, 255, 0.87);
|
1891
1791
|
background: #2b2b2b;
|
1892
1792
|
margin: 0;
|
@@ -1936,17 +1836,15 @@
|
|
1936
1836
|
color: rgba(255, 255, 255, 0.87);
|
1937
1837
|
background: transparent;
|
1938
1838
|
}
|
1939
|
-
|
1940
1839
|
.p-input-filled .p-treeselect {
|
1941
|
-
background:
|
1840
|
+
background: hsla(0, 0%, 100%, 0.06);
|
1942
1841
|
}
|
1943
1842
|
.p-input-filled .p-treeselect:not(.p-disabled):hover {
|
1944
|
-
background-color:
|
1843
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
1945
1844
|
}
|
1946
1845
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
|
1947
|
-
background-color:
|
1846
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
1948
1847
|
}
|
1949
|
-
|
1950
1848
|
p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
|
1951
1849
|
padding-right: 1.75rem;
|
1952
1850
|
}
|
@@ -1954,7 +1852,6 @@
|
|
1954
1852
|
color: rgba(255, 255, 255, 0.6);
|
1955
1853
|
right: 2.75rem;
|
1956
1854
|
}
|
1957
|
-
|
1958
1855
|
.p-button {
|
1959
1856
|
color: #121212;
|
1960
1857
|
background: #CE93D8;
|
@@ -2066,7 +1963,7 @@
|
|
2066
1963
|
padding: 0.643rem;
|
2067
1964
|
}
|
2068
1965
|
.p-button.p-button-icon-only .p-button-icon-left,
|
2069
|
-
.p-button.p-button-icon-only .p-button-icon-right {
|
1966
|
+
.p-button.p-button-icon-only .p-button-icon-right {
|
2070
1967
|
margin: 0;
|
2071
1968
|
}
|
2072
1969
|
.p-button.p-button-icon-only.p-button-rounded {
|
@@ -2093,7 +1990,6 @@
|
|
2093
1990
|
.p-button.p-button-loading-label-only .p-button-loading-icon {
|
2094
1991
|
margin-right: 0;
|
2095
1992
|
}
|
2096
|
-
|
2097
1993
|
.p-fluid .p-button {
|
2098
1994
|
width: 100%;
|
2099
1995
|
}
|
@@ -2106,421 +2002,414 @@
|
|
2106
2002
|
.p-fluid .p-buttonset .p-button {
|
2107
2003
|
flex: 1;
|
2108
2004
|
}
|
2109
|
-
|
2110
2005
|
.p-button.p-button-secondary,
|
2111
|
-
.p-buttonset.p-button-secondary > .p-button,
|
2112
|
-
.p-splitbutton.p-button-secondary > .p-button {
|
2006
|
+
.p-buttonset.p-button-secondary > .p-button,
|
2007
|
+
.p-splitbutton.p-button-secondary > .p-button {
|
2113
2008
|
color: #121212;
|
2114
2009
|
background: #A5D6A7;
|
2115
2010
|
border: 0 none;
|
2116
2011
|
}
|
2117
2012
|
.p-button.p-button-secondary:not(:disabled):hover,
|
2118
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2119
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2013
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):hover,
|
2014
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
|
2120
2015
|
background: rgba(165, 214, 167, 0.92);
|
2121
2016
|
color: #121212;
|
2122
2017
|
border-color: transparent;
|
2123
2018
|
}
|
2124
2019
|
.p-button.p-button-secondary:not(:disabled):focus,
|
2125
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2126
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2020
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):focus,
|
2021
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
|
2127
2022
|
box-shadow: none;
|
2128
2023
|
}
|
2129
2024
|
.p-button.p-button-secondary:not(:disabled):active,
|
2130
|
-
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2131
|
-
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2025
|
+
.p-buttonset.p-button-secondary > .p-button:not(:disabled):active,
|
2026
|
+
.p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
|
2132
2027
|
background: rgba(165, 214, 167, 0.68);
|
2133
2028
|
color: #121212;
|
2134
2029
|
border-color: transparent;
|
2135
2030
|
}
|
2136
2031
|
.p-button.p-button-secondary.p-button-outlined,
|
2137
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2138
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2032
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
|
2033
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
|
2139
2034
|
background-color: transparent;
|
2140
2035
|
color: #A5D6A7;
|
2141
2036
|
border: 0 none;
|
2142
2037
|
}
|
2143
2038
|
.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
|
2144
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2145
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2039
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
|
2040
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
|
2146
2041
|
background: rgba(165, 214, 167, 0.04);
|
2147
2042
|
color: #A5D6A7;
|
2148
2043
|
border: 0 none;
|
2149
2044
|
}
|
2150
2045
|
.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
|
2151
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2152
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2046
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
|
2047
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
|
2153
2048
|
background: rgba(165, 214, 167, 0.16);
|
2154
2049
|
color: #A5D6A7;
|
2155
2050
|
border: 0 none;
|
2156
2051
|
}
|
2157
2052
|
.p-button.p-button-secondary.p-button-text,
|
2158
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2159
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2053
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text,
|
2054
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
|
2160
2055
|
background-color: transparent;
|
2161
2056
|
color: #A5D6A7;
|
2162
2057
|
border-color: transparent;
|
2163
2058
|
}
|
2164
2059
|
.p-button.p-button-secondary.p-button-text:not(:disabled):hover,
|
2165
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2166
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2060
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
|
2061
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
|
2167
2062
|
background: rgba(165, 214, 167, 0.04);
|
2168
2063
|
border-color: transparent;
|
2169
2064
|
color: #A5D6A7;
|
2170
2065
|
}
|
2171
2066
|
.p-button.p-button-secondary.p-button-text:not(:disabled):active,
|
2172
|
-
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2173
|
-
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2067
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
|
2068
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
|
2174
2069
|
background: rgba(165, 214, 167, 0.16);
|
2175
2070
|
border-color: transparent;
|
2176
2071
|
color: #A5D6A7;
|
2177
2072
|
}
|
2178
|
-
|
2179
2073
|
.p-button.p-button-info,
|
2180
|
-
.p-buttonset.p-button-info > .p-button,
|
2181
|
-
.p-splitbutton.p-button-info > .p-button {
|
2074
|
+
.p-buttonset.p-button-info > .p-button,
|
2075
|
+
.p-splitbutton.p-button-info > .p-button {
|
2182
2076
|
color: #212121;
|
2183
2077
|
background: #90caf9;
|
2184
2078
|
border: 0 none;
|
2185
2079
|
}
|
2186
2080
|
.p-button.p-button-info:not(:disabled):hover,
|
2187
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2188
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2081
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):hover,
|
2082
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
|
2189
2083
|
background: rgba(144, 202, 249, 0.92);
|
2190
2084
|
color: #212121;
|
2191
2085
|
border-color: transparent;
|
2192
2086
|
}
|
2193
2087
|
.p-button.p-button-info:not(:disabled):focus,
|
2194
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2195
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2088
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):focus,
|
2089
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
|
2196
2090
|
box-shadow: none;
|
2197
2091
|
}
|
2198
2092
|
.p-button.p-button-info:not(:disabled):active,
|
2199
|
-
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2200
|
-
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2093
|
+
.p-buttonset.p-button-info > .p-button:not(:disabled):active,
|
2094
|
+
.p-splitbutton.p-button-info > .p-button:not(:disabled):active {
|
2201
2095
|
background: rgba(144, 202, 249, 0.68);
|
2202
2096
|
color: #212121;
|
2203
2097
|
border-color: transparent;
|
2204
2098
|
}
|
2205
2099
|
.p-button.p-button-info.p-button-outlined,
|
2206
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2207
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2100
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined,
|
2101
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
|
2208
2102
|
background-color: transparent;
|
2209
2103
|
color: #90caf9;
|
2210
2104
|
border: 0 none;
|
2211
2105
|
}
|
2212
2106
|
.p-button.p-button-info.p-button-outlined:not(:disabled):hover,
|
2213
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2214
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2107
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
|
2108
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
|
2215
2109
|
background: rgba(144, 202, 249, 0.04);
|
2216
2110
|
color: #90caf9;
|
2217
2111
|
border: 0 none;
|
2218
2112
|
}
|
2219
2113
|
.p-button.p-button-info.p-button-outlined:not(:disabled):active,
|
2220
|
-
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2221
|
-
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2114
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
|
2115
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
|
2222
2116
|
background: rgba(144, 202, 249, 0.16);
|
2223
2117
|
color: #90caf9;
|
2224
2118
|
border: 0 none;
|
2225
2119
|
}
|
2226
2120
|
.p-button.p-button-info.p-button-text,
|
2227
|
-
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2228
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2121
|
+
.p-buttonset.p-button-info > .p-button.p-button-text,
|
2122
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text {
|
2229
2123
|
background-color: transparent;
|
2230
2124
|
color: #90caf9;
|
2231
2125
|
border-color: transparent;
|
2232
2126
|
}
|
2233
2127
|
.p-button.p-button-info.p-button-text:not(:disabled):hover,
|
2234
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2235
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2128
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):hover,
|
2129
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
|
2236
2130
|
background: rgba(144, 202, 249, 0.04);
|
2237
2131
|
border-color: transparent;
|
2238
2132
|
color: #90caf9;
|
2239
2133
|
}
|
2240
2134
|
.p-button.p-button-info.p-button-text:not(:disabled):active,
|
2241
|
-
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2242
|
-
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2135
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:not(:disabled):active,
|
2136
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
|
2243
2137
|
background: rgba(144, 202, 249, 0.16);
|
2244
2138
|
border-color: transparent;
|
2245
2139
|
color: #90caf9;
|
2246
2140
|
}
|
2247
|
-
|
2248
2141
|
.p-button.p-button-success,
|
2249
|
-
.p-buttonset.p-button-success > .p-button,
|
2250
|
-
.p-splitbutton.p-button-success > .p-button {
|
2142
|
+
.p-buttonset.p-button-success > .p-button,
|
2143
|
+
.p-splitbutton.p-button-success > .p-button {
|
2251
2144
|
color: #212121;
|
2252
2145
|
background: #c5e1a5;
|
2253
2146
|
border: 0 none;
|
2254
2147
|
}
|
2255
2148
|
.p-button.p-button-success:not(:disabled):hover,
|
2256
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2257
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2149
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):hover,
|
2150
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
|
2258
2151
|
background: rgba(197, 225, 165, 0.92);
|
2259
2152
|
color: #212121;
|
2260
2153
|
border-color: transparent;
|
2261
2154
|
}
|
2262
2155
|
.p-button.p-button-success:not(:disabled):focus,
|
2263
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2264
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2156
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):focus,
|
2157
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
|
2265
2158
|
box-shadow: none;
|
2266
2159
|
}
|
2267
2160
|
.p-button.p-button-success:not(:disabled):active,
|
2268
|
-
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2269
|
-
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2161
|
+
.p-buttonset.p-button-success > .p-button:not(:disabled):active,
|
2162
|
+
.p-splitbutton.p-button-success > .p-button:not(:disabled):active {
|
2270
2163
|
background: rgba(197, 225, 165, 0.68);
|
2271
2164
|
color: #212121;
|
2272
2165
|
border-color: transparent;
|
2273
2166
|
}
|
2274
2167
|
.p-button.p-button-success.p-button-outlined,
|
2275
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2276
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2168
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined,
|
2169
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
|
2277
2170
|
background-color: transparent;
|
2278
2171
|
color: #c5e1a5;
|
2279
2172
|
border: 0 none;
|
2280
2173
|
}
|
2281
2174
|
.p-button.p-button-success.p-button-outlined:not(:disabled):hover,
|
2282
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2283
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2175
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
|
2176
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
|
2284
2177
|
background: rgba(197, 225, 165, 0.04);
|
2285
2178
|
color: #c5e1a5;
|
2286
2179
|
border: 0 none;
|
2287
2180
|
}
|
2288
2181
|
.p-button.p-button-success.p-button-outlined:not(:disabled):active,
|
2289
|
-
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2290
|
-
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2182
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
|
2183
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
|
2291
2184
|
background: rgba(197, 225, 165, 0.16);
|
2292
2185
|
color: #c5e1a5;
|
2293
2186
|
border: 0 none;
|
2294
2187
|
}
|
2295
2188
|
.p-button.p-button-success.p-button-text,
|
2296
|
-
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2297
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2189
|
+
.p-buttonset.p-button-success > .p-button.p-button-text,
|
2190
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text {
|
2298
2191
|
background-color: transparent;
|
2299
2192
|
color: #c5e1a5;
|
2300
2193
|
border-color: transparent;
|
2301
2194
|
}
|
2302
2195
|
.p-button.p-button-success.p-button-text:not(:disabled):hover,
|
2303
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2304
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2196
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):hover,
|
2197
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
|
2305
2198
|
background: rgba(197, 225, 165, 0.04);
|
2306
2199
|
border-color: transparent;
|
2307
2200
|
color: #c5e1a5;
|
2308
2201
|
}
|
2309
2202
|
.p-button.p-button-success.p-button-text:not(:disabled):active,
|
2310
|
-
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2311
|
-
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2203
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:not(:disabled):active,
|
2204
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
|
2312
2205
|
background: rgba(197, 225, 165, 0.16);
|
2313
2206
|
border-color: transparent;
|
2314
2207
|
color: #c5e1a5;
|
2315
2208
|
}
|
2316
|
-
|
2317
2209
|
.p-button.p-button-warning,
|
2318
|
-
.p-buttonset.p-button-warning > .p-button,
|
2319
|
-
.p-splitbutton.p-button-warning > .p-button {
|
2210
|
+
.p-buttonset.p-button-warning > .p-button,
|
2211
|
+
.p-splitbutton.p-button-warning > .p-button {
|
2320
2212
|
color: #212121;
|
2321
2213
|
background: #fff59d;
|
2322
2214
|
border: 0 none;
|
2323
2215
|
}
|
2324
2216
|
.p-button.p-button-warning:not(:disabled):hover,
|
2325
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2326
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2217
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):hover,
|
2218
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
|
2327
2219
|
background: rgba(255, 245, 157, 0.92);
|
2328
2220
|
color: #212121;
|
2329
2221
|
border-color: transparent;
|
2330
2222
|
}
|
2331
2223
|
.p-button.p-button-warning:not(:disabled):focus,
|
2332
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2333
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2224
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):focus,
|
2225
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
|
2334
2226
|
box-shadow: none;
|
2335
2227
|
}
|
2336
2228
|
.p-button.p-button-warning:not(:disabled):active,
|
2337
|
-
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2338
|
-
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2229
|
+
.p-buttonset.p-button-warning > .p-button:not(:disabled):active,
|
2230
|
+
.p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
|
2339
2231
|
background: rgba(255, 245, 157, 0.68);
|
2340
2232
|
color: #212121;
|
2341
2233
|
border-color: transparent;
|
2342
2234
|
}
|
2343
2235
|
.p-button.p-button-warning.p-button-outlined,
|
2344
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2345
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2236
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
|
2237
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
|
2346
2238
|
background-color: transparent;
|
2347
2239
|
color: #fff59d;
|
2348
2240
|
border: 0 none;
|
2349
2241
|
}
|
2350
2242
|
.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
|
2351
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2352
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2243
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
|
2244
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
|
2353
2245
|
background: rgba(255, 245, 157, 0.04);
|
2354
2246
|
color: #fff59d;
|
2355
2247
|
border: 0 none;
|
2356
2248
|
}
|
2357
2249
|
.p-button.p-button-warning.p-button-outlined:not(:disabled):active,
|
2358
|
-
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2359
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2250
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
|
2251
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
|
2360
2252
|
background: rgba(255, 245, 157, 0.16);
|
2361
2253
|
color: #fff59d;
|
2362
2254
|
border: 0 none;
|
2363
2255
|
}
|
2364
2256
|
.p-button.p-button-warning.p-button-text,
|
2365
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2366
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2257
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text,
|
2258
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text {
|
2367
2259
|
background-color: transparent;
|
2368
2260
|
color: #fff59d;
|
2369
2261
|
border-color: transparent;
|
2370
2262
|
}
|
2371
2263
|
.p-button.p-button-warning.p-button-text:not(:disabled):hover,
|
2372
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2373
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2264
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
|
2265
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
|
2374
2266
|
background: rgba(255, 245, 157, 0.04);
|
2375
2267
|
border-color: transparent;
|
2376
2268
|
color: #fff59d;
|
2377
2269
|
}
|
2378
2270
|
.p-button.p-button-warning.p-button-text:not(:disabled):active,
|
2379
|
-
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2380
|
-
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2271
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:not(:disabled):active,
|
2272
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
|
2381
2273
|
background: rgba(255, 245, 157, 0.16);
|
2382
2274
|
border-color: transparent;
|
2383
2275
|
color: #fff59d;
|
2384
2276
|
}
|
2385
|
-
|
2386
2277
|
.p-button.p-button-help,
|
2387
|
-
.p-buttonset.p-button-help > .p-button,
|
2388
|
-
.p-splitbutton.p-button-help > .p-button {
|
2278
|
+
.p-buttonset.p-button-help > .p-button,
|
2279
|
+
.p-splitbutton.p-button-help > .p-button {
|
2389
2280
|
color: #212121;
|
2390
2281
|
background: #ce93d8;
|
2391
2282
|
border: 0 none;
|
2392
2283
|
}
|
2393
2284
|
.p-button.p-button-help:not(:disabled):hover,
|
2394
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2395
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2285
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):hover,
|
2286
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
|
2396
2287
|
background: rgba(206, 147, 216, 0.92);
|
2397
2288
|
color: #212121;
|
2398
2289
|
border-color: transparent;
|
2399
2290
|
}
|
2400
2291
|
.p-button.p-button-help:not(:disabled):focus,
|
2401
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2402
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2292
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):focus,
|
2293
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
|
2403
2294
|
box-shadow: none;
|
2404
2295
|
}
|
2405
2296
|
.p-button.p-button-help:not(:disabled):active,
|
2406
|
-
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2407
|
-
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2297
|
+
.p-buttonset.p-button-help > .p-button:not(:disabled):active,
|
2298
|
+
.p-splitbutton.p-button-help > .p-button:not(:disabled):active {
|
2408
2299
|
background: rgba(206, 147, 216, 0.68);
|
2409
2300
|
color: #212121;
|
2410
2301
|
border-color: transparent;
|
2411
2302
|
}
|
2412
2303
|
.p-button.p-button-help.p-button-outlined,
|
2413
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2414
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2304
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined,
|
2305
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
|
2415
2306
|
background-color: transparent;
|
2416
2307
|
color: #ce93d8;
|
2417
2308
|
border: 0 none;
|
2418
2309
|
}
|
2419
2310
|
.p-button.p-button-help.p-button-outlined:not(:disabled):hover,
|
2420
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2421
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2311
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
|
2312
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
|
2422
2313
|
background: rgba(206, 147, 216, 0.04);
|
2423
2314
|
color: #ce93d8;
|
2424
2315
|
border: 0 none;
|
2425
2316
|
}
|
2426
2317
|
.p-button.p-button-help.p-button-outlined:not(:disabled):active,
|
2427
|
-
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2428
|
-
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2318
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
|
2319
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
|
2429
2320
|
background: rgba(206, 147, 216, 0.16);
|
2430
2321
|
color: #ce93d8;
|
2431
2322
|
border: 0 none;
|
2432
2323
|
}
|
2433
2324
|
.p-button.p-button-help.p-button-text,
|
2434
|
-
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2435
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2325
|
+
.p-buttonset.p-button-help > .p-button.p-button-text,
|
2326
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text {
|
2436
2327
|
background-color: transparent;
|
2437
2328
|
color: #ce93d8;
|
2438
2329
|
border-color: transparent;
|
2439
2330
|
}
|
2440
2331
|
.p-button.p-button-help.p-button-text:not(:disabled):hover,
|
2441
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2442
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2332
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):hover,
|
2333
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
|
2443
2334
|
background: rgba(206, 147, 216, 0.04);
|
2444
2335
|
border-color: transparent;
|
2445
2336
|
color: #ce93d8;
|
2446
2337
|
}
|
2447
2338
|
.p-button.p-button-help.p-button-text:not(:disabled):active,
|
2448
|
-
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2449
|
-
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2339
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:not(:disabled):active,
|
2340
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
|
2450
2341
|
background: rgba(206, 147, 216, 0.16);
|
2451
2342
|
border-color: transparent;
|
2452
2343
|
color: #ce93d8;
|
2453
2344
|
}
|
2454
|
-
|
2455
2345
|
.p-button.p-button-danger,
|
2456
|
-
.p-buttonset.p-button-danger > .p-button,
|
2457
|
-
.p-splitbutton.p-button-danger > .p-button {
|
2346
|
+
.p-buttonset.p-button-danger > .p-button,
|
2347
|
+
.p-splitbutton.p-button-danger > .p-button {
|
2458
2348
|
color: #212121;
|
2459
2349
|
background: #ef9a9a;
|
2460
2350
|
border: 0 none;
|
2461
2351
|
}
|
2462
2352
|
.p-button.p-button-danger:not(:disabled):hover,
|
2463
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2464
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2353
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):hover,
|
2354
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
|
2465
2355
|
background: rgba(239, 154, 154, 0.92);
|
2466
2356
|
color: #212121;
|
2467
2357
|
border-color: transparent;
|
2468
2358
|
}
|
2469
2359
|
.p-button.p-button-danger:not(:disabled):focus,
|
2470
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2471
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2360
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):focus,
|
2361
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
|
2472
2362
|
box-shadow: none;
|
2473
2363
|
}
|
2474
2364
|
.p-button.p-button-danger:not(:disabled):active,
|
2475
|
-
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2476
|
-
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2365
|
+
.p-buttonset.p-button-danger > .p-button:not(:disabled):active,
|
2366
|
+
.p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
|
2477
2367
|
background: rgba(239, 154, 154, 0.68);
|
2478
2368
|
color: #212121;
|
2479
2369
|
border-color: transparent;
|
2480
2370
|
}
|
2481
2371
|
.p-button.p-button-danger.p-button-outlined,
|
2482
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2483
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2372
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
|
2373
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
|
2484
2374
|
background-color: transparent;
|
2485
2375
|
color: #ef9a9a;
|
2486
2376
|
border: 0 none;
|
2487
2377
|
}
|
2488
2378
|
.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
|
2489
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2490
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2379
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
|
2380
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
|
2491
2381
|
background: rgba(239, 154, 154, 0.04);
|
2492
2382
|
color: #ef9a9a;
|
2493
2383
|
border: 0 none;
|
2494
2384
|
}
|
2495
2385
|
.p-button.p-button-danger.p-button-outlined:not(:disabled):active,
|
2496
|
-
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2497
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2386
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
|
2387
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
|
2498
2388
|
background: rgba(239, 154, 154, 0.16);
|
2499
2389
|
color: #ef9a9a;
|
2500
2390
|
border: 0 none;
|
2501
2391
|
}
|
2502
2392
|
.p-button.p-button-danger.p-button-text,
|
2503
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2504
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2393
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text,
|
2394
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text {
|
2505
2395
|
background-color: transparent;
|
2506
2396
|
color: #ef9a9a;
|
2507
2397
|
border-color: transparent;
|
2508
2398
|
}
|
2509
2399
|
.p-button.p-button-danger.p-button-text:not(:disabled):hover,
|
2510
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2511
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2400
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
|
2401
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
|
2512
2402
|
background: rgba(239, 154, 154, 0.04);
|
2513
2403
|
border-color: transparent;
|
2514
2404
|
color: #ef9a9a;
|
2515
2405
|
}
|
2516
2406
|
.p-button.p-button-danger.p-button-text:not(:disabled):active,
|
2517
|
-
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2518
|
-
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2407
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:not(:disabled):active,
|
2408
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
|
2519
2409
|
background: rgba(239, 154, 154, 0.16);
|
2520
2410
|
border-color: transparent;
|
2521
2411
|
color: #ef9a9a;
|
2522
2412
|
}
|
2523
|
-
|
2524
2413
|
.p-button.p-button-link {
|
2525
2414
|
color: #CE93D8;
|
2526
2415
|
background: transparent;
|
@@ -2544,7 +2433,6 @@
|
|
2544
2433
|
color: #CE93D8;
|
2545
2434
|
border-color: transparent;
|
2546
2435
|
}
|
2547
|
-
|
2548
2436
|
.p-speeddial-button.p-button.p-button-icon-only {
|
2549
2437
|
width: 4rem;
|
2550
2438
|
height: 4rem;
|
@@ -2556,17 +2444,14 @@
|
|
2556
2444
|
width: 2rem;
|
2557
2445
|
height: 2rem;
|
2558
2446
|
}
|
2559
|
-
|
2560
2447
|
.p-speeddial-list {
|
2561
2448
|
outline: 0 none;
|
2562
2449
|
}
|
2563
|
-
|
2564
2450
|
.p-speeddial-item.p-focus > .p-speeddial-action {
|
2565
2451
|
outline: 0 none;
|
2566
2452
|
outline-offset: 0;
|
2567
2453
|
box-shadow: none;
|
2568
2454
|
}
|
2569
|
-
|
2570
2455
|
.p-speeddial-action {
|
2571
2456
|
width: 3rem;
|
2572
2457
|
height: 3rem;
|
@@ -2577,52 +2462,45 @@
|
|
2577
2462
|
background: rgba(165, 214, 167, 0.92);
|
2578
2463
|
color: #212121;
|
2579
2464
|
}
|
2580
|
-
|
2581
2465
|
.p-speeddial-direction-up .p-speeddial-item {
|
2582
2466
|
margin: 0.25rem 0;
|
2583
2467
|
}
|
2584
2468
|
.p-speeddial-direction-up .p-speeddial-item:first-child {
|
2585
2469
|
margin-bottom: 0.5rem;
|
2586
2470
|
}
|
2587
|
-
|
2588
2471
|
.p-speeddial-direction-down .p-speeddial-item {
|
2589
2472
|
margin: 0.25rem 0;
|
2590
2473
|
}
|
2591
2474
|
.p-speeddial-direction-down .p-speeddial-item:first-child {
|
2592
2475
|
margin-top: 0.5rem;
|
2593
2476
|
}
|
2594
|
-
|
2595
2477
|
.p-speeddial-direction-left .p-speeddial-item {
|
2596
2478
|
margin: 0 0.25rem;
|
2597
2479
|
}
|
2598
2480
|
.p-speeddial-direction-left .p-speeddial-item:first-child {
|
2599
2481
|
margin-right: 0.5rem;
|
2600
2482
|
}
|
2601
|
-
|
2602
2483
|
.p-speeddial-direction-right .p-speeddial-item {
|
2603
2484
|
margin: 0 0.25rem;
|
2604
2485
|
}
|
2605
2486
|
.p-speeddial-direction-right .p-speeddial-item:first-child {
|
2606
2487
|
margin-left: 0.5rem;
|
2607
2488
|
}
|
2608
|
-
|
2609
2489
|
.p-speeddial-circle .p-speeddial-item,
|
2610
|
-
.p-speeddial-semi-circle .p-speeddial-item,
|
2611
|
-
.p-speeddial-quarter-circle .p-speeddial-item {
|
2490
|
+
.p-speeddial-semi-circle .p-speeddial-item,
|
2491
|
+
.p-speeddial-quarter-circle .p-speeddial-item {
|
2612
2492
|
margin: 0;
|
2613
2493
|
}
|
2614
2494
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
2615
|
-
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2616
|
-
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2617
|
-
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2618
|
-
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2495
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
2496
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
2497
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
2498
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
2619
2499
|
margin: 0;
|
2620
2500
|
}
|
2621
|
-
|
2622
2501
|
.p-speeddial-mask {
|
2623
2502
|
background-color: rgba(0, 0, 0, 0.32);
|
2624
2503
|
}
|
2625
|
-
|
2626
2504
|
.p-splitbutton {
|
2627
2505
|
border-radius: 4px;
|
2628
2506
|
}
|
@@ -2700,7 +2578,6 @@
|
|
2700
2578
|
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2701
2579
|
font-size: 1.25rem;
|
2702
2580
|
}
|
2703
|
-
|
2704
2581
|
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2705
2582
|
background-color: transparent;
|
2706
2583
|
color: #A5D6A7;
|
@@ -2729,7 +2606,6 @@
|
|
2729
2606
|
border-color: transparent;
|
2730
2607
|
color: #A5D6A7;
|
2731
2608
|
}
|
2732
|
-
|
2733
2609
|
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2734
2610
|
background-color: transparent;
|
2735
2611
|
color: #90caf9;
|
@@ -2758,7 +2634,6 @@
|
|
2758
2634
|
border-color: transparent;
|
2759
2635
|
color: #90caf9;
|
2760
2636
|
}
|
2761
|
-
|
2762
2637
|
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2763
2638
|
background-color: transparent;
|
2764
2639
|
color: #c5e1a5;
|
@@ -2787,7 +2662,6 @@
|
|
2787
2662
|
border-color: transparent;
|
2788
2663
|
color: #c5e1a5;
|
2789
2664
|
}
|
2790
|
-
|
2791
2665
|
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2792
2666
|
background-color: transparent;
|
2793
2667
|
color: #fff59d;
|
@@ -2816,7 +2690,6 @@
|
|
2816
2690
|
border-color: transparent;
|
2817
2691
|
color: #fff59d;
|
2818
2692
|
}
|
2819
|
-
|
2820
2693
|
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2821
2694
|
background-color: transparent;
|
2822
2695
|
color: #ce93d8;
|
@@ -2845,7 +2718,6 @@
|
|
2845
2718
|
border-color: transparent;
|
2846
2719
|
color: #ce93d8;
|
2847
2720
|
}
|
2848
|
-
|
2849
2721
|
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2850
2722
|
background-color: transparent;
|
2851
2723
|
color: #ef9a9a;
|
@@ -2874,9 +2746,8 @@
|
|
2874
2746
|
border-color: transparent;
|
2875
2747
|
color: #ef9a9a;
|
2876
2748
|
}
|
2877
|
-
|
2878
2749
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2879
|
-
.p-carousel .p-carousel-content .p-carousel-next {
|
2750
|
+
.p-carousel .p-carousel-content .p-carousel-next {
|
2880
2751
|
width: 2rem;
|
2881
2752
|
height: 2rem;
|
2882
2753
|
color: rgba(255, 255, 255, 0.6);
|
@@ -2887,13 +2758,13 @@
|
|
2887
2758
|
margin: 0.5rem;
|
2888
2759
|
}
|
2889
2760
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
2890
|
-
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2761
|
+
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
|
2891
2762
|
color: rgba(255, 255, 255, 0.6);
|
2892
2763
|
border-color: transparent;
|
2893
2764
|
background: rgba(255, 255, 255, 0.04);
|
2894
2765
|
}
|
2895
2766
|
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
|
2896
|
-
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2767
|
+
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
|
2897
2768
|
outline: 0 none;
|
2898
2769
|
outline-offset: 0;
|
2899
2770
|
box-shadow: none;
|
@@ -2919,7 +2790,6 @@
|
|
2919
2790
|
background: rgba(206, 147, 216, 0.16);
|
2920
2791
|
color: #CE93D8;
|
2921
2792
|
}
|
2922
|
-
|
2923
2793
|
.p-datatable .p-paginator-top {
|
2924
2794
|
border-width: 0 0 1px 0;
|
2925
2795
|
border-radius: 0;
|
@@ -3013,9 +2883,9 @@
|
|
3013
2883
|
padding: 0.75rem 0.75rem;
|
3014
2884
|
}
|
3015
2885
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
|
3016
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
3017
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
3018
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
2886
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
|
2887
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
|
2888
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
|
3019
2889
|
width: 2rem;
|
3020
2890
|
height: 2rem;
|
3021
2891
|
color: rgba(255, 255, 255, 0.6);
|
@@ -3025,17 +2895,17 @@
|
|
3025
2895
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
3026
2896
|
}
|
3027
2897
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
3028
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
3029
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
3030
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
2898
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
2899
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
|
2900
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
|
3031
2901
|
color: rgba(255, 255, 255, 0.6);
|
3032
2902
|
border-color: transparent;
|
3033
2903
|
background: rgba(255, 255, 255, 0.04);
|
3034
2904
|
}
|
3035
2905
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
|
3036
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
3037
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
3038
|
-
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
2906
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
|
2907
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
|
2908
|
+
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
|
3039
2909
|
outline: 0 none;
|
3040
2910
|
outline-offset: 0;
|
3041
2911
|
box-shadow: none;
|
@@ -3065,12 +2935,12 @@
|
|
3065
2935
|
background: #CE93D8;
|
3066
2936
|
}
|
3067
2937
|
.p-datatable .p-datatable-scrollable-header,
|
3068
|
-
.p-datatable .p-datatable-scrollable-footer {
|
2938
|
+
.p-datatable .p-datatable-scrollable-footer {
|
3069
2939
|
background: #1e1e1e;
|
3070
2940
|
}
|
3071
2941
|
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
3072
|
-
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
|
3073
|
-
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
2942
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
|
2943
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
|
3074
2944
|
background-color: #1e1e1e;
|
3075
2945
|
}
|
3076
2946
|
.p-datatable .p-datatable-loading-icon {
|
@@ -3173,7 +3043,6 @@
|
|
3173
3043
|
.p-datatable.p-datatable-lg .p-datatable-footer {
|
3174
3044
|
padding: 0.9375rem 0.9375rem;
|
3175
3045
|
}
|
3176
|
-
|
3177
3046
|
.p-dataview .p-paginator-top {
|
3178
3047
|
border-width: 0 0 1px 0;
|
3179
3048
|
border-radius: 0;
|
@@ -3212,12 +3081,10 @@
|
|
3212
3081
|
.p-dataview .p-dataview-emptymessage {
|
3213
3082
|
padding: 0.75rem;
|
3214
3083
|
}
|
3215
|
-
|
3216
3084
|
.p-column-filter-row .p-column-filter-menu-button,
|
3217
|
-
.p-column-filter-row .p-column-filter-clear-button {
|
3085
|
+
.p-column-filter-row .p-column-filter-clear-button {
|
3218
3086
|
margin-left: 0.5rem;
|
3219
3087
|
}
|
3220
|
-
|
3221
3088
|
.p-column-filter-menu-button {
|
3222
3089
|
width: 2rem;
|
3223
3090
|
height: 2rem;
|
@@ -3245,7 +3112,6 @@
|
|
3245
3112
|
outline-offset: 0;
|
3246
3113
|
box-shadow: none;
|
3247
3114
|
}
|
3248
|
-
|
3249
3115
|
.p-column-filter-clear-button {
|
3250
3116
|
width: 2rem;
|
3251
3117
|
height: 2rem;
|
@@ -3265,7 +3131,6 @@
|
|
3265
3131
|
outline-offset: 0;
|
3266
3132
|
box-shadow: none;
|
3267
3133
|
}
|
3268
|
-
|
3269
3134
|
.p-column-filter-overlay {
|
3270
3135
|
background: #2b2b2b;
|
3271
3136
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3292,7 +3157,7 @@
|
|
3292
3157
|
}
|
3293
3158
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
|
3294
3159
|
color: rgba(255, 255, 255, 0.87);
|
3295
|
-
background:
|
3160
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3296
3161
|
}
|
3297
3162
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
|
3298
3163
|
outline: 0 none;
|
@@ -3300,13 +3165,12 @@
|
|
3300
3165
|
box-shadow: none;
|
3301
3166
|
}
|
3302
3167
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
3303
|
-
border-top: 1px solid
|
3168
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
3304
3169
|
margin: 0.5rem 0;
|
3305
3170
|
}
|
3306
|
-
|
3307
3171
|
.p-column-filter-overlay-menu .p-column-filter-operator {
|
3308
3172
|
padding: 0.75rem;
|
3309
|
-
border-bottom: 1px solid
|
3173
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
3310
3174
|
color: rgba(255, 255, 255, 0.87);
|
3311
3175
|
background: #2b2b2b;
|
3312
3176
|
margin: 0;
|
@@ -3315,7 +3179,7 @@
|
|
3315
3179
|
}
|
3316
3180
|
.p-column-filter-overlay-menu .p-column-filter-constraint {
|
3317
3181
|
padding: 0.75rem;
|
3318
|
-
border-bottom: 1px solid
|
3182
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
3319
3183
|
}
|
3320
3184
|
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
|
3321
3185
|
margin-bottom: 0.5rem;
|
@@ -3332,7 +3196,6 @@
|
|
3332
3196
|
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
|
3333
3197
|
padding: 0.75rem;
|
3334
3198
|
}
|
3335
|
-
|
3336
3199
|
.p-orderlist .p-orderlist-controls {
|
3337
3200
|
padding: 0.75rem;
|
3338
3201
|
}
|
@@ -3382,12 +3245,12 @@
|
|
3382
3245
|
transition: none;
|
3383
3246
|
}
|
3384
3247
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3385
|
-
background:
|
3248
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3386
3249
|
color: rgba(255, 255, 255, 0.87);
|
3387
3250
|
}
|
3388
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
3389
3252
|
color: rgba(255, 255, 255, 0.87);
|
3390
|
-
background:
|
3253
|
+
background: hsla(0, 0%, 100%, 0.12);
|
3391
3254
|
}
|
3392
3255
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
3393
3256
|
color: #CE93D8;
|
@@ -3401,16 +3264,15 @@
|
|
3401
3264
|
color: rgba(255, 255, 255, 0.87);
|
3402
3265
|
}
|
3403
3266
|
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
|
3404
|
-
background:
|
3267
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3405
3268
|
color: rgba(255, 255, 255, 0.87);
|
3406
3269
|
}
|
3407
3270
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
3408
3271
|
background: rgba(255, 255, 255, 0.02);
|
3409
3272
|
}
|
3410
3273
|
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3411
|
-
background:
|
3274
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3412
3275
|
}
|
3413
|
-
|
3414
3276
|
.p-orderlist-item.cdk-drag-preview {
|
3415
3277
|
padding: 0.75rem 0.75rem;
|
3416
3278
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
@@ -3419,9 +3281,8 @@
|
|
3419
3281
|
background: #1e1e1e;
|
3420
3282
|
margin: 0;
|
3421
3283
|
}
|
3422
|
-
|
3423
3284
|
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
|
3424
|
-
background:
|
3285
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3425
3286
|
color: rgba(255, 255, 255, 0.87);
|
3426
3287
|
}
|
3427
3288
|
.p-organizationchart .p-organizationchart-node-content.p-highlight {
|
@@ -3458,7 +3319,6 @@
|
|
3458
3319
|
outline-offset: 0;
|
3459
3320
|
box-shadow: none;
|
3460
3321
|
}
|
3461
|
-
|
3462
3322
|
.p-paginator {
|
3463
3323
|
background: #1e1e1e;
|
3464
3324
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3468,9 +3328,9 @@
|
|
3468
3328
|
border-radius: 4px;
|
3469
3329
|
}
|
3470
3330
|
.p-paginator .p-paginator-first,
|
3471
|
-
.p-paginator .p-paginator-prev,
|
3472
|
-
.p-paginator .p-paginator-next,
|
3473
|
-
.p-paginator .p-paginator-last {
|
3331
|
+
.p-paginator .p-paginator-prev,
|
3332
|
+
.p-paginator .p-paginator-next,
|
3333
|
+
.p-paginator .p-paginator-last {
|
3474
3334
|
background-color: transparent;
|
3475
3335
|
border: 0 none;
|
3476
3336
|
color: rgba(255, 255, 255, 0.6);
|
@@ -3481,9 +3341,9 @@
|
|
3481
3341
|
border-radius: 50%;
|
3482
3342
|
}
|
3483
3343
|
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
|
3484
|
-
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3485
|
-
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3486
|
-
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3344
|
+
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
|
3345
|
+
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
|
3346
|
+
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
|
3487
3347
|
background: rgba(255, 255, 255, 0.04);
|
3488
3348
|
border-color: transparent;
|
3489
3349
|
color: rgba(255, 255, 255, 0.6);
|
@@ -3540,7 +3400,6 @@
|
|
3540
3400
|
border-color: transparent;
|
3541
3401
|
color: rgba(255, 255, 255, 0.6);
|
3542
3402
|
}
|
3543
|
-
|
3544
3403
|
.p-picklist .p-picklist-buttons {
|
3545
3404
|
padding: 0.75rem;
|
3546
3405
|
}
|
@@ -3590,12 +3449,12 @@
|
|
3590
3449
|
transition: none;
|
3591
3450
|
}
|
3592
3451
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3593
|
-
background:
|
3452
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3594
3453
|
color: rgba(255, 255, 255, 0.87);
|
3595
3454
|
}
|
3596
3455
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
3597
3456
|
color: rgba(255, 255, 255, 0.87);
|
3598
|
-
background:
|
3457
|
+
background: hsla(0, 0%, 100%, 0.12);
|
3599
3458
|
}
|
3600
3459
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
3601
3460
|
color: #CE93D8;
|
@@ -3609,16 +3468,15 @@
|
|
3609
3468
|
color: rgba(255, 255, 255, 0.87);
|
3610
3469
|
}
|
3611
3470
|
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
|
3612
|
-
background:
|
3471
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3613
3472
|
color: rgba(255, 255, 255, 0.87);
|
3614
3473
|
}
|
3615
3474
|
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
3616
3475
|
background: rgba(255, 255, 255, 0.02);
|
3617
3476
|
}
|
3618
3477
|
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3619
|
-
background:
|
3478
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3620
3479
|
}
|
3621
|
-
|
3622
3480
|
.p-picklist-item.cdk-drag-preview {
|
3623
3481
|
padding: 0.75rem 0.75rem;
|
3624
3482
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
@@ -3627,7 +3485,6 @@
|
|
3627
3485
|
background: #1e1e1e;
|
3628
3486
|
margin: 0;
|
3629
3487
|
}
|
3630
|
-
|
3631
3488
|
.p-timeline .p-timeline-event-marker {
|
3632
3489
|
border: 0 none;
|
3633
3490
|
border-radius: 50%;
|
@@ -3639,20 +3496,19 @@
|
|
3639
3496
|
background-color: #bdbdbd;
|
3640
3497
|
}
|
3641
3498
|
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
|
3642
|
-
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3499
|
+
.p-timeline.p-timeline-vertical .p-timeline-event-content {
|
3643
3500
|
padding: 0 1rem;
|
3644
3501
|
}
|
3645
3502
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
3646
3503
|
width: 2px;
|
3647
3504
|
}
|
3648
3505
|
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
|
3649
|
-
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3506
|
+
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
|
3650
3507
|
padding: 1rem 0;
|
3651
3508
|
}
|
3652
3509
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
3653
3510
|
height: 2px;
|
3654
3511
|
}
|
3655
|
-
|
3656
3512
|
.p-tree {
|
3657
3513
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
3658
3514
|
background: #1e1e1e;
|
@@ -3709,19 +3565,19 @@
|
|
3709
3565
|
color: #CE93D8;
|
3710
3566
|
}
|
3711
3567
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
|
3712
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3568
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
|
3713
3569
|
color: #CE93D8;
|
3714
3570
|
}
|
3715
3571
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
|
3716
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3572
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
|
3717
3573
|
color: #CE93D8;
|
3718
3574
|
}
|
3719
3575
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
3720
|
-
background:
|
3576
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3721
3577
|
color: rgba(255, 255, 255, 0.87);
|
3722
3578
|
}
|
3723
3579
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
|
3724
|
-
background:
|
3580
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3725
3581
|
color: rgba(255, 255, 255, 0.87);
|
3726
3582
|
}
|
3727
3583
|
.p-tree .p-tree-filter-container {
|
@@ -3778,7 +3634,7 @@
|
|
3778
3634
|
color: inherit;
|
3779
3635
|
}
|
3780
3636
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
|
3781
|
-
background:
|
3637
|
+
background: hsla(0, 0%, 100%, 0.04);
|
3782
3638
|
color: rgba(255, 255, 255, 0.87);
|
3783
3639
|
}
|
3784
3640
|
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
|
@@ -3786,7 +3642,6 @@
|
|
3786
3642
|
outline-offset: 0;
|
3787
3643
|
box-shadow: none;
|
3788
3644
|
}
|
3789
|
-
|
3790
3645
|
.p-treetable .p-paginator-top {
|
3791
3646
|
border-width: 0 0 1px 0;
|
3792
3647
|
border-radius: 0;
|
@@ -3926,7 +3781,7 @@
|
|
3926
3781
|
background: #CE93D8;
|
3927
3782
|
}
|
3928
3783
|
.p-treetable .p-treetable-scrollable-header,
|
3929
|
-
.p-treetable .p-treetable-scrollable-footer {
|
3784
|
+
.p-treetable .p-treetable-scrollable-footer {
|
3930
3785
|
background: #1e1e1e;
|
3931
3786
|
}
|
3932
3787
|
.p-treetable .p-treetable-loading-icon {
|
@@ -3987,7 +3842,6 @@
|
|
3987
3842
|
.p-treetable.p-treetable-lg .p-treetable-footer {
|
3988
3843
|
padding: 0.9375rem 0.9375rem;
|
3989
3844
|
}
|
3990
|
-
|
3991
3845
|
.p-virtualscroller .p-virtualscroller-header {
|
3992
3846
|
background: #1e1e1e;
|
3993
3847
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4012,7 +3866,6 @@
|
|
4012
3866
|
border-bottom-left-radius: 4px;
|
4013
3867
|
border-bottom-right-radius: 4px;
|
4014
3868
|
}
|
4015
|
-
|
4016
3869
|
.p-accordion .p-accordion-header .p-accordion-header-link {
|
4017
3870
|
padding: 1.25rem;
|
4018
3871
|
border: 0 none;
|
@@ -4085,7 +3938,6 @@
|
|
4085
3938
|
border-bottom-right-radius: 4px;
|
4086
3939
|
border-bottom-left-radius: 4px;
|
4087
3940
|
}
|
4088
|
-
|
4089
3941
|
.p-card {
|
4090
3942
|
background: #1e1e1e;
|
4091
3943
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4111,7 +3963,6 @@
|
|
4111
3963
|
.p-card .p-card-footer {
|
4112
3964
|
padding: 0.75rem 0 0 0;
|
4113
3965
|
}
|
4114
|
-
|
4115
3966
|
.p-divider .p-divider-content {
|
4116
3967
|
background-color: #1e1e1e;
|
4117
3968
|
}
|
@@ -4120,7 +3971,7 @@
|
|
4120
3971
|
padding: 0 1.25rem;
|
4121
3972
|
}
|
4122
3973
|
.p-divider.p-divider-horizontal:before {
|
4123
|
-
border-top: 1px
|
3974
|
+
border-top: 1px hsla(0, 0%, 100%, 0.12);
|
4124
3975
|
}
|
4125
3976
|
.p-divider.p-divider-horizontal .p-divider-content {
|
4126
3977
|
padding: 0 0.5rem;
|
@@ -4130,12 +3981,11 @@
|
|
4130
3981
|
padding: 1.25rem 0;
|
4131
3982
|
}
|
4132
3983
|
.p-divider.p-divider-vertical:before {
|
4133
|
-
border-left: 1px
|
3984
|
+
border-left: 1px hsla(0, 0%, 100%, 0.12);
|
4134
3985
|
}
|
4135
3986
|
.p-divider.p-divider-vertical .p-divider-content {
|
4136
3987
|
padding: 0.5rem 0;
|
4137
3988
|
}
|
4138
|
-
|
4139
3989
|
.p-fieldset {
|
4140
3990
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4141
3991
|
background: #1e1e1e;
|
@@ -4176,7 +4026,6 @@
|
|
4176
4026
|
.p-fieldset .p-fieldset-content {
|
4177
4027
|
padding: 0.75rem;
|
4178
4028
|
}
|
4179
|
-
|
4180
4029
|
.p-panel .p-panel-header {
|
4181
4030
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4182
4031
|
padding: 0.75rem;
|
@@ -4243,12 +4092,16 @@
|
|
4243
4092
|
width: 100%;
|
4244
4093
|
text-align: center;
|
4245
4094
|
}
|
4246
|
-
|
4247
4095
|
.p-scrollpanel .p-scrollpanel-bar {
|
4248
4096
|
background: rgba(255, 255, 255, 0.12);
|
4249
4097
|
border: 0 none;
|
4098
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
4099
|
+
}
|
4100
|
+
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
4101
|
+
outline: 0 none;
|
4102
|
+
outline-offset: 0;
|
4103
|
+
box-shadow: none;
|
4250
4104
|
}
|
4251
|
-
|
4252
4105
|
.p-splitter {
|
4253
4106
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4254
4107
|
background: #1e1e1e;
|
@@ -4257,15 +4110,19 @@
|
|
4257
4110
|
}
|
4258
4111
|
.p-splitter .p-splitter-gutter {
|
4259
4112
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4260
|
-
background:
|
4113
|
+
background: hsla(0, 0%, 100%, 0.04);
|
4261
4114
|
}
|
4262
4115
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
4263
|
-
background:
|
4116
|
+
background: hsla(0, 0%, 100%, 0.12);
|
4117
|
+
}
|
4118
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
4119
|
+
outline: 0 none;
|
4120
|
+
outline-offset: 0;
|
4121
|
+
box-shadow: none;
|
4264
4122
|
}
|
4265
4123
|
.p-splitter .p-splitter-gutter-resizing {
|
4266
|
-
background:
|
4124
|
+
background: hsla(0, 0%, 100%, 0.12);
|
4267
4125
|
}
|
4268
|
-
|
4269
4126
|
.p-tabview .p-tabview-nav-content {
|
4270
4127
|
scroll-padding-inline: 2.75rem;
|
4271
4128
|
}
|
@@ -4334,7 +4191,6 @@
|
|
4334
4191
|
border-bottom-right-radius: 4px;
|
4335
4192
|
border-bottom-left-radius: 4px;
|
4336
4193
|
}
|
4337
|
-
|
4338
4194
|
.p-toolbar {
|
4339
4195
|
background: #1e1e1e;
|
4340
4196
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
@@ -4345,7 +4201,6 @@
|
|
4345
4201
|
.p-toolbar .p-toolbar-separator {
|
4346
4202
|
margin: 0 0.5rem;
|
4347
4203
|
}
|
4348
|
-
|
4349
4204
|
.p-confirm-popup {
|
4350
4205
|
background: #262626;
|
4351
4206
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4393,7 +4248,6 @@
|
|
4393
4248
|
.p-confirm-popup .p-confirm-popup-message {
|
4394
4249
|
margin-left: 1rem;
|
4395
4250
|
}
|
4396
|
-
|
4397
4251
|
.p-dialog {
|
4398
4252
|
border-radius: 4px;
|
4399
4253
|
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
|
@@ -4466,7 +4320,6 @@
|
|
4466
4320
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
|
4467
4321
|
margin-left: 1rem;
|
4468
4322
|
}
|
4469
|
-
|
4470
4323
|
.p-overlaypanel {
|
4471
4324
|
background: #262626;
|
4472
4325
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4508,7 +4361,6 @@
|
|
4508
4361
|
.p-overlaypanel.p-overlaypanel-flipped:before {
|
4509
4362
|
border-top-color: #262626;
|
4510
4363
|
}
|
4511
|
-
|
4512
4364
|
.p-sidebar {
|
4513
4365
|
background: #262626;
|
4514
4366
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4519,7 +4371,7 @@
|
|
4519
4371
|
padding: 0.75rem;
|
4520
4372
|
}
|
4521
4373
|
.p-sidebar .p-sidebar-header .p-sidebar-close,
|
4522
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4374
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon {
|
4523
4375
|
width: 2rem;
|
4524
4376
|
height: 2rem;
|
4525
4377
|
color: rgba(255, 255, 255, 0.6);
|
@@ -4529,13 +4381,13 @@
|
|
4529
4381
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
4530
4382
|
}
|
4531
4383
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
4532
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4384
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
4533
4385
|
color: rgba(255, 255, 255, 0.6);
|
4534
4386
|
border-color: transparent;
|
4535
4387
|
background: rgba(255, 255, 255, 0.04);
|
4536
4388
|
}
|
4537
4389
|
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
|
4538
|
-
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4390
|
+
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
|
4539
4391
|
outline: 0 none;
|
4540
4392
|
outline-offset: 0;
|
4541
4393
|
box-shadow: none;
|
@@ -4549,7 +4401,6 @@
|
|
4549
4401
|
.p-sidebar .p-sidebar-footer {
|
4550
4402
|
padding: 0.75rem;
|
4551
4403
|
}
|
4552
|
-
|
4553
4404
|
.p-tooltip .p-tooltip-text {
|
4554
4405
|
background: #444444;
|
4555
4406
|
color: rgba(255, 255, 255, 0.87);
|
@@ -4569,7 +4420,6 @@
|
|
4569
4420
|
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
|
4570
4421
|
border-bottom-color: #444444;
|
4571
4422
|
}
|
4572
|
-
|
4573
4423
|
.p-fileupload .p-fileupload-buttonbar {
|
4574
4424
|
background: #1e1e1e;
|
4575
4425
|
padding: 0.75rem;
|
@@ -4609,7 +4459,6 @@
|
|
4609
4459
|
.p-fileupload.p-fileupload-advanced .p-message {
|
4610
4460
|
margin-top: 0;
|
4611
4461
|
}
|
4612
|
-
|
4613
4462
|
.p-fileupload-choose:not(.p-disabled):hover {
|
4614
4463
|
background: rgba(206, 147, 216, 0.92);
|
4615
4464
|
color: #121212;
|
@@ -4620,7 +4469,6 @@
|
|
4620
4469
|
color: #121212;
|
4621
4470
|
border-color: transparent;
|
4622
4471
|
}
|
4623
|
-
|
4624
4472
|
.p-breadcrumb {
|
4625
4473
|
background: #1e1e1e;
|
4626
4474
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
@@ -4652,7 +4500,6 @@
|
|
4652
4500
|
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
|
4653
4501
|
color: rgba(255, 255, 255, 0.6);
|
4654
4502
|
}
|
4655
|
-
|
4656
4503
|
.p-contextmenu {
|
4657
4504
|
padding: 0.5rem 0;
|
4658
4505
|
background: #2b2b2b;
|
@@ -4700,7 +4547,7 @@
|
|
4700
4547
|
color: rgba(255, 255, 255, 0.87);
|
4701
4548
|
}
|
4702
4549
|
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4703
|
-
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4550
|
+
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4704
4551
|
color: rgba(255, 255, 255, 0.6);
|
4705
4552
|
}
|
4706
4553
|
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4708,13 +4555,13 @@
|
|
4708
4555
|
}
|
4709
4556
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
4710
4557
|
color: rgba(255, 255, 255, 0.87);
|
4711
|
-
background:
|
4558
|
+
background: hsla(0, 0%, 100%, 0.12);
|
4712
4559
|
}
|
4713
4560
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4714
4561
|
color: rgba(255, 255, 255, 0.87);
|
4715
4562
|
}
|
4716
4563
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4717
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4564
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4718
4565
|
color: rgba(255, 255, 255, 0.87);
|
4719
4566
|
}
|
4720
4567
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4725,11 +4572,11 @@
|
|
4725
4572
|
color: rgba(255, 255, 255, 0.87);
|
4726
4573
|
}
|
4727
4574
|
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4728
|
-
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4575
|
+
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4729
4576
|
color: rgba(255, 255, 255, 0.6);
|
4730
4577
|
}
|
4731
4578
|
.p-contextmenu .p-menuitem-separator {
|
4732
|
-
border-top: 1px solid
|
4579
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
4733
4580
|
margin: 0.5rem 0;
|
4734
4581
|
}
|
4735
4582
|
.p-contextmenu .p-submenu-icon {
|
@@ -4739,7 +4586,6 @@
|
|
4739
4586
|
width: 0.875rem;
|
4740
4587
|
height: 0.875rem;
|
4741
4588
|
}
|
4742
|
-
|
4743
4589
|
.p-dock .p-dock-list-container {
|
4744
4590
|
background: rgba(255, 255, 255, 0.1);
|
4745
4591
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
@@ -4763,32 +4609,31 @@
|
|
4763
4609
|
height: 4rem;
|
4764
4610
|
}
|
4765
4611
|
.p-dock.p-dock-top .p-dock-item-second-prev,
|
4766
|
-
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4767
|
-
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4612
|
+
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
|
4613
|
+
.p-dock.p-dock-bottom .p-dock-item-second-next {
|
4768
4614
|
margin: 0 0.9rem;
|
4769
4615
|
}
|
4770
4616
|
.p-dock.p-dock-top .p-dock-item-prev,
|
4771
|
-
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4772
|
-
.p-dock.p-dock-bottom .p-dock-item-next {
|
4617
|
+
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
|
4618
|
+
.p-dock.p-dock-bottom .p-dock-item-next {
|
4773
4619
|
margin: 0 1.3rem;
|
4774
4620
|
}
|
4775
4621
|
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
|
4776
4622
|
margin: 0 1.5rem;
|
4777
4623
|
}
|
4778
4624
|
.p-dock.p-dock-left .p-dock-item-second-prev,
|
4779
|
-
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4780
|
-
.p-dock.p-dock-right .p-dock-item-second-next {
|
4625
|
+
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
|
4626
|
+
.p-dock.p-dock-right .p-dock-item-second-next {
|
4781
4627
|
margin: 0.9rem 0;
|
4782
4628
|
}
|
4783
4629
|
.p-dock.p-dock-left .p-dock-item-prev,
|
4784
|
-
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4785
|
-
.p-dock.p-dock-right .p-dock-item-next {
|
4630
|
+
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
|
4631
|
+
.p-dock.p-dock-right .p-dock-item-next {
|
4786
4632
|
margin: 1.3rem 0;
|
4787
4633
|
}
|
4788
4634
|
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
|
4789
4635
|
margin: 1.5rem 0;
|
4790
4636
|
}
|
4791
|
-
|
4792
4637
|
@media screen and (max-width: 960px) {
|
4793
4638
|
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
4794
4639
|
overflow-x: auto;
|
@@ -4847,7 +4692,7 @@
|
|
4847
4692
|
color: rgba(255, 255, 255, 0.87);
|
4848
4693
|
}
|
4849
4694
|
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4850
|
-
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4695
|
+
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4851
4696
|
color: rgba(255, 255, 255, 0.6);
|
4852
4697
|
}
|
4853
4698
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4855,13 +4700,13 @@
|
|
4855
4700
|
}
|
4856
4701
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
4857
4702
|
color: rgba(255, 255, 255, 0.87);
|
4858
|
-
background:
|
4703
|
+
background: hsla(0, 0%, 100%, 0.12);
|
4859
4704
|
}
|
4860
4705
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4861
4706
|
color: rgba(255, 255, 255, 0.87);
|
4862
4707
|
}
|
4863
4708
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4864
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4709
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4865
4710
|
color: rgba(255, 255, 255, 0.87);
|
4866
4711
|
}
|
4867
4712
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4872,7 +4717,7 @@
|
|
4872
4717
|
color: rgba(255, 255, 255, 0.87);
|
4873
4718
|
}
|
4874
4719
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4875
|
-
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4720
|
+
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4876
4721
|
color: rgba(255, 255, 255, 0.6);
|
4877
4722
|
}
|
4878
4723
|
.p-megamenu .p-megamenu-panel {
|
@@ -4895,7 +4740,7 @@
|
|
4895
4740
|
width: 12.5rem;
|
4896
4741
|
}
|
4897
4742
|
.p-megamenu .p-submenu-list .p-menuitem-separator {
|
4898
|
-
border-top: 1px solid
|
4743
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
4899
4744
|
margin: 0.5rem 0;
|
4900
4745
|
}
|
4901
4746
|
.p-megamenu.p-megamenu-vertical {
|
@@ -4930,10 +4775,9 @@
|
|
4930
4775
|
color: rgba(255, 255, 255, 0.87);
|
4931
4776
|
}
|
4932
4777
|
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4933
|
-
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4778
|
+
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4934
4779
|
color: rgba(255, 255, 255, 0.6);
|
4935
4780
|
}
|
4936
|
-
|
4937
4781
|
.p-menu {
|
4938
4782
|
padding: 0.5rem 0;
|
4939
4783
|
background: #1e1e1e;
|
@@ -4970,7 +4814,7 @@
|
|
4970
4814
|
color: rgba(255, 255, 255, 0.87);
|
4971
4815
|
}
|
4972
4816
|
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4973
|
-
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4817
|
+
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4974
4818
|
color: rgba(255, 255, 255, 0.6);
|
4975
4819
|
}
|
4976
4820
|
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -4978,13 +4822,13 @@
|
|
4978
4822
|
}
|
4979
4823
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
4980
4824
|
color: rgba(255, 255, 255, 0.87);
|
4981
|
-
background:
|
4825
|
+
background: hsla(0, 0%, 100%, 0.12);
|
4982
4826
|
}
|
4983
4827
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
4984
4828
|
color: rgba(255, 255, 255, 0.87);
|
4985
4829
|
}
|
4986
4830
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
4987
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4831
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4988
4832
|
color: rgba(255, 255, 255, 0.87);
|
4989
4833
|
}
|
4990
4834
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -4995,7 +4839,7 @@
|
|
4995
4839
|
color: rgba(255, 255, 255, 0.87);
|
4996
4840
|
}
|
4997
4841
|
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
4998
|
-
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4842
|
+
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4999
4843
|
color: rgba(255, 255, 255, 0.6);
|
5000
4844
|
}
|
5001
4845
|
.p-menu.p-menu-overlay {
|
@@ -5013,7 +4857,7 @@
|
|
5013
4857
|
border-top-left-radius: 0;
|
5014
4858
|
}
|
5015
4859
|
.p-menu .p-menuitem-separator {
|
5016
|
-
border-top: 1px solid
|
4860
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
5017
4861
|
margin: 0.5rem 0;
|
5018
4862
|
}
|
5019
4863
|
.p-menu .p-menuitem-badge {
|
@@ -5029,7 +4873,6 @@
|
|
5029
4873
|
padding-left: 0.5rem;
|
5030
4874
|
padding-right: 0.5rem;
|
5031
4875
|
}
|
5032
|
-
|
5033
4876
|
.p-menubar {
|
5034
4877
|
padding: 0.75rem;
|
5035
4878
|
background: #1e1e1e;
|
@@ -5068,7 +4911,7 @@
|
|
5068
4911
|
color: rgba(255, 255, 255, 0.87);
|
5069
4912
|
}
|
5070
4913
|
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5071
|
-
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4914
|
+
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5072
4915
|
color: rgba(255, 255, 255, 0.6);
|
5073
4916
|
}
|
5074
4917
|
.p-menubar .p-menuitem > .p-menuitem-content {
|
@@ -5099,7 +4942,7 @@
|
|
5099
4942
|
color: rgba(255, 255, 255, 0.87);
|
5100
4943
|
}
|
5101
4944
|
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5102
|
-
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4945
|
+
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5103
4946
|
color: rgba(255, 255, 255, 0.6);
|
5104
4947
|
}
|
5105
4948
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5107,13 +4950,13 @@
|
|
5107
4950
|
}
|
5108
4951
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5109
4952
|
color: rgba(255, 255, 255, 0.87);
|
5110
|
-
background:
|
4953
|
+
background: hsla(0, 0%, 100%, 0.12);
|
5111
4954
|
}
|
5112
4955
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5113
4956
|
color: rgba(255, 255, 255, 0.87);
|
5114
4957
|
}
|
5115
4958
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5116
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
4959
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5117
4960
|
color: rgba(255, 255, 255, 0.87);
|
5118
4961
|
}
|
5119
4962
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5124,7 +4967,7 @@
|
|
5124
4967
|
color: rgba(255, 255, 255, 0.87);
|
5125
4968
|
}
|
5126
4969
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5127
|
-
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
4970
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5128
4971
|
color: rgba(255, 255, 255, 0.6);
|
5129
4972
|
}
|
5130
4973
|
.p-menubar .p-submenu-list {
|
@@ -5135,13 +4978,12 @@
|
|
5135
4978
|
width: 12.5rem;
|
5136
4979
|
}
|
5137
4980
|
.p-menubar .p-submenu-list .p-menuitem-separator {
|
5138
|
-
border-top: 1px solid
|
4981
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
5139
4982
|
margin: 0.5rem 0;
|
5140
4983
|
}
|
5141
4984
|
.p-menubar .p-submenu-list .p-submenu-icon {
|
5142
4985
|
font-size: 0.875rem;
|
5143
4986
|
}
|
5144
|
-
|
5145
4987
|
@media screen and (max-width: 960px) {
|
5146
4988
|
.p-menubar {
|
5147
4989
|
position: relative;
|
@@ -5173,7 +5015,7 @@
|
|
5173
5015
|
width: 100%;
|
5174
5016
|
}
|
5175
5017
|
.p-menubar .p-menubar-root-list .p-menuitem-separator {
|
5176
|
-
border-top: 1px solid
|
5018
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
5177
5019
|
margin: 0.5rem 0;
|
5178
5020
|
}
|
5179
5021
|
.p-menubar .p-menubar-root-list .p-submenu-icon {
|
@@ -5316,7 +5158,7 @@
|
|
5316
5158
|
color: rgba(255, 255, 255, 0.87);
|
5317
5159
|
}
|
5318
5160
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5319
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5161
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5320
5162
|
color: rgba(255, 255, 255, 0.6);
|
5321
5163
|
}
|
5322
5164
|
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5324,13 +5166,13 @@
|
|
5324
5166
|
}
|
5325
5167
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5326
5168
|
color: rgba(255, 255, 255, 0.87);
|
5327
|
-
background:
|
5169
|
+
background: hsla(0, 0%, 100%, 0.12);
|
5328
5170
|
}
|
5329
5171
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5330
5172
|
color: rgba(255, 255, 255, 0.87);
|
5331
5173
|
}
|
5332
5174
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5333
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5175
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5334
5176
|
color: rgba(255, 255, 255, 0.87);
|
5335
5177
|
}
|
5336
5178
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5341,14 +5183,14 @@
|
|
5341
5183
|
color: rgba(255, 255, 255, 0.87);
|
5342
5184
|
}
|
5343
5185
|
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5344
|
-
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5186
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5345
5187
|
color: rgba(255, 255, 255, 0.6);
|
5346
5188
|
}
|
5347
5189
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5348
5190
|
margin-right: 0.5rem;
|
5349
5191
|
}
|
5350
5192
|
.p-panelmenu .p-panelmenu-content .p-menuitem-separator {
|
5351
|
-
border-top: 1px solid
|
5193
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
5352
5194
|
margin: 0.5rem 0;
|
5353
5195
|
}
|
5354
5196
|
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
|
@@ -5381,7 +5223,6 @@
|
|
5381
5223
|
border-bottom-right-radius: 4px;
|
5382
5224
|
border-bottom-left-radius: 4px;
|
5383
5225
|
}
|
5384
|
-
|
5385
5226
|
.p-slidemenu {
|
5386
5227
|
padding: 0.5rem 0;
|
5387
5228
|
background: #1e1e1e;
|
@@ -5424,7 +5265,7 @@
|
|
5424
5265
|
color: rgba(255, 255, 255, 0.87);
|
5425
5266
|
}
|
5426
5267
|
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5427
|
-
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5268
|
+
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5428
5269
|
color: rgba(255, 255, 255, 0.6);
|
5429
5270
|
}
|
5430
5271
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5432,13 +5273,13 @@
|
|
5432
5273
|
}
|
5433
5274
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5434
5275
|
color: rgba(255, 255, 255, 0.87);
|
5435
|
-
background:
|
5276
|
+
background: hsla(0, 0%, 100%, 0.12);
|
5436
5277
|
}
|
5437
5278
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5438
5279
|
color: rgba(255, 255, 255, 0.87);
|
5439
5280
|
}
|
5440
5281
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5441
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5282
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5442
5283
|
color: rgba(255, 255, 255, 0.87);
|
5443
5284
|
}
|
5444
5285
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5449,7 +5290,7 @@
|
|
5449
5290
|
color: rgba(255, 255, 255, 0.87);
|
5450
5291
|
}
|
5451
5292
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5452
|
-
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5293
|
+
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5453
5294
|
color: rgba(255, 255, 255, 0.6);
|
5454
5295
|
}
|
5455
5296
|
.p-slidemenu.p-slidemenu-overlay {
|
@@ -5464,7 +5305,7 @@
|
|
5464
5305
|
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);
|
5465
5306
|
}
|
5466
5307
|
.p-slidemenu .p-menuitem-separator {
|
5467
|
-
border-top: 1px solid
|
5308
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
5468
5309
|
margin: 0.5rem 0;
|
5469
5310
|
}
|
5470
5311
|
.p-slidemenu .p-slidemenu-icon {
|
@@ -5496,7 +5337,6 @@
|
|
5496
5337
|
padding-left: 0.5rem;
|
5497
5338
|
padding-right: 0.5rem;
|
5498
5339
|
}
|
5499
|
-
|
5500
5340
|
.p-steps .p-steps-item .p-menuitem-link {
|
5501
5341
|
background: transparent;
|
5502
5342
|
transition: none;
|
@@ -5533,7 +5373,7 @@
|
|
5533
5373
|
}
|
5534
5374
|
.p-steps .p-steps-item:before {
|
5535
5375
|
content: " ";
|
5536
|
-
border-top: 1px solid
|
5376
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
5537
5377
|
width: 100%;
|
5538
5378
|
top: 50%;
|
5539
5379
|
left: 0;
|
@@ -5541,7 +5381,6 @@
|
|
5541
5381
|
position: absolute;
|
5542
5382
|
margin-top: -1rem;
|
5543
5383
|
}
|
5544
|
-
|
5545
5384
|
.p-tabmenu .p-tabmenu-nav {
|
5546
5385
|
background: transparent;
|
5547
5386
|
border: solid rgba(255, 255, 255, 0.12);
|
@@ -5612,7 +5451,6 @@
|
|
5612
5451
|
outline-offset: 0;
|
5613
5452
|
box-shadow: inset none;
|
5614
5453
|
}
|
5615
|
-
|
5616
5454
|
.p-tieredmenu {
|
5617
5455
|
padding: 0.5rem 0;
|
5618
5456
|
background: #1e1e1e;
|
@@ -5663,7 +5501,7 @@
|
|
5663
5501
|
color: rgba(255, 255, 255, 0.87);
|
5664
5502
|
}
|
5665
5503
|
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5666
|
-
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5504
|
+
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5667
5505
|
color: rgba(255, 255, 255, 0.6);
|
5668
5506
|
}
|
5669
5507
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
@@ -5671,13 +5509,13 @@
|
|
5671
5509
|
}
|
5672
5510
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
5673
5511
|
color: rgba(255, 255, 255, 0.87);
|
5674
|
-
background:
|
5512
|
+
background: hsla(0, 0%, 100%, 0.12);
|
5675
5513
|
}
|
5676
5514
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
|
5677
5515
|
color: rgba(255, 255, 255, 0.87);
|
5678
5516
|
}
|
5679
5517
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
|
5680
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5518
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
|
5681
5519
|
color: rgba(255, 255, 255, 0.87);
|
5682
5520
|
}
|
5683
5521
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
|
@@ -5688,11 +5526,11 @@
|
|
5688
5526
|
color: rgba(255, 255, 255, 0.87);
|
5689
5527
|
}
|
5690
5528
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
|
5691
|
-
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5529
|
+
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
5692
5530
|
color: rgba(255, 255, 255, 0.6);
|
5693
5531
|
}
|
5694
5532
|
.p-tieredmenu .p-menuitem-separator {
|
5695
|
-
border-top: 1px solid
|
5533
|
+
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
|
5696
5534
|
margin: 0.5rem 0;
|
5697
5535
|
}
|
5698
5536
|
.p-tieredmenu .p-submenu-icon {
|
@@ -5702,7 +5540,6 @@
|
|
5702
5540
|
width: 0.875rem;
|
5703
5541
|
height: 0.875rem;
|
5704
5542
|
}
|
5705
|
-
|
5706
5543
|
.p-inline-message {
|
5707
5544
|
padding: 0.75rem 0.75rem;
|
5708
5545
|
margin: 0;
|
@@ -5758,7 +5595,6 @@
|
|
5758
5595
|
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
|
5759
5596
|
margin-right: 0;
|
5760
5597
|
}
|
5761
|
-
|
5762
5598
|
.p-message {
|
5763
5599
|
margin: 0.75rem 0;
|
5764
5600
|
border-radius: 4px;
|
@@ -5847,7 +5683,6 @@
|
|
5847
5683
|
.p-message .p-message-detail {
|
5848
5684
|
margin-left: 0.5rem;
|
5849
5685
|
}
|
5850
|
-
|
5851
5686
|
.p-toast {
|
5852
5687
|
opacity: 0.9;
|
5853
5688
|
}
|
@@ -5898,7 +5733,7 @@
|
|
5898
5733
|
color: #01579b;
|
5899
5734
|
}
|
5900
5735
|
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
5901
|
-
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5736
|
+
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
5902
5737
|
color: #01579b;
|
5903
5738
|
}
|
5904
5739
|
.p-toast .p-toast-message.p-toast-message-success {
|
@@ -5908,7 +5743,7 @@
|
|
5908
5743
|
color: #1b5e20;
|
5909
5744
|
}
|
5910
5745
|
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
5911
|
-
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5746
|
+
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
5912
5747
|
color: #1b5e20;
|
5913
5748
|
}
|
5914
5749
|
.p-toast .p-toast-message.p-toast-message-warn {
|
@@ -5918,7 +5753,7 @@
|
|
5918
5753
|
color: #7f6003;
|
5919
5754
|
}
|
5920
5755
|
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
5921
|
-
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5756
|
+
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
5922
5757
|
color: #7f6003;
|
5923
5758
|
}
|
5924
5759
|
.p-toast .p-toast-message.p-toast-message-error {
|
@@ -5928,10 +5763,9 @@
|
|
5928
5763
|
color: #b71c1c;
|
5929
5764
|
}
|
5930
5765
|
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
5931
|
-
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5766
|
+
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
5932
5767
|
color: #b71c1c;
|
5933
5768
|
}
|
5934
|
-
|
5935
5769
|
.p-galleria .p-galleria-close {
|
5936
5770
|
margin: 0.5rem;
|
5937
5771
|
background: transparent;
|
@@ -5962,7 +5796,7 @@
|
|
5962
5796
|
margin: 0 0.5rem;
|
5963
5797
|
}
|
5964
5798
|
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
|
5965
|
-
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
5799
|
+
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
5966
5800
|
font-size: 2rem;
|
5967
5801
|
}
|
5968
5802
|
.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
|
@@ -6019,7 +5853,7 @@
|
|
6019
5853
|
padding: 1rem 0.25rem;
|
6020
5854
|
}
|
6021
5855
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
|
6022
|
-
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
5856
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
|
6023
5857
|
margin: 0.5rem;
|
6024
5858
|
background-color: transparent;
|
6025
5859
|
color: rgba(255, 255, 255, 0.87);
|
@@ -6029,7 +5863,7 @@
|
|
6029
5863
|
border-radius: 50%;
|
6030
5864
|
}
|
6031
5865
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
|
6032
|
-
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
5866
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
|
6033
5867
|
background: rgba(255, 255, 255, 0.1);
|
6034
5868
|
color: rgba(255, 255, 255, 0.87);
|
6035
5869
|
}
|
@@ -6038,29 +5872,23 @@
|
|
6038
5872
|
outline-offset: 0;
|
6039
5873
|
box-shadow: none;
|
6040
5874
|
}
|
6041
|
-
|
6042
5875
|
.p-galleria-mask {
|
6043
5876
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6044
5877
|
}
|
6045
|
-
|
6046
5878
|
.p-image-mask {
|
6047
5879
|
--maskbg: rgba(0, 0, 0, 0.9);
|
6048
5880
|
}
|
6049
|
-
|
6050
5881
|
.p-image-preview-indicator {
|
6051
5882
|
background-color: transparent;
|
6052
5883
|
color: #f8f9fa;
|
6053
5884
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
6054
5885
|
}
|
6055
|
-
|
6056
5886
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
6057
5887
|
background-color: rgba(0, 0, 0, 0.5);
|
6058
5888
|
}
|
6059
|
-
|
6060
5889
|
.p-image-toolbar {
|
6061
5890
|
padding: 1rem;
|
6062
5891
|
}
|
6063
|
-
|
6064
5892
|
.p-image-action.p-link {
|
6065
5893
|
color: #f8f9fa;
|
6066
5894
|
background-color: transparent;
|
@@ -6084,9 +5912,8 @@
|
|
6084
5912
|
width: 1.5rem;
|
6085
5913
|
height: 1.5rem;
|
6086
5914
|
}
|
6087
|
-
|
6088
5915
|
.p-avatar {
|
6089
|
-
background-color:
|
5916
|
+
background-color: hsla(0, 0%, 100%, 0.12);
|
6090
5917
|
border-radius: 4px;
|
6091
5918
|
}
|
6092
5919
|
.p-avatar.p-avatar-lg {
|
@@ -6105,11 +5932,9 @@
|
|
6105
5932
|
.p-avatar.p-avatar-xl .p-avatar-icon {
|
6106
5933
|
font-size: 2rem;
|
6107
5934
|
}
|
6108
|
-
|
6109
5935
|
.p-avatar-group .p-avatar {
|
6110
5936
|
border: 2px solid #1e1e1e;
|
6111
5937
|
}
|
6112
|
-
|
6113
5938
|
.p-badge {
|
6114
5939
|
background: #CE93D8;
|
6115
5940
|
color: #121212;
|
@@ -6151,9 +5976,8 @@
|
|
6151
5976
|
height: 3rem;
|
6152
5977
|
line-height: 3rem;
|
6153
5978
|
}
|
6154
|
-
|
6155
5979
|
.p-chip {
|
6156
|
-
background-color:
|
5980
|
+
background-color: hsla(0, 0%, 100%, 0.12);
|
6157
5981
|
color: rgba(255, 255, 255, 0.87);
|
6158
5982
|
border-radius: 16px;
|
6159
5983
|
padding: 0 0.75rem;
|
@@ -6187,7 +6011,6 @@
|
|
6187
6011
|
.p-chip .pi-chip-remove-icon:focus {
|
6188
6012
|
outline: 0 none;
|
6189
6013
|
}
|
6190
|
-
|
6191
6014
|
.p-inplace .p-inplace-display {
|
6192
6015
|
padding: 1rem 1rem;
|
6193
6016
|
border-radius: 4px;
|
@@ -6202,7 +6025,6 @@
|
|
6202
6025
|
outline-offset: 0;
|
6203
6026
|
box-shadow: none;
|
6204
6027
|
}
|
6205
|
-
|
6206
6028
|
.p-progressbar {
|
6207
6029
|
border: 0 none;
|
6208
6030
|
height: 4px;
|
@@ -6218,7 +6040,6 @@
|
|
6218
6040
|
color: #121212;
|
6219
6041
|
line-height: 4px;
|
6220
6042
|
}
|
6221
|
-
|
6222
6043
|
.p-scrolltop {
|
6223
6044
|
width: 3rem;
|
6224
6045
|
height: 3rem;
|
@@ -6240,7 +6061,6 @@
|
|
6240
6061
|
width: 1.5rem;
|
6241
6062
|
height: 1.5rem;
|
6242
6063
|
}
|
6243
|
-
|
6244
6064
|
.p-skeleton {
|
6245
6065
|
background-color: rgba(255, 255, 255, 0.06);
|
6246
6066
|
border-radius: 4px;
|
@@ -6248,7 +6068,6 @@
|
|
6248
6068
|
.p-skeleton:after {
|
6249
6069
|
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
|
6250
6070
|
}
|
6251
|
-
|
6252
6071
|
.p-tag {
|
6253
6072
|
background: #CE93D8;
|
6254
6073
|
color: #121212;
|
@@ -6281,7 +6100,6 @@
|
|
6281
6100
|
width: 0.75rem;
|
6282
6101
|
height: 0.75rem;
|
6283
6102
|
}
|
6284
|
-
|
6285
6103
|
.p-terminal {
|
6286
6104
|
background: #1e1e1e;
|
6287
6105
|
color: rgba(255, 255, 255, 0.87);
|
@@ -6333,17 +6151,15 @@
|
|
6333
6151
|
.p-accordion .p-accordion-tab .p-accordion-header.p-disabled .p-accordion-header-link > * {
|
6334
6152
|
opacity: 0.38;
|
6335
6153
|
}
|
6336
|
-
|
6337
6154
|
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
6338
6155
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
6339
6156
|
}
|
6340
|
-
|
6341
6157
|
.p-input-filled .p-autocomplete .p-autocomplete-multiple-container {
|
6342
6158
|
border-bottom-left-radius: 0;
|
6343
6159
|
border-bottom-right-radius: 0;
|
6344
6160
|
border: 1px solid transparent;
|
6345
|
-
background:
|
6346
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6161
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
6162
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
6347
6163
|
background-size: 0 2px, 100% 1px;
|
6348
6164
|
background-position: 50% 100%, 50% 100%;
|
6349
6165
|
background-origin: border-box;
|
@@ -6353,13 +6169,13 @@
|
|
6353
6169
|
background-color: transparent;
|
6354
6170
|
}
|
6355
6171
|
.p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
|
6356
|
-
background-color:
|
6172
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
6357
6173
|
border-color: transparent;
|
6358
6174
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6359
6175
|
}
|
6360
6176
|
.p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus {
|
6361
6177
|
box-shadow: none;
|
6362
|
-
background-color:
|
6178
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
6363
6179
|
border-color: transparent;
|
6364
6180
|
background-size: 100% 2px, 100% 1px;
|
6365
6181
|
}
|
@@ -6367,11 +6183,9 @@
|
|
6367
6183
|
background-image: none;
|
6368
6184
|
background: transparent;
|
6369
6185
|
}
|
6370
|
-
|
6371
6186
|
.p-float-label .p-autocomplete-multiple-container .p-autocomplete-token {
|
6372
6187
|
padding: 0.25rem 1rem;
|
6373
6188
|
}
|
6374
|
-
|
6375
6189
|
.p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
|
6376
6190
|
padding-top: 0;
|
6377
6191
|
padding-bottom: 0;
|
@@ -6401,21 +6215,18 @@
|
|
6401
6215
|
box-shadow: none;
|
6402
6216
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
6403
6217
|
}
|
6404
|
-
|
6405
6218
|
p-autocomplete.ng-dirty.ng-invalid .p-autocomplete > .p-inputtext:enabled:focus {
|
6406
6219
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6407
6220
|
}
|
6408
6221
|
p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
|
6409
6222
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6410
6223
|
}
|
6411
|
-
|
6412
6224
|
.p-breadcrumb .p-menuitem-link {
|
6413
6225
|
padding: 0.25rem 0.5rem;
|
6414
6226
|
}
|
6415
6227
|
.p-breadcrumb .p-menuitem-link:focus {
|
6416
6228
|
background: rgba(255, 255, 255, 0.12);
|
6417
6229
|
}
|
6418
|
-
|
6419
6230
|
.p-button {
|
6420
6231
|
font-weight: 500;
|
6421
6232
|
min-width: 4rem;
|
@@ -6467,7 +6278,6 @@
|
|
6467
6278
|
.p-button.p-button-raised:enabled:focus {
|
6468
6279
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
6469
6280
|
}
|
6470
|
-
|
6471
6281
|
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
|
6472
6282
|
background: rgba(165, 214, 167, 0.76);
|
6473
6283
|
}
|
@@ -6483,7 +6293,6 @@
|
|
6483
6293
|
.p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink {
|
6484
6294
|
background-color: rgba(165, 214, 167, 0.16);
|
6485
6295
|
}
|
6486
|
-
|
6487
6296
|
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
|
6488
6297
|
background: rgba(144, 202, 249, 0.76);
|
6489
6298
|
}
|
@@ -6499,7 +6308,6 @@
|
|
6499
6308
|
.p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-buttonset.p-button-info > .p-button.p-button-text .p-ink, .p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink {
|
6500
6309
|
background-color: rgba(144, 202, 249, 0.16);
|
6501
6310
|
}
|
6502
|
-
|
6503
6311
|
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
|
6504
6312
|
background: rgba(197, 225, 165, 0.76);
|
6505
6313
|
}
|
@@ -6515,7 +6323,6 @@
|
|
6515
6323
|
.p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-buttonset.p-button-success > .p-button.p-button-text .p-ink, .p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink {
|
6516
6324
|
background-color: rgba(197, 225, 165, 0.16);
|
6517
6325
|
}
|
6518
|
-
|
6519
6326
|
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
|
6520
6327
|
background: rgba(255, 245, 157, 0.76);
|
6521
6328
|
}
|
@@ -6531,7 +6338,6 @@
|
|
6531
6338
|
.p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-text .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink {
|
6532
6339
|
background-color: rgba(255, 245, 157, 0.16);
|
6533
6340
|
}
|
6534
|
-
|
6535
6341
|
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
|
6536
6342
|
background: rgba(206, 147, 216, 0.76);
|
6537
6343
|
}
|
@@ -6547,7 +6353,6 @@
|
|
6547
6353
|
.p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-buttonset.p-button-help > .p-button.p-button-text .p-ink, .p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink {
|
6548
6354
|
background-color: rgba(206, 147, 216, 0.16);
|
6549
6355
|
}
|
6550
|
-
|
6551
6356
|
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
|
6552
6357
|
background: rgba(239, 154, 154, 0.76);
|
6553
6358
|
}
|
@@ -6563,9 +6368,8 @@
|
|
6563
6368
|
.p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-text .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink {
|
6564
6369
|
background-color: rgba(239, 154, 154, 0.16);
|
6565
6370
|
}
|
6566
|
-
|
6567
6371
|
.p-calendar-w-btn {
|
6568
|
-
border: 1px solid
|
6372
|
+
border: 1px solid hsla(0, 0%, 100%, 0.3);
|
6569
6373
|
background: #1e1e1e;
|
6570
6374
|
border-radius: 4px;
|
6571
6375
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
@@ -6610,7 +6414,6 @@
|
|
6610
6414
|
.p-calendar-w-btn.p-calendar-disabled .p-inputtext {
|
6611
6415
|
opacity: 1;
|
6612
6416
|
}
|
6613
|
-
|
6614
6417
|
.p-datepicker .p-datepicker-header {
|
6615
6418
|
border-bottom: 0 none;
|
6616
6419
|
}
|
@@ -6625,7 +6428,7 @@
|
|
6625
6428
|
order: 3;
|
6626
6429
|
}
|
6627
6430
|
.p-datepicker table th {
|
6628
|
-
border-bottom: 1px solid
|
6431
|
+
border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
|
6629
6432
|
color: rgba(255, 255, 255, 0.38);
|
6630
6433
|
font-weight: 400;
|
6631
6434
|
font-size: 0.875rem;
|
@@ -6636,7 +6439,6 @@
|
|
6636
6439
|
.p-datepicker table td.p-datepicker-today.p-highlight {
|
6637
6440
|
box-shadow: 0 0 0 1px rgba(206, 147, 216, 0.16);
|
6638
6441
|
}
|
6639
|
-
|
6640
6442
|
p-calendar.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
6641
6443
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6642
6444
|
}
|
@@ -6649,13 +6451,12 @@
|
|
6649
6451
|
p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
|
6650
6452
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6651
6453
|
}
|
6652
|
-
|
6653
6454
|
.p-input-filled .p-calendar-w-btn {
|
6654
6455
|
border-bottom-left-radius: 0;
|
6655
6456
|
border-bottom-right-radius: 0;
|
6656
6457
|
border: 1px solid transparent;
|
6657
|
-
background:
|
6658
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6458
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
6459
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
6659
6460
|
background-size: 0 2px, 100% 1px;
|
6660
6461
|
background-position: 50% 100%, 50% 100%;
|
6661
6462
|
background-origin: border-box;
|
@@ -6665,13 +6466,13 @@
|
|
6665
6466
|
background-color: transparent;
|
6666
6467
|
}
|
6667
6468
|
.p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled):hover {
|
6668
|
-
background-color:
|
6469
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
6669
6470
|
border-color: transparent;
|
6670
6471
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6671
6472
|
}
|
6672
6473
|
.p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-inputwrapper-focus {
|
6673
6474
|
box-shadow: none;
|
6674
|
-
background-color:
|
6475
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
6675
6476
|
border-color: transparent;
|
6676
6477
|
background-size: 100% 2px, 100% 1px;
|
6677
6478
|
}
|
@@ -6705,7 +6506,6 @@
|
|
6705
6506
|
border: 0 none;
|
6706
6507
|
background-image: none;
|
6707
6508
|
}
|
6708
|
-
|
6709
6509
|
.p-cascadeselect .p-inputtext, .p-cascadeselect .p-cascadeselect-trigger {
|
6710
6510
|
background-image: none;
|
6711
6511
|
background: transparent;
|
@@ -6716,17 +6516,15 @@
|
|
6716
6516
|
.p-cascadeselect:not(.p-disabled).p-focus {
|
6717
6517
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
6718
6518
|
}
|
6719
|
-
|
6720
6519
|
.p-cascadeselect-item .p-ink {
|
6721
6520
|
background-color: rgba(206, 147, 216, 0.16);
|
6722
6521
|
}
|
6723
|
-
|
6724
6522
|
.p-input-filled .p-cascadeselect {
|
6725
6523
|
border-bottom-left-radius: 0;
|
6726
6524
|
border-bottom-right-radius: 0;
|
6727
6525
|
border: 1px solid transparent;
|
6728
|
-
background:
|
6729
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6526
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
6527
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
6730
6528
|
background-size: 0 2px, 100% 1px;
|
6731
6529
|
background-position: 50% 100%, 50% 100%;
|
6732
6530
|
background-origin: border-box;
|
@@ -6736,13 +6534,13 @@
|
|
6736
6534
|
background-color: transparent;
|
6737
6535
|
}
|
6738
6536
|
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
|
6739
|
-
background-color:
|
6537
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
6740
6538
|
border-color: transparent;
|
6741
6539
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6742
6540
|
}
|
6743
6541
|
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus {
|
6744
6542
|
box-shadow: none;
|
6745
|
-
background-color:
|
6543
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
6746
6544
|
border-color: transparent;
|
6747
6545
|
background-size: 100% 2px, 100% 1px;
|
6748
6546
|
}
|
@@ -6768,7 +6566,6 @@
|
|
6768
6566
|
box-shadow: none;
|
6769
6567
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
6770
6568
|
}
|
6771
|
-
|
6772
6569
|
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
|
6773
6570
|
padding-top: 1.25rem;
|
6774
6571
|
padding-bottom: 0.25rem;
|
@@ -6788,30 +6585,27 @@
|
|
6788
6585
|
box-shadow: none;
|
6789
6586
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
6790
6587
|
}
|
6791
|
-
|
6792
6588
|
p-cascadeselect.ng-dirty.ng-invalid .p-cascadeselect:not(.p-disabled).p-focus {
|
6793
6589
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6794
6590
|
}
|
6795
|
-
|
6796
6591
|
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
6797
6592
|
background: #A5D6A7;
|
6798
6593
|
color: #121212;
|
6799
6594
|
}
|
6800
|
-
|
6801
6595
|
.p-checkbox {
|
6802
6596
|
border-radius: 50%;
|
6803
6597
|
transition: box-shadow 0.2s;
|
6804
6598
|
}
|
6805
6599
|
.p-checkbox .p-checkbox-box {
|
6806
|
-
border-color:
|
6600
|
+
border-color: hsla(0, 0%, 100%, 0.7);
|
6807
6601
|
border-radius: 2px;
|
6808
6602
|
position: relative;
|
6809
6603
|
}
|
6810
6604
|
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
6811
|
-
border-color:
|
6605
|
+
border-color: hsla(0, 0%, 100%, 0.7);
|
6812
6606
|
}
|
6813
6607
|
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
6814
|
-
border-color:
|
6608
|
+
border-color: hsla(0, 0%, 100%, 0.7);
|
6815
6609
|
}
|
6816
6610
|
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
6817
6611
|
border-color: #CE93D8;
|
@@ -6839,14 +6633,12 @@
|
|
6839
6633
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
|
6840
6634
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12);
|
6841
6635
|
}
|
6842
|
-
|
6843
6636
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
6844
6637
|
background-color: #1e1e1e;
|
6845
6638
|
}
|
6846
6639
|
.p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
|
6847
6640
|
background-color: #1e1e1e;
|
6848
6641
|
}
|
6849
|
-
|
6850
6642
|
@keyframes checkbox-check {
|
6851
6643
|
0% {
|
6852
6644
|
width: 0;
|
@@ -6869,13 +6661,12 @@
|
|
6869
6661
|
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
6870
6662
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
6871
6663
|
}
|
6872
|
-
|
6873
6664
|
.p-input-filled .p-chips-multiple-container {
|
6874
6665
|
border-bottom-left-radius: 0;
|
6875
6666
|
border-bottom-right-radius: 0;
|
6876
6667
|
border: 1px solid transparent;
|
6877
|
-
background:
|
6878
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6668
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
6669
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
6879
6670
|
background-size: 0 2px, 100% 1px;
|
6880
6671
|
background-position: 50% 100%, 50% 100%;
|
6881
6672
|
background-origin: border-box;
|
@@ -6885,13 +6676,13 @@
|
|
6885
6676
|
background-color: transparent;
|
6886
6677
|
}
|
6887
6678
|
.p-input-filled .p-chips-multiple-container:not(.p-disabled):hover {
|
6888
|
-
background-color:
|
6679
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
6889
6680
|
border-color: transparent;
|
6890
6681
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6891
6682
|
}
|
6892
6683
|
.p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus {
|
6893
6684
|
box-shadow: none;
|
6894
|
-
background-color:
|
6685
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
6895
6686
|
border-color: transparent;
|
6896
6687
|
background-size: 100% 2px, 100% 1px;
|
6897
6688
|
}
|
@@ -6899,11 +6690,9 @@
|
|
6899
6690
|
background-image: none;
|
6900
6691
|
background: transparent;
|
6901
6692
|
}
|
6902
|
-
|
6903
6693
|
.p-float-label .p-chips-multiple-container .p-chips-token {
|
6904
6694
|
padding: 0.25rem 1rem;
|
6905
6695
|
}
|
6906
|
-
|
6907
6696
|
.p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token {
|
6908
6697
|
padding-top: 0;
|
6909
6698
|
padding-bottom: 0;
|
@@ -6925,11 +6714,9 @@
|
|
6925
6714
|
box-shadow: none;
|
6926
6715
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
6927
6716
|
}
|
6928
|
-
|
6929
6717
|
p-chips.ng-dirty.ng-invalid .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
|
6930
6718
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
6931
6719
|
}
|
6932
|
-
|
6933
6720
|
.p-datatable .p-sortable-column {
|
6934
6721
|
outline: 0 none;
|
6935
6722
|
}
|
@@ -6942,14 +6729,12 @@
|
|
6942
6729
|
.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus {
|
6943
6730
|
background-color: rgba(255, 255, 255, 0.03);
|
6944
6731
|
}
|
6945
|
-
|
6946
6732
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
6947
6733
|
box-shadow: inset 0 2px 0 0 #CE93D8;
|
6948
6734
|
}
|
6949
6735
|
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
6950
6736
|
box-shadow: inset 0 -2px 0 0 #CE93D8;
|
6951
6737
|
}
|
6952
|
-
|
6953
6738
|
.p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
|
6954
6739
|
background-image: none;
|
6955
6740
|
background: transparent;
|
@@ -6960,17 +6745,15 @@
|
|
6960
6745
|
.p-dropdown:not(.p-disabled).p-focus {
|
6961
6746
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
6962
6747
|
}
|
6963
|
-
|
6964
6748
|
.p-dropdown-item .p-ink {
|
6965
6749
|
background-color: rgba(206, 147, 216, 0.16);
|
6966
6750
|
}
|
6967
|
-
|
6968
6751
|
.p-input-filled .p-dropdown {
|
6969
6752
|
border-bottom-left-radius: 0;
|
6970
6753
|
border-bottom-right-radius: 0;
|
6971
6754
|
border: 1px solid transparent;
|
6972
|
-
background:
|
6973
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6755
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
6756
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
6974
6757
|
background-size: 0 2px, 100% 1px;
|
6975
6758
|
background-position: 50% 100%, 50% 100%;
|
6976
6759
|
background-origin: border-box;
|
@@ -6980,13 +6763,13 @@
|
|
6980
6763
|
background-color: transparent;
|
6981
6764
|
}
|
6982
6765
|
.p-input-filled .p-dropdown:not(.p-disabled):hover {
|
6983
|
-
background-color:
|
6766
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
6984
6767
|
border-color: transparent;
|
6985
6768
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
6986
6769
|
}
|
6987
6770
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus {
|
6988
6771
|
box-shadow: none;
|
6989
|
-
background-color:
|
6772
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
6990
6773
|
border-color: transparent;
|
6991
6774
|
background-size: 100% 2px, 100% 1px;
|
6992
6775
|
}
|
@@ -7008,11 +6791,9 @@
|
|
7008
6791
|
box-shadow: none;
|
7009
6792
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
7010
6793
|
}
|
7011
|
-
|
7012
6794
|
p-dropdown.ng-dirty.ng-invalid .p-dropdown:not(.p-disabled).p-focus {
|
7013
6795
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7014
6796
|
}
|
7015
|
-
|
7016
6797
|
.p-galleria .p-galleria-indicators {
|
7017
6798
|
padding: 1rem;
|
7018
6799
|
}
|
@@ -7024,32 +6805,30 @@
|
|
7024
6805
|
background: rgba(165, 214, 167, 0.68);
|
7025
6806
|
color: #121212;
|
7026
6807
|
}
|
7027
|
-
|
7028
6808
|
.p-inputtext:enabled:focus {
|
7029
6809
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
7030
6810
|
}
|
7031
6811
|
.p-inputtext:enabled:focus.ng-invalid.ng-dirty {
|
7032
6812
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7033
6813
|
}
|
7034
|
-
|
7035
6814
|
.p-input-filled .p-inputtext {
|
7036
6815
|
border-bottom-left-radius: 0;
|
7037
6816
|
border-bottom-right-radius: 0;
|
7038
6817
|
border: 1px solid transparent;
|
7039
|
-
background:
|
7040
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6818
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
6819
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
7041
6820
|
background-size: 0 2px, 100% 1px;
|
7042
6821
|
background-position: 50% 100%, 50% 100%;
|
7043
6822
|
background-origin: border-box;
|
7044
6823
|
}
|
7045
6824
|
.p-input-filled .p-inputtext:enabled:hover {
|
7046
|
-
background-color:
|
6825
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
7047
6826
|
border-color: transparent;
|
7048
6827
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
|
7049
6828
|
}
|
7050
6829
|
.p-input-filled .p-inputtext:enabled:focus {
|
7051
6830
|
box-shadow: none;
|
7052
|
-
background-color:
|
6831
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
7053
6832
|
border-color: transparent;
|
7054
6833
|
background-size: 100% 2px, 100% 1px;
|
7055
6834
|
}
|
@@ -7061,13 +6840,12 @@
|
|
7061
6840
|
box-shadow: none;
|
7062
6841
|
border-color: transparent;
|
7063
6842
|
}
|
7064
|
-
|
7065
6843
|
.p-input-filled .p-inputgroup .p-inputgroup-addon {
|
7066
6844
|
border-bottom-left-radius: 0;
|
7067
6845
|
border-bottom-right-radius: 0;
|
7068
6846
|
border: 1px solid transparent;
|
7069
|
-
background:
|
7070
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6847
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
6848
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
7071
6849
|
background-size: 0 2px, 100% 1px;
|
7072
6850
|
background-position: 50% 100%, 50% 100%;
|
7073
6851
|
background-origin: border-box;
|
@@ -7076,26 +6854,24 @@
|
|
7076
6854
|
border-right-color: transparent;
|
7077
6855
|
}
|
7078
6856
|
.p-input-filled .p-inputgroup-addon:first-child,
|
7079
|
-
.p-input-filled .p-inputgroup button:first-child,
|
7080
|
-
.p-input-filled .p-inputgroup input:first-child {
|
6857
|
+
.p-input-filled .p-inputgroup button:first-child,
|
6858
|
+
.p-input-filled .p-inputgroup input:first-child {
|
7081
6859
|
border-bottom-left-radius: 0;
|
7082
6860
|
}
|
7083
6861
|
.p-input-filled .p-inputgroup .p-float-label:first-child input {
|
7084
6862
|
border-bottom-left-radius: 0;
|
7085
6863
|
}
|
7086
6864
|
.p-input-filled .p-inputgroup-addon:last-child,
|
7087
|
-
.p-input-filled .p-inputgroup button:last-child,
|
7088
|
-
.p-input-filled .p-inputgroup input:last-child {
|
6865
|
+
.p-input-filled .p-inputgroup button:last-child,
|
6866
|
+
.p-input-filled .p-inputgroup input:last-child {
|
7089
6867
|
border-bottom-right-radius: 0;
|
7090
6868
|
}
|
7091
6869
|
.p-input-filled .p-inputgroup .p-float-label:last-child input {
|
7092
6870
|
border-bottom-right-radius: 0;
|
7093
6871
|
}
|
7094
|
-
|
7095
6872
|
p-inputmask.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
7096
6873
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7097
6874
|
}
|
7098
|
-
|
7099
6875
|
.p-input-filled p-inputmask.ng-dirty.ng-invalid .p-inputtext {
|
7100
6876
|
border-color: transparent;
|
7101
6877
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
@@ -7104,11 +6880,9 @@
|
|
7104
6880
|
box-shadow: none;
|
7105
6881
|
border-color: transparent;
|
7106
6882
|
}
|
7107
|
-
|
7108
6883
|
p-inputnumber.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
|
7109
6884
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7110
6885
|
}
|
7111
|
-
|
7112
6886
|
.p-input-filled p-inputnumber.ng-dirty.ng-invalid .p-inputtext {
|
7113
6887
|
border-color: transparent;
|
7114
6888
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
@@ -7117,7 +6891,6 @@
|
|
7117
6891
|
box-shadow: none;
|
7118
6892
|
border-color: transparent;
|
7119
6893
|
}
|
7120
|
-
|
7121
6894
|
.p-inputswitch .p-inputswitch-slider:before {
|
7122
6895
|
transition-property: box-shadow transform;
|
7123
6896
|
box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
@@ -7134,51 +6907,45 @@
|
|
7134
6907
|
.p-inputswitch.p-inputswitch-checked.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before {
|
7135
6908
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
7136
6909
|
}
|
7137
|
-
|
7138
6910
|
.p-fieldset .p-fieldset-legend {
|
7139
6911
|
border: 0 none;
|
7140
6912
|
}
|
7141
6913
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
|
7142
6914
|
background: rgba(255, 255, 255, 0.12);
|
7143
6915
|
}
|
7144
|
-
|
7145
6916
|
.p-float-label input:focus ~ label,
|
7146
|
-
.p-float-label input.p-filled ~ label,
|
7147
|
-
.p-float-label textarea:focus ~ label,
|
7148
|
-
.p-float-label textarea.p-filled ~ label,
|
7149
|
-
.p-float-label .p-inputwrapper-focus ~ label,
|
7150
|
-
.p-float-label .p-inputwrapper-filled ~ label {
|
6917
|
+
.p-float-label input.p-filled ~ label,
|
6918
|
+
.p-float-label textarea:focus ~ label,
|
6919
|
+
.p-float-label textarea.p-filled ~ label,
|
6920
|
+
.p-float-label .p-inputwrapper-focus ~ label,
|
6921
|
+
.p-float-label .p-inputwrapper-filled ~ label {
|
7151
6922
|
top: -0.5rem !important;
|
7152
6923
|
background-color: #1e1e1e;
|
7153
6924
|
padding: 2px 4px;
|
7154
6925
|
margin-left: -4px;
|
7155
6926
|
margin-top: 0;
|
7156
6927
|
}
|
7157
|
-
|
7158
6928
|
.p-float-label textarea ~ label {
|
7159
6929
|
margin-top: 0;
|
7160
6930
|
}
|
7161
|
-
|
7162
6931
|
.p-float-label input:focus ~ label,
|
7163
|
-
.p-float-label .p-inputwrapper-focus ~ label {
|
6932
|
+
.p-float-label .p-inputwrapper-focus ~ label {
|
7164
6933
|
color: #CE93D8;
|
7165
6934
|
}
|
7166
|
-
|
7167
6935
|
.p-input-filled .p-float-label .p-inputtext {
|
7168
6936
|
padding-top: 1.25rem;
|
7169
6937
|
padding-bottom: 0.25rem;
|
7170
6938
|
}
|
7171
6939
|
.p-input-filled .p-float-label input:focus ~ label,
|
7172
|
-
.p-input-filled .p-float-label input.p-filled ~ label,
|
7173
|
-
.p-input-filled .p-float-label textarea:focus ~ label,
|
7174
|
-
.p-input-filled .p-float-label textarea.p-filled ~ label,
|
7175
|
-
.p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
|
7176
|
-
.p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
|
6940
|
+
.p-input-filled .p-float-label input.p-filled ~ label,
|
6941
|
+
.p-input-filled .p-float-label textarea:focus ~ label,
|
6942
|
+
.p-input-filled .p-float-label textarea.p-filled ~ label,
|
6943
|
+
.p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
|
6944
|
+
.p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
|
7177
6945
|
top: 0.25rem !important;
|
7178
6946
|
margin-top: 0;
|
7179
6947
|
background: transparent;
|
7180
6948
|
}
|
7181
|
-
|
7182
6949
|
.p-listbox .p-listbox-list .p-listbox-item .p-ink {
|
7183
6950
|
background-color: rgba(206, 147, 216, 0.16);
|
7184
6951
|
}
|
@@ -7188,25 +6955,21 @@
|
|
7188
6955
|
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
|
7189
6956
|
background: rgba(206, 147, 216, 0.24);
|
7190
6957
|
}
|
7191
|
-
|
7192
6958
|
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7193
6959
|
background: rgba(255, 255, 255, 0.12);
|
7194
6960
|
}
|
7195
6961
|
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7196
6962
|
background: rgba(255, 255, 255, 0.12);
|
7197
6963
|
}
|
7198
|
-
|
7199
6964
|
.p-menu .p-menuitem .p-menuitem-link:focus {
|
7200
6965
|
background: rgba(255, 255, 255, 0.12);
|
7201
6966
|
}
|
7202
|
-
|
7203
6967
|
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7204
6968
|
background: rgba(255, 255, 255, 0.12);
|
7205
6969
|
}
|
7206
6970
|
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7207
6971
|
background: rgba(255, 255, 255, 0.12);
|
7208
6972
|
}
|
7209
|
-
|
7210
6973
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
7211
6974
|
background-image: none;
|
7212
6975
|
background: transparent;
|
@@ -7217,7 +6980,6 @@
|
|
7217
6980
|
.p-multiselect:not(.p-disabled).p-focus {
|
7218
6981
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
7219
6982
|
}
|
7220
|
-
|
7221
6983
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
|
7222
6984
|
background-color: rgba(206, 147, 216, 0.16);
|
7223
6985
|
}
|
@@ -7230,13 +6992,12 @@
|
|
7230
6992
|
.p-multiselect-panel .p-multiselect-close:focus {
|
7231
6993
|
background: rgba(255, 255, 255, 0.12);
|
7232
6994
|
}
|
7233
|
-
|
7234
6995
|
.p-input-filled .p-multiselect {
|
7235
6996
|
border-bottom-left-radius: 0;
|
7236
6997
|
border-bottom-right-radius: 0;
|
7237
6998
|
border: 1px solid transparent;
|
7238
|
-
background:
|
7239
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
6999
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
7000
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
7240
7001
|
background-size: 0 2px, 100% 1px;
|
7241
7002
|
background-position: 50% 100%, 50% 100%;
|
7242
7003
|
background-origin: border-box;
|
@@ -7246,13 +7007,13 @@
|
|
7246
7007
|
background-color: transparent;
|
7247
7008
|
}
|
7248
7009
|
.p-input-filled .p-multiselect:not(.p-disabled):hover {
|
7249
|
-
background-color:
|
7010
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
7250
7011
|
border-color: transparent;
|
7251
7012
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
7252
7013
|
}
|
7253
7014
|
.p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus {
|
7254
7015
|
box-shadow: none;
|
7255
|
-
background-color:
|
7016
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
7256
7017
|
border-color: transparent;
|
7257
7018
|
background-size: 100% 2px, 100% 1px;
|
7258
7019
|
}
|
@@ -7264,13 +7025,11 @@
|
|
7264
7025
|
background-image: none;
|
7265
7026
|
background: transparent;
|
7266
7027
|
}
|
7267
|
-
|
7268
7028
|
.p-float-label .p-multiselect-label .p-multiselect-token {
|
7269
7029
|
padding: 0.25rem 1rem;
|
7270
7030
|
margin-top: 0.25rem;
|
7271
7031
|
margin-bottom: 0.25rem;
|
7272
7032
|
}
|
7273
|
-
|
7274
7033
|
.p-input-filled .p-float-label .p-multiselect .p-multiselect-label {
|
7275
7034
|
padding-top: 1.25rem;
|
7276
7035
|
padding-bottom: 0.25rem;
|
@@ -7299,22 +7058,18 @@
|
|
7299
7058
|
box-shadow: none;
|
7300
7059
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
7301
7060
|
}
|
7302
|
-
|
7303
7061
|
p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
|
7304
7062
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7305
7063
|
}
|
7306
|
-
|
7307
7064
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
7308
7065
|
background: rgba(255, 255, 255, 0.12);
|
7309
7066
|
}
|
7310
7067
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
|
7311
7068
|
background: rgba(206, 147, 216, 0.24);
|
7312
7069
|
}
|
7313
|
-
|
7314
7070
|
.p-overlaypanel .p-overlaypanel-content {
|
7315
7071
|
padding: 1.5rem;
|
7316
7072
|
}
|
7317
|
-
|
7318
7073
|
.p-paginator {
|
7319
7074
|
justify-content: flex-end;
|
7320
7075
|
}
|
@@ -7324,14 +7079,13 @@
|
|
7324
7079
|
.p-paginator .p-paginator-element:focus.p-highlight {
|
7325
7080
|
background: rgba(206, 147, 216, 0.24);
|
7326
7081
|
}
|
7327
|
-
|
7328
7082
|
.p-panel {
|
7329
7083
|
border-radius: 4px;
|
7330
7084
|
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
7331
7085
|
}
|
7332
7086
|
.p-panel .p-panel-header,
|
7333
|
-
.p-panel .p-panel-content,
|
7334
|
-
.p-panel .p-panel-footer {
|
7087
|
+
.p-panel .p-panel-content,
|
7088
|
+
.p-panel .p-panel-footer {
|
7335
7089
|
border: 0 none;
|
7336
7090
|
}
|
7337
7091
|
.p-panel .p-panel-content {
|
@@ -7343,7 +7097,6 @@
|
|
7343
7097
|
.p-panel .p-panel-header-icon:focus {
|
7344
7098
|
background: rgba(255, 255, 255, 0.12);
|
7345
7099
|
}
|
7346
|
-
|
7347
7100
|
.p-panelmenu .p-panelmenu-panel {
|
7348
7101
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
7349
7102
|
margin-bottom: 0;
|
@@ -7379,30 +7132,27 @@
|
|
7379
7132
|
.p-panelmenu .p-panelmenu-panel .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7380
7133
|
background: rgba(255, 255, 255, 0.12);
|
7381
7134
|
}
|
7382
|
-
|
7383
7135
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
7384
7136
|
background: rgba(255, 255, 255, 0.12);
|
7385
7137
|
}
|
7386
7138
|
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
|
7387
7139
|
background: rgba(206, 147, 216, 0.24);
|
7388
7140
|
}
|
7389
|
-
|
7390
7141
|
.p-progressbar {
|
7391
7142
|
border-radius: 0;
|
7392
7143
|
}
|
7393
7144
|
.p-progressbar .p-progressbar-label {
|
7394
7145
|
display: none !important;
|
7395
7146
|
}
|
7396
|
-
|
7397
7147
|
.p-radiobutton {
|
7398
7148
|
border-radius: 50%;
|
7399
7149
|
transition: box-shadow 0.2s;
|
7400
7150
|
}
|
7401
7151
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
7402
|
-
border: 2px solid
|
7152
|
+
border: 2px solid hsla(0, 0%, 100%, 0.7);
|
7403
7153
|
}
|
7404
7154
|
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
|
7405
|
-
border: 2px solid
|
7155
|
+
border: 2px solid hsla(0, 0%, 100%, 0.7);
|
7406
7156
|
}
|
7407
7157
|
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled).p-focus {
|
7408
7158
|
border-color: #CE93D8;
|
@@ -7419,14 +7169,12 @@
|
|
7419
7169
|
.p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled).p-radiobutton-focused {
|
7420
7170
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12);
|
7421
7171
|
}
|
7422
|
-
|
7423
7172
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
7424
7173
|
background-color: #1e1e1e;
|
7425
7174
|
}
|
7426
7175
|
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
|
7427
7176
|
background-color: #1e1e1e;
|
7428
7177
|
}
|
7429
|
-
|
7430
7178
|
.p-rating {
|
7431
7179
|
gap: 0;
|
7432
7180
|
}
|
@@ -7448,7 +7196,6 @@
|
|
7448
7196
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item {
|
7449
7197
|
background: rgba(244, 68, 53, 0.04);
|
7450
7198
|
}
|
7451
|
-
|
7452
7199
|
.p-selectbutton .p-button:focus {
|
7453
7200
|
background: #1c1c1c;
|
7454
7201
|
border-color: rgba(255, 255, 255, 0.12);
|
@@ -7457,14 +7204,12 @@
|
|
7457
7204
|
background: #262626;
|
7458
7205
|
border-color: rgba(255, 255, 255, 0.12);
|
7459
7206
|
}
|
7460
|
-
|
7461
7207
|
.p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7462
7208
|
background: rgba(255, 255, 255, 0.12);
|
7463
7209
|
}
|
7464
7210
|
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7465
7211
|
background: rgba(255, 255, 255, 0.12);
|
7466
7212
|
}
|
7467
|
-
|
7468
7213
|
.p-slider .p-slider-handle {
|
7469
7214
|
transition: transform 0.2s, box-shadow 0.2s;
|
7470
7215
|
transform: scale(0.7);
|
@@ -7475,7 +7220,6 @@
|
|
7475
7220
|
.p-slider.p-slider-sliding .p-slider-handle {
|
7476
7221
|
transform: scale(1);
|
7477
7222
|
}
|
7478
|
-
|
7479
7223
|
.p-steps {
|
7480
7224
|
padding: 1rem 0;
|
7481
7225
|
}
|
@@ -7528,7 +7272,6 @@
|
|
7528
7272
|
.p-steps .p-steps-item.p-disabled {
|
7529
7273
|
opacity: 1;
|
7530
7274
|
}
|
7531
|
-
|
7532
7275
|
.p-tabview .p-tabview-nav {
|
7533
7276
|
position: relative;
|
7534
7277
|
}
|
@@ -7551,11 +7294,9 @@
|
|
7551
7294
|
background-color: #CE93D8;
|
7552
7295
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
7553
7296
|
}
|
7554
|
-
|
7555
7297
|
.p-toolbar {
|
7556
7298
|
border: 0 none;
|
7557
7299
|
}
|
7558
|
-
|
7559
7300
|
.p-tooltip .p-tooltip-text {
|
7560
7301
|
box-shadow: none;
|
7561
7302
|
font-size: 0.875rem;
|
@@ -7563,14 +7304,12 @@
|
|
7563
7304
|
.p-tooltip .p-tooltip-arrow {
|
7564
7305
|
display: none;
|
7565
7306
|
}
|
7566
|
-
|
7567
7307
|
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
|
7568
7308
|
background: rgba(255, 255, 255, 0.12);
|
7569
7309
|
}
|
7570
7310
|
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
|
7571
7311
|
background: rgba(255, 255, 255, 0.12);
|
7572
7312
|
}
|
7573
|
-
|
7574
7313
|
.p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
|
7575
7314
|
background-image: none;
|
7576
7315
|
background: transparent;
|
@@ -7581,17 +7320,15 @@
|
|
7581
7320
|
.p-treeselect:not(.p-disabled).p-focus {
|
7582
7321
|
box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
|
7583
7322
|
}
|
7584
|
-
|
7585
7323
|
.p-treeselect-item .p-ink {
|
7586
7324
|
background-color: rgba(206, 147, 216, 0.16);
|
7587
7325
|
}
|
7588
|
-
|
7589
7326
|
.p-input-filled .p-treeselect {
|
7590
7327
|
border-bottom-left-radius: 0;
|
7591
7328
|
border-bottom-right-radius: 0;
|
7592
7329
|
border: 1px solid transparent;
|
7593
|
-
background:
|
7594
|
-
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom,
|
7330
|
+
background: hsla(0, 0%, 100%, 0.06) no-repeat;
|
7331
|
+
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
|
7595
7332
|
background-size: 0 2px, 100% 1px;
|
7596
7333
|
background-position: 50% 100%, 50% 100%;
|
7597
7334
|
background-origin: border-box;
|
@@ -7601,13 +7338,13 @@
|
|
7601
7338
|
background-color: transparent;
|
7602
7339
|
}
|
7603
7340
|
.p-input-filled .p-treeselect:not(.p-disabled):hover {
|
7604
|
-
background-color:
|
7341
|
+
background-color: hsla(0, 0%, 100%, 0.08);
|
7605
7342
|
border-color: transparent;
|
7606
7343
|
background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
|
7607
7344
|
}
|
7608
7345
|
.p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus {
|
7609
7346
|
box-shadow: none;
|
7610
|
-
background-color:
|
7347
|
+
background-color: hsla(0, 0%, 100%, 0.1);
|
7611
7348
|
border-color: transparent;
|
7612
7349
|
background-size: 100% 2px, 100% 1px;
|
7613
7350
|
}
|
@@ -7619,13 +7356,11 @@
|
|
7619
7356
|
background-image: none;
|
7620
7357
|
background: transparent;
|
7621
7358
|
}
|
7622
|
-
|
7623
7359
|
.p-float-label .p-treeselect-label .p-treeselect-token {
|
7624
7360
|
padding: 0.25rem 1rem;
|
7625
7361
|
margin-top: 0.25rem;
|
7626
7362
|
margin-bottom: 0.25rem;
|
7627
7363
|
}
|
7628
|
-
|
7629
7364
|
.p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
|
7630
7365
|
padding-top: 1.25rem;
|
7631
7366
|
padding-bottom: 0.25rem;
|
@@ -7654,18 +7389,18 @@
|
|
7654
7389
|
box-shadow: none;
|
7655
7390
|
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
|
7656
7391
|
}
|
7657
|
-
|
7658
7392
|
.p-treeselect.p-invalid:not(.p-disabled).p-focus {
|
7659
7393
|
box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
|
7660
7394
|
}
|
7661
|
-
|
7662
|
-
|
7395
|
+
.p-tree .p-tree-container .p-treenode {
|
7396
|
+
outline: 0 none;
|
7397
|
+
}
|
7398
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
|
7663
7399
|
background: rgba(255, 255, 255, 0.12);
|
7664
7400
|
}
|
7665
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content
|
7401
|
+
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content.p-highlight {
|
7666
7402
|
background: rgba(206, 147, 216, 0.24);
|
7667
7403
|
}
|
7668
|
-
|
7669
7404
|
.p-treetable .p-sortable-column {
|
7670
7405
|
outline: 0 none;
|
7671
7406
|
}
|
@@ -7678,7 +7413,6 @@
|
|
7678
7413
|
.p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus {
|
7679
7414
|
background-color: rgba(255, 255, 255, 0.03);
|
7680
7415
|
}
|
7681
|
-
|
7682
7416
|
.p-tabmenu .p-tabmenu-nav {
|
7683
7417
|
position: relative;
|
7684
7418
|
}
|
@@ -7703,14 +7437,12 @@
|
|
7703
7437
|
background-color: #CE93D8;
|
7704
7438
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
7705
7439
|
}
|
7706
|
-
|
7707
7440
|
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
|
7708
7441
|
margin: 0.5rem 0;
|
7709
7442
|
}
|
7710
7443
|
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
|
7711
7444
|
margin: 0 0.5rem;
|
7712
7445
|
}
|
7713
|
-
|
7714
7446
|
.p-togglebutton.p-button:focus {
|
7715
7447
|
background: #1c1c1c;
|
7716
7448
|
border-color: rgba(255, 255, 255, 0.12);
|
@@ -7719,7 +7451,6 @@
|
|
7719
7451
|
background: #262626;
|
7720
7452
|
border-color: rgba(255, 255, 255, 0.12);
|
7721
7453
|
}
|
7722
|
-
|
7723
7454
|
.p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus {
|
7724
7455
|
background: rgba(206, 147, 216, 0.12);
|
7725
7456
|
}
|
@@ -7751,47 +7482,54 @@
|
|
7751
7482
|
.p-splitbutton.p-button-raised > .p-button:not(:disabled):focus {
|
7752
7483
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
7753
7484
|
}
|
7754
|
-
|
7755
7485
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus {
|
7756
7486
|
background: rgba(165, 214, 167, 0.12);
|
7757
7487
|
}
|
7758
7488
|
.p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
|
7759
7489
|
background: rgba(165, 214, 167, 0.16);
|
7760
7490
|
}
|
7761
|
-
|
7762
7491
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus {
|
7763
7492
|
background: rgba(144, 202, 249, 0.12);
|
7764
7493
|
}
|
7765
7494
|
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active {
|
7766
7495
|
background: rgba(144, 202, 249, 0.16);
|
7767
7496
|
}
|
7768
|
-
|
7769
7497
|
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus {
|
7770
7498
|
background: rgba(197, 225, 165, 0.12);
|
7771
7499
|
}
|
7772
7500
|
.p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
|
7773
7501
|
background: rgba(197, 225, 165, 0.16);
|
7774
7502
|
}
|
7775
|
-
|
7776
7503
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus {
|
7777
7504
|
background: rgba(255, 245, 157, 0.12);
|
7778
7505
|
}
|
7779
7506
|
.p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
|
7780
7507
|
background: rgba(255, 245, 157, 0.16);
|
7781
7508
|
}
|
7782
|
-
|
7783
7509
|
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus {
|
7784
7510
|
background: rgba(206, 147, 216, 0.12);
|
7785
7511
|
}
|
7786
7512
|
.p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
|
7787
7513
|
background: rgba(206, 147, 216, 0.16);
|
7788
7514
|
}
|
7789
|
-
|
7790
7515
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus {
|
7791
7516
|
background: rgba(239, 154, 154, 0.12);
|
7792
7517
|
}
|
7793
7518
|
.p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
|
7794
7519
|
background: rgba(239, 154, 154, 0.16);
|
7795
7520
|
}
|
7521
|
+
.p-scrollpanel .p-scrollpanel-bar:focus {
|
7522
|
+
box-shadow: 0 0 1px 4px rgba(165, 214, 167, 0.2);
|
7523
|
+
}
|
7524
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
7525
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
7526
|
+
transform: scale(0.7);
|
7527
|
+
}
|
7528
|
+
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus {
|
7529
|
+
box-shadow: 0 0 1px 6px rgba(165, 214, 167, 0.2);
|
7530
|
+
}
|
7531
|
+
.p-splitter .p-splitter-gutter.p-splitter-gutter-resizing .p-splitter-gutter-handle {
|
7532
|
+
transform: scale(1);
|
7533
|
+
}
|
7796
7534
|
}
|
7797
7535
|
/* Customizations to the designer theme should be defined here */
|