From cb03db4ef2db574563ec36ea780c9da5804606bf Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 15 Nov 2021 10:52:45 +0300 Subject: [PATCH] Updated Lara themes --- ...{lara-dark-cyan.svg => lara-dark-blue.svg} | 6 +- ...ara-light-cyan.svg => lara-light-blue.svg} | 6 +- .../fonts/Inter-Bold.woff | Bin .../fonts/Inter-Bold.woff2 | Bin .../fonts/Inter-Light.woff | Bin .../fonts/Inter-Light.woff2 | Bin .../fonts/Inter-Medium.woff | Bin .../fonts/Inter-Medium.woff2 | Bin .../fonts/Inter-Regular.woff | Bin .../fonts/Inter-Regular.woff2 | Bin .../fonts/Inter-SemiBold.woff | Bin .../fonts/Inter-SemiBold.woff2 | Bin .../theme.css | 480 +++++++------- .../fonts/Inter-Bold.woff | Bin .../fonts/Inter-Bold.woff2 | Bin .../fonts/Inter-Light.woff | Bin .../fonts/Inter-Light.woff2 | Bin .../fonts/Inter-Medium.woff | Bin .../fonts/Inter-Medium.woff2 | Bin .../fonts/Inter-Regular.woff | Bin .../fonts/Inter-Regular.woff2 | Bin .../fonts/Inter-SemiBold.woff | Bin .../fonts/Inter-SemiBold.woff2 | Bin .../theme.css | 586 +++++++++--------- public/themes/lara-light-indigo/theme.css | 162 ++--- public/themes/lara-light-purple/theme.css | 162 ++--- public/themes/lara-light-teal/theme.css | 162 ++--- src/AppConfigurator.vue | 24 +- src/AppTopBar.vue | 6 +- 29 files changed, 799 insertions(+), 795 deletions(-) rename public/demo/images/themes/{lara-dark-cyan.svg => lara-dark-blue.svg} (82%) rename public/demo/images/themes/{lara-light-cyan.svg => lara-light-blue.svg} (80%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-Bold.woff (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-Bold.woff2 (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-Light.woff (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-Light.woff2 (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-Medium.woff (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-Medium.woff2 (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-Regular.woff (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-Regular.woff2 (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-SemiBold.woff (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/fonts/Inter-SemiBold.woff2 (100%) rename public/themes/{lara-dark-cyan => lara-dark-blue}/theme.css (94%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-Bold.woff (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-Bold.woff2 (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-Light.woff (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-Light.woff2 (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-Medium.woff (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-Medium.woff2 (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-Regular.woff (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-Regular.woff2 (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-SemiBold.woff (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/fonts/Inter-SemiBold.woff2 (100%) rename public/themes/{lara-light-cyan => lara-light-blue}/theme.css (94%) diff --git a/public/demo/images/themes/lara-dark-cyan.svg b/public/demo/images/themes/lara-dark-blue.svg similarity index 82% rename from public/demo/images/themes/lara-dark-cyan.svg rename to public/demo/images/themes/lara-dark-blue.svg index 9b1b0f60e..56c737d36 100644 --- a/public/demo/images/themes/lara-dark-cyan.svg +++ b/public/demo/images/themes/lara-dark-blue.svg @@ -4,7 +4,7 @@ - - - + + + diff --git a/public/demo/images/themes/lara-light-cyan.svg b/public/demo/images/themes/lara-light-blue.svg similarity index 80% rename from public/demo/images/themes/lara-light-cyan.svg rename to public/demo/images/themes/lara-light-blue.svg index abbd03022..87eed20fa 100644 --- a/public/demo/images/themes/lara-light-cyan.svg +++ b/public/demo/images/themes/lara-light-blue.svg @@ -1,10 +1,10 @@ - + - - + + diff --git a/public/themes/lara-dark-cyan/fonts/Inter-Bold.woff b/public/themes/lara-dark-blue/fonts/Inter-Bold.woff similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-Bold.woff rename to public/themes/lara-dark-blue/fonts/Inter-Bold.woff diff --git a/public/themes/lara-dark-cyan/fonts/Inter-Bold.woff2 b/public/themes/lara-dark-blue/fonts/Inter-Bold.woff2 similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-Bold.woff2 rename to public/themes/lara-dark-blue/fonts/Inter-Bold.woff2 diff --git a/public/themes/lara-dark-cyan/fonts/Inter-Light.woff b/public/themes/lara-dark-blue/fonts/Inter-Light.woff similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-Light.woff rename to public/themes/lara-dark-blue/fonts/Inter-Light.woff diff --git a/public/themes/lara-dark-cyan/fonts/Inter-Light.woff2 b/public/themes/lara-dark-blue/fonts/Inter-Light.woff2 similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-Light.woff2 rename to public/themes/lara-dark-blue/fonts/Inter-Light.woff2 diff --git a/public/themes/lara-dark-cyan/fonts/Inter-Medium.woff b/public/themes/lara-dark-blue/fonts/Inter-Medium.woff similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-Medium.woff rename to public/themes/lara-dark-blue/fonts/Inter-Medium.woff diff --git a/public/themes/lara-dark-cyan/fonts/Inter-Medium.woff2 b/public/themes/lara-dark-blue/fonts/Inter-Medium.woff2 similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-Medium.woff2 rename to public/themes/lara-dark-blue/fonts/Inter-Medium.woff2 diff --git a/public/themes/lara-dark-cyan/fonts/Inter-Regular.woff b/public/themes/lara-dark-blue/fonts/Inter-Regular.woff similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-Regular.woff rename to public/themes/lara-dark-blue/fonts/Inter-Regular.woff diff --git a/public/themes/lara-dark-cyan/fonts/Inter-Regular.woff2 b/public/themes/lara-dark-blue/fonts/Inter-Regular.woff2 similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-Regular.woff2 rename to public/themes/lara-dark-blue/fonts/Inter-Regular.woff2 diff --git a/public/themes/lara-dark-cyan/fonts/Inter-SemiBold.woff b/public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-SemiBold.woff rename to public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff diff --git a/public/themes/lara-dark-cyan/fonts/Inter-SemiBold.woff2 b/public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 similarity index 100% rename from public/themes/lara-dark-cyan/fonts/Inter-SemiBold.woff2 rename to public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 diff --git a/public/themes/lara-dark-cyan/theme.css b/public/themes/lara-dark-blue/theme.css similarity index 94% rename from public/themes/lara-dark-cyan/theme.css rename to public/themes/lara-dark-blue/theme.css index 324fa4db0..bd9f0f706 100644 --- a/public/themes/lara-dark-cyan/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -7,7 +7,7 @@ --surface-f:#22272d; --text-color:rgba(255, 255, 255, 0.87); --text-color-secondary:rgba(255, 255, 255, 0.6); - --primary-color:#67E8F9; + --primary-color:#93C5FD; --primary-color-text:#1c2127; --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; --surface-0: #1c2127; @@ -40,7 +40,7 @@ --surface-overlay:#22272d; --surface-border:#444c56; --surface-hover:rgba(255,255,255,.03); - --focus-ring: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + --focus-ring: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); --maskbg: rgba(0, 0, 0, 0.4); } @@ -118,7 +118,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-component-overlay-enter { @@ -259,13 +259,13 @@ padding: 0.375rem 0.75rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #67E8F9; + border-color: #93C5FD; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.375rem 0; @@ -316,7 +316,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; @@ -375,7 +375,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-datepicker .p-datepicker-header .p-datepicker-title { line-height: 2rem; @@ -389,7 +389,7 @@ } .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: #67E8F9; + color: #93C5FD; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -417,21 +417,21 @@ } .p-datepicker table td > span.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-datepicker table td.p-datepicker-today > span { background: transparent; - color: #67E8F9; + color: #93C5FD; border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-datepicker .p-datepicker-buttonbar { padding: 1rem 0; @@ -461,7 +461,7 @@ .p-datepicker .p-timepicker button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-datepicker .p-timepicker button:last-child { margin-top: 0.2em; @@ -485,7 +485,7 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -497,7 +497,7 @@ } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { border-left: 1px solid #444c56; @@ -519,7 +519,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: rgba(255, 255, 255, 0.03); @@ -527,7 +527,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):hover { background: rgba(255, 255, 255, 0.03); @@ -535,7 +535,7 @@ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } @media screen and (max-width: 769px) { @@ -550,13 +550,13 @@ border-radius: 6px; } .p-cascadeselect:not(.p-disabled):hover { - border-color: #67E8F9; + border-color: #93C5FD; } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -605,11 +605,11 @@ .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 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); @@ -648,21 +648,21 @@ font-size: 14px; } .p-checkbox .p-checkbox-box.p-highlight { - border-color: #67E8F9; - background: #67E8F9; + border-color: #93C5FD; + background: #93C5FD; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { - border-color: #67E8F9; + border-color: #93C5FD; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - border-color: #45e3f8; - background: #45e3f8; + border-color: #6cb0fc; + background: #6cb0fc; color: #1c2127; } .p-checkbox.p-invalid > .p-checkbox-box { @@ -673,26 +673,26 @@ background-color: #444c56; } .p-input-filled .p-checkbox .p-checkbox-box.p-highlight { - background: #67E8F9; + background: #93C5FD; } .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { background-color: #444c56; } .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - background: #45e3f8; + background: #6cb0fc; } .p-chips .p-chips-multiple-container { padding: 0.375rem 0.75rem; } .p-chips .p-chips-multiple-container:not(.p-disabled):hover { - border-color: #67E8F9; + border-color: #93C5FD; } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.375rem 0.75rem; @@ -743,13 +743,13 @@ border-radius: 6px; } .p-dropdown:not(.p-disabled):hover { - border-color: #67E8F9; + border-color: #93C5FD; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { padding-right: 1.75rem; @@ -818,7 +818,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); @@ -928,22 +928,22 @@ .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: #67E8F9; + color: #93C5FD; } .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: #67E8F9; + stroke: #93C5FD; } .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: #67E8F9; + fill: #93C5FD; } .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: #67E8F9; + color: #93C5FD; } .p-inputgroup-addon { @@ -1044,19 +1044,19 @@ .p-inputswitch.p-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: rgba(255, 255, 255, 0.03); } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #67E8F9; + background: #93C5FD; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { background: rgba(255, 255, 255, 0.87); } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background: #56e5f8; + background: #7fbafd; } .p-inputswitch.p-invalid { border-color: #FCA5A5; @@ -1074,13 +1074,13 @@ border-radius: 6px; } .p-inputtext:enabled:hover { - border-color: #67E8F9; + border-color: #93C5FD; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-inputtext.p-invalid.p-component { border-color: #FCA5A5; @@ -1193,12 +1193,12 @@ } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + 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 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; @@ -1227,13 +1227,13 @@ border-radius: 6px; } .p-multiselect:not(.p-disabled):hover { - border-color: #67E8F9; + border-color: #93C5FD; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; @@ -1311,7 +1311,7 @@ .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-multiselect-panel .p-multiselect-items { padding: 0.75rem 0; @@ -1327,7 +1327,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); @@ -1336,7 +1336,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1404,13 +1404,13 @@ 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: #67E8F9; + border-color: #93C5FD; } .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { width: 12px; @@ -1419,12 +1419,12 @@ background-color: #1c2127; } .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #67E8F9; - background: #67E8F9; + border-color: #93C5FD; + background: #93C5FD; } .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #45e3f8; - background: #45e3f8; + border-color: #6cb0fc; + background: #6cb0fc; color: #1c2127; } .p-radiobutton.p-invalid > .p-radiobutton-box { @@ -1441,10 +1441,10 @@ background-color: #444c56; } .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight { - background: #67E8F9; + background: #93C5FD; } .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - background: #45e3f8; + background: #6cb0fc; } .p-rating .p-rating-icon { @@ -1459,16 +1459,16 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-rating .p-rating-icon:first-child { margin-left: 0; } .p-rating .p-rating-icon.pi-star-fill { - color: #67E8F9; + color: #93C5FD; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { - color: #67E8F9; + color: #93C5FD; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover { color: #F48FB1; @@ -1494,8 +1494,8 @@ color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #67E8F9; - border-color: #67E8F9; + background: #93C5FD; + border-color: #93C5FD; color: #1c2127; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, @@ -1503,8 +1503,8 @@ color: #1c2127; } .p-selectbutton .p-button.p-highlight:hover { - background: #56e5f8; - border-color: #56e5f8; + background: #7fbafd; + border-color: #7fbafd; color: #1c2127; } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, @@ -1538,21 +1538,21 @@ height: 1.143rem; width: 1.143rem; background: #444c56; - border: 2px solid #67E8F9; + border: 2px solid #93C5FD; 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: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-slider .p-slider-range { - background: #67E8F9; + background: #93C5FD; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #67E8F9; - border-color: #67E8F9; + background: #93C5FD; + border-color: #93C5FD; } .p-treeselect { @@ -1562,13 +1562,13 @@ border-radius: 6px; } .p-treeselect:not(.p-disabled):hover { - border-color: #67E8F9; + border-color: #93C5FD; } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); - border-color: #67E8F9; + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); + border-color: #93C5FD; } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; @@ -1645,8 +1645,8 @@ color: rgba(255, 255, 255, 0.6); } .p-togglebutton.p-button.p-highlight { - background: #67E8F9; - border-color: #67E8F9; + background: #93C5FD; + border-color: #93C5FD; color: #1c2127; } .p-togglebutton.p-button.p-highlight .p-button-icon-left, @@ -1654,8 +1654,8 @@ color: #1c2127; } .p-togglebutton.p-button.p-highlight:hover { - background: #56e5f8; - border-color: #56e5f8; + background: #7fbafd; + border-color: #7fbafd; color: #1c2127; } .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, @@ -1668,36 +1668,36 @@ .p-button { color: #1c2127; - background: #67E8F9; - border: 1px solid #67E8F9; + background: #93C5FD; + border: 1px solid #93C5FD; padding: 0.75rem 1.25rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 6px; } .p-button:enabled:hover { - background: #56e5f8; + background: #7fbafd; color: #1c2127; - border-color: #56e5f8; + border-color: #7fbafd; } .p-button:enabled:active { - background: #45e3f8; + background: #6cb0fc; color: #1c2127; - border-color: #45e3f8; + border-color: #6cb0fc; } .p-button.p-button-outlined { background-color: transparent; - color: #67E8F9; + color: #93C5FD; border: 1px solid; } .p-button.p-button-outlined:enabled:hover { - background: rgba(103, 232, 249, 0.04); - color: #67E8F9; + background: rgba(147, 197, 253, 0.04); + color: #93C5FD; border: 1px solid; } .p-button.p-button-outlined:enabled:active { - background: rgba(103, 232, 249, 0.16); - color: #67E8F9; + background: rgba(147, 197, 253, 0.16); + color: #93C5FD; border: 1px solid; } .p-button.p-button-outlined.p-button-plain { @@ -1714,17 +1714,17 @@ } .p-button.p-button-text { background-color: transparent; - color: #67E8F9; + color: #93C5FD; border-color: transparent; } .p-button.p-button-text:enabled:hover { - background: rgba(103, 232, 249, 0.04); - color: #67E8F9; + background: rgba(147, 197, 253, 0.04); + color: #93C5FD; border-color: transparent; } .p-button.p-button-text:enabled:active { - background: rgba(103, 232, 249, 0.16); - color: #67E8F9; + background: rgba(147, 197, 253, 0.16); + color: #93C5FD; border-color: transparent; } .p-button.p-button-text.p-button-plain { @@ -1741,7 +1741,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-button .p-button-icon-left { margin-right: 0.5rem; @@ -1760,7 +1760,7 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #67E8F9; + color: #93C5FD; background-color: #1c2127; } .p-button.p-button-raised { @@ -2110,13 +2110,13 @@ } .p-button.p-button-link { - color: #67E8F9; + color: #93C5FD; background: transparent; border: transparent; } .p-button.p-button-link:enabled:hover { background: transparent; - color: #67E8F9; + color: #93C5FD; border-color: transparent; } .p-button.p-button-link:enabled:hover .p-button-label { @@ -2124,12 +2124,12 @@ } .p-button.p-button-link:enabled:focus { background: transparent; - box-shadow: 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 1px rgba(147, 197, 253, 0.5); border-color: transparent; } .p-button.p-button-link:enabled:active { background: transparent; - color: #67E8F9; + color: #93C5FD; border-color: transparent; } @@ -2218,7 +2218,7 @@ .p-carousel .p-carousel-content .p-carousel-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-carousel .p-carousel-indicators { padding: 1rem; @@ -2238,7 +2238,7 @@ background: rgba(255, 255, 255, 0.03); } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } @@ -2295,7 +2295,7 @@ min-width: 1.143rem; line-height: 1.143rem; color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):hover { @@ -2306,28 +2306,28 @@ color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:hover { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon { color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:focus { - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); outline: 0 none; } .p-datatable .p-datatable-tbody > tr { background: #22272d; color: rgba(255, 255, 255, 0.87); transition: box-shadow 0.2s; - outline-color: rgba(103, 232, 249, 0.5); + outline-color: rgba(147, 197, 253, 0.5); } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -2361,7 +2361,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; @@ -2370,21 +2370,21 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(103, 232, 249, 0.16); + box-shadow: inset 0 2px 0 0 rgba(147, 197, 253, 0.16); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(103, 232, 249, 0.16); + box-shadow: inset 0 -2px 0 0 rgba(147, 197, 253, 0.16); } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.87); } .p-datatable .p-column-resizer-helper { - background: #67E8F9; + background: #93C5FD; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { @@ -2430,7 +2430,7 @@ background: rgba(255, 255, 255, 0.01); } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { @@ -2531,13 +2531,13 @@ color: rgba(255, 255, 255, 0.87); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-column-filter-menu-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-column-filter-clear-button { @@ -2557,7 +2557,7 @@ .p-column-filter-clear-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-column-filter-overlay { @@ -2582,7 +2582,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); @@ -2591,7 +2591,7 @@ .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 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { border-top: 1px solid #444c56; @@ -2650,8 +2650,8 @@ border-right: 1px solid #444c56; } .fc.fc-unthemed .fc-view-container .fc-event { - background: #56e5f8; - border: 1px solid #56e5f8; + background: #7fbafd; + border: 1px solid #7fbafd; color: #1c2127; } .fc.fc-unthemed .fc-view-container .fc-divider { @@ -2660,8 +2660,8 @@ } .fc.fc-unthemed .fc-toolbar .fc-button { color: #1c2127; - background: #67E8F9; - border: 1px solid #67E8F9; + background: #93C5FD; + border: 1px solid #93C5FD; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 6px; @@ -2669,19 +2669,19 @@ align-items: center; } .fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover { - background: #56e5f8; + background: #7fbafd; color: #1c2127; - border-color: #56e5f8; + border-color: #7fbafd; } .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active { - background: #45e3f8; + background: #6cb0fc; color: #1c2127; - border-color: #45e3f8; + border-color: #6cb0fc; } .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -2702,7 +2702,7 @@ .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .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: #22272d; @@ -2716,19 +2716,19 @@ color: rgba(255, 255, 255, 0.87); } .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: #67E8F9; - border-color: #67E8F9; + background: #93C5FD; + border-color: #93C5FD; color: #1c2127; } .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: #56e5f8; - border-color: #56e5f8; + background: #7fbafd; + border-color: #7fbafd; color: #1c2127; } .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: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); z-index: 1; } .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button { @@ -2794,7 +2794,7 @@ .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body { padding: 1.25rem; @@ -2805,15 +2805,15 @@ } .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event { color: #1c2127; - background: #56e5f8; - border-color: #56e5f8; + background: #7fbafd; + border-color: #7fbafd; } .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main { color: #1c2127; } .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot { - background: #56e5f8; - border-color: #56e5f8; + background: #7fbafd; + border-color: #7fbafd; } .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover { background: rgba(255, 255, 255, 0.03); @@ -2824,32 +2824,32 @@ } .fc.fc-theme-standard .fc-toolbar .fc-button { color: #1c2127; - background: #67E8F9; - border: 1px solid #67E8F9; + background: #93C5FD; + border: 1px solid #93C5FD; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 6px; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover { - background: #56e5f8; + background: #7fbafd; color: #1c2127; - border-color: #56e5f8; + border-color: #7fbafd; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active { - background: #45e3f8; + background: #6cb0fc; color: #1c2127; - border-color: #45e3f8; + border-color: #6cb0fc; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .fc.fc-theme-standard .fc-toolbar .fc-button:disabled { opacity: 0.4; color: #1c2127; - background: #67E8F9; - border: 1px solid #67E8F9; + background: #93C5FD; + border: 1px solid #93C5FD; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -2870,7 +2870,7 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .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: #22272d; @@ -2884,19 +2884,19 @@ color: rgba(255, 255, 255, 0.87); } .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: #67E8F9; - border-color: #67E8F9; + background: #93C5FD; + border-color: #93C5FD; color: #1c2127; } .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: #56e5f8; - border-color: #56e5f8; + background: #7fbafd; + border-color: #7fbafd; color: #1c2127; } .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: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); z-index: 1; } .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button { @@ -2912,7 +2912,7 @@ } .fc.fc-theme-standard .fc-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-orderlist .p-orderlist-controls { @@ -2954,11 +2954,11 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { @@ -2966,11 +2966,11 @@ color: rgba(255, 255, 255, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(9, 192, 216, 0.16); + color: rgba(22, 130, 251, 0.16); } .p-organizationchart .p-organizationchart-line-down { background: #444c56; @@ -2997,7 +2997,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-paginator { @@ -3072,8 +3072,8 @@ border-radius: 6px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(103, 232, 249, 0.16); - border-color: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); + border-color: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { @@ -3121,15 +3121,15 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-timeline .p-timeline-event-marker { - border: 2px solid #67E8F9; + border: 2px solid #93C5FD; border-radius: 50%; width: 1rem; height: 1rem; @@ -3186,7 +3186,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; @@ -3201,10 +3201,10 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, @@ -3281,7 +3281,7 @@ background: #22272d; } .p-treetable .p-sortable-column { - outline-color: rgba(103, 232, 249, 0.5); + outline-color: rgba(147, 197, 253, 0.5); } .p-treetable .p-sortable-column .p-sortable-column-icon { color: rgba(255, 255, 255, 0.6); @@ -3293,7 +3293,7 @@ min-width: 1.143rem; line-height: 1.143rem; color: rgba(255, 255, 255, 0.87); - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { @@ -3304,7 +3304,7 @@ color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column.p-highlight { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { @@ -3314,7 +3314,7 @@ background: #22272d; color: rgba(255, 255, 255, 0.87); transition: box-shadow 0.2s; - outline-color: rgba(103, 232, 249, 0.5); + outline-color: rgba(147, 197, 253, 0.5); } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -3340,7 +3340,7 @@ .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { margin-right: 0.5rem; @@ -3349,7 +3349,7 @@ color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { @@ -3366,7 +3366,7 @@ color: rgba(255, 255, 255, 0.87); } .p-treetable .p-column-resizer-helper { - background: #67E8F9; + background: #93C5FD; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { @@ -3442,7 +3442,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { background: rgba(255, 255, 255, 0.03); @@ -3532,7 +3532,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { color: rgba(255, 255, 255, 0.87); @@ -3598,7 +3598,7 @@ .p-panel .p-panel-header .p-panel-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-panel.p-panel-toggleable .p-panel-header { padding: 0.75rem 1.25rem; @@ -3666,21 +3666,21 @@ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: #22272d; - border-color: #67E8F9; + border-color: #93C5FD; color: rgba(255, 255, 255, 0.87); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #22272d; - border-color: #67E8F9; - color: #67E8F9; + border-color: #93C5FD; + color: #93C5FD; } .p-tabview .p-tabview-nav-btn.p-link { background: #22272d; - color: #67E8F9; + color: #93C5FD; width: 3rem; box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); border-radius: 0; @@ -3688,7 +3688,7 @@ .p-tabview .p-tabview-nav-btn.p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-tabview .p-tabview-panels { background: #22272d; @@ -3788,7 +3788,7 @@ .p-dialog .p-dialog-header .p-dialog-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-dialog .p-dialog-header .p-dialog-header-icon:last-child { margin-right: 0; @@ -3829,7 +3829,7 @@ padding: 1.25rem; } .p-overlaypanel .p-overlaypanel-close { - background: #67E8F9; + background: #93C5FD; color: #1c2127; width: 2rem; height: 2rem; @@ -3840,7 +3840,7 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: #56e5f8; + background: #7fbafd; color: #1c2127; } .p-overlaypanel:after { @@ -3889,7 +3889,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-sidebar .p-sidebar-header + .p-sidebar-content { padding-top: 0; @@ -3933,7 +3933,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-fileupload .p-fileupload-content { background: #22272d; @@ -3954,14 +3954,14 @@ } .p-fileupload-choose:not(.p-disabled):hover { - background: #56e5f8; + background: #7fbafd; color: #1c2127; - border-color: #56e5f8; + border-color: #7fbafd; } .p-fileupload-choose:not(.p-disabled):active { - background: #45e3f8; + background: #6cb0fc; color: #1c2127; - border-color: #45e3f8; + border-color: #6cb0fc; } .p-breadcrumb { @@ -3977,7 +3977,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: rgba(255, 255, 255, 0.87); @@ -4037,7 +4037,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-contextmenu .p-submenu-list { padding: 0.25rem 0; @@ -4047,7 +4047,7 @@ border-radius: 6px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { color: rgba(255, 255, 255, 0.87); @@ -4163,11 +4163,11 @@ .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .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: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .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 { @@ -4213,7 +4213,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-megamenu .p-megamenu-panel { background: #3d444d; @@ -4239,7 +4239,7 @@ margin: 0.25rem 0; } .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { color: rgba(255, 255, 255, 0.87); @@ -4292,7 +4292,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-menu.p-menu-overlay { background: #3d444d; @@ -4352,7 +4352,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1.25rem; @@ -4387,11 +4387,11 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .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: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .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 { @@ -4420,7 +4420,7 @@ font-size: 0.875rem; } .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { color: rgba(255, 255, 255, 0.87); @@ -4448,7 +4448,7 @@ .p-menubar .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-menubar .p-menubar-root-list { position: absolute; @@ -4502,7 +4502,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -4569,7 +4569,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: rgba(255, 255, 255, 0.03); @@ -4635,7 +4635,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon { margin-right: 0.5rem; @@ -4671,10 +4671,10 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item.p-highlight .p-steps-title { @@ -4719,17 +4719,17 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #22272d; - border-color: #67E8F9; + border-color: #93C5FD; color: rgba(255, 255, 255, 0.87); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #22272d; - border-color: #67E8F9; - color: #67E8F9; + border-color: #93C5FD; + color: #93C5FD; } .p-tieredmenu { @@ -4772,7 +4772,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px rgba(103, 232, 249, 0.5); + box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.5); } .p-tieredmenu.p-tieredmenu-overlay { background: #3d444d; @@ -4786,7 +4786,7 @@ 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: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { color: rgba(255, 255, 255, 0.87); @@ -4874,7 +4874,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-message.p-message-info { background: #e9e9ff; @@ -4970,7 +4970,7 @@ .p-toast .p-toast-message .p-toast-icon-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-toast .p-toast-message.p-toast-message-info { background: #e9e9ff; @@ -5065,7 +5065,7 @@ background: rgba(255, 255, 255, 0.1); } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { @@ -5084,7 +5084,7 @@ background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } .p-galleria .p-galleria-thumbnail-container { @@ -5109,7 +5109,7 @@ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-galleria-mask { @@ -5180,7 +5180,7 @@ } .p-badge { - background: #67E8F9; + background: #93C5FD; color: #1c2127; font-size: 0.75rem; font-weight: 700; @@ -5249,7 +5249,7 @@ .p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-inplace .p-inplace-display { @@ -5264,7 +5264,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem rgba(103, 232, 249, 0.5); + box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-progressbar { @@ -5276,7 +5276,7 @@ .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #67E8F9; + background: #93C5FD; } .p-progressbar .p-progressbar-label { color: rgba(255, 255, 255, 0.87); @@ -5291,10 +5291,10 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: rgba(103, 232, 249, 0.16); + background: rgba(147, 197, 253, 0.16); } .p-scrolltop.p-link:hover { - background: rgba(103, 232, 249, 0.3616); + background: rgba(147, 197, 253, 0.3616); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; @@ -5310,7 +5310,7 @@ } .p-tag { - background: #67E8F9; + background: #93C5FD; color: #1c2127; font-size: 0.75rem; font-weight: 700; @@ -5366,20 +5366,20 @@ position: absolute; bottom: 0; height: 2px; - background-color: #67E8F9; + background-color: #93C5FD; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background-color: #67E8F9; + background-color: #93C5FD; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background-color: #67E8F9; + background-color: #93C5FD; } .p-button:focus { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(103, 232, 249, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-button.p-button-secondary:enabled:focus { box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); diff --git a/public/themes/lara-light-cyan/fonts/Inter-Bold.woff b/public/themes/lara-light-blue/fonts/Inter-Bold.woff similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-Bold.woff rename to public/themes/lara-light-blue/fonts/Inter-Bold.woff diff --git a/public/themes/lara-light-cyan/fonts/Inter-Bold.woff2 b/public/themes/lara-light-blue/fonts/Inter-Bold.woff2 similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-Bold.woff2 rename to public/themes/lara-light-blue/fonts/Inter-Bold.woff2 diff --git a/public/themes/lara-light-cyan/fonts/Inter-Light.woff b/public/themes/lara-light-blue/fonts/Inter-Light.woff similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-Light.woff rename to public/themes/lara-light-blue/fonts/Inter-Light.woff diff --git a/public/themes/lara-light-cyan/fonts/Inter-Light.woff2 b/public/themes/lara-light-blue/fonts/Inter-Light.woff2 similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-Light.woff2 rename to public/themes/lara-light-blue/fonts/Inter-Light.woff2 diff --git a/public/themes/lara-light-cyan/fonts/Inter-Medium.woff b/public/themes/lara-light-blue/fonts/Inter-Medium.woff similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-Medium.woff rename to public/themes/lara-light-blue/fonts/Inter-Medium.woff diff --git a/public/themes/lara-light-cyan/fonts/Inter-Medium.woff2 b/public/themes/lara-light-blue/fonts/Inter-Medium.woff2 similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-Medium.woff2 rename to public/themes/lara-light-blue/fonts/Inter-Medium.woff2 diff --git a/public/themes/lara-light-cyan/fonts/Inter-Regular.woff b/public/themes/lara-light-blue/fonts/Inter-Regular.woff similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-Regular.woff rename to public/themes/lara-light-blue/fonts/Inter-Regular.woff diff --git a/public/themes/lara-light-cyan/fonts/Inter-Regular.woff2 b/public/themes/lara-light-blue/fonts/Inter-Regular.woff2 similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-Regular.woff2 rename to public/themes/lara-light-blue/fonts/Inter-Regular.woff2 diff --git a/public/themes/lara-light-cyan/fonts/Inter-SemiBold.woff b/public/themes/lara-light-blue/fonts/Inter-SemiBold.woff similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-SemiBold.woff rename to public/themes/lara-light-blue/fonts/Inter-SemiBold.woff diff --git a/public/themes/lara-light-cyan/fonts/Inter-SemiBold.woff2 b/public/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 similarity index 100% rename from public/themes/lara-light-cyan/fonts/Inter-SemiBold.woff2 rename to public/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 diff --git a/public/themes/lara-light-cyan/theme.css b/public/themes/lara-light-blue/theme.css similarity index 94% rename from public/themes/lara-light-cyan/theme.css rename to public/themes/lara-light-blue/theme.css index 01c6ac982..5dab37b78 100644 --- a/public/themes/lara-light-cyan/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -7,7 +7,7 @@ --surface-f:#ffffff; --text-color:#495057; --text-color-secondary:#6c757d; - --primary-color:#06B6D4; + --primary-color:#3B82F6; --primary-color-text:#ffffff; --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; --surface-0: #ffffff; @@ -40,7 +40,7 @@ --surface-overlay:#ffffff; --surface-border:#dfe7ef; --surface-hover:#f6f9fc; - --focus-ring: 0 0 0 0.2rem #8decfc; + --focus-ring: 0 0 0 0.2rem #BFDBFE; --maskbg: rgba(0, 0, 0, 0.4); } @@ -118,7 +118,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-component-overlay-enter { @@ -259,13 +259,13 @@ padding: 0.375rem 0.75rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #06B6D4; + border-color: #3B82F6; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.375rem 0; @@ -315,8 +315,8 @@ background: #e9ecef; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; @@ -375,7 +375,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-datepicker .p-datepicker-header .p-datepicker-title { line-height: 2rem; @@ -389,7 +389,7 @@ } .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: #06B6D4; + color: #3B82F6; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -416,13 +416,13 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -430,8 +430,8 @@ border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-datepicker .p-datepicker-buttonbar { padding: 1rem 0; @@ -461,7 +461,7 @@ .p-datepicker .p-timepicker button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-datepicker .p-timepicker button:last-child { margin-top: 0.2em; @@ -484,8 +484,8 @@ border-radius: 6px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -496,8 +496,8 @@ border-radius: 6px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { border-left: 1px solid #dee2e6; @@ -519,7 +519,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -527,7 +527,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -535,7 +535,7 @@ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } @media screen and (max-width: 769px) { @@ -550,13 +550,13 @@ border-radius: 6px; } .p-cascadeselect:not(.p-disabled):hover { - border-color: #06B6D4; + border-color: #3B82F6; } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -605,11 +605,11 @@ .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 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -648,21 +648,21 @@ font-size: 14px; } .p-checkbox .p-checkbox-box.p-highlight { - border-color: #06B6D4; - background: #06B6D4; + border-color: #3B82F6; + background: #3B82F6; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { - border-color: #06B6D4; + border-color: #3B82F6; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - border-color: #0E7490; - background: #0E7490; + border-color: #3B82F6; + background: #3B82F6; color: #ffffff; } .p-checkbox.p-invalid > .p-checkbox-box { @@ -673,26 +673,26 @@ background-color: #e9ecef; } .p-input-filled .p-checkbox .p-checkbox-box.p-highlight { - background: #06B6D4; + background: #3B82F6; } .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { background-color: #e9ecef; } .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - background: #0E7490; + background: #3B82F6; } .p-chips .p-chips-multiple-container { padding: 0.375rem 0.75rem; } .p-chips .p-chips-multiple-container:not(.p-disabled):hover { - border-color: #06B6D4; + border-color: #3B82F6; } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.375rem 0.75rem; @@ -743,13 +743,13 @@ border-radius: 6px; } .p-dropdown:not(.p-disabled):hover { - border-color: #06B6D4; + border-color: #3B82F6; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { padding-right: 1.75rem; @@ -817,8 +817,8 @@ border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -928,22 +928,22 @@ .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: #06B6D4; + color: #3B82F6; } .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: #06B6D4; + stroke: #3B82F6; } .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: #06B6D4; + fill: #3B82F6; } .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: #06B6D4; + color: #3B82F6; } .p-inputgroup-addon { @@ -1044,19 +1044,19 @@ .p-inputswitch.p-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #b6bfc8; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #06B6D4; + background: #3B82F6; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { background: #ffffff; } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background: #0891B2; + background: #3B82F6; } .p-inputswitch.p-invalid { border-color: #e24c4c; @@ -1074,13 +1074,13 @@ border-radius: 6px; } .p-inputtext:enabled:hover { - border-color: #06B6D4; + border-color: #3B82F6; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-inputtext.p-invalid.p-component { border-color: #e24c4c; @@ -1192,13 +1192,13 @@ border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; @@ -1227,13 +1227,13 @@ border-radius: 6px; } .p-multiselect:not(.p-disabled):hover { - border-color: #06B6D4; + border-color: #3B82F6; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; @@ -1311,7 +1311,7 @@ .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-multiselect-panel .p-multiselect-items { padding: 0.75rem 0; @@ -1326,8 +1326,8 @@ border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -1336,7 +1336,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1404,13 +1404,13 @@ 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: #06B6D4; + border-color: #3B82F6; } .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { width: 12px; @@ -1419,12 +1419,12 @@ background-color: #ffffff; } .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #06B6D4; - background: #06B6D4; + border-color: #3B82F6; + background: #3B82F6; } .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #0E7490; - background: #0E7490; + border-color: #3B82F6; + background: #3B82F6; color: #ffffff; } .p-radiobutton.p-invalid > .p-radiobutton-box { @@ -1441,10 +1441,10 @@ background-color: #e9ecef; } .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight { - background: #06B6D4; + background: #3B82F6; } .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - background: #0E7490; + background: #3B82F6; } .p-rating .p-rating-icon { @@ -1459,16 +1459,16 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-rating .p-rating-icon:first-child { margin-left: 0; } .p-rating .p-rating-icon.pi-star-fill { - color: #06B6D4; + color: #3B82F6; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover { - color: #06B6D4; + color: #3B82F6; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover { color: #e73d3e; @@ -1494,8 +1494,8 @@ color: #343a40; } .p-selectbutton .p-button.p-highlight { - background: #06B6D4; - border-color: #06B6D4; + background: #3B82F6; + border-color: #3B82F6; color: #ffffff; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, @@ -1503,8 +1503,8 @@ color: #ffffff; } .p-selectbutton .p-button.p-highlight:hover { - background: #0891B2; - border-color: #0891B2; + background: #3B82F6; + border-color: #3B82F6; color: #ffffff; } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, @@ -1538,21 +1538,21 @@ height: 1.143rem; width: 1.143rem; background: #ffffff; - border: 2px solid #06B6D4; + border: 2px solid #3B82F6; 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: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-slider .p-slider-range { - background: #06B6D4; + background: #3B82F6; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #06B6D4; - border-color: #06B6D4; + background: #3B82F6; + border-color: #3B82F6; } .p-treeselect { @@ -1562,13 +1562,13 @@ border-radius: 6px; } .p-treeselect:not(.p-disabled):hover { - border-color: #06B6D4; + border-color: #3B82F6; } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; - border-color: #06B6D4; + box-shadow: 0 0 0 0.2rem #BFDBFE; + border-color: #3B82F6; } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; @@ -1645,8 +1645,8 @@ color: #343a40; } .p-togglebutton.p-button.p-highlight { - background: #06B6D4; - border-color: #06B6D4; + background: #3B82F6; + border-color: #3B82F6; color: #ffffff; } .p-togglebutton.p-button.p-highlight .p-button-icon-left, @@ -1654,8 +1654,8 @@ color: #ffffff; } .p-togglebutton.p-button.p-highlight:hover { - background: #0891B2; - border-color: #0891B2; + background: #3B82F6; + border-color: #3B82F6; color: #ffffff; } .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, @@ -1668,36 +1668,36 @@ .p-button { color: #ffffff; - background: #06B6D4; - border: 1px solid #06B6D4; + background: #3B82F6; + border: 1px solid #3B82F6; padding: 0.75rem 1.25rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 6px; } .p-button:enabled:hover { - background: #0891B2; + background: #3B82F6; color: #ffffff; - border-color: #0891B2; + border-color: #3B82F6; } .p-button:enabled:active { - background: #0E7490; + background: #3B82F6; color: #ffffff; - border-color: #0E7490; + border-color: #3B82F6; } .p-button.p-button-outlined { background-color: transparent; - color: #06B6D4; + color: #3B82F6; border: 1px solid; } .p-button.p-button-outlined:enabled:hover { - background: rgba(6, 182, 212, 0.04); - color: #06B6D4; + background: rgba(59, 130, 246, 0.04); + color: #3B82F6; border: 1px solid; } .p-button.p-button-outlined:enabled:active { - background: rgba(6, 182, 212, 0.16); - color: #06B6D4; + background: rgba(59, 130, 246, 0.16); + color: #3B82F6; border: 1px solid; } .p-button.p-button-outlined.p-button-plain { @@ -1714,17 +1714,17 @@ } .p-button.p-button-text { background-color: transparent; - color: #06B6D4; + color: #3B82F6; border-color: transparent; } .p-button.p-button-text:enabled:hover { - background: rgba(6, 182, 212, 0.04); - color: #06B6D4; + background: rgba(59, 130, 246, 0.04); + color: #3B82F6; border-color: transparent; } .p-button.p-button-text:enabled:active { - background: rgba(6, 182, 212, 0.16); - color: #06B6D4; + background: rgba(59, 130, 246, 0.16); + color: #3B82F6; border-color: transparent; } .p-button.p-button-text.p-button-plain { @@ -1741,7 +1741,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-button .p-button-icon-left { margin-right: 0.5rem; @@ -1760,7 +1760,7 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #06B6D4; + color: #3B82F6; background-color: #ffffff; } .p-button.p-button-raised { @@ -1826,7 +1826,7 @@ border-color: #475569; } .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 #c0c7d2; + box-shadow: 0 0 0 0.2rem #E2E8F0; } .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: #334155; @@ -1875,7 +1875,7 @@ border-color: #2563EB; } .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 #b1cdfb; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .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: #1D4ED8; @@ -1924,7 +1924,7 @@ border-color: #16A34A; } .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 #a0efbd; + box-shadow: 0 0 0 0.2rem #BBF7D0; } .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: #15803D; @@ -1973,7 +1973,7 @@ border-color: #D97706; } .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 #fbd89d; + box-shadow: 0 0 0 0.2rem #FDE68A; } .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: #B45309; @@ -2022,7 +2022,7 @@ border-color: #9333EA; } .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 #dcbbfc; + box-shadow: 0 0 0 0.2rem #E9D5FF; } .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: #7E22CE; @@ -2071,7 +2071,7 @@ border-color: #DC2626; } .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 #f9b4b4; + box-shadow: 0 0 0 0.2rem #FECACA; } .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: #B91C1C; @@ -2110,13 +2110,13 @@ } .p-button.p-button-link { - color: #0E7490; + color: #3B82F6; background: transparent; border: transparent; } .p-button.p-button-link:enabled:hover { background: transparent; - color: #0E7490; + color: #3B82F6; border-color: transparent; } .p-button.p-button-link:enabled:hover .p-button-label { @@ -2124,12 +2124,12 @@ } .p-button.p-button-link:enabled:focus { background: transparent; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; border-color: transparent; } .p-button.p-button-link:enabled:active { background: transparent; - color: #0E7490; + color: #3B82F6; border-color: transparent; } @@ -2218,7 +2218,7 @@ .p-carousel .p-carousel-content .p-carousel-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-carousel .p-carousel-indicators { padding: 1rem; @@ -2238,8 +2238,8 @@ background: #adb5bd; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-datatable .p-paginator-top { @@ -2294,8 +2294,8 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):hover { @@ -2306,28 +2306,28 @@ color: #343a40; } .p-datatable .p-sortable-column.p-highlight { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #0E7490; + color: #3B82F6; } .p-datatable .p-sortable-column.p-highlight:hover { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon { - color: #0E7490; + color: #3B82F6; } .p-datatable .p-sortable-column:focus { - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #495057; transition: box-shadow 0.2s; - outline-color: #8decfc; + outline-color: #BFDBFE; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -2361,7 +2361,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; @@ -2370,21 +2370,21 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #ECFEFF; + box-shadow: inset 0 2px 0 0 #EFF6FF; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #ECFEFF; + box-shadow: inset 0 -2px 0 0 #EFF6FF; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover { background: #e9ecef; color: #495057; } .p-datatable .p-column-resizer-helper { - background: #06B6D4; + background: #3B82F6; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { @@ -2430,14 +2430,14 @@ background: #fcfcfc; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #0E7490; + color: #3B82F6; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #0E7490; + color: #3B82F6; } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.5rem 0.5rem; @@ -2531,13 +2531,13 @@ color: #343a40; } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-column-filter-menu-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-column-filter-clear-button { @@ -2557,7 +2557,7 @@ .p-column-filter-clear-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-column-filter-overlay { @@ -2581,8 +2581,8 @@ border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; @@ -2591,7 +2591,7 @@ .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 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { border-top: 1px solid #dee2e6; @@ -2650,8 +2650,8 @@ border-right: 1px solid #dee2e6; } .fc.fc-unthemed .fc-view-container .fc-event { - background: #0891B2; - border: 1px solid #0891B2; + background: #3B82F6; + border: 1px solid #3B82F6; color: #ffffff; } .fc.fc-unthemed .fc-view-container .fc-divider { @@ -2660,8 +2660,8 @@ } .fc.fc-unthemed .fc-toolbar .fc-button { color: #ffffff; - background: #06B6D4; - border: 1px solid #06B6D4; + background: #3B82F6; + border: 1px solid #3B82F6; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 6px; @@ -2669,19 +2669,19 @@ align-items: center; } .fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover { - background: #0891B2; + background: #3B82F6; color: #ffffff; - border-color: #0891B2; + border-color: #3B82F6; } .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active { - background: #0E7490; + background: #3B82F6; color: #ffffff; - border-color: #0E7490; + border-color: #3B82F6; } .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -2702,7 +2702,7 @@ .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .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; @@ -2716,19 +2716,19 @@ color: #495057; } .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: #06B6D4; - border-color: #06B6D4; + background: #3B82F6; + border-color: #3B82F6; color: #ffffff; } .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: #0891B2; - border-color: #0891B2; + background: #3B82F6; + border-color: #3B82F6; color: #ffffff; } .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: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; z-index: 1; } .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button { @@ -2794,7 +2794,7 @@ .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body { padding: 1.25rem; @@ -2805,15 +2805,15 @@ } .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event { color: #ffffff; - background: #0891B2; - border-color: #0891B2; + background: #3B82F6; + border-color: #3B82F6; } .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: #0891B2; - border-color: #0891B2; + background: #3B82F6; + border-color: #3B82F6; } .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover { background: #e9ecef; @@ -2824,32 +2824,32 @@ } .fc.fc-theme-standard .fc-toolbar .fc-button { color: #ffffff; - background: #06B6D4; - border: 1px solid #06B6D4; + background: #3B82F6; + border: 1px solid #3B82F6; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 6px; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover { - background: #0891B2; + background: #3B82F6; color: #ffffff; - border-color: #0891B2; + border-color: #3B82F6; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active { - background: #0E7490; + background: #3B82F6; color: #ffffff; - border-color: #0E7490; + border-color: #3B82F6; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .fc.fc-theme-standard .fc-toolbar .fc-button:disabled { opacity: 0.6; color: #ffffff; - background: #06B6D4; - border: 1px solid #06B6D4; + background: #3B82F6; + border: 1px solid #3B82F6; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -2870,7 +2870,7 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .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; @@ -2884,19 +2884,19 @@ color: #495057; } .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: #06B6D4; - border-color: #06B6D4; + background: #3B82F6; + border-color: #3B82F6; color: #ffffff; } .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: #0891B2; - border-color: #0891B2; + background: #3B82F6; + border-color: #3B82F6; color: #ffffff; } .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: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; z-index: 1; } .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button { @@ -2911,8 +2911,8 @@ border-bottom-right-radius: 6px; } .fc.fc-theme-standard .fc-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-orderlist .p-orderlist-controls { @@ -2954,11 +2954,11 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { @@ -2966,11 +2966,11 @@ color: #495057; } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #6df7ff; + color: #70aeff; } .p-organizationchart .p-organizationchart-line-down { background: #dee2e6; @@ -2997,7 +2997,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-paginator { @@ -3072,9 +3072,9 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: #ECFEFF; - border-color: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + border-color: #EFF6FF; + color: #3B82F6; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { background: #e9ecef; @@ -3121,15 +3121,15 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; } .p-timeline .p-timeline-event-marker { - border: 2px solid #06B6D4; + border: 2px solid #3B82F6; border-radius: 50%; width: 1rem; height: 1rem; @@ -3186,7 +3186,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; @@ -3201,19 +3201,19 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { background: #e9ecef; @@ -3281,7 +3281,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #8decfc; + outline-color: #BFDBFE; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #343a40; @@ -3292,8 +3292,8 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #0E7490; - background: #ECFEFF; + color: #3B82F6; + background: #EFF6FF; margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { @@ -3304,17 +3304,17 @@ color: #343a40; } .p-treetable .p-sortable-column.p-highlight { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #0E7490; + color: #3B82F6; } .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #495057; transition: box-shadow 0.2s; - outline-color: #8decfc; + outline-color: #BFDBFE; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -3340,7 +3340,7 @@ .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { margin-right: 0.5rem; @@ -3349,14 +3349,14 @@ color: #495057; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #0E7490; + color: #3B82F6; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #0E7490; + color: #3B82F6; } .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { background: #e9ecef; @@ -3366,7 +3366,7 @@ color: #495057; } .p-treetable .p-column-resizer-helper { - background: #06B6D4; + background: #3B82F6; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { @@ -3442,7 +3442,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { background: #e9ecef; @@ -3532,7 +3532,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { color: #343a40; @@ -3598,7 +3598,7 @@ .p-panel .p-panel-header .p-panel-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-panel.p-panel-toggleable .p-panel-header { padding: 0.75rem 1.25rem; @@ -3666,7 +3666,7 @@ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #8decfc; + box-shadow: inset 0 0 0 0.2rem #BFDBFE; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: #ffffff; @@ -3675,12 +3675,12 @@ } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #ffffff; - border-color: #06B6D4; - color: #06B6D4; + border-color: #3B82F6; + color: #3B82F6; } .p-tabview .p-tabview-nav-btn.p-link { background: #ffffff; - color: #06B6D4; + color: #3B82F6; width: 3rem; 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; @@ -3688,7 +3688,7 @@ .p-tabview .p-tabview-nav-btn.p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #8decfc; + box-shadow: inset 0 0 0 0.2rem #BFDBFE; } .p-tabview .p-tabview-panels { background: #ffffff; @@ -3788,7 +3788,7 @@ .p-dialog .p-dialog-header .p-dialog-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-dialog .p-dialog-header .p-dialog-header-icon:last-child { margin-right: 0; @@ -3829,7 +3829,7 @@ padding: 1.25rem; } .p-overlaypanel .p-overlaypanel-close { - background: #06B6D4; + background: #3B82F6; color: #ffffff; width: 2rem; height: 2rem; @@ -3840,7 +3840,7 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: #0891B2; + background: #3B82F6; color: #ffffff; } .p-overlaypanel:after { @@ -3889,7 +3889,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-sidebar .p-sidebar-header + .p-sidebar-content { padding-top: 0; @@ -3933,7 +3933,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -3954,14 +3954,14 @@ } .p-fileupload-choose:not(.p-disabled):hover { - background: #0891B2; + background: #3B82F6; color: #ffffff; - border-color: #0891B2; + border-color: #3B82F6; } .p-fileupload-choose:not(.p-disabled):active { - background: #0E7490; + background: #3B82F6; color: #ffffff; - border-color: #0E7490; + border-color: #3B82F6; } .p-breadcrumb { @@ -3977,7 +3977,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -4037,7 +4037,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-contextmenu .p-submenu-list { padding: 0.25rem 0; @@ -4047,13 +4047,13 @@ border-radius: 6px; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: #ECFEFF; + background: #EFF6FF; } .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .p-contextmenu .p-menu-separator { border-top: 1px solid #dee2e6; @@ -4163,23 +4163,23 @@ .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .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: #ECFEFF; + background: #EFF6FF; } .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: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .p-megamenu .p-menuitem-link { padding: 0.75rem 1.25rem; @@ -4213,7 +4213,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -4239,13 +4239,13 @@ margin: 0.25rem 0; } .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: #ECFEFF; + background: #EFF6FF; } .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .p-megamenu.p-megamenu-vertical { width: 12.5rem; @@ -4292,7 +4292,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-menu.p-menu-overlay { background: #ffffff; @@ -4352,7 +4352,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1.25rem; @@ -4387,23 +4387,23 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .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: #ECFEFF; + background: #EFF6FF; } .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: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .p-menubar .p-submenu-list { padding: 0.25rem 0; @@ -4420,13 +4420,13 @@ font-size: 0.875rem; } .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: #ECFEFF; + background: #EFF6FF; } .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } @media screen and (max-width: 960px) { @@ -4448,7 +4448,7 @@ .p-menubar .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-menubar .p-menubar-root-list { position: absolute; @@ -4502,7 +4502,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -4569,7 +4569,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -4635,7 +4635,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon { margin-right: 0.5rem; @@ -4671,11 +4671,11 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 700; @@ -4719,7 +4719,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #8decfc; + box-shadow: inset 0 0 0 0.2rem #BFDBFE; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -4728,8 +4728,8 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #ffffff; - border-color: #06B6D4; - color: #06B6D4; + border-color: #3B82F6; + color: #3B82F6; } .p-tieredmenu { @@ -4772,7 +4772,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #8decfc; + box-shadow: inset 0 0 0 1px #BFDBFE; } .p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; @@ -4786,13 +4786,13 @@ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background: #ECFEFF; + background: #EFF6FF; } .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #0E7490; + color: #3B82F6; } .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: #0E7490; + color: #3B82F6; } .p-tieredmenu .p-menu-separator { border-top: 1px solid #dee2e6; @@ -4874,7 +4874,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-message.p-message-info { background: #e9e9ff; @@ -4970,7 +4970,7 @@ .p-toast .p-toast-message .p-toast-icon-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-toast .p-toast-message.p-toast-message-info { background: #e9e9ff; @@ -5065,8 +5065,8 @@ background: #adb5bd; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -5084,8 +5084,8 @@ background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #ECFEFF; - color: #0E7490; + background: #EFF6FF; + color: #3B82F6; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -5109,7 +5109,7 @@ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-galleria-mask { @@ -5180,7 +5180,7 @@ } .p-badge { - background: #06B6D4; + background: #3B82F6; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -5249,7 +5249,7 @@ .p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-inplace .p-inplace-display { @@ -5264,7 +5264,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8decfc; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .p-progressbar { @@ -5276,7 +5276,7 @@ .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #06B6D4; + background: #3B82F6; } .p-progressbar .p-progressbar-label { color: #495057; @@ -5310,7 +5310,7 @@ } .p-tag { - background: #06B6D4; + background: #3B82F6; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -5366,20 +5366,20 @@ position: absolute; bottom: 0; height: 2px; - background-color: #06B6D4; + background-color: #3B82F6; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background-color: #06B6D4; + background-color: #3B82F6; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background-color: #06B6D4; + background-color: #3B82F6; } .p-button:focus { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #71e7fb, 0 1px 2px 0 black; + box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black; } .p-button.p-button-secondary:enabled:focus { box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 black; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index c1a41e47a..5caf5458b 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -40,7 +40,7 @@ --surface-overlay:#ffffff; --surface-border:#dfe7ef; --surface-hover:#f6f9fc; - --focus-ring: 0 0 0 0.2rem #c1c2f9; + --focus-ring: 0 0 0 0.2rem #C7D2FE; --maskbg: rgba(0, 0, 0, 0.4); } @@ -118,7 +118,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-component-overlay-enter { @@ -264,7 +264,7 @@ .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -375,7 +375,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-datepicker .p-datepicker-header .p-datepicker-title { line-height: 2rem; @@ -422,7 +422,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -461,7 +461,7 @@ .p-datepicker .p-timepicker button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-datepicker .p-timepicker button:last-child { margin-top: 0.2em; @@ -519,7 +519,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -527,7 +527,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -535,7 +535,7 @@ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } @media screen and (max-width: 769px) { @@ -555,7 +555,7 @@ .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-cascadeselect .p-cascadeselect-label { @@ -605,7 +605,7 @@ .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 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { color: #4338CA; @@ -657,7 +657,7 @@ .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { @@ -691,7 +691,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -748,7 +748,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { @@ -1044,7 +1044,7 @@ .p-inputswitch.p-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #b6bfc8; @@ -1079,7 +1079,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-inputtext.p-invalid.p-component { @@ -1198,7 +1198,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; @@ -1232,7 +1232,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-multiselect .p-multiselect-label { @@ -1311,7 +1311,7 @@ .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-multiselect-panel .p-multiselect-items { padding: 0.75rem 0; @@ -1336,7 +1336,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1409,7 +1409,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -1459,7 +1459,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -1545,7 +1545,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-slider .p-slider-range { background: #6366F1; @@ -1567,7 +1567,7 @@ .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: #6366F1; } .p-treeselect .p-treeselect-label { @@ -1741,7 +1741,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-button .p-button-icon-left { margin-right: 0.5rem; @@ -1826,7 +1826,7 @@ border-color: #475569; } .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 #c0c7d2; + box-shadow: 0 0 0 0.2rem #E2E8F0; } .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: #334155; @@ -1875,7 +1875,7 @@ border-color: #2563EB; } .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 #b1cdfb; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .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: #1D4ED8; @@ -1924,7 +1924,7 @@ border-color: #16A34A; } .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 #a0efbd; + box-shadow: 0 0 0 0.2rem #BBF7D0; } .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: #15803D; @@ -1973,7 +1973,7 @@ border-color: #D97706; } .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 #fbd89d; + box-shadow: 0 0 0 0.2rem #FDE68A; } .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: #B45309; @@ -2022,7 +2022,7 @@ border-color: #9333EA; } .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 #dcbbfc; + box-shadow: 0 0 0 0.2rem #E9D5FF; } .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: #7E22CE; @@ -2071,7 +2071,7 @@ border-color: #DC2626; } .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 #f9b4b4; + box-shadow: 0 0 0 0.2rem #FECACA; } .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: #B91C1C; @@ -2124,7 +2124,7 @@ } .p-button.p-button-link:enabled:focus { background: transparent; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; border-color: transparent; } .p-button.p-button-link:enabled:active { @@ -2218,7 +2218,7 @@ .p-carousel .p-carousel-content .p-carousel-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-carousel .p-carousel-indicators { padding: 1rem; @@ -2320,14 +2320,14 @@ color: #4338CA; } .p-datatable .p-sortable-column:focus { - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #495057; transition: box-shadow 0.2s; - outline-color: #c1c2f9; + outline-color: #C7D2FE; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -2361,7 +2361,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; @@ -2537,7 +2537,7 @@ .p-column-filter-menu-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-column-filter-clear-button { @@ -2557,7 +2557,7 @@ .p-column-filter-clear-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-column-filter-overlay { @@ -2591,7 +2591,7 @@ .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 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { border-top: 1px solid #dee2e6; @@ -2681,7 +2681,7 @@ .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -2702,7 +2702,7 @@ .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .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; @@ -2728,7 +2728,7 @@ .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: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; z-index: 1; } .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button { @@ -2794,7 +2794,7 @@ .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body { padding: 1.25rem; @@ -2843,7 +2843,7 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .fc.fc-theme-standard .fc-toolbar .fc-button:disabled { opacity: 0.6; @@ -2870,7 +2870,7 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .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; @@ -2896,7 +2896,7 @@ .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: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; z-index: 1; } .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button { @@ -2954,7 +2954,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { color: #4338CA; @@ -2997,7 +2997,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-paginator { @@ -3121,7 +3121,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { color: #4338CA; @@ -3186,7 +3186,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; @@ -3201,7 +3201,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #EEF2FF; @@ -3281,7 +3281,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #c1c2f9; + outline-color: #C7D2FE; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #343a40; @@ -3314,7 +3314,7 @@ background: #ffffff; color: #495057; transition: box-shadow 0.2s; - outline-color: #c1c2f9; + outline-color: #C7D2FE; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -3340,7 +3340,7 @@ .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { margin-right: 0.5rem; @@ -3442,7 +3442,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { background: #e9ecef; @@ -3532,7 +3532,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { color: #343a40; @@ -3598,7 +3598,7 @@ .p-panel .p-panel-header .p-panel-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-panel.p-panel-toggleable .p-panel-header { padding: 0.75rem 1.25rem; @@ -3666,7 +3666,7 @@ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #c1c2f9; + box-shadow: inset 0 0 0 0.2rem #C7D2FE; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: #ffffff; @@ -3688,7 +3688,7 @@ .p-tabview .p-tabview-nav-btn.p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #c1c2f9; + box-shadow: inset 0 0 0 0.2rem #C7D2FE; } .p-tabview .p-tabview-panels { background: #ffffff; @@ -3788,7 +3788,7 @@ .p-dialog .p-dialog-header .p-dialog-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-dialog .p-dialog-header .p-dialog-header-icon:last-child { margin-right: 0; @@ -3889,7 +3889,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-sidebar .p-sidebar-header + .p-sidebar-content { padding-top: 0; @@ -3933,7 +3933,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -3977,7 +3977,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -4037,7 +4037,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-contextmenu .p-submenu-list { padding: 0.25rem 0; @@ -4163,7 +4163,7 @@ .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .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 { @@ -4213,7 +4213,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -4292,7 +4292,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-menu.p-menu-overlay { background: #ffffff; @@ -4352,7 +4352,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1.25rem; @@ -4387,7 +4387,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .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 { @@ -4448,7 +4448,7 @@ .p-menubar .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-menubar .p-menubar-root-list { position: absolute; @@ -4502,7 +4502,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -4569,7 +4569,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -4635,7 +4635,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon { margin-right: 0.5rem; @@ -4671,7 +4671,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #EEF2FF; @@ -4719,7 +4719,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #c1c2f9; + box-shadow: inset 0 0 0 0.2rem #C7D2FE; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -4772,7 +4772,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #c1c2f9; + box-shadow: inset 0 0 0 1px #C7D2FE; } .p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; @@ -4874,7 +4874,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-message.p-message-info { background: #e9e9ff; @@ -4970,7 +4970,7 @@ .p-toast .p-toast-message .p-toast-icon-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-toast .p-toast-message.p-toast-message-info { background: #e9e9ff; @@ -5109,7 +5109,7 @@ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-galleria-mask { @@ -5249,7 +5249,7 @@ .p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-inplace .p-inplace-display { @@ -5264,7 +5264,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #c1c2f9; + box-shadow: 0 0 0 0.2rem #C7D2FE; } .p-progressbar { diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index d52f0a36e..3125e16e1 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -40,7 +40,7 @@ --surface-overlay:#ffffff; --surface-border:#dfe7ef; --surface-hover:#f6f9fc; - --focus-ring: 0 0 0 0.2rem #d1befb; + --focus-ring: 0 0 0 0.2rem #DDD6FE; --maskbg: rgba(0, 0, 0, 0.4); } @@ -118,7 +118,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-component-overlay-enter { @@ -264,7 +264,7 @@ .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -375,7 +375,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-datepicker .p-datepicker-header .p-datepicker-title { line-height: 2rem; @@ -422,7 +422,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -461,7 +461,7 @@ .p-datepicker .p-timepicker button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-datepicker .p-timepicker button:last-child { margin-top: 0.2em; @@ -519,7 +519,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -527,7 +527,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -535,7 +535,7 @@ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } @media screen and (max-width: 769px) { @@ -555,7 +555,7 @@ .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-cascadeselect .p-cascadeselect-label { @@ -605,7 +605,7 @@ .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 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { color: #6D28D9; @@ -657,7 +657,7 @@ .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { @@ -691,7 +691,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -748,7 +748,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { @@ -1044,7 +1044,7 @@ .p-inputswitch.p-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #b6bfc8; @@ -1079,7 +1079,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-inputtext.p-invalid.p-component { @@ -1198,7 +1198,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; @@ -1232,7 +1232,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-multiselect .p-multiselect-label { @@ -1311,7 +1311,7 @@ .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-multiselect-panel .p-multiselect-items { padding: 0.75rem 0; @@ -1336,7 +1336,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1409,7 +1409,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -1459,7 +1459,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -1545,7 +1545,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-slider .p-slider-range { background: #8B5CF6; @@ -1567,7 +1567,7 @@ .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: #8B5CF6; } .p-treeselect .p-treeselect-label { @@ -1741,7 +1741,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-button .p-button-icon-left { margin-right: 0.5rem; @@ -1826,7 +1826,7 @@ border-color: #475569; } .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 #c0c7d2; + box-shadow: 0 0 0 0.2rem #E2E8F0; } .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: #334155; @@ -1875,7 +1875,7 @@ border-color: #2563EB; } .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 #b1cdfb; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .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: #1D4ED8; @@ -1924,7 +1924,7 @@ border-color: #16A34A; } .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 #a0efbd; + box-shadow: 0 0 0 0.2rem #BBF7D0; } .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: #15803D; @@ -1973,7 +1973,7 @@ border-color: #D97706; } .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 #fbd89d; + box-shadow: 0 0 0 0.2rem #FDE68A; } .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: #B45309; @@ -2022,7 +2022,7 @@ border-color: #9333EA; } .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 #dcbbfc; + box-shadow: 0 0 0 0.2rem #E9D5FF; } .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: #7E22CE; @@ -2071,7 +2071,7 @@ border-color: #DC2626; } .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 #f9b4b4; + box-shadow: 0 0 0 0.2rem #FECACA; } .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: #B91C1C; @@ -2124,7 +2124,7 @@ } .p-button.p-button-link:enabled:focus { background: transparent; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; border-color: transparent; } .p-button.p-button-link:enabled:active { @@ -2218,7 +2218,7 @@ .p-carousel .p-carousel-content .p-carousel-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-carousel .p-carousel-indicators { padding: 1rem; @@ -2320,14 +2320,14 @@ color: #6D28D9; } .p-datatable .p-sortable-column:focus { - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #495057; transition: box-shadow 0.2s; - outline-color: #d1befb; + outline-color: #DDD6FE; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -2361,7 +2361,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; @@ -2537,7 +2537,7 @@ .p-column-filter-menu-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-column-filter-clear-button { @@ -2557,7 +2557,7 @@ .p-column-filter-clear-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-column-filter-overlay { @@ -2591,7 +2591,7 @@ .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 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { border-top: 1px solid #dee2e6; @@ -2681,7 +2681,7 @@ .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -2702,7 +2702,7 @@ .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .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; @@ -2728,7 +2728,7 @@ .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: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; z-index: 1; } .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button { @@ -2794,7 +2794,7 @@ .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body { padding: 1.25rem; @@ -2843,7 +2843,7 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .fc.fc-theme-standard .fc-toolbar .fc-button:disabled { opacity: 0.6; @@ -2870,7 +2870,7 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .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; @@ -2896,7 +2896,7 @@ .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: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; z-index: 1; } .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button { @@ -2954,7 +2954,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { color: #6D28D9; @@ -2997,7 +2997,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-paginator { @@ -3121,7 +3121,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { color: #6D28D9; @@ -3186,7 +3186,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; @@ -3201,7 +3201,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #F5F3FF; @@ -3281,7 +3281,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #d1befb; + outline-color: #DDD6FE; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #343a40; @@ -3314,7 +3314,7 @@ background: #ffffff; color: #495057; transition: box-shadow 0.2s; - outline-color: #d1befb; + outline-color: #DDD6FE; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -3340,7 +3340,7 @@ .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { margin-right: 0.5rem; @@ -3442,7 +3442,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { background: #e9ecef; @@ -3532,7 +3532,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { color: #343a40; @@ -3598,7 +3598,7 @@ .p-panel .p-panel-header .p-panel-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-panel.p-panel-toggleable .p-panel-header { padding: 0.75rem 1.25rem; @@ -3666,7 +3666,7 @@ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #d1befb; + box-shadow: inset 0 0 0 0.2rem #DDD6FE; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: #ffffff; @@ -3688,7 +3688,7 @@ .p-tabview .p-tabview-nav-btn.p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #d1befb; + box-shadow: inset 0 0 0 0.2rem #DDD6FE; } .p-tabview .p-tabview-panels { background: #ffffff; @@ -3788,7 +3788,7 @@ .p-dialog .p-dialog-header .p-dialog-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-dialog .p-dialog-header .p-dialog-header-icon:last-child { margin-right: 0; @@ -3889,7 +3889,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-sidebar .p-sidebar-header + .p-sidebar-content { padding-top: 0; @@ -3933,7 +3933,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -3977,7 +3977,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -4037,7 +4037,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-contextmenu .p-submenu-list { padding: 0.25rem 0; @@ -4163,7 +4163,7 @@ .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .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 { @@ -4213,7 +4213,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -4292,7 +4292,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-menu.p-menu-overlay { background: #ffffff; @@ -4352,7 +4352,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1.25rem; @@ -4387,7 +4387,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .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 { @@ -4448,7 +4448,7 @@ .p-menubar .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-menubar .p-menubar-root-list { position: absolute; @@ -4502,7 +4502,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -4569,7 +4569,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -4635,7 +4635,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon { margin-right: 0.5rem; @@ -4671,7 +4671,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #F5F3FF; @@ -4719,7 +4719,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #d1befb; + box-shadow: inset 0 0 0 0.2rem #DDD6FE; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -4772,7 +4772,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #d1befb; + box-shadow: inset 0 0 0 1px #DDD6FE; } .p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; @@ -4874,7 +4874,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-message.p-message-info { background: #e9e9ff; @@ -4970,7 +4970,7 @@ .p-toast .p-toast-message .p-toast-icon-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-toast .p-toast-message.p-toast-message-info { background: #e9e9ff; @@ -5109,7 +5109,7 @@ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-galleria-mask { @@ -5249,7 +5249,7 @@ .p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-inplace .p-inplace-display { @@ -5264,7 +5264,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #d1befb; + box-shadow: 0 0 0 0.2rem #DDD6FE; } .p-progressbar { diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 89fa7292f..3c04c300f 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -40,7 +40,7 @@ --surface-overlay:#ffffff; --surface-border:#dfe7ef; --surface-hover:#f6f9fc; - --focus-ring: 0 0 0 0.2rem #91f3e8; + --focus-ring: 0 0 0 0.2rem #99F6E4; --maskbg: rgba(0, 0, 0, 0.4); } @@ -118,7 +118,7 @@ .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-component-overlay-enter { @@ -264,7 +264,7 @@ .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { @@ -375,7 +375,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-datepicker .p-datepicker-header .p-datepicker-title { line-height: 2rem; @@ -422,7 +422,7 @@ .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -461,7 +461,7 @@ .p-datepicker .p-timepicker button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-datepicker .p-timepicker button:last-child { margin-top: 0.2em; @@ -519,7 +519,7 @@ .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -527,7 +527,7 @@ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; @@ -535,7 +535,7 @@ .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } @media screen and (max-width: 769px) { @@ -555,7 +555,7 @@ .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-cascadeselect .p-cascadeselect-label { @@ -605,7 +605,7 @@ .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 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { color: #0F766E; @@ -657,7 +657,7 @@ .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { @@ -691,7 +691,7 @@ .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-chips .p-chips-multiple-container .p-chips-token { @@ -748,7 +748,7 @@ .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { @@ -1044,7 +1044,7 @@ .p-inputswitch.p-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #b6bfc8; @@ -1079,7 +1079,7 @@ .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-inputtext.p-invalid.p-component { @@ -1198,7 +1198,7 @@ .p-listbox .p-listbox-list .p-listbox-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; @@ -1232,7 +1232,7 @@ .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-multiselect .p-multiselect-label { @@ -1311,7 +1311,7 @@ .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-multiselect-panel .p-multiselect-items { padding: 0.75rem 0; @@ -1336,7 +1336,7 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1409,7 +1409,7 @@ .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { @@ -1459,7 +1459,7 @@ .p-rating .p-rating-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-rating .p-rating-icon:first-child { margin-left: 0; @@ -1545,7 +1545,7 @@ .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-slider .p-slider-range { background: #14B8A6; @@ -1567,7 +1567,7 @@ .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: #14B8A6; } .p-treeselect .p-treeselect-label { @@ -1741,7 +1741,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-button .p-button-icon-left { margin-right: 0.5rem; @@ -1826,7 +1826,7 @@ border-color: #475569; } .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 #c0c7d2; + box-shadow: 0 0 0 0.2rem #E2E8F0; } .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: #334155; @@ -1875,7 +1875,7 @@ border-color: #2563EB; } .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 #b1cdfb; + box-shadow: 0 0 0 0.2rem #BFDBFE; } .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: #1D4ED8; @@ -1924,7 +1924,7 @@ border-color: #16A34A; } .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 #a0efbd; + box-shadow: 0 0 0 0.2rem #BBF7D0; } .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: #15803D; @@ -1973,7 +1973,7 @@ border-color: #D97706; } .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 #fbd89d; + box-shadow: 0 0 0 0.2rem #FDE68A; } .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: #B45309; @@ -2022,7 +2022,7 @@ border-color: #9333EA; } .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 #dcbbfc; + box-shadow: 0 0 0 0.2rem #E9D5FF; } .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: #7E22CE; @@ -2071,7 +2071,7 @@ border-color: #DC2626; } .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 #f9b4b4; + box-shadow: 0 0 0 0.2rem #FECACA; } .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: #B91C1C; @@ -2124,7 +2124,7 @@ } .p-button.p-button-link:enabled:focus { background: transparent; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; border-color: transparent; } .p-button.p-button-link:enabled:active { @@ -2218,7 +2218,7 @@ .p-carousel .p-carousel-content .p-carousel-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-carousel .p-carousel-indicators { padding: 1rem; @@ -2320,14 +2320,14 @@ color: #0F766E; } .p-datatable .p-sortable-column:focus { - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #495057; transition: box-shadow 0.2s; - outline-color: #91f3e8; + outline-color: #99F6E4; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; @@ -2361,7 +2361,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; @@ -2537,7 +2537,7 @@ .p-column-filter-menu-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-column-filter-clear-button { @@ -2557,7 +2557,7 @@ .p-column-filter-clear-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-column-filter-overlay { @@ -2591,7 +2591,7 @@ .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 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { border-top: 1px solid #dee2e6; @@ -2681,7 +2681,7 @@ .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -2702,7 +2702,7 @@ .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .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; @@ -2728,7 +2728,7 @@ .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: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; z-index: 1; } .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button { @@ -2794,7 +2794,7 @@ .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body { padding: 1.25rem; @@ -2843,7 +2843,7 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .fc.fc-theme-standard .fc-toolbar .fc-button:disabled { opacity: 0.6; @@ -2870,7 +2870,7 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .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; @@ -2896,7 +2896,7 @@ .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: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; z-index: 1; } .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button { @@ -2954,7 +2954,7 @@ .p-orderlist .p-orderlist-list .p-orderlist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { color: #0F766E; @@ -2997,7 +2997,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-paginator { @@ -3121,7 +3121,7 @@ .p-picklist .p-picklist-list .p-picklist-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { color: #0F766E; @@ -3186,7 +3186,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; @@ -3201,7 +3201,7 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: #F0FDFA; @@ -3281,7 +3281,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #91f3e8; + outline-color: #99F6E4; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #343a40; @@ -3314,7 +3314,7 @@ background: #ffffff; color: #495057; transition: box-shadow 0.2s; - outline-color: #91f3e8; + outline-color: #99F6E4; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; @@ -3340,7 +3340,7 @@ .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { margin-right: 0.5rem; @@ -3442,7 +3442,7 @@ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { background: #e9ecef; @@ -3532,7 +3532,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { color: #343a40; @@ -3598,7 +3598,7 @@ .p-panel .p-panel-header .p-panel-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-panel.p-panel-toggleable .p-panel-header { padding: 0.75rem 1.25rem; @@ -3666,7 +3666,7 @@ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #91f3e8; + box-shadow: inset 0 0 0 0.2rem #99F6E4; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: #ffffff; @@ -3688,7 +3688,7 @@ .p-tabview .p-tabview-nav-btn.p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #91f3e8; + box-shadow: inset 0 0 0 0.2rem #99F6E4; } .p-tabview .p-tabview-panels { background: #ffffff; @@ -3788,7 +3788,7 @@ .p-dialog .p-dialog-header .p-dialog-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-dialog .p-dialog-header .p-dialog-header-icon:last-child { margin-right: 0; @@ -3889,7 +3889,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-sidebar .p-sidebar-header + .p-sidebar-content { padding-top: 0; @@ -3933,7 +3933,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -3977,7 +3977,7 @@ .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -4037,7 +4037,7 @@ .p-contextmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-contextmenu .p-submenu-list { padding: 0.25rem 0; @@ -4163,7 +4163,7 @@ .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .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 { @@ -4213,7 +4213,7 @@ .p-megamenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-megamenu .p-megamenu-panel { background: #ffffff; @@ -4292,7 +4292,7 @@ .p-menu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-menu.p-menu-overlay { background: #ffffff; @@ -4352,7 +4352,7 @@ .p-menubar .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1.25rem; @@ -4387,7 +4387,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .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 { @@ -4448,7 +4448,7 @@ .p-menubar .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-menubar .p-menubar-root-list { position: absolute; @@ -4502,7 +4502,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -4569,7 +4569,7 @@ .p-panelmenu .p-panelmenu-header > a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover { background: #e9ecef; @@ -4635,7 +4635,7 @@ .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon { margin-right: 0.5rem; @@ -4671,7 +4671,7 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-steps .p-steps-item.p-highlight .p-steps-number { background: #F0FDFA; @@ -4719,7 +4719,7 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #91f3e8; + box-shadow: inset 0 0 0 0.2rem #99F6E4; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #ffffff; @@ -4772,7 +4772,7 @@ .p-tieredmenu .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 1px #91f3e8; + box-shadow: inset 0 0 0 1px #99F6E4; } .p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; @@ -4874,7 +4874,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-message.p-message-info { background: #e9e9ff; @@ -4970,7 +4970,7 @@ .p-toast .p-toast-message .p-toast-icon-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-toast .p-toast-message.p-toast-message-info { background: #e9e9ff; @@ -5109,7 +5109,7 @@ .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-galleria-mask { @@ -5249,7 +5249,7 @@ .p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-inplace .p-inplace-display { @@ -5264,7 +5264,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #91f3e8; + box-shadow: 0 0 0 0.2rem #99F6E4; } .p-progressbar { diff --git a/src/AppConfigurator.vue b/src/AppConfigurator.vue index 84ddec8f3..310f2d66b 100755 --- a/src/AppConfigurator.vue +++ b/src/AppConfigurator.vue @@ -155,6 +155,18 @@ Lara Dark Purple +
+ + Lara Light Blue +
+
+ + Lara Dark Blue +
Lara Dark Teal
-
- - Lara Light Cyan -
-
- - Lara Dark Cyan -
PrimeOne Design - 2021
diff --git a/src/AppTopBar.vue b/src/AppTopBar.vue index cbed6a4ce..6274b7819 100755 --- a/src/AppTopBar.vue +++ b/src/AppTopBar.vue @@ -180,7 +180,11 @@ export default { 'lara-dark-indigo': 'lara-dark-indigo.svg', 'lara-dark-purple': 'lara-dark-purple.svg', 'lara-light-indigo': 'lara-light-indigo.svg', - 'lara-light-purple': 'lara-light-purple.svg' + 'lara-light-purple': 'lara-light-purple.svg', + 'lara-dark-teal': 'lara-dark-indigo.svg', + 'lara-dark-blue': 'lara-dark-blue.svg', + 'lara-light-teal': 'lara-light-teal.svg', + 'lara-light-blue': 'lara-light-blue.svg' } } },