From a626dff37a442142aebc33cdcb26973774af79a5 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 29 Jul 2022 02:02:04 +0100 Subject: [PATCH] Update theme.css files --- public/themes/arya-blue/theme.css | 31 +- public/themes/arya-green/theme.css | 31 +- public/themes/arya-orange/theme.css | 31 +- public/themes/arya-purple/theme.css | 31 +- public/themes/bootstrap4-dark-blue/theme.css | 31 +- .../themes/bootstrap4-dark-purple/theme.css | 31 +- public/themes/bootstrap4-light-blue/theme.css | 31 +- .../themes/bootstrap4-light-purple/theme.css | 31 +- public/themes/fluent-light/theme.css | 5837 +---------------- public/themes/lara-dark-blue/theme.css | 31 +- public/themes/lara-dark-indigo/theme.css | 31 +- public/themes/lara-dark-purple/theme.css | 31 +- public/themes/lara-dark-teal/theme.css | 31 +- public/themes/lara-light-blue/theme.css | 31 +- public/themes/lara-light-indigo/theme.css | 31 +- public/themes/lara-light-purple/theme.css | 31 +- public/themes/lara-light-teal/theme.css | 31 +- public/themes/luna-amber/theme.css | 31 +- public/themes/luna-blue/theme.css | 31 +- public/themes/luna-green/theme.css | 31 +- public/themes/luna-pink/theme.css | 31 +- public/themes/md-dark-deeppurple/theme.css | 31 +- public/themes/md-dark-indigo/theme.css | 31 +- public/themes/md-light-deeppurple/theme.css | 31 +- public/themes/md-light-indigo/theme.css | 31 +- public/themes/mdc-dark-deeppurple/theme.css | 31 +- public/themes/mdc-dark-indigo/theme.css | 31 +- public/themes/mdc-light-deeppurple/theme.css | 31 +- public/themes/mdc-light-indigo/theme.css | 31 +- public/themes/nova-accent/theme.css | 31 +- public/themes/nova-alt/theme.css | 31 +- public/themes/nova-vue/theme.css | 31 +- public/themes/nova/theme.css | 31 +- public/themes/rhea/theme.css | 31 +- public/themes/saga-blue/theme.css | 31 +- public/themes/saga-green/theme.css | 31 +- public/themes/saga-orange/theme.css | 31 +- public/themes/saga-purple/theme.css | 31 +- public/themes/tailwind-light/theme.css | 31 +- public/themes/vela-blue/theme.css | 31 +- public/themes/vela-green/theme.css | 31 +- public/themes/vela-orange/theme.css | 31 +- public/themes/vela-purple/theme.css | 31 +- 43 files changed, 1067 insertions(+), 6072 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 21f6df7d3..4718916be 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(100, 181, 246, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(100, 181, 246, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #383838; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(100, 181, 246, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #93cbf9; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(100, 181, 246, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #383838; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #93cbf9; + border-color: #64B5F6; +} .p-listbox.p-invalid { border-color: #ef9a9a; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #93cbf9; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index ab013b4d0..04b03a8ab 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(129, 199, 132, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(129, 199, 132, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #383838; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(129, 199, 132, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #a7d8a9; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(129, 199, 132, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #383838; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #a7d8a9; + border-color: #81C784; +} .p-listbox.p-invalid { border-color: #ef9a9a; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #a7d8a9; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 25bb3a59d..170355ad4 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(255, 213, 79, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(255, 213, 79, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #383838; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(255, 213, 79, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #ffe284; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(255, 213, 79, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #383838; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #ffe284; + border-color: #FFD54F; +} .p-listbox.p-invalid { border-color: #ef9a9a; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #ffe284; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 2229b7e8c..bad9fcf7c 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(186, 104, 200, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(186, 104, 200, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #383838; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(186, 104, 200, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #cf95d9; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(186, 104, 200, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #383838; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #cf95d9; + border-color: #BA68C8; +} .p-listbox.p-invalid { border-color: #ef9a9a; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #cf95d9; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 2750b42a3..082ce385e 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #151515; background: #8dd0ff; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(141, 208, 255, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #687c97; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #151515; background: #8dd0ff; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #e3f3fe; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1209,10 +1212,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(141, 208, 255, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #687c97; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #e3f3fe; + border-color: #8dd0ff; +} .p-listbox.p-invalid { border-color: #f19ea6; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #e3f3fe; } +.p-button .p-button-label { + transition-duration: 0.15s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 28a833021..43369bb1a 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #151515; background: #c298d8; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(194, 152, 216, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #687c97; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #151515; background: #c298d8; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #f0e6f5; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1209,10 +1212,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(194, 152, 216, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #687c97; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #f0e6f5; + border-color: #c298d8; +} .p-listbox.p-invalid { border-color: #f19ea6; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #f0e6f5; } +.p-button .p-button-label { + transition-duration: 0.15s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 7ede1d15b..a04e5beb5 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #ffffff; background: #007bff; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(0, 123, 255, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #212529; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #212529; background: #e9ecef; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #ffffff; background: #007bff; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5); -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1209,10 +1212,23 @@ color: #212529; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(0, 123, 255, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #212529; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #212529; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); + border-color: #007bff; +} .p-listbox.p-invalid { border-color: #dc3545; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } +.p-button .p-button-label { + transition-duration: 0.15s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 8cf12df26..dc7ceabcc 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #ffffff; background: #883cae; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(136, 60, 174, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #212529; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #212529; background: #e9ecef; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #ffffff; background: #883cae; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5); -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1209,10 +1212,23 @@ color: #212529; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(136, 60, 174, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #212529; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #212529; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5); + border-color: #883cae; +} .p-listbox.p-invalid { border-color: #dc3545; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5); } +.p-button .p-button-label { + transition-duration: 0.15s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index c904d1939..09aa3a081 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -1,5822 +1,19 @@ -:root { - --surface-a:#ffffff; - --surface-b:#faf9f8; - --surface-c:#f3f2f1; - --surface-d:#edebe9; - --surface-e:#ffffff; - --surface-f:#ffffff; - --text-color:#323130; - --text-color-secondary:#605e5c; - --primary-color:#0078d4; - --primary-color-text:#ffffff; - --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; - --surface-0: #ffffff; - --surface-50: #f3f2f1; - --surface-100: #e1dfdd; - --surface-200: #bebbb8; - --surface-300: #a19f9d; - --surface-400: #797775; - --surface-500: #484644; - --surface-600: #323130; - --surface-700: #252423; - --surface-800: #1b1a19; - --surface-900: #11100f; - --gray-50: #f3f2f1; - --gray-100: #e1dfdd; - --gray-200: #bebbb8; - --gray-300: #a19f9d; - --gray-400: #797775; - --gray-500: #484644; - --gray-600: #323130; - --gray-700: #252423; - --gray-800: #1b1a19; - --gray-900: #11100f; - --content-padding:1rem; - --inline-spacing:0.5rem; - --border-radius:2px; - --surface-ground:#faf9f8; - --surface-section:#ffffff; - --surface-card:#ffffff; - --surface-overlay:#ffffff; - --surface-border:#edebe9; - --surface-hover:#f3f2f1; - --focus-ring: inset 0 0 0 1px #605e5c; - --maskbg: rgba(0, 0, 0, 0.4); - color-scheme: light; -} - -* { - box-sizing: border-box; -} - -.p-component { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-size: 1rem; - font-weight: normal; -} - -.p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); - transition-duration: 0.2s; -} - -.p-disabled, .p-component:disabled { - opacity: 0.6; -} - -.p-error { - color: #a4252c; -} - -.p-text-secondary { - color: #605e5c; -} - -.pi { - font-size: 1rem; -} - -.p-link { - font-size: 1rem; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 2px; -} -.p-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} - -.p-component-overlay-enter { - animation: p-component-overlay-enter-animation 150ms forwards; -} - -.p-component-overlay-leave { - animation: p-component-overlay-leave-animation 150ms forwards; -} - -@keyframes p-component-overlay-enter-animation { - from { - background-color: transparent; - } - to { - background-color: var(--maskbg); - } -} -@keyframes p-component-overlay-leave-animation { - from { - background-color: var(--maskbg); - } - to { - background-color: transparent; - } -} - -:root { - --blue-50:#f3f8fc; - --blue-100:#c6dcef; - --blue-200:#98c1e3; - --blue-300:#6ba5d7; - --blue-400:#3d8aca; - --blue-500:#106ebe; - --blue-600:#0e5ea2; - --blue-700:#0b4d85; - --blue-800:#093d69; - --blue-900:#062c4c; - --green-50:#f7fbf3; - --green-100:#d9eac4; - --green-200:#bbda96; - --green-300:#9cca67; - --green-400:#7eb939; - --green-500:#60a90a; - --green-600:#529009; - --green-700:#437607; - --green-800:#355d06; - --green-900:#264404; - --yellow-50:#fffcf2; - --yellow-100:#ffeec2; - --yellow-200:#ffe191; - --yellow-300:#ffd461; - --yellow-400:#ffc630; - --yellow-500:#ffb900; - --yellow-600:#d99d00; - --yellow-700:#b38200; - --yellow-800:#8c6600; - --yellow-900:#664a00; - --cyan-50:#f2fbfc; - --cyan-100:#c2eef1; - --cyan-200:#91e0e5; - --cyan-300:#61d2da; - --cyan-400:#30c5ce; - --cyan-500:#00b7c3; - --cyan-600:#009ca6; - --cyan-700:#008089; - --cyan-800:#00656b; - --cyan-900:#00494e; - --pink-50:#fef2f9; - --pink-100:#f8c2e3; - --pink-200:#f391ce; - --pink-300:#ee61b8; - --pink-400:#e830a2; - --pink-500:#e3008c; - --pink-600:#c10077; - --pink-700:#9f0062; - --pink-800:#7d004d; - --pink-900:#5b0038; - --indigo-50:#f5f6fc; - --indigo-100:#cdd3f1; - --indigo-200:#a5b0e6; - --indigo-300:#7d8edc; - --indigo-400:#566bd1; - --indigo-500:#2e48c6; - --indigo-600:#273da8; - --indigo-700:#20328b; - --indigo-800:#19286d; - --indigo-900:#121d4f; - --teal-50:#f2f9f8; - --teal-100:#c2e1dd; - --teal-200:#91c9c2; - --teal-300:#61b2a8; - --teal-400:#309a8d; - --teal-500:#008272; - --teal-600:#006f61; - --teal-700:#005b50; - --teal-800:#00483f; - --teal-900:#00342e; - --orange-50:#fdf7f2; - --orange-100:#f5d8c2; - --orange-200:#edb991; - --orange-300:#e49a61; - --orange-400:#dc7b30; - --orange-500:#d45c00; - --orange-600:#b44e00; - --orange-700:#944000; - --orange-800:#753300; - --orange-900:#552500; - --bluegray-50:#f8f9fb; - --bluegray-100:#dee4ed; - --bluegray-200:#c4cfe0; - --bluegray-300:#a9bad2; - --bluegray-400:#8fa4c4; - --bluegray-500:#758fb6; - --bluegray-600:#637a9b; - --bluegray-700:#52647f; - --bluegray-800:#404f64; - --bluegray-900:#2f3949; - --purple-50:#f9f8fd; - --purple-100:#e1dff7; - --purple-200:#cac5f1; - --purple-300:#b2abeb; - --purple-400:#9b92e4; - --purple-500:#8378de; - --purple-600:#6f66bd; - --purple-700:#5c549b; - --purple-800:#48427a; - --purple-900:#343059; - --red-50:#fdf5f5; - --red-100:#f4cecf; - --red-200:#eba8a9; - --red-300:#e28184; - --red-400:#da5b5e; - --red-500:#d13438; - --red-600:#b22c30; - --red-700:#922427; - --red-800:#731d1f; - --red-900:#541516; - --primary-50:#f2f8fd; - --primary-100:#c2dff5; - --primary-200:#91c5ed; - --primary-300:#61abe4; - --primary-400:#3092dc; - --primary-500:#0078d4; - --primary-600:#0066b4; - --primary-700:#005494; - --primary-800:#004275; - --primary-900:#003055; -} - -.p-autocomplete .p-autocomplete-loader { - right: 0.5rem; -} -.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 2.857rem; -} -.p-autocomplete .p-autocomplete-multiple-container { - padding: 0.25rem 0.5rem; -} -.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #323130; -} -.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.25rem 0; -} -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-size: 1rem; - color: #323130; - padding: 0; - margin: 0; -} -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.25rem 0.5rem; - margin-right: 0.5rem; - background: #edebe9; - color: #323130; - border-radius: 16px; -} -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { - margin-left: 0.5rem; -} -.p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #a4252c; -} - -.p-autocomplete-panel { - background: #ffffff; - color: #323130; - border: 0 none; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; -} -.p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { - margin: 0; - padding: 0.75rem 0.5rem; - border: 1px solid transparent; - color: #323130; - background: transparent; - transition: box-shadow 0.2s; - border-radius: 0; -} -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: #323130; - background: #f3f2f1; -} -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #323130; - background: #edebe9; -} -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { - margin: 0; - padding: 0.75rem 0.5rem; - color: #0078d4; - background: #ffffff; - font-weight: 600; -} - -.p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #a4252c; -} - -.p-datepicker { - padding: 0.75rem; - background: #ffffff; - color: #323130; - border: 1px solid #605e5c; - border-radius: 2px; -} -.p-datepicker:not(.p-datepicker-inline) { - background: #ffffff; - border: 0 none; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; -} -.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #ffffff; -} -.p-datepicker .p-datepicker-header { - padding: 0 0.5rem 0.5rem 0.5rem; - color: #323130; - background: #ffffff; - font-weight: 600; - margin: 0; - border-bottom: 0 none; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-datepicker .p-datepicker-header .p-datepicker-prev, -.p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, -.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-datepicker .p-datepicker-header .p-datepicker-prev:focus, -.p-datepicker .p-datepicker-header .p-datepicker-next:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2rem; -} -.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, -.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: #323130; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - font-weight: 600; - padding: 0.5rem; -} -.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, -.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #0078d4; -} -.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - margin-right: 0.5rem; -} -.p-datepicker table { - font-size: 1rem; - margin: 0; -} -.p-datepicker table th { - padding: 0.5rem; -} -.p-datepicker table th > span { - width: 2rem; - height: 2rem; -} -.p-datepicker table td { - padding: 1px; -} -.p-datepicker table td > span { - width: 2rem; - height: 2rem; - border-radius: 2px; - transition: box-shadow 0.2s; - border: 0 none; -} -.p-datepicker table td > span.p-highlight { - color: #323130; - background: #edebe9; -} -.p-datepicker table td > span:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-datepicker table td.p-datepicker-today > span { - background: #0078d4; - color: #ffffff; - border-color: transparent; -} -.p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #323130; - background: #edebe9; -} -.p-datepicker .p-datepicker-buttonbar { - padding: 1rem 0; - border-top: 1px solid #edebe9; -} -.p-datepicker .p-datepicker-buttonbar .p-button { - width: auto; -} -.p-datepicker .p-timepicker { - border-top: 1px solid #edebe9; - padding: 0.5rem; -} -.p-datepicker .p-timepicker button { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-datepicker .p-timepicker button:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-datepicker .p-timepicker button:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-datepicker .p-timepicker button:last-child { - margin-top: 0.2em; -} -.p-datepicker .p-timepicker span { - font-size: 1.25rem; -} -.p-datepicker .p-timepicker > div { - padding: 0 0.5rem; -} -.p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -.p-datepicker .p-monthpicker { - margin: 0; -} -.p-datepicker .p-monthpicker .p-monthpicker-month { - padding: 1px; - transition: box-shadow 0.2s; - border-radius: 2px; -} -.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #323130; - background: #edebe9; -} -.p-datepicker .p-yearpicker { - margin: 0; -} -.p-datepicker .p-yearpicker .p-yearpicker-year { - padding: 1px; - transition: box-shadow 0.2s; - border-radius: 2px; -} -.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #323130; - background: #edebe9; -} -.p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid #edebe9; - padding-right: 0.75rem; - padding-left: 0.75rem; - padding-top: 0; - padding-bottom: 0; -} -.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; - border-left: 0 none; -} -.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; -} -.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: #f3f2f1; -} -.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: #f3f2f1; -} -.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: #f3f2f1; -} -.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} - -@media screen and (max-width: 769px) { - .p-datepicker table th, .p-datepicker table td { - padding: 0; - } -} -.p-cascadeselect { - background: #ffffff; - border: 1px solid #605e5c; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; -} -.p-cascadeselect:not(.p-disabled):hover { - border-color: #323130; -} -.p-cascadeselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-cascadeselect .p-cascadeselect-label { - background: transparent; - border: 0 none; - padding: 0.5rem 0.5rem; -} -.p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: #605e5c; -} -.p-cascadeselect .p-cascadeselect-label:enabled:focus { - outline: 0 none; - box-shadow: none; -} -.p-cascadeselect .p-cascadeselect-trigger { - background: transparent; - color: #605e5c; - width: 2.357rem; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.p-cascadeselect.p-invalid.p-component { - border-color: #a4252c; -} - -.p-cascadeselect-panel { - background: #ffffff; - color: #323130; - border: 0 none; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; -} -.p-cascadeselect-panel .p-cascadeselect-items { - padding: 0; -} -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { - margin: 0; - border: 1px solid transparent; - color: #323130; - background: transparent; - transition: box-shadow 0.2s; - border-radius: 0; -} -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 0.75rem 0.5rem; -} -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #323130; - background: #edebe9; -} -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #323130; - background: #f3f2f1; -} -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { - font-size: 0.875rem; -} - -.p-input-filled .p-cascadeselect { - background: #faf9f8; -} -.p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: #faf9f8; -} -.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus { - background-color: #faf9f8; -} - -.p-checkbox { - width: 20px; - height: 20px; -} -.p-checkbox .p-checkbox-box { - border: 1px solid #605e5c; - background: #ffffff; - width: 20px; - height: 20px; - color: #323130; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.p-checkbox .p-checkbox-box .p-checkbox-icon { - transition-duration: 0.2s; - color: #ffffff; - font-size: 14px; -} -.p-checkbox .p-checkbox-box.p-highlight { - border-color: #0078d4; - background: #0078d4; -} -.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { - border-color: #323130; -} -.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - border-color: #005a9e; - background: #005a9e; - color: #ffffff; -} -.p-checkbox.p-invalid > .p-checkbox-box { - border-color: #a4252c; -} - -.p-input-filled .p-checkbox .p-checkbox-box { - background-color: #faf9f8; -} -.p-input-filled .p-checkbox .p-checkbox-box.p-highlight { - background: #0078d4; -} -.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { - background-color: #faf9f8; -} -.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - background: #005a9e; -} - -.p-chips .p-chips-multiple-container { - padding: 0.25rem 0.5rem; -} -.p-chips .p-chips-multiple-container:not(.p-disabled):hover { - border-color: #323130; -} -.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.25rem 0.5rem; - margin-right: 0.5rem; - background: #edebe9; - color: #323130; - border-radius: 16px; -} -.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { - margin-left: 0.5rem; -} -.p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.25rem 0; -} -.p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-size: 1rem; - color: #323130; - padding: 0; - margin: 0; -} -.p-chips.p-invalid.p-component > .p-inputtext { - border-color: #a4252c; -} - -.p-colorpicker-preview { - width: 2rem; - height: 2rem; -} - -.p-colorpicker-panel { - background: #323232; - border: 1px solid #191919; -} -.p-colorpicker-panel .p-colorpicker-color-handle, -.p-colorpicker-panel .p-colorpicker-hue-handle { - border-color: #ffffff; -} - -.p-colorpicker-overlay-panel { - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; -} - -.p-dropdown { - background: #ffffff; - border: 1px solid #605e5c; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; -} -.p-dropdown:not(.p-disabled):hover { - border-color: #323130; -} -.p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 1.5rem; -} -.p-dropdown .p-dropdown-label { - background: transparent; - border: 0 none; -} -.p-dropdown .p-dropdown-label.p-placeholder { - color: #605e5c; -} -.p-dropdown .p-dropdown-label:enabled:focus { - outline: 0 none; - box-shadow: none; -} -.p-dropdown .p-dropdown-trigger { - background: transparent; - color: #605e5c; - width: 2.357rem; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.p-dropdown .p-dropdown-clear-icon { - color: #605e5c; - right: 2.357rem; -} -.p-dropdown.p-invalid.p-component { - border-color: #a4252c; -} - -.p-dropdown-panel { - background: #ffffff; - color: #323130; - border: 0 none; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; -} -.p-dropdown-panel .p-dropdown-header { - padding: 0.75rem 0.5rem; - border-bottom: 1px solid #edebe9; - color: #323130; - background: #ffffff; - margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 1.5rem; - margin-right: -1.5rem; -} -.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 0.5rem; - color: #605e5c; -} -.p-dropdown-panel .p-dropdown-items { - padding: 0; -} -.p-dropdown-panel .p-dropdown-items .p-dropdown-item { - margin: 0; - padding: 0.75rem 0.5rem; - border: 1px solid transparent; - color: #323130; - background: transparent; - transition: box-shadow 0.2s; - border-radius: 0; -} -.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #323130; - background: #edebe9; -} -.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { - color: #323130; - background: #f3f2f1; -} -.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.75rem 0.5rem; - color: #0078d4; - background: #ffffff; - font-weight: 600; -} -.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 0.75rem 0.5rem; - color: #323130; - background: transparent; -} - -.p-input-filled .p-dropdown { - background: #faf9f8; -} -.p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: #faf9f8; -} -.p-input-filled .p-dropdown:not(.p-disabled).p-focus { - background-color: #faf9f8; -} -.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext { - background-color: transparent; -} - -.p-editor-container .p-editor-toolbar { - background: #faf9f8; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid #a19f9d; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: #605e5c; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: #605e5c; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { - border: 0 none; - color: #605e5c; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: #323130; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: #323130; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: #323130; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: #323130; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: #323130; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: #323130; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #ffffff; - border: 0 none; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; - border-radius: 2px; - padding: 0; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: #323130; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: #323130; - background: #f3f2f1; -} -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 0.75rem 0.5rem; -} -.p-editor-container .p-editor-content { - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-editor-container .p-editor-content.ql-snow { - border: 1px solid #a19f9d; -} -.p-editor-container .p-editor-content .ql-editor { - background: #ffffff; - color: #323130; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-editor-container .ql-snow.ql-toolbar button:hover, -.p-editor-container .ql-snow.ql-toolbar button:focus { - color: #323130; -} -.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: #323130; -} -.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, -.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: #323130; -} -.p-editor-container .ql-snow.ql-toolbar button.ql-active, -.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #0078d4; -} -.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #0078d4; -} -.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, -.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, -.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #0078d4; -} -.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, -.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, -.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #0078d4; -} - -.p-inputgroup-addon { - background: #f3f2f1; - color: #605e5c; - border-top: 1px solid #605e5c; - border-left: 1px solid #605e5c; - border-bottom: 1px solid #605e5c; - padding: 0.5rem 0.5rem; - min-width: 2.357rem; -} -.p-inputgroup-addon:last-child { - border-right: 1px solid #605e5c; -} - -.p-inputgroup > .p-component, -.p-inputgroup > .p-inputwrapper > .p-inputtext, -.p-inputgroup > .p-float-label > .p-component { - border-radius: 0; - margin: 0; -} -.p-inputgroup > .p-component + .p-inputgroup-addon, -.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon, -.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon { - border-left: 0 none; -} -.p-inputgroup > .p-component:focus, -.p-inputgroup > .p-inputwrapper > .p-inputtext:focus, -.p-inputgroup > .p-float-label > .p-component:focus { - z-index: 1; -} -.p-inputgroup > .p-component:focus ~ label, -.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label, -.p-inputgroup > .p-float-label > .p-component:focus ~ label { - z-index: 1; -} - -.p-inputgroup-addon:first-child, -.p-inputgroup button:first-child, -.p-inputgroup input:first-child, -.p-inputgroup > .p-inputwrapper:first-child, -.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} - -.p-inputgroup .p-float-label:first-child input { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} - -.p-inputgroup-addon:last-child, -.p-inputgroup button:last-child, -.p-inputgroup input:last-child, -.p-inputgroup > .p-inputwrapper:last-child, -.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} - -.p-inputgroup .p-float-label:last-child input { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} - -.p-fluid .p-inputgroup .p-button { - width: auto; -} -.p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357rem; -} - -.p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #a4252c; -} - -.p-inputswitch { - width: 3rem; - height: 1.75rem; -} -.p-inputswitch .p-inputswitch-slider { - background: #ffffff; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 30px; -} -.p-inputswitch .p-inputswitch-slider:before { - background: #605e5c; - width: 1.25rem; - height: 1.25rem; - left: 0.25rem; - margin-top: -0.625rem; - border-radius: 50%; - transition-duration: 0.2s; -} -.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - transform: translateX(1.25rem); -} -.p-inputswitch.p-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background: #ffffff; -} -.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #0078d4; -} -.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - background: #ffffff; -} -.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background: #005a9e; -} -.p-inputswitch.p-invalid { - border-color: #a4252c; -} - -.p-inputtext { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-size: 1rem; - color: #323130; - background: #ffffff; - padding: 0.5rem 0.5rem; - border: 1px solid #605e5c; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - appearance: none; - border-radius: 2px; -} -.p-inputtext:enabled:hover { - border-color: #323130; -} -.p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-inputtext.p-invalid.p-component { - border-color: #a4252c; -} -.p-inputtext.p-inputtext-sm { - font-size: 0.875rem; - padding: 0.4375rem 0.4375rem; -} -.p-inputtext.p-inputtext-lg { - font-size: 1.25rem; - padding: 0.625rem 0.625rem; -} - -.p-float-label > label { - left: 0.5rem; - color: #605e5c; - transition-duration: 0.2s; -} - -.p-float-label > .p-invalid + label { - color: #a4252c; -} - -.p-input-icon-left > i:first-of-type { - left: 0.5rem; - color: #605e5c; -} - -.p-input-icon-left > .p-inputtext { - padding-left: 2rem; -} - -.p-input-icon-left.p-float-label > label { - left: 2rem; -} - -.p-input-icon-right > i:last-of-type { - right: 0.5rem; - color: #605e5c; -} - -.p-input-icon-right > .p-inputtext { - padding-right: 2rem; -} - -::-webkit-input-placeholder { - color: #605e5c; -} - -:-moz-placeholder { - color: #605e5c; -} - -::-moz-placeholder { - color: #605e5c; -} - -:-ms-input-placeholder { - color: #605e5c; -} - -.p-input-filled .p-inputtext { - background-color: #faf9f8; -} -.p-input-filled .p-inputtext:enabled:hover { - background-color: #faf9f8; -} -.p-input-filled .p-inputtext:enabled:focus { - background-color: #faf9f8; -} - -.p-inputtext-sm .p-inputtext { - font-size: 0.875rem; - padding: 0.4375rem 0.4375rem; -} - -.p-inputtext-lg .p-inputtext { - font-size: 1.25rem; - padding: 0.625rem 0.625rem; -} - -.p-listbox { - background: #ffffff; - color: #323130; - border: 1px solid #605e5c; - border-radius: 2px; -} -.p-listbox .p-listbox-header { - padding: 0.75rem 0.5rem; - border-bottom: 1px solid #edebe9; - color: #323130; - background: #ffffff; - margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 1.5rem; -} -.p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 0.5rem; - color: #605e5c; -} -.p-listbox .p-listbox-list { - padding: 0; -} -.p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.75rem 0.5rem; - border: 1px solid transparent; - color: #323130; - transition: box-shadow 0.2s; - border-radius: 0; -} -.p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #323130; - background: #edebe9; -} -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-listbox .p-listbox-list .p-listbox-item-group { - margin: 0; - padding: 0.75rem 0.5rem; - color: #0078d4; - background: #ffffff; - font-weight: 600; -} -.p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 0.75rem 0.5rem; - color: #323130; - background: transparent; -} -.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #323130; - background: #f3f2f1; -} -.p-listbox.p-invalid { - border-color: #a4252c; -} - -.p-multiselect { - background: #ffffff; - border: 1px solid #605e5c; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; -} -.p-multiselect:not(.p-disabled):hover { - border-color: #323130; -} -.p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-multiselect .p-multiselect-label { - padding: 0.5rem 0.5rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.p-multiselect .p-multiselect-label.p-placeholder { - color: #605e5c; -} -.p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.25rem 0.5rem; - margin-right: 0.5rem; - background: #edebe9; - color: #323130; - border-radius: 16px; -} -.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { - margin-left: 0.5rem; -} -.p-multiselect .p-multiselect-trigger { - background: transparent; - color: #605e5c; - width: 2.357rem; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.p-multiselect.p-invalid.p-component { - border-color: #a4252c; -} - -.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.25rem 0.5rem; -} - -.p-multiselect-panel { - background: #ffffff; - color: #323130; - border: 0 none; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; -} -.p-multiselect-panel .p-multiselect-header { - padding: 0.75rem 0.5rem; - border-bottom: 1px solid #edebe9; - color: #323130; - background: #ffffff; - margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 1.5rem; -} -.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 0.5rem; - color: #605e5c; -} -.p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5rem; -} -.p-multiselect-panel .p-multiselect-header .p-multiselect-close { - margin-left: 0.5rem; - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-multiselect-panel .p-multiselect-items { - padding: 0; -} -.p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.75rem 0.5rem; - border: 1px solid transparent; - color: #323130; - background: transparent; - transition: box-shadow 0.2s; - border-radius: 0; -} -.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #323130; - background: #edebe9; -} -.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #323130; - background: #f3f2f1; -} -.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - margin-right: 0.5rem; -} -.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { - margin: 0; - padding: 0.75rem 0.5rem; - color: #0078d4; - background: #ffffff; - font-weight: 600; -} -.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 0.75rem 0.5rem; - color: #323130; - background: transparent; -} - -.p-input-filled .p-multiselect { - background: #faf9f8; -} -.p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: #faf9f8; -} -.p-input-filled .p-multiselect:not(.p-disabled).p-focus { - background-color: #faf9f8; -} - -.p-password.p-invalid.p-component > .p-inputtext { - border-color: #a4252c; -} - -.p-password-panel { - padding: 1rem; - background: #ffffff; - color: #323130; - border: 0 none; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; - border-radius: 2px; -} -.p-password-panel .p-password-meter { - margin-bottom: 0.5rem; - background: #edebe9; -} -.p-password-panel .p-password-meter .p-password-strength.weak { - background: #d13438; -} -.p-password-panel .p-password-meter .p-password-strength.medium { - background: #ffaa44; -} -.p-password-panel .p-password-meter .p-password-strength.strong { - background: #498205; -} - -.p-radiobutton { - width: 20px; - height: 20px; -} -.p-radiobutton .p-radiobutton-box { - border: 1px solid #605e5c; - background: #ffffff; - width: 20px; - height: 20px; - color: #323130; - border-radius: 50%; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #323130; -} -.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 12px; - height: 12px; - transition-duration: 0.2s; - background-color: #0078d4; -} -.p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #0078d4; - background: #ffffff; -} -.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #005a9e; - background: #ffffff; - color: #005a9e; -} -.p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #a4252c; -} -.p-radiobutton:focus { - outline: 0 none; -} - -.p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #faf9f8; -} -.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover { - background-color: #faf9f8; -} -.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight { - background: #ffffff; -} -.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - background: #ffffff; -} - -.p-rating .p-rating-icon { - color: #323130; - margin-left: 0.5rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - font-size: 1.143rem; -} -.p-rating .p-rating-icon.p-rating-cancel { - color: #a4252c; -} -.p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-rating .p-rating-icon:first-child { - margin-left: 0; -} -.p-rating .p-rating-icon.pi-star-fill { - color: #323130; -} -.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { - color: #0078d4; -} -.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #a4252c; -} - -.p-selectbutton .p-button { - background: #ffffff; - border: 1px solid #605e5c; - color: #323130; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.p-selectbutton .p-button .p-button-icon-left, -.p-selectbutton .p-button .p-button-icon-right { - color: #605e5c; -} -.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #f3f2f1; - border-color: #605e5c; - color: #323130; -} -.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, -.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: #605e5c; -} -.p-selectbutton .p-button.p-highlight { - background: #edebe9; - border-color: #605e5c; - color: #323130; -} -.p-selectbutton .p-button.p-highlight .p-button-icon-left, -.p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: #323130; -} -.p-selectbutton .p-button.p-highlight:hover { - background: #edebe9; - border-color: #605e5c; - color: #323130; -} -.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, -.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: #323130; -} -.p-selectbutton.p-invalid > .p-button { - border-color: #a4252c; -} - -.p-slider { - background: #c8c6c4; - border: 0 none; - border-radius: 2px; -} -.p-slider.p-slider-horizontal { - height: 4px; -} -.p-slider.p-slider-horizontal .p-slider-handle { - margin-top: -8px; - margin-left: -8px; -} -.p-slider.p-slider-vertical { - width: 4px; -} -.p-slider.p-slider-vertical .p-slider-handle { - margin-left: -8px; - margin-bottom: -8px; -} -.p-slider .p-slider-handle { - height: 16px; - width: 16px; - background: #ffffff; - border: 2px solid #605e5c; - border-radius: 50%; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-slider .p-slider-range { - background: #605e5c; -} -.p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #ffffff; - border-color: #005a9e; -} - -.p-treeselect { - background: #ffffff; - border: 1px solid #605e5c; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; -} -.p-treeselect:not(.p-disabled):hover { - border-color: #323130; -} -.p-treeselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - border-color: #0078d4; -} -.p-treeselect .p-treeselect-label { - padding: 0.5rem 0.5rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.p-treeselect .p-treeselect-label.p-placeholder { - color: #605e5c; -} -.p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.25rem 0.5rem; - margin-right: 0.5rem; - background: #edebe9; - color: #323130; - border-radius: 16px; -} -.p-treeselect .p-treeselect-trigger { - background: transparent; - color: #605e5c; - width: 2.357rem; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.p-treeselect.p-invalid.p-component { - border-color: #a4252c; -} - -.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.25rem 0.5rem; -} - -.p-treeselect-panel { - background: #ffffff; - color: #323130; - border: 0 none; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; -} -.p-treeselect-panel .p-treeselect-items-wrapper .p-tree { - border: 0 none; -} -.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 0.75rem 0.5rem; - color: #323130; - background: transparent; -} - -.p-input-filled .p-treeselect { - background: #faf9f8; -} -.p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #faf9f8; -} -.p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: #faf9f8; -} - -.p-togglebutton.p-button { - background: #ffffff; - border: 1px solid #605e5c; - color: #323130; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.p-togglebutton.p-button .p-button-icon-left, -.p-togglebutton.p-button .p-button-icon-right { - color: #605e5c; -} -.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover { - background: #f3f2f1; - border-color: #605e5c; - color: #323130; -} -.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, -.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: #605e5c; -} -.p-togglebutton.p-button.p-highlight { - background: #edebe9; - border-color: #605e5c; - color: #323130; -} -.p-togglebutton.p-button.p-highlight .p-button-icon-left, -.p-togglebutton.p-button.p-highlight .p-button-icon-right { - color: #323130; -} -.p-togglebutton.p-button.p-highlight:hover { - background: #edebe9; - border-color: #605e5c; - color: #323130; -} -.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, -.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right { - color: #323130; -} -.p-togglebutton.p-button.p-invalid > .p-button { - border-color: #a4252c; -} - -.p-button { - color: #ffffff; - background: #0078d4; - border: 1px solid #0078d4; - padding: 0.5rem 1rem; - font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; -} -.p-button:enabled:hover { - background: #106ebe; - color: #ffffff; - border-color: #106ebe; -} -.p-button:enabled:active { - background: #005a9e; - color: #ffffff; - border-color: #005a9e; -} -.p-button.p-button-outlined { - background-color: transparent; - color: #0078d4; - border: 1px solid; -} -.p-button.p-button-outlined:enabled:hover { - background: rgba(0, 120, 212, 0.04); - color: #0078d4; - border: 1px solid; -} -.p-button.p-button-outlined:enabled:active { - background: rgba(0, 120, 212, 0.16); - color: #0078d4; - border: 1px solid; -} -.p-button.p-button-outlined.p-button-plain { - color: #605e5c; - border-color: #605e5c; -} -.p-button.p-button-outlined.p-button-plain:enabled:hover { - background: #f3f2f1; - color: #605e5c; -} -.p-button.p-button-outlined.p-button-plain:enabled:active { - background: #edebe9; - color: #605e5c; -} -.p-button.p-button-text { - background-color: transparent; - color: #0078d4; - border-color: transparent; -} -.p-button.p-button-text:enabled:hover { - background: rgba(0, 120, 212, 0.04); - color: #0078d4; - border-color: transparent; -} -.p-button.p-button-text:enabled:active { - background: rgba(0, 120, 212, 0.16); - color: #0078d4; - border-color: transparent; -} -.p-button.p-button-text.p-button-plain { - color: #605e5c; -} -.p-button.p-button-text.p-button-plain:enabled:hover { - background: #f3f2f1; - color: #605e5c; -} -.p-button.p-button-text.p-button-plain:enabled:active { - background: #edebe9; - color: #605e5c; -} -.p-button:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-button .p-button-icon-left { - margin-right: 0.5rem; -} -.p-button .p-button-icon-right { - margin-left: 0.5rem; -} -.p-button .p-button-icon-bottom { - margin-top: 0.5rem; -} -.p-button .p-button-icon-top { - margin-bottom: 0.5rem; -} -.p-button .p-badge { - margin-left: 0.5rem; - min-width: 1rem; - height: 1rem; - line-height: 1rem; - color: #0078d4; - background-color: #ffffff; -} -.p-button.p-button-raised { - 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); -} -.p-button.p-button-rounded { - border-radius: 2rem; -} -.p-button.p-button-icon-only { - width: 2.357rem; - padding: 0.5rem 0; -} -.p-button.p-button-icon-only .p-button-icon-left, -.p-button.p-button-icon-only .p-button-icon-right { - margin: 0; -} -.p-button.p-button-icon-only.p-button-rounded { - border-radius: 50%; - height: 2.357rem; -} -.p-button.p-button-sm { - font-size: 0.875rem; - padding: 0.4375rem 0.875rem; -} -.p-button.p-button-sm .p-button-icon { - font-size: 0.875rem; -} -.p-button.p-button-lg { - font-size: 1.25rem; - padding: 0.625rem 1.25rem; -} -.p-button.p-button-lg .p-button-icon { - font-size: 1.25rem; -} -.p-button.p-button-loading-label-only .p-button-label { - margin-left: 0.5rem; -} -.p-button.p-button-loading-label-only .p-button-loading-icon { - margin-right: 0; -} - -.p-fluid .p-button { - width: 100%; -} -.p-fluid .p-button-icon-only { - width: 2.357rem; -} -.p-fluid .p-buttonset { - display: flex; -} -.p-fluid .p-buttonset .p-button { - flex: 1; -} - -.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button { - color: #ffffff; - background: #d45c00; - border: 1px solid #d45c00; -} -.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover { - background: #bf5300; - color: #ffffff; - border-color: #bf5300; -} -.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 { - box-shadow: 0 0 0 0.2rem #ffbc88; -} -.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active { - background: #aa4a00; - color: #ffffff; - border-color: #aa4a00; -} -.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined { - background-color: transparent; - color: #d45c00; - border: 1px solid; -} -.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover { - background: rgba(212, 92, 0, 0.04); - color: #d45c00; - border: 1px solid; -} -.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active { - background: rgba(212, 92, 0, 0.16); - color: #d45c00; - border: 1px solid; -} -.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text { - background-color: transparent; - color: #d45c00; - border-color: transparent; -} -.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover { - background: rgba(212, 92, 0, 0.04); - border-color: transparent; - color: #d45c00; -} -.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active { - background: rgba(212, 92, 0, 0.16); - border-color: transparent; - color: #d45c00; -} - -.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button { - color: #ffffff; - background: #00b7c3; - border: 1px solid #00b7c3; -} -.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover { - background: #00a5b0; - color: #ffffff; - border-color: #00a5b0; -} -.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 { - box-shadow: 0 0 0 0.2rem #81f7ff; -} -.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active { - background: #00929c; - color: #ffffff; - border-color: #00929c; -} -.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined { - background-color: transparent; - color: #00b7c3; - border: 1px solid; -} -.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover { - background: rgba(0, 183, 195, 0.04); - color: #00b7c3; - border: 1px solid; -} -.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active { - background: rgba(0, 183, 195, 0.16); - color: #00b7c3; - border: 1px solid; -} -.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text { - background-color: transparent; - color: #00b7c3; - border-color: transparent; -} -.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover { - background: rgba(0, 183, 195, 0.04); - border-color: transparent; - color: #00b7c3; -} -.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active { - background: rgba(0, 183, 195, 0.16); - border-color: transparent; - color: #00b7c3; -} - -.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button { - color: #ffffff; - background: #498205; - border: 1px solid #498205; -} -.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover { - background: #427505; - color: #ffffff; - border-color: #427505; -} -.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 { - box-shadow: 0 0 0 0.2rem #baf96f; -} -.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active { - background: #3a6804; - color: #ffffff; - border-color: #3a6804; -} -.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined { - background-color: transparent; - color: #498205; - border: 1px solid; -} -.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover { - background: rgba(73, 130, 5, 0.04); - color: #498205; - border: 1px solid; -} -.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active { - background: rgba(73, 130, 5, 0.16); - color: #498205; - border: 1px solid; -} -.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text { - background-color: transparent; - color: #498205; - border-color: transparent; -} -.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover { - background: rgba(73, 130, 5, 0.04); - border-color: transparent; - color: #498205; -} -.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active { - background: rgba(73, 130, 5, 0.16); - border-color: transparent; - color: #498205; -} - -.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button { - color: #323130; - background: #ffaa44; - border: 1px solid #ffaa44; -} -.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover { - background: #ff9b24; - color: #323130; - border-color: #ff9b24; -} -.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 { - box-shadow: 0 0 0 0.2rem #ffddb4; -} -.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active { - background: #ff8d03; - color: #323130; - border-color: #ff8d03; -} -.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined { - background-color: transparent; - color: #ffaa44; - border: 1px solid; -} -.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover { - background: rgba(255, 170, 68, 0.04); - color: #ffaa44; - border: 1px solid; -} -.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active { - background: rgba(255, 170, 68, 0.16); - color: #ffaa44; - border: 1px solid; -} -.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text { - background-color: transparent; - color: #ffaa44; - border-color: transparent; -} -.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover { - background: rgba(255, 170, 68, 0.04); - border-color: transparent; - color: #ffaa44; -} -.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active { - background: rgba(255, 170, 68, 0.16); - border-color: transparent; - color: #ffaa44; -} - -.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button { - color: #ffffff; - background: #8378de; - border: 1px solid #8378de; -} -.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover { - background: #6a5dd7; - color: #ffffff; - border-color: #6a5dd7; -} -.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 { - box-shadow: 0 0 0 0.2rem #cdc9f2; -} -.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active { - background: #5141d1; - color: #ffffff; - border-color: #5141d1; -} -.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined { - background-color: transparent; - color: #8378de; - border: 1px solid; -} -.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover { - background: rgba(131, 120, 222, 0.04); - color: #8378de; - border: 1px solid; -} -.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active { - background: rgba(131, 120, 222, 0.16); - color: #8378de; - border: 1px solid; -} -.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text { - background-color: transparent; - color: #8378de; - border-color: transparent; -} -.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover { - background: rgba(131, 120, 222, 0.04); - border-color: transparent; - color: #8378de; -} -.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active { - background: rgba(131, 120, 222, 0.16); - border-color: transparent; - color: #8378de; -} - -.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button { - color: #ffffff; - background: #d13438; - border: 1px solid #d13438; -} -.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover { - background: #c02b2f; - color: #ffffff; - border-color: #c02b2f; -} -.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 { - box-shadow: 0 0 0 0.2rem #edaeaf; -} -.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active { - background: #aa272a; - color: #ffffff; - border-color: #aa272a; -} -.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined { - background-color: transparent; - color: #d13438; - border: 1px solid; -} -.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover { - background: rgba(209, 52, 56, 0.04); - color: #d13438; - border: 1px solid; -} -.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active { - background: rgba(209, 52, 56, 0.16); - color: #d13438; - border: 1px solid; -} -.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text { - background-color: transparent; - color: #d13438; - border-color: transparent; -} -.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover { - background: rgba(209, 52, 56, 0.04); - border-color: transparent; - color: #d13438; -} -.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active { - background: rgba(209, 52, 56, 0.16); - border-color: transparent; - color: #d13438; -} - -.p-button.p-button-link { - color: #0078d4; - background: transparent; - border: transparent; -} -.p-button.p-button-link:enabled:hover { - background: transparent; - color: #005a9e; - border-color: transparent; -} -.p-button.p-button-link:enabled:hover .p-button-label { - text-decoration: underline; -} -.p-button.p-button-link:enabled:focus { - background: transparent; - box-shadow: 0 0 0 1px #605e5c; - border-color: transparent; -} -.p-button.p-button-link:enabled:active { - background: transparent; - color: #0078d4; - border-color: transparent; -} - -.p-speeddial-button.p-button.p-button-icon-only { - width: 4rem; - height: 4rem; -} -.p-speeddial-button.p-button.p-button-icon-only .p-button-icon { - font-size: 1.3rem; -} - -.p-speeddial-action { - width: 3rem; - height: 3rem; - background: #323130; - color: #ffffff; -} -.p-speeddial-action:hover { - background: #605e5c; - color: #ffffff; -} - -.p-speeddial-direction-up .p-speeddial-item { - margin: 0.25rem 0; -} -.p-speeddial-direction-up .p-speeddial-item:first-child { - margin-bottom: 0.5rem; -} - -.p-speeddial-direction-down .p-speeddial-item { - margin: 0.25rem 0; -} -.p-speeddial-direction-down .p-speeddial-item:first-child { - margin-top: 0.5rem; -} - -.p-speeddial-direction-left .p-speeddial-item { - margin: 0 0.25rem; -} -.p-speeddial-direction-left .p-speeddial-item:first-child { - margin-right: 0.5rem; -} - -.p-speeddial-direction-right .p-speeddial-item { - margin: 0 0.25rem; -} -.p-speeddial-direction-right .p-speeddial-item:first-child { - margin-left: 0.5rem; -} - -.p-speeddial-circle .p-speeddial-item, -.p-speeddial-semi-circle .p-speeddial-item, -.p-speeddial-quarter-circle .p-speeddial-item { - margin: 0; -} -.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child, -.p-speeddial-semi-circle .p-speeddial-item:first-child, -.p-speeddial-semi-circle .p-speeddial-item:last-child, -.p-speeddial-quarter-circle .p-speeddial-item:first-child, -.p-speeddial-quarter-circle .p-speeddial-item:last-child { - margin: 0; -} - -.p-speeddial-mask { - background-color: rgba(0, 0, 0, 0.4); -} - -.p-splitbutton { - border-radius: 2px; -} -.p-splitbutton.p-button-outlined > .p-button { - background-color: transparent; - color: #0078d4; - border: 1px solid; -} -.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(0, 120, 212, 0.04); - color: #0078d4; -} -.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(0, 120, 212, 0.16); - color: #0078d4; -} -.p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: #605e5c; - border-color: #605e5c; -} -.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover { - background: #f3f2f1; - color: #605e5c; -} -.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active { - background: #edebe9; - color: #605e5c; -} -.p-splitbutton.p-button-text > .p-button { - background-color: transparent; - color: #0078d4; - border-color: transparent; -} -.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(0, 120, 212, 0.04); - color: #0078d4; - border-color: transparent; -} -.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(0, 120, 212, 0.16); - color: #0078d4; - border-color: transparent; -} -.p-splitbutton.p-button-text.p-button-plain > .p-button { - color: #605e5c; -} -.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover { - background: #f3f2f1; - color: #605e5c; -} -.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active { - background: #edebe9; - color: #605e5c; -} -.p-splitbutton.p-button-raised { - 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); -} -.p-splitbutton.p-button-rounded { - border-radius: 2rem; -} -.p-splitbutton.p-button-rounded > .p-button { - border-radius: 2rem; -} -.p-splitbutton.p-button-sm > .p-button { - font-size: 0.875rem; - padding: 0.4375rem 0.875rem; -} -.p-splitbutton.p-button-sm > .p-button .p-button-icon { - font-size: 0.875rem; -} -.p-splitbutton.p-button-lg > .p-button { - font-size: 1.25rem; - padding: 0.625rem 1.25rem; -} -.p-splitbutton.p-button-lg > .p-button .p-button-icon { - font-size: 1.25rem; -} - -.p-splitbutton.p-button-secondary.p-button-outlined > .p-button { - background-color: transparent; - color: #d45c00; - border: 1px solid; -} -.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(212, 92, 0, 0.04); - color: #d45c00; -} -.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(212, 92, 0, 0.16); - color: #d45c00; -} -.p-splitbutton.p-button-secondary.p-button-text > .p-button { - background-color: transparent; - color: #d45c00; - border-color: transparent; -} -.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(212, 92, 0, 0.04); - border-color: transparent; - color: #d45c00; -} -.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(212, 92, 0, 0.16); - border-color: transparent; - color: #d45c00; -} - -.p-splitbutton.p-button-info.p-button-outlined > .p-button { - background-color: transparent; - color: #00b7c3; - border: 1px solid; -} -.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(0, 183, 195, 0.04); - color: #00b7c3; -} -.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(0, 183, 195, 0.16); - color: #00b7c3; -} -.p-splitbutton.p-button-info.p-button-text > .p-button { - background-color: transparent; - color: #00b7c3; - border-color: transparent; -} -.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(0, 183, 195, 0.04); - border-color: transparent; - color: #00b7c3; -} -.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(0, 183, 195, 0.16); - border-color: transparent; - color: #00b7c3; -} - -.p-splitbutton.p-button-success.p-button-outlined > .p-button { - background-color: transparent; - color: #498205; - border: 1px solid; -} -.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(73, 130, 5, 0.04); - color: #498205; -} -.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(73, 130, 5, 0.16); - color: #498205; -} -.p-splitbutton.p-button-success.p-button-text > .p-button { - background-color: transparent; - color: #498205; - border-color: transparent; -} -.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(73, 130, 5, 0.04); - border-color: transparent; - color: #498205; -} -.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(73, 130, 5, 0.16); - border-color: transparent; - color: #498205; -} - -.p-splitbutton.p-button-warning.p-button-outlined > .p-button { - background-color: transparent; - color: #ffaa44; - border: 1px solid; -} -.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(255, 170, 68, 0.04); - color: #ffaa44; -} -.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(255, 170, 68, 0.16); - color: #ffaa44; -} -.p-splitbutton.p-button-warning.p-button-text > .p-button { - background-color: transparent; - color: #ffaa44; - border-color: transparent; -} -.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(255, 170, 68, 0.04); - border-color: transparent; - color: #ffaa44; -} -.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(255, 170, 68, 0.16); - border-color: transparent; - color: #ffaa44; -} - -.p-splitbutton.p-button-help.p-button-outlined > .p-button { - background-color: transparent; - color: #8378de; - border: 1px solid; -} -.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(131, 120, 222, 0.04); - color: #8378de; -} -.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(131, 120, 222, 0.16); - color: #8378de; -} -.p-splitbutton.p-button-help.p-button-text > .p-button { - background-color: transparent; - color: #8378de; - border-color: transparent; -} -.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(131, 120, 222, 0.04); - border-color: transparent; - color: #8378de; -} -.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(131, 120, 222, 0.16); - border-color: transparent; - color: #8378de; -} - -.p-splitbutton.p-button-danger.p-button-outlined > .p-button { - background-color: transparent; - color: #d13438; - border: 1px solid; -} -.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(209, 52, 56, 0.04); - color: #d13438; -} -.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(209, 52, 56, 0.16); - color: #d13438; -} -.p-splitbutton.p-button-danger.p-button-text > .p-button { - background-color: transparent; - color: #d13438; - border-color: transparent; -} -.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { - background: rgba(209, 52, 56, 0.04); - border-color: transparent; - color: #d13438; -} -.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { - background: rgba(209, 52, 56, 0.16); - border-color: transparent; - color: #d13438; -} - -.p-carousel .p-carousel-content .p-carousel-prev, -.p-carousel .p-carousel-content .p-carousel-next { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - margin: 0.5rem; -} -.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, -.p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-carousel .p-carousel-content .p-carousel-prev:focus, -.p-carousel .p-carousel-content .p-carousel-next:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-carousel .p-carousel-indicators { - padding: 1rem; -} -.p-carousel .p-carousel-indicators .p-carousel-indicator { - margin-right: 0.5rem; - margin-bottom: 0.5rem; -} -.p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: #c8c6c4; - width: 2rem; - height: 0.5rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - border-radius: 0; -} -.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: #e1dfdd; -} -.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #edebe9; - color: #323130; -} - -.p-datatable .p-paginator-top { - border-width: 0 0 1px 0; - border-radius: 0; -} -.p-datatable .p-paginator-bottom { - border-width: 0 0 1px 0; - border-radius: 0; -} -.p-datatable .p-datatable-header { - background: #ffffff; - color: #323130; - border: 1px solid #f3f2f1; - border-width: 1px 0 1px 0; - padding: 0.75rem 0.75rem; - font-weight: 600; -} -.p-datatable .p-datatable-footer { - background: #ffffff; - color: #323130; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; - font-weight: 600; -} -.p-datatable .p-datatable-thead > tr > th { - text-align: left; - padding: 0.75rem 0.75rem; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - font-weight: 600; - color: #323130; - background: #ffffff; - transition: box-shadow 0.2s; -} -.p-datatable .p-datatable-tfoot > tr > td { - text-align: left; - padding: 0.75rem 0.75rem; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - font-weight: 600; - color: #323130; - background: #ffffff; -} -.p-datatable .p-sortable-column .p-sortable-column-icon { - color: #605e5c; - margin-left: 0.5rem; -} -.p-datatable .p-sortable-column .p-sortable-column-badge { - border-radius: 50%; - height: 1.143rem; - min-width: 1.143rem; - line-height: 1.143rem; - color: #323130; - background: #edebe9; - margin-left: 0.5rem; -} -.p-datatable .p-sortable-column:not(.p-highlight):hover { - background: #f3f2f1; - color: #323130; -} -.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #605e5c; -} -.p-datatable .p-sortable-column.p-highlight { - background: #edebe9; - color: #323130; -} -.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #323130; -} -.p-datatable .p-sortable-column.p-highlight:hover { - background: #f3f2f1; - color: #323130; -} -.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon { - color: #323130; -} -.p-datatable .p-sortable-column:focus { - box-shadow: inset 0 0 0 0.15rem #605e5c; - outline: 0 none; -} -.p-datatable .p-datatable-tbody > tr { - background: #ffffff; - color: #323130; - transition: box-shadow 0.2s; -} -.p-datatable .p-datatable-tbody > tr > td { - text-align: left; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; -} -.p-datatable .p-datatable-tbody > tr > td .p-row-toggler, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus, -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { - margin-right: 0.5rem; -} -.p-datatable .p-datatable-tbody > tr > td > .p-column-title { - font-weight: 600; -} -.p-datatable .p-datatable-tbody > tr:focus { - outline: 0.15rem solid #605e5c; - outline-offset: -0.15rem; -} -.p-datatable .p-datatable-tbody > tr.p-highlight { - background: #edebe9; - color: #323130; -} -.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #edebe9; -} -.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #edebe9; -} -.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover { - background: #f3f2f1; - color: #323130; -} -.p-datatable .p-column-resizer-helper { - background: #0078d4; -} -.p-datatable .p-datatable-scrollable-header, -.p-datatable .p-datatable-scrollable-footer { - background: #faf9f8; -} -.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, -.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot { - background-color: #ffffff; -} -.p-datatable .p-datatable-loading-icon { - font-size: 2rem; -} -.p-datatable.p-datatable-gridlines .p-datatable-header { - border-width: 1px 1px 0 1px; -} -.p-datatable.p-datatable-gridlines .p-datatable-footer { - border-width: 0 1px 1px 1px; -} -.p-datatable.p-datatable-gridlines .p-paginator-top { - border-width: 0 1px 0 1px; -} -.p-datatable.p-datatable-gridlines .p-paginator-bottom { - border-width: 0 1px 1px 1px; -} -.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th { - border-width: 1px 1px 1px 1px; -} -.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td { - border-width: 1px; -} -.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td { - border-width: 1px; -} -.p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-thead > tr > th + th { - border-left-width: 0; -} -.p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-tbody > tr > td + td { - border-left-width: 0; -} -.p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-tbody > tr + tr > td, .p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-tbody > tr:first-child > td { - border-top-width: 0; -} -.p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-tfoot > tr > td + td { - border-left-width: 0; -} -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { - background: #faf9f8; -} -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { - background: #edebe9; - color: #323130; -} -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #323130; -} -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #323130; -} -.p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.375rem 0.375rem; -} -.p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.375rem 0.375rem; -} -.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.375rem 0.375rem; -} -.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.375rem 0.375rem; -} -.p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.375rem 0.375rem; -} -.p-datatable.p-datatable-lg .p-datatable-header { - padding: 0.9375rem 0.9375rem; -} -.p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 0.9375rem 0.9375rem; -} -.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; -} -.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; -} -.p-datatable.p-datatable-lg .p-datatable-footer { - padding: 0.9375rem 0.9375rem; -} - -.p-dataview .p-paginator-top { - border-width: 0 0 1px 0; - border-radius: 0; -} -.p-dataview .p-paginator-bottom { - border-width: 0 0 1px 0; - border-radius: 0; -} -.p-dataview .p-dataview-header { - background: #ffffff; - color: #323130; - border: 1px solid #f3f2f1; - border-width: 1px 0 1px 0; - padding: 0.75rem 0.75rem; - font-weight: 600; -} -.p-dataview .p-dataview-content { - background: #ffffff; - color: #323130; - border: 0 none; - padding: 0; -} -.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div { - border: solid #f3f2f1; - border-width: 0 0 1px 0; -} -.p-dataview .p-dataview-footer { - background: #ffffff; - color: #323130; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; - font-weight: 600; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; -} - -.p-column-filter-row .p-column-filter-menu-button, -.p-column-filter-row .p-column-filter-clear-button { - margin-left: 0.5rem; -} - -.p-column-filter-menu-button { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-column-filter-menu-button:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: #f3f2f1; - color: #605e5c; -} -.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: #edebe9; - color: #323130; -} -.p-column-filter-menu-button:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} - -.p-column-filter-clear-button { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-column-filter-clear-button:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-column-filter-clear-button:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} - -.p-column-filter-overlay { - background: #ffffff; - color: #323130; - border: 0 none; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; - min-width: 12.5rem; -} -.p-column-filter-overlay .p-column-filter-row-items { - padding: 0; -} -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { - margin: 0; - padding: 0.75rem 0.5rem; - border: 1px solid transparent; - color: #323130; - background: transparent; - transition: box-shadow 0.2s; - border-radius: 0; -} -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #323130; - background: #edebe9; -} -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: #323130; - background: #f3f2f1; -} -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid #edebe9; - margin: 0.25rem 0; -} - -.p-column-filter-overlay-menu .p-column-filter-operator { - padding: 0.75rem 0.5rem; - border-bottom: 1px solid #edebe9; - color: #323130; - background: #ffffff; - margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 1rem; - border-bottom: 1px solid #edebe9; -} -.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { - margin-bottom: 0.5rem; -} -.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button { - margin-top: 0.5rem; -} -.p-column-filter-overlay-menu .p-column-filter-constraint:last-child { - border-bottom: 0 none; -} -.p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 0.5rem 1rem; -} -.p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 1rem; -} - -.fc { - /* FullCalendar 4 */ - /* FullCalendar 5 */ -} -.fc.fc-unthemed .fc-view-container th { - background: #faf9f8; - border: 1px solid #a19f9d; - color: #323130; -} -.fc.fc-unthemed .fc-view-container td.fc-widget-content { - border: 1px solid #a19f9d; - color: #323130; -} -.fc.fc-unthemed .fc-view-container td.fc-head-container { - border: 1px solid #a19f9d; -} -.fc.fc-unthemed .fc-view-container .fc-view { - background: #ffffff; -} -.fc.fc-unthemed .fc-view-container .fc-row { - border-right: 1px solid #a19f9d; -} -.fc.fc-unthemed .fc-view-container .fc-event { - background: #0078d4; - border: 1px solid #0078d4; - color: #ffffff; -} -.fc.fc-unthemed .fc-view-container .fc-divider { - background: #faf9f8; - border: 1px solid #a19f9d; -} -.fc.fc-unthemed .fc-toolbar .fc-button { - color: #ffffff; - background: #0078d4; - border: 1px solid #0078d4; - font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; - display: flex; - align-items: center; -} -.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover { - background: #106ebe; - color: #ffffff; - border-color: #106ebe; -} -.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active { - background: #005a9e; - color: #ffffff; - border-color: #005a9e; -} -.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; - font-size: 1rem; -} -.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: "\e900"; -} -.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; - font-size: 1rem; -} -.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: "\e901"; -} -.fc.fc-unthemed .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button { - background: #ffffff; - border: 1px solid #605e5c; - color: #323130; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover { - background: #f3f2f1; - border-color: #605e5c; - color: #323130; -} -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { - background: #edebe9; - border-color: #605e5c; - color: #323130; -} -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover { - background: #edebe9; - border-color: #605e5c; - color: #323130; -} -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - z-index: 1; -} -.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button { - border-radius: 0; -} -.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} -.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid { - border-color: #a19f9d; -} -.fc.fc-theme-standard .fc-view-harness th { - background: #faf9f8; - border-color: #a19f9d; - color: #323130; -} -.fc.fc-theme-standard .fc-view-harness td { - color: #323130; - border-color: #a19f9d; -} -.fc.fc-theme-standard .fc-view-harness .fc-view { - background: #ffffff; -} -.fc.fc-theme-standard .fc-view-harness .fc-popover { - background: none; - border: 0 none; -} -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header { - border: 1px solid #a19f9d; - padding: 1rem; - background: #faf9f8; - color: #323130; -} -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close { - opacity: 1; - display: flex; - align-items: center; - justify-content: center; - overflow: hidden; - font-family: "PrimeIcons" !important; - font-size: 1rem; - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { - content: "\e90b"; -} -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body { - padding: 1rem; - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - border-top: 0 none; -} -.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event { - color: #ffffff; - background: #0078d4; - border-color: #0078d4; -} -.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main { - color: #ffffff; -} -.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot { - background: #0078d4; - border-color: #0078d4; -} -.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover { - background: #f3f2f1; - color: #323130; -} -.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded { - background: #faf9f8; -} -.fc.fc-theme-standard .fc-toolbar .fc-button { - color: #ffffff; - background: #0078d4; - border: 1px solid #0078d4; - font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; -} -.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover { - background: #106ebe; - color: #ffffff; - border-color: #106ebe; -} -.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active { - background: #005a9e; - color: #ffffff; - border-color: #005a9e; -} -.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.fc.fc-theme-standard .fc-toolbar .fc-button:disabled { - opacity: 0.6; - color: #ffffff; - background: #0078d4; - border: 1px solid #0078d4; -} -.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; - font-size: 1rem; -} -.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: "\e900"; -} -.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; - font-size: 1rem; -} -.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: "\e901"; -} -.fc.fc-theme-standard .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button { - background: #ffffff; - border: 1px solid #605e5c; - color: #323130; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover { - background: #f3f2f1; - border-color: #605e5c; - color: #323130; -} -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { - background: #edebe9; - border-color: #605e5c; - color: #323130; -} -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover { - background: #edebe9; - border-color: #605e5c; - color: #323130; -} -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - z-index: 1; -} -.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button { - border-radius: 0; -} -.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} -.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.fc.fc-theme-standard .fc-highlight { - color: #323130; - background: #edebe9; -} - -.p-orderlist .p-orderlist-controls { - padding: 1rem; -} -.p-orderlist .p-orderlist-controls .p-button { - margin-bottom: 0.5rem; -} -.p-orderlist .p-orderlist-header { - background: #faf9f8; - color: #323130; - border: 1px solid #a19f9d; - padding: 1rem; - font-weight: 600; - border-bottom: 0 none; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-orderlist .p-orderlist-list { - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - padding: 0; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.75rem 0.5rem; - margin: 0; - border: 1px solid transparent; - color: #323130; - background: transparent; - transition: transform 0.2s, box-shadow 0.2s; -} -.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: #f3f2f1; - color: #323130; -} -.p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #323130; - background: #edebe9; -} -.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: #faf9f8; -} -.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: #f3f2f1; -} - -.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: #f3f2f1; - color: #323130; -} -.p-organizationchart .p-organizationchart-node-content.p-highlight { - background: #edebe9; - color: #323130; -} -.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #b4aba3; -} -.p-organizationchart .p-organizationchart-line-down { - background: #a19f9d; -} -.p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid #a19f9d; - border-color: #a19f9d; -} -.p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid #a19f9d; - border-color: #a19f9d; -} -.p-organizationchart .p-organizationchart-node-content { - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - padding: 1rem; -} -.p-organizationchart .p-organizationchart-node-content .p-node-toggler { - background: inherit; - color: inherit; - border-radius: 50%; -} -.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} - -.p-paginator { - background: #ffffff; - color: #605e5c; - border: solid #f3f2f1; - border-width: 0; - padding: 0.5rem 1rem; - border-radius: 2px; -} -.p-paginator .p-paginator-first, -.p-paginator .p-paginator-prev, -.p-paginator .p-paginator-next, -.p-paginator .p-paginator-last { - background-color: transparent; - border: 0 none; - color: #605e5c; - min-width: 2.357rem; - height: 2.357rem; - margin: 0.143rem; - transition: box-shadow 0.2s; - border-radius: 2px; -} -.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: #f3f2f1; - border-color: transparent; - color: #323130; -} -.p-paginator .p-paginator-first { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-paginator .p-paginator-last { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; -} -.p-paginator .p-dropdown { - margin-left: 0.5rem; - margin-right: 0.5rem; - height: 2.357rem; -} -.p-paginator .p-dropdown .p-dropdown-label { - padding-right: 0; -} -.p-paginator .p-paginator-page-input { - margin-left: 0.5rem; - margin-right: 0.5rem; -} -.p-paginator .p-paginator-page-input .p-inputtext { - max-width: 2.357rem; -} -.p-paginator .p-paginator-current { - background-color: transparent; - border: 0 none; - color: #605e5c; - min-width: 2.357rem; - height: 2.357rem; - margin: 0.143rem; - padding: 0 0.5rem; -} -.p-paginator .p-paginator-pages .p-paginator-page { - background-color: transparent; - border: 0 none; - color: #605e5c; - min-width: 2.357rem; - height: 2.357rem; - margin: 0.143rem; - transition: box-shadow 0.2s; - border-radius: 2px; -} -.p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: #edebe9; - border-color: #edebe9; - color: #323130; -} -.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: #f3f2f1; - border-color: transparent; - color: #323130; -} - -.p-picklist .p-picklist-buttons { - padding: 1rem; -} -.p-picklist .p-picklist-buttons .p-button { - margin-bottom: 0.5rem; -} -.p-picklist .p-picklist-header { - background: #faf9f8; - color: #323130; - border: 1px solid #a19f9d; - padding: 1rem; - font-weight: 600; - border-bottom: 0 none; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-picklist .p-picklist-list { - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - padding: 0; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-picklist .p-picklist-list .p-picklist-item { - padding: 0.75rem 0.5rem; - margin: 0; - border: 1px solid transparent; - color: #323130; - background: transparent; - transition: transform 0.2s, box-shadow 0.2s; -} -.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: #f3f2f1; - color: #323130; -} -.p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #323130; - background: #edebe9; -} -.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) { - background: #faf9f8; -} -.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover { - background: #f3f2f1; -} - -.p-timeline .p-timeline-event-marker { - border: 0 none; - border-radius: 50%; - width: 1rem; - height: 1rem; - background-color: #0078d4; -} -.p-timeline .p-timeline-event-connector { - background-color: #a19f9d; -} -.p-timeline.p-timeline-vertical .p-timeline-event-opposite, -.p-timeline.p-timeline-vertical .p-timeline-event-content { - padding: 0 1rem; -} -.p-timeline.p-timeline-vertical .p-timeline-event-connector { - width: 2px; -} -.p-timeline.p-timeline-horizontal .p-timeline-event-opposite, -.p-timeline.p-timeline-horizontal .p-timeline-event-content { - padding: 1rem 0; -} -.p-timeline.p-timeline-horizontal .p-timeline-event-connector { - height: 2px; -} - -.p-tree { - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - padding: 1rem; - border-radius: 2px; -} -.p-tree .p-tree-container .p-treenode { - padding: 0.143rem; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 2px; - transition: box-shadow 0.2s; - padding: 0.5rem; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - margin-right: 0.5rem; - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - margin-right: 0.5rem; - color: #605e5c; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin-right: 0.5rem; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon { - color: #323130; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: #edebe9; - color: #323130; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #323130; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, -.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #323130; -} -.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: #f3f2f1; - color: #323130; -} -.p-tree .p-tree-filter-container { - margin-bottom: 0.5rem; -} -.p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 1.5rem; -} -.p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 0.5rem; - color: #605e5c; -} -.p-tree .p-treenode-children { - padding: 0 0 0 1rem; -} -.p-tree .p-tree-loading-icon { - font-size: 2rem; -} - -.p-treetable .p-paginator-top { - border-width: 0 0 1px 0; - border-radius: 0; -} -.p-treetable .p-paginator-bottom { - border-width: 0 0 1px 0; - border-radius: 0; -} -.p-treetable .p-treetable-header { - background: #ffffff; - color: #323130; - border: 1px solid #f3f2f1; - border-width: 1px 0 1px 0; - padding: 0.75rem 0.75rem; - font-weight: 600; -} -.p-treetable .p-treetable-footer { - background: #ffffff; - color: #323130; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; - font-weight: 600; -} -.p-treetable .p-treetable-thead > tr > th { - text-align: left; - padding: 0.75rem 0.75rem; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - font-weight: 600; - color: #323130; - background: #ffffff; - transition: box-shadow 0.2s; -} -.p-treetable .p-treetable-tfoot > tr > td { - text-align: left; - padding: 0.75rem 0.75rem; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - font-weight: 600; - color: #323130; - background: #ffffff; -} -.p-treetable .p-sortable-column { - outline-color: #605e5c; -} -.p-treetable .p-sortable-column .p-sortable-column-icon { - color: #605e5c; - margin-left: 0.5rem; -} -.p-treetable .p-sortable-column .p-sortable-column-badge { - border-radius: 50%; - height: 1.143rem; - min-width: 1.143rem; - line-height: 1.143rem; - color: #323130; - background: #edebe9; - margin-left: 0.5rem; -} -.p-treetable .p-sortable-column:not(.p-highlight):hover { - background: #f3f2f1; - color: #323130; -} -.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #605e5c; -} -.p-treetable .p-sortable-column.p-highlight { - background: #edebe9; - color: #323130; -} -.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #323130; -} -.p-treetable .p-treetable-tbody > tr { - background: #ffffff; - color: #323130; - transition: box-shadow 0.2s; -} -.p-treetable .p-treetable-tbody > tr > td { - text-align: left; - border: 1px solid #f3f2f1; - border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; -} -.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - margin-right: 0.5rem; -} -.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { - margin-right: 0.5rem; -} -.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: #323130; -} -.p-treetable .p-treetable-tbody > tr:focus { - outline: 0.15rem solid #605e5c; - outline-offset: -0.15rem; -} -.p-treetable .p-treetable-tbody > tr.p-highlight { - background: #edebe9; - color: #323130; -} -.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #323130; -} -.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #323130; -} -.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: #f3f2f1; - color: #323130; -} -.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: #323130; -} -.p-treetable .p-column-resizer-helper { - background: #0078d4; -} -.p-treetable .p-treetable-scrollable-header, -.p-treetable .p-treetable-scrollable-footer { - background: #faf9f8; -} -.p-treetable .p-treetable-loading-icon { - font-size: 2rem; -} -.p-treetable.p-treetable-gridlines .p-datatable-header { - border-width: 1px 1px 0 1px; -} -.p-treetable.p-treetable-gridlines .p-treetable-footer { - border-width: 0 1px 1px 1px; -} -.p-treetable.p-treetable-gridlines .p-treetable-top { - border-width: 0 1px 0 1px; -} -.p-treetable.p-treetable-gridlines .p-treetable-bottom { - border-width: 0 1px 1px 1px; -} -.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th { - border-width: 1px; -} -.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td { - border-width: 1px; -} -.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td { - border-width: 1px; -} -.p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.65625rem 0.65625rem; -} -.p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.375rem 0.375rem; -} -.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.375rem 0.375rem; -} -.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.375rem 0.375rem; -} -.p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.375rem 0.375rem; -} -.p-treetable.p-treetable-lg .p-treetable-header { - padding: 0.9375rem 0.9375rem; -} -.p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 0.9375rem 0.9375rem; -} -.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; -} -.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; -} -.p-treetable.p-treetable-lg .p-treetable-footer { - padding: 0.9375rem 0.9375rem; -} - -.p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1rem; - border: 1px solid #a19f9d; - color: #323130; - background: #faf9f8; - font-weight: 600; - border-radius: 2px; - transition: box-shadow 0.2s; -} -.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { - margin-right: 0.5rem; -} -.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: #f3f2f1; - border-color: #a19f9d; - color: #323130; -} -.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #faf9f8; - border-color: #a19f9d; - color: #323130; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { - border-color: #a19f9d; - background: #f3f2f1; - color: #323130; -} -.p-accordion .p-accordion-content { - padding: 1rem; - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - border-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-accordion .p-accordion-tab { - margin-bottom: 4px; -} - -.p-card { - background: #ffffff; - color: #323130; - box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px; - border-radius: 2px; -} -.p-card .p-card-body { - padding: 1rem; -} -.p-card .p-card-title { - font-size: 1.5rem; - font-weight: 700; - margin-bottom: 0.5rem; -} -.p-card .p-card-subtitle { - font-weight: 400; - margin-bottom: 0.5rem; - color: #605e5c; -} -.p-card .p-card-content { - padding: 1rem 0; -} -.p-card .p-card-footer { - padding: 1rem 0 0 0; -} - -.p-fieldset { - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - border-radius: 2px; -} -.p-fieldset .p-fieldset-legend { - padding: 1rem; - border: 1px solid #a19f9d; - color: #323130; - background: #faf9f8; - font-weight: 600; - border-radius: 2px; -} -.p-fieldset.p-fieldset-toggleable .p-fieldset-legend { - padding: 0; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 1rem; - color: #323130; - border-radius: 2px; - transition: box-shadow 0.2s; -} -.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { - margin-right: 0.5rem; -} -.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - color: #323130; -} -.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: #f3f2f1; - border-color: #a19f9d; - color: #323130; -} -.p-fieldset .p-fieldset-content { - padding: 1rem; -} - -.p-divider .p-divider-content { - background-color: #ffffff; -} -.p-divider.p-divider-horizontal { - margin: 1rem 0; - padding: 0 1rem; -} -.p-divider.p-divider-horizontal:before { - border-top: 1px #edebe9; -} -.p-divider.p-divider-horizontal .p-divider-content { - padding: 0 0.5rem; -} -.p-divider.p-divider-vertical { - margin: 0 1rem; - padding: 1rem 0; -} -.p-divider.p-divider-vertical:before { - border-left: 1px #edebe9; -} -.p-divider.p-divider-vertical .p-divider-content { - padding: 0.5rem 0; -} - -.p-panel .p-panel-header { - border: 1px solid #a19f9d; - padding: 1rem; - background: #faf9f8; - color: #323130; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-panel .p-panel-header .p-panel-title { - font-weight: 600; -} -.p-panel .p-panel-header .p-panel-header-icon { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-panel .p-panel-header .p-panel-header-icon:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-panel.p-panel-toggleable .p-panel-header { - padding: 0.5rem 1rem; -} -.p-panel .p-panel-content { - padding: 1rem; - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; - border-top: 0 none; -} -.p-panel .p-panel-footer { - padding: 0.5rem 1rem; - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - border-top: 0 none; -} - -.p-scrollpanel .p-scrollpanel-bar { - background: #f3f2f1; - border: 0 none; -} - -.p-splitter { - border: 1px solid #a19f9d; - background: #ffffff; - border-radius: 2px; - color: #323130; -} -.p-splitter .p-splitter-gutter { - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: #faf9f8; -} -.p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: #edebe9; -} -.p-splitter .p-splitter-gutter-resizing { - background: #edebe9; -} - -.p-tabview .p-tabview-nav { - background: #ffffff; - border: 0 none; - border-width: 0 0 2px 0; -} -.p-tabview .p-tabview-nav li { - margin-right: 0; -} -.p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid #a19f9d; - border-width: 0 0 2px 0; - border-color: transparent transparent transparent transparent; - background: #ffffff; - color: #605e5c; - padding: 1rem; - font-weight: 600; - border-top-right-radius: 2px; - border-top-left-radius: 2px; - transition: box-shadow 0.2s; - margin: 0 0.5rem -2px 0; -} -.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset inset 0 0 0 1px #605e5c; -} -.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: #f3f2f1; - border-color: transparent; - color: #605e5c; -} -.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: #ffffff; - border-color: #0078d4; - color: #323130; -} -.p-tabview .p-tabview-nav-btn.p-link { - background: #ffffff; - color: #323130; - width: 2.357rem; - 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); - border-radius: 0; -} -.p-tabview .p-tabview-nav-btn.p-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset inset 0 0 0 1px #605e5c; -} -.p-tabview .p-tabview-panels { - background: #ffffff; - padding: 1rem; - border: 0 none; - color: #323130; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} - -.p-toolbar { - background: #faf9f8; - border: 1px solid #a19f9d; - padding: 1rem; - border-radius: 2px; -} -.p-toolbar .p-toolbar-separator { - margin: 0 0.5rem; -} - -.p-confirm-popup { - background: #ffffff; - color: #323130; - border: 0 none; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 6.4px 14.4px 0px, rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px 0px; -} -.p-confirm-popup .p-confirm-popup-content { - padding: 1rem; -} -.p-confirm-popup .p-confirm-popup-footer { - text-align: right; - padding: 0 1rem 1rem 1rem; -} -.p-confirm-popup .p-confirm-popup-footer button { - margin: 0 0.5rem 0 0; - width: auto; -} -.p-confirm-popup .p-confirm-popup-footer button:last-child { - margin: 0; -} -.p-confirm-popup:after { - border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; -} -.p-confirm-popup:before { - border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; -} -.p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #ffffff; -} -.p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #ffffff; -} -.p-confirm-popup .p-confirm-popup-icon { - font-size: 1.5rem; -} -.p-confirm-popup .p-confirm-popup-message { - margin-left: 1rem; -} - -.p-dialog { - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 6.4px 14.4px 0px, rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px 0px; - border: 0 none; -} -.p-dialog .p-dialog-header { - border-bottom: 0 none; - background: #ffffff; - color: #323130; - padding: 1.5rem; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-dialog .p-dialog-header .p-dialog-title { - font-weight: 600; - font-size: 1.5rem; -} -.p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - margin-right: 0.5rem; -} -.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-dialog .p-dialog-header .p-dialog-header-icon:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-dialog .p-dialog-header .p-dialog-header-icon:last-child { - margin-right: 0; -} -.p-dialog .p-dialog-content { - background: #ffffff; - color: #323130; - padding: 0 1.5rem 2rem 1.5rem; -} -.p-dialog .p-dialog-content:last-of-type { - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-dialog .p-dialog-footer { - border-top: 0 none; - background: #ffffff; - color: #323130; - padding: 0 1.5rem 1.5rem 1.5rem; - text-align: right; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-dialog .p-dialog-footer button { - margin: 0 0.5rem 0 0; - width: auto; -} -.p-dialog.p-confirm-dialog .p-confirm-dialog-icon { - font-size: 2rem; -} -.p-dialog.p-confirm-dialog .p-confirm-dialog-message { - margin-left: 1rem; -} - -.p-overlaypanel { - background: #ffffff; - color: #323130; - border: 0 none; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 6.4px 14.4px 0px, rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px 0px; -} -.p-overlaypanel .p-overlaypanel-content { - padding: 1rem; -} -.p-overlaypanel .p-overlaypanel-close { - background: #0078d4; - color: #ffffff; - width: 2rem; - height: 2rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - border-radius: 2px; - position: absolute; - top: -1rem; - right: -1rem; -} -.p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: #106ebe; - color: #ffffff; -} -.p-overlaypanel:after { - border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; -} -.p-overlaypanel:before { - border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; -} -.p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; -} -.p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #ffffff; -} - -.p-sidebar { - background: #ffffff; - color: #323130; - border: 0 none; - box-shadow: rgba(0, 0, 0, 0.133) 0px 6.4px 14.4px 0px, rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px 0px; -} -.p-sidebar .p-sidebar-header { - padding: 1rem; -} -.p-sidebar .p-sidebar-header .p-sidebar-close, -.p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2rem; - height: 2rem; - color: #605e5c; - border: 0 none; - background: transparent; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, -.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: #605e5c; - border-color: transparent; - background: #f3f2f1; -} -.p-sidebar .p-sidebar-header .p-sidebar-close:focus, -.p-sidebar .p-sidebar-header .p-sidebar-icon:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-sidebar .p-sidebar-header + .p-sidebar-content { - padding-top: 0; -} -.p-sidebar .p-sidebar-content { - padding: 1rem; -} - -.p-tooltip .p-tooltip-text { - background: #ffffff; - color: #323130; - padding: 0.5rem 0.5rem; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; - border-radius: 2px; -} -.p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #ffffff; -} -.p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #ffffff; -} -.p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #ffffff; -} -.p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #ffffff; -} - -.p-fileupload .p-fileupload-buttonbar { - background: #faf9f8; - padding: 1rem; - border: 1px solid #a19f9d; - color: #323130; - border-bottom: 0 none; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 0.5rem; -} -.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-fileupload .p-fileupload-content { - background: #ffffff; - padding: 2rem 1rem; - border: 1px solid #a19f9d; - color: #323130; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-fileupload .p-progressbar { - height: 2px; -} -.p-fileupload .p-fileupload-row > div { - padding: 0.75rem 0.75rem; -} -.p-fileupload.p-fileupload-advanced .p-message { - margin-top: 0; -} - -.p-fileupload-choose:not(.p-disabled):hover { - background: #106ebe; - color: #ffffff; - border-color: #106ebe; -} -.p-fileupload-choose:not(.p-disabled):active { - background: #005a9e; - color: #ffffff; - border-color: #005a9e; -} - -.p-breadcrumb { - background: #ffffff; - border: 1px solid #eeeeee; - border-radius: 2px; - padding: 1rem; -} -.p-breadcrumb ul li .p-menuitem-link { - transition: box-shadow 0.2s; - border-radius: 2px; -} -.p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon { - color: #0078d4; -} -.p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5rem 0 0.5rem; - color: #323130; -} -.p-breadcrumb ul li:last-child .p-menuitem-text { - color: #323130; -} -.p-breadcrumb ul li:last-child .p-menuitem-icon { - color: #0078d4; -} - -.p-contextmenu { - padding: 0; - background: #ffffff; - color: #323130; - border: 0 none; - 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); - border-radius: 2px; - width: 12.5rem; -} -.p-contextmenu .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 0; - transition: box-shadow 0.2s; - user-select: none; -} -.p-contextmenu .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-contextmenu .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; -} -.p-contextmenu .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-contextmenu .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; -} -.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-contextmenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-contextmenu .p-submenu-list { - padding: 0; - background: #ffffff; - border: 0 none; - 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); - border-radius: 2px; -} -.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: #edebe9; -} -.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-contextmenu .p-menu-separator { - border-top: 1px solid #edebe9; - margin: 0.25rem 0; -} -.p-contextmenu .p-submenu-icon { - font-size: 0.875rem; -} - -.p-dock .p-dock-list-container { - background: rgba(255, 255, 255, 0.1); - border: 1px solid rgba(255, 255, 255, 0.2); - padding: 0.5rem 0.5rem; - border-radius: 0.5rem; -} -.p-dock .p-dock-item { - padding: 0.5rem; -} -.p-dock .p-dock-action { - width: 4rem; - height: 4rem; -} -.p-dock.p-dock-top .p-dock-item-second-prev, -.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev, -.p-dock.p-dock-bottom .p-dock-item-second-next { - margin: 0 0.9rem; -} -.p-dock.p-dock-top .p-dock-item-prev, -.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev, -.p-dock.p-dock-bottom .p-dock-item-next { - margin: 0 1.3rem; -} -.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current { - margin: 0 1.5rem; -} -.p-dock.p-dock-left .p-dock-item-second-prev, -.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev, -.p-dock.p-dock-right .p-dock-item-second-next { - margin: 0.9rem 0; -} -.p-dock.p-dock-left .p-dock-item-prev, -.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev, -.p-dock.p-dock-right .p-dock-item-next { - margin: 1.3rem 0; -} -.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current { - margin: 1.5rem 0; -} - -@media screen and (max-width: 960px) { - .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container { - overflow-x: auto; - width: 100%; - } - .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list { - margin: 0 auto; - } - .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container { - overflow-y: auto; - height: 100%; - } - .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list { - margin: auto 0; - } - .p-dock .p-dock-list .p-dock-item { - transform: none; - margin: 0; - } -} -.p-megamenu { - padding: 0.5rem; - background: #ffffff; - color: #323130; - border: 1px solid #eeeeee; - border-radius: 2px; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 2px; - transition: box-shadow 0.2s; - user-select: none; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon { - color: #0078d4; - margin-left: 0.5rem; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link, -.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover { - background: #edebe9; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text, -.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, -.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon, -.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-megamenu .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 0; - transition: box-shadow 0.2s; - user-select: none; -} -.p-megamenu .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-megamenu .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; -} -.p-megamenu .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-megamenu .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; -} -.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-megamenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-megamenu .p-megamenu-panel { - background: #ffffff; - color: #323130; - border: 0 none; - 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); -} -.p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.75rem 0.5rem; - color: #0078d4; - background: #ffffff; - font-weight: 600; - border-top-right-radius: 2px; - border-top-left-radius: 2px; -} -.p-megamenu .p-megamenu-submenu { - padding: 0; - width: 12.5rem; -} -.p-megamenu .p-megamenu-submenu .p-menu-separator { - border-top: 1px solid #edebe9; - margin: 0.25rem 0; -} -.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: #edebe9; -} -.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-megamenu.p-megamenu-vertical { - width: 12.5rem; - padding: 0; -} - -.p-menu { - padding: 0; - background: #ffffff; - color: #323130; - border: 1px solid #eeeeee; - border-radius: 2px; - width: 12.5rem; -} -.p-menu .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 0; - transition: box-shadow 0.2s; - user-select: none; -} -.p-menu .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-menu .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; -} -.p-menu .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-menu .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; -} -.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-menu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-menu.p-menu-overlay { - background: #ffffff; - border: 0 none; - 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); -} -.p-menu .p-submenu-header { - margin: 0; - padding: 0.75rem 0.5rem; - color: #0078d4; - background: #ffffff; - font-weight: 600; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.p-menu .p-menu-separator { - border-top: 1px solid #edebe9; - margin: 0.25rem 0; -} - -.p-menubar { - padding: 0.5rem; - background: #ffffff; - color: #323130; - border: 1px solid #eeeeee; - border-radius: 2px; -} -.p-menubar .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 0; - transition: box-shadow 0.2s; - user-select: none; -} -.p-menubar .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-menubar .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; -} -.p-menubar .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-menubar .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; -} -.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-menubar .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 2px; - transition: box-shadow 0.2s; - user-select: none; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon { - color: #0078d4; - margin-left: 0.5rem; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link, -.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover { - background: #edebe9; -} -.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text, -.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, -.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon, -.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-menubar .p-submenu-list { - padding: 0; - background: #ffffff; - border: 0 none; - 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); - width: 12.5rem; -} -.p-menubar .p-submenu-list .p-menu-separator { - border-top: 1px solid #edebe9; - margin: 0.25rem 0; -} -.p-menubar .p-submenu-list .p-submenu-icon { - font-size: 0.875rem; -} -.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: #edebe9; -} -.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} - -@media screen and (max-width: 960px) { - .p-menubar { - position: relative; - } - .p-menubar .p-menubar-button { - display: flex; - width: 2rem; - height: 2rem; - color: #0078d4; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - } - .p-menubar .p-menubar-button:hover { - color: #0078d4; - background: #f3f2f1; - } - .p-menubar .p-menubar-button:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; - } - .p-menubar .p-menubar-root-list { - position: absolute; - display: none; - padding: 0; - background: #ffffff; - border: 0 none; - 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); - width: 100%; - } - .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid #edebe9; - margin: 0.25rem 0; - } - .p-menubar .p-menubar-root-list .p-submenu-icon { - font-size: 0.875rem; - } - .p-menubar .p-menubar-root-list > .p-menuitem { - width: 100%; - position: static; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 0; - transition: box-shadow 0.2s; - user-select: none; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text { - color: #323130; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon { - color: #0078d4; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; - } - .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - margin-left: auto; - transition: transform 0.2s; - } - .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon { - transform: rotate(-180deg); - } - .p-menubar .p-menubar-root-list .p-submenu-list { - width: 100%; - position: static; - box-shadow: none; - border: 0 none; - } - .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon { - transition: transform 0.2s; - transform: rotate(90deg); - } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon { - transform: rotate(-90deg); - } - .p-menubar .p-menubar-root-list .p-menuitem { - width: 100%; - position: static; - } - .p-menubar .p-menubar-root-list ul li a { - padding-left: 2.25rem; - } - .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; - } - .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; - } - .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; - } - .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; - } - .p-menubar.p-menubar-mobile-active .p-menubar-root-list { - display: flex; - flex-direction: column; - top: 100%; - left: 0; - z-index: 1; - } -} -.p-panelmenu .p-panelmenu-header > a { - padding: 1rem; - border: 1px solid #a19f9d; - color: #323130; - background: #faf9f8; - font-weight: 600; - border-radius: 2px; - transition: box-shadow 0.2s; -} -.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - margin-right: 0.5rem; -} -.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon { - margin-right: 0.5rem; -} -.p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { - background: #f3f2f1; - border-color: #a19f9d; - color: #323130; -} -.p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -.p-panelmenu .p-panelmenu-header.p-highlight > a { - background: #faf9f8; - border-color: #a19f9d; - color: #323130; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover { - border-color: #a19f9d; - background: #f3f2f1; - color: #323130; -} -.p-panelmenu .p-panelmenu-content { - padding: 0; - border: 1px solid #a19f9d; - background: #ffffff; - color: #323130; - border-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 0; - transition: box-shadow 0.2s; - user-select: none; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon { - margin-right: 0.5rem; -} -.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) { - padding: 0 0 0 1rem; -} -.p-panelmenu .p-panelmenu-panel { - margin-bottom: 4px; -} - -.p-steps .p-steps-item .p-menuitem-link { - background: transparent; - transition: box-shadow 0.2s; - border-radius: 2px; - background: #ffffff; -} -.p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: #323130; - border: 1px solid #f3f2f1; - background: #ffffff; - min-width: 2rem; - height: 2rem; - line-height: 2rem; - font-size: 1.143rem; - z-index: 1; - border-radius: 50%; -} -.p-steps .p-steps-item .p-menuitem-link .p-steps-title { - margin-top: 0.5rem; - color: #605e5c; -} -.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-steps .p-steps-item.p-highlight .p-steps-number { - background: #edebe9; - color: #323130; -} -.p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 600; - color: #323130; -} -.p-steps .p-steps-item:before { - content: " "; - border-top: 1px solid #edebe9; - width: 100%; - top: 50%; - left: 0; +/* Error: Undefined variable. + * , + * 98 | background: rgba($primaryColor, .24); + * | ^^^^^^^^^^^^^ + * ' + * Development/projects/primefaces/designer/designer-vue/designer-ui/src/assets/designer/components/input/_dropdown.scss 98:38 @import + * Development/projects/primefaces/designer/designer-vue/designer-ui/src/assets/designer/_components.scss 12:9 @import + * Development/projects/primefaces/designer/designer-vue/designer-ui/src/assets/themes/fluent/fluent-light/theme.scss 3:9 root stylesheet */ + +body::before { + font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono", + "Droid Sans Mono", monospace, monospace; + white-space: pre; display: block; - position: absolute; - margin-top: -1rem; -} - -.p-tabmenu .p-tabmenu-nav { - background: #ffffff; - border: 0 none; - border-width: 0 0 2px 0; -} -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem { - margin-right: 0; -} -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid #a19f9d; - border-width: 0 0 2px 0; - border-color: transparent transparent transparent transparent; - background: #ffffff; - color: #605e5c; - padding: 1rem; - font-weight: 600; - border-top-right-radius: 2px; - border-top-left-radius: 2px; - transition: box-shadow 0.2s; - margin: 0 0.5rem -2px 0; -} -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - margin-right: 0.5rem; -} -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset inset 0 0 0 1px #605e5c; -} -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: #f3f2f1; - border-color: transparent; - color: #605e5c; -} -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: #ffffff; - border-color: #0078d4; - color: #323130; -} - -.p-tieredmenu { - padding: 0; - background: #ffffff; - color: #323130; - border: 1px solid #eeeeee; - border-radius: 2px; - width: 12.5rem; -} -.p-tieredmenu .p-menuitem-link { - padding: 0.75rem 0.5rem; - color: #323130; - border-radius: 0; - transition: box-shadow 0.2s; - user-select: none; -} -.p-tieredmenu .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-tieredmenu .p-menuitem-link .p-menuitem-icon { - color: #0078d4; - margin-right: 0.5rem; -} -.p-tieredmenu .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover { - background: #f3f2f1; -} -.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #323130; -} -.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #0078d4; -} -.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon { - color: #0078d4; -} -.p-tieredmenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #605e5c; -} -.p-tieredmenu.p-tieredmenu-overlay { - background: #ffffff; - border: 0 none; - 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); -} -.p-tieredmenu .p-submenu-list { - padding: 0; - background: #ffffff; - border: 0 none; - 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); -} -.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: #edebe9; -} -.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #323130; -} -.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #0078d4; -} -.p-tieredmenu .p-menu-separator { - border-top: 1px solid #edebe9; - margin: 0.25rem 0; -} -.p-tieredmenu .p-submenu-icon { - font-size: 0.875rem; -} - -.p-inline-message { - padding: 0.5rem 0.5rem; - margin: 0; - border-radius: 2px; -} -.p-inline-message.p-inline-message-info { - background: #f3f2f1; - border: 0 none; - border-width: 0px; - color: #323130; -} -.p-inline-message.p-inline-message-info .p-inline-message-icon { - color: #605e5c; -} -.p-inline-message.p-inline-message-success { - background: #dff6dd; - border: 0 none; - border-width: 0px; - color: #323130; -} -.p-inline-message.p-inline-message-success .p-inline-message-icon { - color: #107c10; -} -.p-inline-message.p-inline-message-warn { - background: #fff4ce; - border: 0 none; - border-width: 0px; - color: #323130; -} -.p-inline-message.p-inline-message-warn .p-inline-message-icon { - color: #797775; -} -.p-inline-message.p-inline-message-error { - background: #fde7e9; - border: 0 none; - border-width: 0px; - color: #323130; -} -.p-inline-message.p-inline-message-error .p-inline-message-icon { - color: #a80000; -} -.p-inline-message .p-inline-message-icon { - font-size: 1rem; - margin-right: 0.5rem; -} -.p-inline-message .p-inline-message-text { - font-size: 90%; -} -.p-inline-message.p-inline-message-icon-only .p-inline-message-icon { - margin-right: 0; -} - -.p-message { - margin: 1rem 0; - border-radius: 2px; -} -.p-message .p-message-wrapper { - padding: 0.5rem; -} -.p-message .p-message-close { - width: 2rem; - height: 2rem; - border-radius: 2px; - background: transparent; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); -} -.p-message .p-message-close:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-message.p-message-info { - background: #f3f2f1; - border: 0 none; - border-width: 0 0 0 6px; - color: #323130; -} -.p-message.p-message-info .p-message-icon { - color: #605e5c; -} -.p-message.p-message-info .p-message-close { - color: #605e5c; -} -.p-message.p-message-success { - background: #dff6dd; - border: 0 none; - border-width: 0 0 0 6px; - color: #323130; -} -.p-message.p-message-success .p-message-icon { - color: #107c10; -} -.p-message.p-message-success .p-message-close { - color: #107c10; -} -.p-message.p-message-warn { - background: #fff4ce; - border: 0 none; - border-width: 0 0 0 6px; - color: #323130; -} -.p-message.p-message-warn .p-message-icon { - color: #797775; -} -.p-message.p-message-warn .p-message-close { - color: #797775; -} -.p-message.p-message-error { - background: #fde7e9; - border: 0 none; - border-width: 0 0 0 6px; - color: #323130; -} -.p-message.p-message-error .p-message-icon { - color: #a80000; -} -.p-message.p-message-error .p-message-close { - color: #a80000; -} -.p-message .p-message-text { - font-size: 90%; - font-weight: 500; -} -.p-message .p-message-icon { - font-size: 1rem; - margin-right: 0.5rem; -} - -.p-toast { - opacity: 0.9; -} -.p-toast .p-toast-message { - margin: 0 0 1rem 0; - 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); - border-radius: 2px; -} -.p-toast .p-toast-message .p-toast-message-content { - padding: 0.5rem; - border-width: 0; -} -.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { - margin: 0 0 0 1rem; -} -.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon { - font-size: 1.25rem; -} -.p-toast .p-toast-message .p-toast-message-content .p-toast-summary { - font-weight: 600; -} -.p-toast .p-toast-message .p-toast-message-content .p-toast-detail { - margin: 0.5rem 0 0 0; -} -.p-toast .p-toast-message .p-toast-icon-close { - width: 1.25rem; - height: 1.25rem; - border-radius: 2px; - background: transparent; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); -} -.p-toast .p-toast-message .p-toast-icon-close:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} -.p-toast .p-toast-message.p-toast-message-info { - background: #f3f2f1; - border: 0 none; - border-width: 0 0 0 6px; - color: #323130; -} -.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon, -.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close { - color: #605e5c; -} -.p-toast .p-toast-message.p-toast-message-success { - background: #dff6dd; - border: 0 none; - border-width: 0 0 0 6px; - color: #323130; -} -.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon, -.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close { - color: #107c10; -} -.p-toast .p-toast-message.p-toast-message-warn { - background: #fff4ce; - border: 0 none; - border-width: 0 0 0 6px; - color: #323130; -} -.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon, -.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close { - color: #797775; -} -.p-toast .p-toast-message.p-toast-message-error { - background: #fde7e9; - border: 0 none; - border-width: 0 0 0 6px; - color: #323130; -} -.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon, -.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close { - color: #a80000; -} - -.p-galleria .p-galleria-close { - margin: 0.5rem; - background: transparent; - color: #faf9f8; - width: 4rem; - height: 4rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - border-radius: 50%; -} -.p-galleria .p-galleria-close .p-galleria-close-icon { - font-size: 2rem; -} -.p-galleria .p-galleria-close:hover { - background: rgba(255, 255, 255, 0.1); - color: #faf9f8; -} -.p-galleria .p-galleria-item-nav { - background: transparent; - color: #faf9f8; - width: 4rem; - height: 4rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - border-radius: 2px; - margin: 0 0.5rem; -} -.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon, -.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon { - font-size: 2rem; -} -.p-galleria .p-galleria-item-nav:not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.1); - color: #faf9f8; -} -.p-galleria .p-galleria-caption { - background: rgba(0, 0, 0, 0.5); - color: #faf9f8; - padding: 1rem; -} -.p-galleria .p-galleria-indicators { - padding: 1rem; -} -.p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: #c8c6c4; - width: 1rem; - height: 1rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - border-radius: 50%; -} -.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: #e1dfdd; -} -.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #edebe9; - color: #323130; -} -.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { - margin-right: 0.5rem; -} -.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator { - margin-bottom: 0.5rem; -} -.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators { - background: rgba(0, 0, 0, 0.5); -} -.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.4); -} -.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { - background: rgba(255, 255, 255, 0.6); -} -.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #edebe9; - color: #323130; -} -.p-galleria .p-galleria-thumbnail-container { - background: rgba(0, 0, 0, 0.9); - padding: 1rem 0.25rem; -} -.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev, -.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next { - margin: 0.5rem; - background-color: transparent; - color: #faf9f8; - width: 2rem; - height: 2rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - border-radius: 50%; -} -.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover, -.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover { - background: rgba(255, 255, 255, 0.1); - color: #faf9f8; -} -.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} - -.p-galleria-mask { - --maskbg: rgba(0, 0, 0, 0.9); -} - -.p-image-mask { - --maskbg: rgba(0, 0, 0, 0.9); -} - -.p-image-preview-indicator { - background-color: transparent; - color: #f8f9fa; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} - -.p-image-preview-container:hover > .p-image-preview-indicator { - background-color: rgba(0, 0, 0, 0.5); -} - -.p-image-toolbar { - padding: 1rem; -} - -.p-image-action.p-link { - color: #f8f9fa; - background-color: transparent; - width: 3rem; - height: 3rem; - border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - margin-right: 0.5rem; -} -.p-image-action.p-link:last-child { - margin-right: 0; -} -.p-image-action.p-link:hover { - color: #f8f9fa; - background-color: rgba(255, 255, 255, 0.1); -} -.p-image-action.p-link i { - font-size: 1.5rem; -} - -.p-avatar { - background-color: #edebe9; - border-radius: 2px; -} -.p-avatar.p-avatar-lg { - width: 3rem; - height: 3rem; - font-size: 1.5rem; -} -.p-avatar.p-avatar-lg .p-avatar-icon { - font-size: 1.5rem; -} -.p-avatar.p-avatar-xl { - width: 4rem; - height: 4rem; - font-size: 2rem; -} -.p-avatar.p-avatar-xl .p-avatar-icon { - font-size: 2rem; -} - -.p-avatar-group .p-avatar { - border: 2px solid #ffffff; -} - -.p-badge { - background: #0078d4; - color: #ffffff; - font-size: 0.75rem; - font-weight: 700; - min-width: 1.5rem; - height: 1.5rem; - line-height: 1.5rem; -} -.p-badge.p-badge-secondary { - background-color: #d45c00; - color: #ffffff; -} -.p-badge.p-badge-success { - background-color: #498205; - color: #ffffff; -} -.p-badge.p-badge-info { - background-color: #00b7c3; - color: #ffffff; -} -.p-badge.p-badge-warning { - background-color: #ffaa44; - color: #323130; -} -.p-badge.p-badge-danger { - background-color: #d13438; - color: #ffffff; -} -.p-badge.p-badge-lg { - font-size: 1.125rem; - min-width: 2.25rem; - height: 2.25rem; - line-height: 2.25rem; -} -.p-badge.p-badge-xl { - font-size: 1.5rem; - min-width: 3rem; - height: 3rem; - line-height: 3rem; -} - -.p-chip { - background-color: #edebe9; - color: #323130; - border-radius: 16px; - padding: 0 0.5rem; -} -.p-chip .p-chip-text { - line-height: 1.5; - margin-top: 0.25rem; - margin-bottom: 0.25rem; -} -.p-chip .p-chip-icon { - margin-right: 0.5rem; -} -.p-chip img { - width: 2rem; - height: 2rem; - margin-left: -0.5rem; - margin-right: 0.5rem; -} -.p-chip .p-chip-remove-icon { - margin-left: 0.5rem; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-chip .p-chip-remove-icon:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} - -.p-inplace .p-inplace-display { - padding: 0.5rem 0.5rem; - border-radius: 2px; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -.p-inplace .p-inplace-display:not(.p-disabled):hover { - background: #f3f2f1; - color: #323130; -} -.p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 1px #605e5c; -} - -.p-progressbar { - border: 0 none; - height: 2px; - background: #edebe9; - border-radius: 2px; -} -.p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #0078d4; -} -.p-progressbar .p-progressbar-label { - color: #ffffff; - line-height: 2px; -} - -.p-scrolltop { - width: 3rem; - height: 3rem; - border-radius: 2px; - box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; -} -.p-scrolltop.p-link { - background: rgba(0, 0, 0, 0.7); -} -.p-scrolltop.p-link:hover { - background: rgba(0, 0, 0, 0.8); -} -.p-scrolltop .p-scrolltop-icon { - font-size: 1.5rem; - color: #faf9f8; -} - -.p-skeleton { - background-color: #edebe9; - border-radius: 2px; -} -.p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); -} - -.p-tag { - background: #0078d4; - color: #ffffff; - font-size: 0.75rem; - font-weight: 700; - padding: 0.25rem 0.4rem; - border-radius: 2px; -} -.p-tag.p-tag-success { - background-color: #498205; - color: #ffffff; -} -.p-tag.p-tag-info { - background-color: #00b7c3; - color: #ffffff; -} -.p-tag.p-tag-warning { - background-color: #ffaa44; - color: #323130; -} -.p-tag.p-tag-danger { - background-color: #d13438; - color: #ffffff; -} -.p-tag .p-tag-icon { - margin-right: 0.25rem; - font-size: 0.75rem; -} - -.p-terminal { - background: #ffffff; - color: #323130; - border: 1px solid #a19f9d; - padding: 1rem; -} -.p-terminal .p-terminal-input { - font-size: 1rem; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; -} - -/* Customizations to the designer theme should be defined here */ -.p-button-label { - font-weight: 600; -} - -.p-slider:not(.p-disabled):hover { - background-color: #deecf9; -} -.p-slider:not(.p-disabled):hover .p-slider-range { - background-color: #0078d4; -} -.p-slider:not(.p-disabled):hover .p-slider-handle { - border-color: #005a9e; -} - -.p-inputswitch { - width: 40px; - height: 20px; -} -.p-inputswitch .p-inputswitch-slider { - border: 1px solid #605e5c; -} -.p-inputswitch .p-inputswitch-slider:before { - width: 12px; - height: 12px; - margin-top: -6px; -} -.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - border-color: #323130; -} -.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before { - background-color: #323130; -} -.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - border-color: #0078d4; -} -.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before { - background-color: #ffffff; -} -.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - border-color: #0078d4; -} - -.p-datepicker .p-datepicker-header .p-datepicker-title { - order: 1; - margin: 0 auto 0 0; -} -.p-datepicker .p-datepicker-prev { - order: 2; -} -.p-datepicker .p-datepicker-prev .p-datepicker-prev-icon:before { - content: "\e919"; -} -.p-datepicker .p-datepicker-next { - order: 3; - font-size: 90%; -} -.p-datepicker .p-datepicker-next .p-datepicker-next-icon:before { - content: "\e91c"; -} -.p-datepicker .p-datepicker-buttonbar { - border-top: 0 none; -} -.p-datepicker .p-timepicker { - border-top: 0 none; -} -.p-datepicker .p-timepicker span { - font-size: 90%; -} -.p-datepicker .p-timepicker .pi-chevron-up:before { - content: "\e91c"; -} -.p-datepicker .p-timepicker .pi-chevron-down:before { - content: "\e919"; -} -.p-datepicker table { - font-size: 90%; -} -.p-datepicker table td.p-datepicker-today > span { - border-radius: 50%; -} -.p-datepicker .p-datepicker-buttonbar .p-button { - font-size: 90%; - color: #323130; -} -.p-datepicker .p-datepicker-buttonbar .p-button .p-button-label { - font-weight: 400; -} -.p-datepicker .p-datepicker-buttonbar .p-button:enabled:hover { - color: #323130; - background-color: #f3f2f1; -} -.p-datepicker .p-monthpicker .p-monthpicker-month { - padding: 0.5rem 0; -} - -.p-datatable { - font-size: 90%; -} - -.p-toast { - font-size: 90%; -} -.p-toast .p-toast-icon-close-icon { - font-size: 90%; -} - -.p-message { - font-size: 90%; -} -.p-message .p-message-close .p-message-close-icon { - font-size: 90%; -} - -.p-tooltip .p-tooltip-text { - font-size: 90%; -} - -.p-component .p-menu-separator { - border-color: #eeeeee; -} - -.p-submenu-icon { - color: #605e5c !important; -} - -.p-menuitem-active .p-submenu-icon { - color: #323130 !important; -} - -.p-progressbar-label { - display: none !important; -} - -.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background-color: #0078d4; -} - -.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background-color: #0078d4; -} - -.p-inputtext:disabled { - background-color: #f3f2f1; - border-color: #f3f2f1; - color: #a19f9d; - opacity: 1; - user-select: none; -} -.p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #0078d4; -} - -.p-checkbox .p-checkbox-box.p-disabled, -.p-radiobutton .p-radiobutton-box.p-disabled, -.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container.p-disabled, -.p-chips .p-chips-multiple-container.p-disabled { - background-color: #f3f2f1; - border-color: #f3f2f1; - color: #a19f9d; - opacity: 1; - user-select: none; -} -.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus, -.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus, -.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, -.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #0078d4; -} - -.p-dropdown.p-disabled, -.p-multiselect.p-disabled { - background-color: #f3f2f1; - border-color: #f3f2f1; - color: #a19f9d; - opacity: 1; - user-select: none; -} -.p-dropdown.p-disabled .p-dropdown-label, -.p-dropdown.p-disabled .p-dropdown-trigger-icon, -.p-multiselect.p-disabled .p-dropdown-label, -.p-multiselect.p-disabled .p-dropdown-trigger-icon { - color: #a19f9d; -} -.p-dropdown:not(.p-disabled).p-focus, -.p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #0078d4; -} - -.p-inputswitch.p-focus .p-inputswitch-slider { - box-shadow: none; - outline: 1px solid #605e5c; - outline-offset: 2px; -} - -.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #0078d4; -} -.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #0078d4; + padding: 1em; + margin-bottom: 1em; + border-bottom: 2px solid black; + content: "Error: Undefined variable.\a \2577 \a 98 \2502 background: rgba($primaryColor, .24);\a \2502 ^^^^^^^^^^^^^\a \2575 \a Development/projects/primefaces/designer/designer-vue/designer-ui/src/assets/designer/components/input/_dropdown.scss 98:38 @import\a Development/projects/primefaces/designer/designer-vue/designer-ui/src/assets/designer/_components.scss 12:9 @import\a Development/projects/primefaces/designer/designer-vue/designer-ui/src/assets/themes/fluent/fluent-light/theme.scss 3:9 root stylesheet"; } diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index f9f3018b4..3209614cb 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(147, 197, 253, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #0b213f; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.75rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem rgba(147, 197, 253, 0.5); -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1.25rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(147, 197, 253, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #0b213f; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; +} .p-listbox.p-invalid { border-color: #FCA5A5; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index e515e5f59..5efd521ac 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(165, 180, 252, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(165, 180, 252, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #0b213f; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.75rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(165, 180, 252, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem rgba(165, 180, 252, 0.5); -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1.25rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(165, 180, 252, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #0b213f; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.5); + border-color: #A5B4FC; +} .p-listbox.p-invalid { border-color: #FCA5A5; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.5); } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index d542a71d6..ddc352a8c 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(196, 181, 253, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(196, 181, 253, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #0b213f; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.75rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(196, 181, 253, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem rgba(196, 181, 253, 0.5); -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1.25rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(196, 181, 253, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #0b213f; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.5); + border-color: #C4B5FD; +} .p-listbox.p-invalid { border-color: #FCA5A5; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.5); } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 07ba47c1b..848beb123 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(94, 234, 212, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(94, 234, 212, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #0b213f; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.75rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(94, 234, 212, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem rgba(94, 234, 212, 0.5); -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1.25rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(94, 234, 212, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #0b213f; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem rgba(94, 234, 212, 0.5); + border-color: #5EEAD4; +} .p-listbox.p-invalid { border-color: #FCA5A5; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(94, 234, 212, 0.5); } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index c8213a4bf..361468484 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #1D4ED8; background: #EFF6FF; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(59, 130, 246, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.75rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #1D4ED8; background: #EFF6FF; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #BFDBFE; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1.25rem; @@ -1205,10 +1208,23 @@ color: #495057; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(59, 130, 246, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; +} .p-listbox.p-invalid { border-color: #e24c4c; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #BFDBFE; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index b0db29633..f99676868 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #4338CA; background: #EEF2FF; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(99, 102, 241, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.75rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #4338CA; background: #EEF2FF; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #C7D2FE; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1.25rem; @@ -1205,10 +1208,23 @@ color: #495057; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(99, 102, 241, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #C7D2FE; + border-color: #6366F1; +} .p-listbox.p-invalid { border-color: #e24c4c; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #C7D2FE; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 8efa41a3e..aeab6d7fd 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #6D28D9; background: #F5F3FF; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(139, 92, 246, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.75rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #6D28D9; background: #F5F3FF; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #DDD6FE; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1.25rem; @@ -1205,10 +1208,23 @@ color: #495057; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(139, 92, 246, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #DDD6FE; + border-color: #8B5CF6; +} .p-listbox.p-invalid { border-color: #e24c4c; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #DDD6FE; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index cabba488d..5e61a7959 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #0F766E; background: #F0FDFA; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(20, 184, 166, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.75rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #0F766E; background: #F0FDFA; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #99F6E4; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1.25rem; @@ -1205,10 +1208,23 @@ color: #495057; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(20, 184, 166, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #99F6E4; + border-color: #14B8A6; +} .p-listbox.p-invalid { border-color: #e24c4c; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #99F6E4; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 78b4ffa9d..4db252903 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #9b9b9b; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #212529; background: #FFE082; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(255, 224, 130, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #dedede; + background: #3c3c3c; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #dedede; background: #4c4c4c; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #212529; background: #FFE082; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem white; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1209,10 +1212,23 @@ color: #dedede; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(255, 224, 130, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #dedede; + background: #3c3c3c; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #dedede; background: #4c4c4c; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.1rem white; + border-color: #FFE082; +} .p-listbox.p-invalid { border-color: #e57373; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem white; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 801677eb8..08339f729 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #9b9b9b; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #212529; background: #81D4FA; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(129, 212, 250, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #dedede; + background: #3c3c3c; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #dedede; background: #4c4c4c; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #212529; background: #81D4FA; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem white; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1209,10 +1212,23 @@ color: #dedede; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(129, 212, 250, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #dedede; + background: #3c3c3c; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #dedede; background: #4c4c4c; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.1rem white; + border-color: #81D4FA; +} .p-listbox.p-invalid { border-color: #e57373; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem white; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 95f81067d..ff2231379 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #9b9b9b; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #212529; background: #C5E1A5; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(197, 225, 165, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #dedede; + background: #3c3c3c; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #dedede; background: #4c4c4c; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #212529; background: #C5E1A5; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem white; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1209,10 +1212,23 @@ color: #dedede; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(197, 225, 165, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #dedede; + background: #3c3c3c; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #dedede; background: #4c4c4c; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.1rem white; + border-color: #C5E1A5; +} .p-listbox.p-invalid { border-color: #e57373; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem white; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 05b0dde77..45774d5e0 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #9b9b9b; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #212529; background: #F48FB1; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(244, 143, 177, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #dedede; + background: #3c3c3c; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #dedede; background: #4c4c4c; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #212529; background: #F48FB1; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem white; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1209,10 +1212,23 @@ color: #dedede; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(244, 143, 177, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #dedede; + background: #3c3c3c; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #dedede; background: #4c4c4c; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.1rem white; + border-color: #F48FB1; +} .p-listbox.p-invalid { border-color: #e57373; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem white; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 2bdb82f15..76fa58383 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -771,7 +771,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -830,6 +830,13 @@ color: #CE93D8; background: rgba(206, 147, 216, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(206, 147, 216, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.12); +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); @@ -1199,6 +1206,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1212,11 +1220,6 @@ color: #CE93D8; background: rgba(206, 147, 216, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: none; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 1rem; @@ -1229,10 +1232,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(206, 147, 216, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.12); +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: none; + border-color: #CE93D8; +} .p-listbox.p-invalid { border-color: #f44435; } @@ -1760,6 +1776,9 @@ outline-offset: 0; box-shadow: none; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 49c337531..feffa4c9a 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -771,7 +771,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -830,6 +830,13 @@ color: #9FA8DA; background: rgba(159, 168, 218, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(159, 168, 218, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.12); +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); @@ -1199,6 +1206,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1212,11 +1220,6 @@ color: #9FA8DA; background: rgba(159, 168, 218, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: none; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 1rem; @@ -1229,10 +1232,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(159, 168, 218, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.12); +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: none; + border-color: #9FA8DA; +} .p-listbox.p-invalid { border-color: #f44435; } @@ -1760,6 +1776,9 @@ outline-offset: 0; box-shadow: none; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 6a43cb3f5..0f5b1ce3b 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -771,7 +771,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -830,6 +830,13 @@ color: #673AB7; background: rgba(103, 58, 183, 0.12); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(103, 58, 183, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(0, 0, 0, 0.87); background: rgba(0, 0, 0, 0.04); @@ -1199,6 +1206,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1212,11 +1220,6 @@ color: #673AB7; background: rgba(103, 58, 183, 0.12); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: none; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 1rem; @@ -1229,10 +1232,23 @@ color: rgba(0, 0, 0, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(103, 58, 183, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(0, 0, 0, 0.87); background: rgba(0, 0, 0, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: none; + border-color: #673AB7; +} .p-listbox.p-invalid { border-color: #B00020; } @@ -1760,6 +1776,9 @@ outline-offset: 0; box-shadow: none; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index a055db57c..d68eba0b1 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -771,7 +771,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -830,6 +830,13 @@ color: #3F51B5; background: rgba(63, 81, 181, 0.12); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(63, 81, 181, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(0, 0, 0, 0.87); background: rgba(0, 0, 0, 0.04); @@ -1199,6 +1206,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1212,11 +1220,6 @@ color: #3F51B5; background: rgba(63, 81, 181, 0.12); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: none; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 1rem; @@ -1229,10 +1232,23 @@ color: rgba(0, 0, 0, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(63, 81, 181, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(0, 0, 0, 0.87); background: rgba(0, 0, 0, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: none; + border-color: #3F51B5; +} .p-listbox.p-invalid { border-color: #B00020; } @@ -1760,6 +1776,9 @@ outline-offset: 0; box-shadow: none; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 78ef14edf..5d2ffc0f7 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -771,7 +771,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -830,6 +830,13 @@ color: #CE93D8; background: rgba(206, 147, 216, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(206, 147, 216, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.12); +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); @@ -1199,6 +1206,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1212,11 +1220,6 @@ color: #CE93D8; background: rgba(206, 147, 216, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: none; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem; @@ -1229,10 +1232,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(206, 147, 216, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.12); +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: none; + border-color: #CE93D8; +} .p-listbox.p-invalid { border-color: #f44435; } @@ -1760,6 +1776,9 @@ outline-offset: 0; box-shadow: none; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index cb92f2bba..6d726661d 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -771,7 +771,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -830,6 +830,13 @@ color: #9FA8DA; background: rgba(159, 168, 218, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(159, 168, 218, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.12); +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); @@ -1199,6 +1206,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1212,11 +1220,6 @@ color: #9FA8DA; background: rgba(159, 168, 218, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: none; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem; @@ -1229,10 +1232,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(159, 168, 218, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.12); +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: none; + border-color: #9FA8DA; +} .p-listbox.p-invalid { border-color: #f44435; } @@ -1760,6 +1776,9 @@ outline-offset: 0; box-shadow: none; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 1074cc584..d73e612a3 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -771,7 +771,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -830,6 +830,13 @@ color: #673AB7; background: rgba(103, 58, 183, 0.12); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(103, 58, 183, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(0, 0, 0, 0.87); background: rgba(0, 0, 0, 0.04); @@ -1199,6 +1206,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1212,11 +1220,6 @@ color: #673AB7; background: rgba(103, 58, 183, 0.12); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: none; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem; @@ -1229,10 +1232,23 @@ color: rgba(0, 0, 0, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(103, 58, 183, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(0, 0, 0, 0.87); background: rgba(0, 0, 0, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: none; + border-color: #673AB7; +} .p-listbox.p-invalid { border-color: #B00020; } @@ -1760,6 +1776,9 @@ outline-offset: 0; box-shadow: none; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index b903072bc..cf80e15f9 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -771,7 +771,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -830,6 +830,13 @@ color: #3F51B5; background: rgba(63, 81, 181, 0.12); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(63, 81, 181, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(0, 0, 0, 0.87); background: rgba(0, 0, 0, 0.04); @@ -1199,6 +1206,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1212,11 +1220,6 @@ color: #3F51B5; background: rgba(63, 81, 181, 0.12); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: none; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem; @@ -1229,10 +1232,23 @@ color: rgba(0, 0, 0, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(63, 81, 181, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(0, 0, 0, 0.87); background: rgba(0, 0, 0, 0.04); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: none; + border-color: #3F51B5; +} .p-listbox.p-invalid { border-color: #B00020; } @@ -1760,6 +1776,9 @@ outline-offset: 0; box-shadow: none; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 77a4bb009..a9ffd3e3b 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #666666; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #ffffff; background: #e02365; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(0, 122, 217, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #333333; + background: #d6d6d6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #333333; background: #eaeaea; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #ffffff; background: #e02365; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #8dcdff; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1205,10 +1208,23 @@ color: #333333; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(0, 122, 217, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #333333; + background: #d6d6d6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #333333; background: #eaeaea; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; +} .p-listbox.p-invalid { border-color: #a80000; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 1a4b1c17b..45ec97d5f 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #666666; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #ffffff; background: #007ad9; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(0, 122, 217, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #333333; + background: #d6d6d6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #333333; background: #eaeaea; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #ffffff; background: #007ad9; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #8dcdff; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1209,10 +1212,23 @@ color: #333333; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(0, 122, 217, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #333333; + background: #d6d6d6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #333333; background: #eaeaea; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; +} .p-listbox.p-invalid { border-color: #a80000; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 6a580ac74..c94a11ab6 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #666666; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #ffffff; background: #41b883; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(65, 184, 131, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #333333; + background: #d6d6d6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #333333; background: #eaeaea; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #ffffff; background: #41b883; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #c2e9d8; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1209,10 +1212,23 @@ color: #333333; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(65, 184, 131, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #333333; + background: #d6d6d6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #333333; background: #eaeaea; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #c2e9d8; + border-color: #41b883; +} .p-listbox.p-invalid { border-color: #a80000; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #c2e9d8; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index e59222f91..5959b54f3 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -751,7 +751,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #666666; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -810,6 +810,13 @@ color: #ffffff; background: #007ad9; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(0, 122, 217, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #333333; + background: #d6d6d6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #333333; background: #eaeaea; @@ -1179,6 +1186,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1192,11 +1200,6 @@ color: #ffffff; background: #007ad9; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #8dcdff; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1209,10 +1212,23 @@ color: #333333; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(0, 122, 217, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #333333; + background: #d6d6d6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #333333; background: #eaeaea; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; +} .p-listbox.p-invalid { border-color: #a80000; } @@ -1748,6 +1764,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 228d9b2e6..e769802df 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #a6a6a6; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #385048; background: #AFD3C8; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(123, 149, 163, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #666666; + background: #e0e0e0; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #666666; background: #f4f4f4; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #385048; background: #AFD3C8; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #e4e9ec; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; @@ -1205,10 +1208,23 @@ color: #666666; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(123, 149, 163, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #666666; + background: #e0e0e0; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #666666; background: #f4f4f4; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7B95A3; +} .p-listbox.p-invalid { border-color: #e7a3a3; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #e4e9ec; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 46d19a838..be0368454 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #495057; background: #E3F2FD; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(33, 150, 243, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #495057; background: #E3F2FD; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #a6d5fa; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: #495057; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(33, 150, 243, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #a6d5fa; + border-color: #2196F3; +} .p-listbox.p-invalid { border-color: #f44336; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #a6d5fa; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 279d4c4c9..2fc3ae0b9 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #495057; background: #E8F5E9; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(76, 175, 80, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #495057; background: #E8F5E9; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #b7e0b8; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: #495057; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(76, 175, 80, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #b7e0b8; + border-color: #4CAF50; +} .p-listbox.p-invalid { border-color: #f44336; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #b7e0b8; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 0631ee761..c89060f5e 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #495057; background: #FFF3E0; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(255, 193, 7, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #495057; background: #FFF3E0; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #ffe69c; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: #495057; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(255, 193, 7, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #ffe69c; + border-color: #FFC107; +} .p-listbox.p-invalid { border-color: #f44336; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #ffe69c; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 8ed843b51..7a0dad8e0 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: #495057; background: #F3E5F5; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(156, 39, 176, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: #495057; background: #F3E5F5; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #df9eea; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: #495057; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(156, 39, 176, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #495057; + background: #dee2e6; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 0.2rem #df9eea; + border-color: #9C27B0; +} .p-listbox.p-invalid { border-color: #f44336; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #df9eea; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 0e94f5c2a..7c7f80d30 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -782,7 +782,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #71717A; } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -841,6 +841,13 @@ color: #312E81; background: #EEF2FF; } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(79, 70, 229, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #18181B; + background: #e5e7eb; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #18181B; background: #f4f4f5; @@ -1210,6 +1217,7 @@ } .p-listbox .p-listbox-list { padding: 0.25rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1223,11 +1231,6 @@ color: #312E81; background: #EEF2FF; } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #6366F1; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1240,10 +1243,23 @@ color: #3f3f46; background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(79, 70, 229, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: #18181B; + background: #e5e7eb; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #18181B; background: #f4f4f5; } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #6366F1; + border-color: #4F46E5; +} .p-listbox.p-invalid { border-color: #f0a9a7; } @@ -1771,6 +1787,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #6366F1; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 25c413631..07dd346c7 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(100, 181, 246, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(100, 181, 246, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #304562; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(100, 181, 246, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #93cbf9; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(100, 181, 246, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #304562; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #93cbf9; + border-color: #64B5F6; +} .p-listbox.p-invalid { border-color: #ef9a9a; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #93cbf9; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 67616bdb2..1ea905fd3 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(129, 199, 132, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(129, 199, 132, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #304562; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(129, 199, 132, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #a7d8a9; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(129, 199, 132, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #304562; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #a7d8a9; + border-color: #81C784; +} .p-listbox.p-invalid { border-color: #ef9a9a; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #a7d8a9; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 41e48b048..721882f44 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(255, 213, 79, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(255, 213, 79, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #304562; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(255, 213, 79, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #ffe284; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(255, 213, 79, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #304562; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #ffe284; + border-color: #FFD54F; +} .p-listbox.p-invalid { border-color: #ef9a9a; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #ffe284; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; } diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 4bef64e4b..4edfb4be4 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -747,7 +747,7 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -806,6 +806,13 @@ color: rgba(255, 255, 255, 0.87); background: rgba(186, 104, 200, 0.16); } +.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { + background: rgba(186, 104, 200, 0.24); +} +.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #304562; +} .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); @@ -1175,6 +1182,7 @@ } .p-listbox .p-listbox-list { padding: 0.5rem 0; + outline: 0 none; } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; @@ -1188,11 +1196,6 @@ color: rgba(255, 255, 255, 0.87); background: rgba(186, 104, 200, 0.16); } -.p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #cf95d9; -} .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem 1rem; @@ -1205,10 +1208,23 @@ color: rgba(255, 255, 255, 0.87); background: transparent; } +.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { + background: rgba(186, 104, 200, 0.24); +} +.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { + color: rgba(255, 255, 255, 0.87); + background: #304562; +} .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } +.p-listbox.p-focus { + outline: 0 none; + outline-offset: 0; + box-shadow: 0 0 0 1px #cf95d9; + border-color: #BA68C8; +} .p-listbox.p-invalid { border-color: #ef9a9a; } @@ -1736,6 +1752,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #cf95d9; } +.p-button .p-button-label { + transition-duration: 0.2s; +} .p-button .p-button-icon-left { margin-right: 0.5rem; }