+
@@ -13,7 +13,7 @@
diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css
index 6c62e943b..e843778b4 100644
--- a/public/themes/lara-dark-blue/theme.css
+++ b/public/themes/lara-dark-blue/theme.css
@@ -12,7 +12,7 @@
--surface-f:#1f2937;
--text-color:rgba(255, 255, 255, 0.87);
--text-color-secondary:rgba(255, 255, 255, 0.6);
- --primary-color:#93c5fd;
+ --primary-color:#60a5fa;
--primary-color-text:#030712;
--surface-0: #111827;
--surface-50: #1f2937;
@@ -44,9 +44,9 @@
--surface-overlay:#1f2937;
--surface-border:rgba(255,255,255,.1);
--surface-hover:rgba(255,255,255,.03);
- --focus-ring: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ --focus-ring: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
--maskbg: rgba(0, 0, 0, 0.4);
- --highlight-bg: rgba(147, 197, 253, 0.16);
+ --highlight-bg: rgba(96, 165, 250, 0.16);
--highlight-text-color: rgba(255, 255, 255, 0.87);
color-scheme: dark;
}
@@ -178,16 +178,16 @@
--red-700:#b32b23;
--red-800:#8c221c;
--red-900:#661814;
- --primary-50:#fafcff;
- --primary-100:#e5f1ff;
- --primary-200:#d1e6fe;
- --primary-300:#bcdbfe;
- --primary-400:#a8d0fd;
- --primary-500:#93c5fd;
- --primary-600:#7da7d7;
- --primary-700:#678ab1;
- --primary-800:#516c8b;
- --primary-900:#3b4f65;
+ --primary-50:#f7fbff;
+ --primary-100:#d9e9fe;
+ --primary-200:#bbd8fd;
+ --primary-300:#9cc7fc;
+ --primary-400:#7eb6fb;
+ --primary-500:#60a5fa;
+ --primary-600:#528cd5;
+ --primary-700:#4374af;
+ --primary-800:#355b8a;
+ --primary-900:#264264;
}
.p-editor-container .p-editor-toolbar {
@@ -271,22 +271,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: #93c5fd;
+ color: #60a5fa;
}
.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: #93c5fd;
+ stroke: #60a5fa;
}
.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: #93c5fd;
+ fill: #60a5fa;
}
.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: #93c5fd;
+ color: #60a5fa;
}
@layer primevue {
@@ -336,7 +336,7 @@
.p-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-component-overlay-enter {
@@ -371,13 +371,13 @@
right: 3.75rem;
}
.p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
- border-color: #93c5fd;
+ border-color: #60a5fa;
}
.p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-autocomplete .p-autocomplete-multiple-container {
padding: 0.375rem 0.75rem;
@@ -432,10 +432,10 @@
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -459,8 +459,8 @@
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-datepicker {
@@ -508,7 +508,7 @@
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
line-height: 2rem;
@@ -522,7 +522,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: #93c5fd;
+ color: #60a5fa;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
margin-right: 0.5rem;
@@ -550,21 +550,21 @@
}
.p-datepicker table td > span.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-datepicker table td > span:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-datepicker table td.p-datepicker-today > span {
background: transparent;
- color: #93c5fd;
+ color: #60a5fa;
border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-datepicker .p-datepicker-buttonbar {
padding: 1rem 0;
@@ -594,7 +594,7 @@
.p-datepicker .p-timepicker button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-datepicker .p-timepicker button:last-child {
margin-top: 0.2em;
@@ -618,7 +618,7 @@
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-datepicker .p-yearpicker {
margin: 0.5rem 0;
@@ -630,7 +630,7 @@
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
border-left: 1px solid #424b57;
@@ -652,7 +652,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(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -660,7 +660,7 @@
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -668,7 +668,7 @@
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
@media screen and (max-width: 769px) {
@@ -683,13 +683,13 @@
border-radius: 6px;
}
.p-cascadeselect:not(.p-disabled):hover {
- border-color: #93c5fd;
+ border-color: #60a5fa;
}
.p-cascadeselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-cascadeselect .p-cascadeselect-label {
background: transparent;
@@ -734,10 +734,10 @@
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -787,21 +787,21 @@
height: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
- border-color: #93c5fd;
- background: #93c5fd;
+ border-color: #60a5fa;
+ background: #60a5fa;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
- border-color: #93c5fd;
+ border-color: #60a5fa;
}
.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(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
- border-color: #3b82f6;
- background: #3b82f6;
+ border-color: #bfdbfe;
+ background: #bfdbfe;
color: #030712;
}
.p-checkbox.p-invalid > .p-checkbox-box {
@@ -812,23 +812,23 @@
background-color: #424b57;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
- background: #93c5fd;
+ background: #60a5fa;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
background-color: #424b57;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
- background: #3b82f6;
+ background: #bfdbfe;
}
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
- border-color: #93c5fd;
+ border-color: #60a5fa;
}
.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-chips .p-chips-multiple-container {
padding: 0.375rem 0.75rem;
@@ -887,13 +887,13 @@
border-radius: 6px;
}
.p-dropdown:not(.p-disabled):hover {
- border-color: #93c5fd;
+ border-color: #60a5fa;
}
.p-dropdown:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
padding-right: 1.75rem;
@@ -962,10 +962,10 @@
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1099,19 +1099,19 @@
.p-inputswitch.p-focus .p-inputswitch-slider {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
background: #424b57;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
- background: #93c5fd;
+ background: #60a5fa;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
background: #030712;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
- background: #60a5fa;
+ background: #93c5fd;
}
.p-inputswitch.p-invalid .p-inputswitch-slider {
border-color: #FCA5A5;
@@ -1130,13 +1130,13 @@
border-radius: 6px;
}
.p-inputtext:enabled:hover {
- border-color: #93c5fd;
+ border-color: #60a5fa;
}
.p-inputtext:enabled:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-inputtext.p-invalid.p-component {
border-color: #FCA5A5;
@@ -1257,7 +1257,7 @@
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-listbox .p-listbox-list .p-listbox-item-group {
margin: 0;
@@ -1272,7 +1272,7 @@
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1285,8 +1285,8 @@
.p-listbox.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-listbox.p-invalid {
border-color: #FCA5A5;
@@ -1299,13 +1299,13 @@
border-radius: 6px;
}
.p-multiselect:not(.p-disabled):hover {
- border-color: #93c5fd;
+ border-color: #60a5fa;
}
.p-multiselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-multiselect .p-multiselect-label {
padding: 0.75rem 0.75rem;
@@ -1383,7 +1383,7 @@
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-multiselect-panel .p-multiselect-items {
padding: 0.75rem 0;
@@ -1399,10 +1399,10 @@
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1478,13 +1478,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: #93c5fd;
+ border-color: #60a5fa;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
width: 12px;
@@ -1493,12 +1493,12 @@
background-color: #030712;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
- border-color: #93c5fd;
- background: #93c5fd;
+ border-color: #60a5fa;
+ background: #60a5fa;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
- border-color: #3b82f6;
- background: #3b82f6;
+ border-color: #bfdbfe;
+ background: #bfdbfe;
color: #030712;
}
.p-radiobutton.p-invalid > .p-radiobutton-box {
@@ -1515,10 +1515,10 @@
background-color: #424b57;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
- background: #93c5fd;
+ background: #60a5fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
- background: #3b82f6;
+ background: #bfdbfe;
}
.p-rating {
@@ -1539,14 +1539,14 @@
.p-rating .p-rating-item.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
- color: #93c5fd;
+ color: #60a5fa;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
- color: #93c5fd;
+ color: #60a5fa;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
color: #F48FB1;
@@ -1572,8 +1572,8 @@
color: rgba(255, 255, 255, 0.6);
}
.p-selectbutton .p-button.p-highlight {
- background: #93c5fd;
- border-color: #93c5fd;
+ background: #60a5fa;
+ border-color: #60a5fa;
color: #030712;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
@@ -1581,8 +1581,8 @@
color: #030712;
}
.p-selectbutton .p-button.p-highlight:hover {
- background: #60a5fa;
- border-color: #60a5fa;
+ background: #93c5fd;
+ border-color: #93c5fd;
color: #030712;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
@@ -1616,21 +1616,21 @@
height: 1.143rem;
width: 1.143rem;
background: #424b57;
- border: 2px solid #93c5fd;
+ border: 2px solid #60a5fa;
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(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-slider .p-slider-range {
- background: #93c5fd;
+ background: #60a5fa;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
- background: #93c5fd;
- border-color: #93c5fd;
+ background: #60a5fa;
+ border-color: #60a5fa;
}
.p-treeselect {
@@ -1640,13 +1640,13 @@
border-radius: 6px;
}
.p-treeselect:not(.p-disabled):hover {
- border-color: #93c5fd;
+ border-color: #60a5fa;
}
.p-treeselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-treeselect .p-treeselect-label {
padding: 0.75rem 0.75rem;
@@ -1716,8 +1716,8 @@
.p-togglebutton.p-button:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
- border-color: #93c5fd;
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
+ border-color: #60a5fa;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -1729,8 +1729,8 @@
color: rgba(255, 255, 255, 0.6);
}
.p-togglebutton.p-button.p-highlight {
- background: #93c5fd;
- border-color: #93c5fd;
+ background: #60a5fa;
+ border-color: #60a5fa;
color: #030712;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
@@ -1738,8 +1738,8 @@
color: #030712;
}
.p-togglebutton.p-button.p-highlight:hover {
- background: #60a5fa;
- border-color: #60a5fa;
+ background: #93c5fd;
+ border-color: #93c5fd;
color: #030712;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
@@ -1752,36 +1752,36 @@
.p-button {
color: #030712;
- background: #93c5fd;
- border: 1px solid #93c5fd;
+ background: #60a5fa;
+ border: 1px solid #60a5fa;
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: #60a5fa;
+ background: #93c5fd;
color: #030712;
- border-color: #60a5fa;
+ border-color: #93c5fd;
}
.p-button:enabled:active {
- background: #3b82f6;
+ background: #bfdbfe;
color: #030712;
- border-color: #3b82f6;
+ border-color: #bfdbfe;
}
.p-button.p-button-outlined {
background-color: transparent;
- color: #93c5fd;
+ color: #60a5fa;
border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
- background: rgba(147, 197, 253, 0.04);
- color: #93c5fd;
+ background: rgba(96, 165, 250, 0.04);
+ color: #60a5fa;
border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
- background: rgba(147, 197, 253, 0.16);
- color: #93c5fd;
+ background: rgba(96, 165, 250, 0.16);
+ color: #60a5fa;
border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
@@ -1798,17 +1798,17 @@
}
.p-button.p-button-text {
background-color: transparent;
- color: #93c5fd;
+ color: #60a5fa;
border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
- background: rgba(147, 197, 253, 0.04);
- color: #93c5fd;
+ background: rgba(96, 165, 250, 0.04);
+ color: #60a5fa;
border-color: transparent;
}
.p-button.p-button-text:enabled:active {
- background: rgba(147, 197, 253, 0.16);
- color: #93c5fd;
+ background: rgba(96, 165, 250, 0.16);
+ color: #60a5fa;
border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
@@ -1825,7 +1825,7 @@
.p-button:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-button .p-button-label {
transition-duration: 0.2s;
@@ -1847,7 +1847,7 @@
min-width: 1rem;
height: 1rem;
line-height: 1rem;
- color: #93c5fd;
+ color: #60a5fa;
background-color: #030712;
}
.p-button.p-button-raised {
@@ -2197,13 +2197,13 @@
}
.p-button.p-button-link {
- color: #93c5fd;
+ color: #60a5fa;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
- color: #93c5fd;
+ color: #60a5fa;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
@@ -2211,12 +2211,12 @@
}
.p-button.p-button-link:enabled:focus {
background: transparent;
- box-shadow: 0 0 0 1px rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.2);
border-color: transparent;
}
.p-button.p-button-link:enabled:active {
background: transparent;
- color: #93c5fd;
+ color: #60a5fa;
border-color: transparent;
}
@@ -2239,7 +2239,7 @@
.p-speeddial-item.p-focus > .p-speeddial-action {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-speeddial-action {
@@ -2304,16 +2304,16 @@
}
.p-splitbutton.p-button-outlined > .p-button {
background-color: transparent;
- color: #93c5fd;
+ color: #60a5fa;
border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
- background: rgba(147, 197, 253, 0.04);
- color: #93c5fd;
+ background: rgba(96, 165, 250, 0.04);
+ color: #60a5fa;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
- background: rgba(147, 197, 253, 0.16);
- color: #93c5fd;
+ background: rgba(96, 165, 250, 0.16);
+ color: #60a5fa;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
color: rgba(255, 255, 255, 0.6);
@@ -2329,17 +2329,17 @@
}
.p-splitbutton.p-button-text > .p-button {
background-color: transparent;
- color: #93c5fd;
+ color: #60a5fa;
border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
- background: rgba(147, 197, 253, 0.04);
- color: #93c5fd;
+ background: rgba(96, 165, 250, 0.04);
+ color: #60a5fa;
border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
- background: rgba(147, 197, 253, 0.16);
- color: #93c5fd;
+ background: rgba(96, 165, 250, 0.16);
+ color: #60a5fa;
border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
@@ -2579,7 +2579,7 @@
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-carousel .p-carousel-indicators {
padding: 1rem;
@@ -2599,7 +2599,7 @@
background: rgba(255, 255, 255, 0.03);
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
@@ -2656,7 +2656,7 @@
min-width: 1.143rem;
line-height: 1.143rem;
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
@@ -2667,21 +2667,21 @@
color: rgba(255, 255, 255, 0.87);
}
.p-datatable .p-sortable-column.p-highlight {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 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(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 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-visible {
- box-shadow: inset 0 0 0 0.15rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2);
outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
@@ -2721,7 +2721,7 @@
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
margin-right: 0.5rem;
@@ -2730,25 +2730,25 @@
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
- outline: 0.15rem solid rgba(147, 197, 253, 0.2);
+ outline: 0.15rem solid rgba(96, 165, 250, 0.2);
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 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(147, 197, 253, 0.16);
+ box-shadow: inset 0 2px 0 0 rgba(96, 165, 250, 0.16);
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
- box-shadow: inset 0 -2px 0 0 rgba(147, 197, 253, 0.16);
+ box-shadow: inset 0 -2px 0 0 rgba(96, 165, 250, 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: #93c5fd;
+ background: #60a5fa;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
@@ -2820,7 +2820,7 @@
background: #1f2937;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 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 {
@@ -2921,13 +2921,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(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-column-filter-menu-button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-column-filter-clear-button {
@@ -2947,7 +2947,7 @@
.p-column-filter-clear-button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-column-filter-overlay {
@@ -2972,7 +2972,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(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 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);
@@ -2981,7 +2981,7 @@
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2);
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
border-top: 1px solid #424b57;
@@ -3060,10 +3060,10 @@
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
@@ -3077,11 +3077,11 @@
color: rgba(255, 255, 255, 0.87);
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
- color: rgba(22, 130, 251, 0.16);
+ color: rgba(7, 99, 212, 0.16);
}
.p-organizationchart .p-organizationchart-line-down {
background: #424b57;
@@ -3108,7 +3108,7 @@
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-paginator {
@@ -3183,8 +3183,8 @@
border-radius: 6px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
- background: rgba(147, 197, 253, 0.16);
- border-color: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
+ border-color: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
@@ -3236,10 +3236,10 @@
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
@@ -3249,7 +3249,7 @@
}
.p-timeline .p-timeline-event-marker {
- border: 2px solid #93c5fd;
+ border: 2px solid #60a5fa;
border-radius: 50%;
width: 1rem;
height: 1rem;
@@ -3287,7 +3287,7 @@
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
border-radius: 6px;
@@ -3312,7 +3312,7 @@
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
margin-right: 0.5rem;
@@ -3325,7 +3325,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
@@ -3406,7 +3406,7 @@
background: #1f2937;
}
.p-treetable .p-sortable-column {
- outline-color: rgba(147, 197, 253, 0.2);
+ outline-color: rgba(96, 165, 250, 0.2);
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
color: rgba(255, 255, 255, 0.6);
@@ -3418,7 +3418,7 @@
min-width: 1.143rem;
line-height: 1.143rem;
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
@@ -3429,7 +3429,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-sortable-column.p-highlight {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
@@ -3464,7 +3464,7 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
margin-right: 0.5rem;
@@ -3473,11 +3473,11 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus-visible {
- outline: 0.15rem solid rgba(147, 197, 253, 0.2);
+ outline: 0.15rem solid rgba(96, 165, 250, 0.2);
outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
@@ -3494,7 +3494,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-column-resizer-helper {
- background: #93c5fd;
+ background: #60a5fa;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
@@ -3574,7 +3574,7 @@
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
background: rgba(255, 255, 255, 0.03);
@@ -3664,7 +3664,7 @@
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
color: rgba(255, 255, 255, 0.87);
@@ -3730,7 +3730,7 @@
.p-panel .p-panel-header .p-panel-header-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-panel.p-panel-toggleable .p-panel-header {
padding: 0.75rem 1.25rem;
@@ -3764,7 +3764,7 @@
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-splitter {
@@ -3784,7 +3784,7 @@
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-splitter .p-splitter-gutter-resizing {
background: #424b57;
@@ -3814,21 +3814,21 @@
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
background: #1f2937;
- border-color: #93c5fd;
+ border-color: #60a5fa;
color: rgba(255, 255, 255, 0.87);
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
background: #1f2937;
- border-color: #93c5fd;
- color: #93c5fd;
+ border-color: #60a5fa;
+ color: #60a5fa;
}
.p-tabview .p-tabview-nav-btn.p-link {
background: #1f2937;
- color: #93c5fd;
+ color: #60a5fa;
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;
@@ -3836,7 +3836,7 @@
.p-tabview .p-tabview-nav-btn.p-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-tabview .p-tabview-panels {
background: #1f2937;
@@ -3941,7 +3941,7 @@
.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
margin-right: 0;
@@ -3986,7 +3986,7 @@
padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
- background: #93c5fd;
+ background: #60a5fa;
color: #030712;
width: 2rem;
height: 2rem;
@@ -3997,7 +3997,7 @@
right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
- background: #60a5fa;
+ background: #93c5fd;
color: #030712;
}
.p-overlaypanel:after {
@@ -4046,7 +4046,7 @@
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
padding-top: 0;
@@ -4088,7 +4088,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(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-fileupload .p-fileupload-content {
background: #1f2937;
@@ -4099,8 +4099,8 @@
border-bottom-left-radius: 6px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
- border: 1px dashed #93c5fd;
- background-color: rgba(147, 197, 253, 0.16);
+ border: 1px dashed #60a5fa;
+ background-color: rgba(96, 165, 250, 0.16);
}
.p-fileupload .p-fileupload-file {
padding: 1rem;
@@ -4129,14 +4129,14 @@
}
.p-fileupload-choose:not(.p-disabled):hover {
- background: #60a5fa;
+ background: #93c5fd;
color: #030712;
- border-color: #60a5fa;
+ border-color: #93c5fd;
}
.p-fileupload-choose:not(.p-disabled):active {
- background: #3b82f6;
+ background: #bfdbfe;
color: #030712;
- border-color: #3b82f6;
+ border-color: #bfdbfe;
}
.p-breadcrumb {
@@ -4152,7 +4152,7 @@
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4212,7 +4212,7 @@
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4221,7 +4221,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4271,7 +4271,7 @@
.p-dock .p-dock-item.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(96, 165, 250, 0.2);
}
.p-dock .p-dock-link {
width: 4rem;
@@ -4356,7 +4356,7 @@
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4365,7 +4365,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4475,7 +4475,7 @@
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4484,7 +4484,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4587,7 +4587,7 @@
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4596,7 +4596,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4652,7 +4652,7 @@
.p-menubar .p-menubar-button:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-menubar .p-menubar-root-list {
position: absolute;
@@ -4745,7 +4745,7 @@
.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
background: rgba(255, 255, 255, 0.03);
@@ -4801,7 +4801,7 @@
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4810,7 +4810,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4870,10 +4870,10 @@
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
@@ -4918,17 +4918,17 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: #1f2937;
- border-color: #93c5fd;
+ border-color: #60a5fa;
color: rgba(255, 255, 255, 0.87);
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
background: #1f2937;
- border-color: #93c5fd;
- color: #93c5fd;
+ border-color: #60a5fa;
+ color: #60a5fa;
}
.p-tieredmenu {
@@ -4975,7 +4975,7 @@
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4984,7 +4984,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(147, 197, 253, 0.24);
+ background: rgba(96, 165, 250, 0.24);
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -5090,7 +5090,7 @@
.p-message .p-message-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-message.p-message-info {
background: rgba(59, 130, 246, 0.2);
@@ -5194,7 +5194,7 @@
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-toast .p-toast-message.p-toast-message-info {
background: rgba(59, 130, 246, 0.2);
@@ -5297,7 +5297,7 @@
background: rgba(255, 255, 255, 0.1);
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 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 {
@@ -5316,7 +5316,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(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-galleria .p-galleria-thumbnail-container {
@@ -5341,7 +5341,7 @@
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-galleria-mask {
@@ -5420,7 +5420,7 @@
}
.p-badge {
- background: #93c5fd;
+ background: #60a5fa;
color: #030712;
font-size: 0.75rem;
font-weight: 700;
@@ -5489,7 +5489,7 @@
.p-chip .p-chip-remove-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-chip .p-chip-remove-icon:focus {
outline: 0 none;
@@ -5507,7 +5507,7 @@
.p-inplace .p-inplace-display:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.2);
}
.p-progressbar {
@@ -5519,7 +5519,7 @@
.p-progressbar .p-progressbar-value {
border: 0 none;
margin: 0;
- background: #93c5fd;
+ background: #60a5fa;
}
.p-progressbar .p-progressbar-label {
color: #030712;
@@ -5579,10 +5579,10 @@
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
- background: rgba(147, 197, 253, 0.16);
+ background: rgba(96, 165, 250, 0.16);
}
.p-scrolltop.p-link:hover {
- background: rgba(147, 197, 253, 0.3616);
+ background: rgba(96, 165, 250, 0.3616);
}
.p-scrolltop .p-scrolltop-icon {
font-size: 1.5rem;
@@ -5602,7 +5602,7 @@
}
.p-tag {
- background: #93c5fd;
+ background: #60a5fa;
color: #030712;
font-size: 0.75rem;
font-weight: 700;
@@ -5665,15 +5665,15 @@
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
- background-color: #93c5fd;
+ background-color: #60a5fa;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
- background-color: #93c5fd;
+ background-color: #60a5fa;
}
.p-button:focus {
- 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);
+ box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(96, 165, 250, 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);
@@ -5695,14 +5695,14 @@
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
- box-shadow: inset 0 2px 0 0 #93c5fd;
+ box-shadow: inset 0 2px 0 0 #60a5fa;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
- box-shadow: inset 0 -2px 0 0 #93c5fd;
+ box-shadow: inset 0 -2px 0 0 #60a5fa;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
- 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);
+ box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(96, 165, 250, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-toast-message {
diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css
index 454c2eef5..d961c8e35 100644
--- a/public/themes/lara-dark-indigo/theme.css
+++ b/public/themes/lara-dark-indigo/theme.css
@@ -12,7 +12,7 @@
--surface-f:#1f2937;
--text-color:rgba(255, 255, 255, 0.87);
--text-color-secondary:rgba(255, 255, 255, 0.6);
- --primary-color:#a5b4fc;
+ --primary-color:#818cf8;
--primary-color-text:#030712;
--surface-0: #111827;
--surface-50: #1f2937;
@@ -44,9 +44,9 @@
--surface-overlay:#1f2937;
--surface-border:rgba(255,255,255,.1);
--surface-hover:rgba(255,255,255,.03);
- --focus-ring: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ --focus-ring: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
--maskbg: rgba(0, 0, 0, 0.4);
- --highlight-bg: rgba(165, 180, 252, 0.16);
+ --highlight-bg: rgba(129, 140, 248, 0.16);
--highlight-text-color: rgba(255, 255, 255, 0.87);
color-scheme: dark;
}
@@ -178,16 +178,16 @@
--red-700:#b32b23;
--red-800:#8c221c;
--red-900:#661814;
- --primary-50:#fbfbff;
- --primary-100:#e9edfe;
- --primary-200:#d8dffe;
- --primary-300:#c7d1fd;
- --primary-400:#b6c2fd;
- --primary-500:#a5b4fc;
- --primary-600:#8c99d6;
- --primary-700:#747eb0;
- --primary-800:#5b638b;
- --primary-900:#424865;
+ --primary-50:#f9f9ff;
+ --primary-100:#e1e3fd;
+ --primary-200:#c9cefc;
+ --primary-300:#b1b8fb;
+ --primary-400:#99a2f9;
+ --primary-500:#818cf8;
+ --primary-600:#6e77d3;
+ --primary-700:#5a62ae;
+ --primary-800:#474d88;
+ --primary-900:#343863;
}
.p-editor-container .p-editor-toolbar {
@@ -271,22 +271,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: #a5b4fc;
+ color: #818cf8;
}
.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: #a5b4fc;
+ stroke: #818cf8;
}
.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: #a5b4fc;
+ fill: #818cf8;
}
.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: #a5b4fc;
+ color: #818cf8;
}
@layer primevue {
@@ -336,7 +336,7 @@
.p-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-component-overlay-enter {
@@ -371,13 +371,13 @@
right: 3.75rem;
}
.p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
- border-color: #a5b4fc;
+ border-color: #818cf8;
}
.p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-autocomplete .p-autocomplete-multiple-container {
padding: 0.375rem 0.75rem;
@@ -432,10 +432,10 @@
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -459,8 +459,8 @@
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-datepicker {
@@ -508,7 +508,7 @@
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
line-height: 2rem;
@@ -522,7 +522,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: #a5b4fc;
+ color: #818cf8;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
margin-right: 0.5rem;
@@ -550,21 +550,21 @@
}
.p-datepicker table td > span.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-datepicker table td > span:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-datepicker table td.p-datepicker-today > span {
background: transparent;
- color: #a5b4fc;
+ color: #818cf8;
border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-datepicker .p-datepicker-buttonbar {
padding: 1rem 0;
@@ -594,7 +594,7 @@
.p-datepicker .p-timepicker button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-datepicker .p-timepicker button:last-child {
margin-top: 0.2em;
@@ -618,7 +618,7 @@
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-datepicker .p-yearpicker {
margin: 0.5rem 0;
@@ -630,7 +630,7 @@
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
border-left: 1px solid #424b57;
@@ -652,7 +652,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(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -660,7 +660,7 @@
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -668,7 +668,7 @@
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
@media screen and (max-width: 769px) {
@@ -683,13 +683,13 @@
border-radius: 6px;
}
.p-cascadeselect:not(.p-disabled):hover {
- border-color: #a5b4fc;
+ border-color: #818cf8;
}
.p-cascadeselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-cascadeselect .p-cascadeselect-label {
background: transparent;
@@ -734,10 +734,10 @@
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -787,21 +787,21 @@
height: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
- border-color: #a5b4fc;
- background: #a5b4fc;
+ border-color: #818cf8;
+ background: #818cf8;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
- border-color: #a5b4fc;
+ border-color: #818cf8;
}
.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(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
- border-color: #6366f1;
- background: #6366f1;
+ border-color: #c7d2fe;
+ background: #c7d2fe;
color: #030712;
}
.p-checkbox.p-invalid > .p-checkbox-box {
@@ -812,23 +812,23 @@
background-color: #424b57;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
- background: #a5b4fc;
+ background: #818cf8;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
background-color: #424b57;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
- background: #6366f1;
+ background: #c7d2fe;
}
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
- border-color: #a5b4fc;
+ border-color: #818cf8;
}
.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-chips .p-chips-multiple-container {
padding: 0.375rem 0.75rem;
@@ -887,13 +887,13 @@
border-radius: 6px;
}
.p-dropdown:not(.p-disabled):hover {
- border-color: #a5b4fc;
+ border-color: #818cf8;
}
.p-dropdown:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
padding-right: 1.75rem;
@@ -962,10 +962,10 @@
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1099,19 +1099,19 @@
.p-inputswitch.p-focus .p-inputswitch-slider {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
background: #424b57;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
- background: #a5b4fc;
+ background: #818cf8;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
background: #030712;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
- background: #818cf8;
+ background: #a5b4fc;
}
.p-inputswitch.p-invalid .p-inputswitch-slider {
border-color: #FCA5A5;
@@ -1130,13 +1130,13 @@
border-radius: 6px;
}
.p-inputtext:enabled:hover {
- border-color: #a5b4fc;
+ border-color: #818cf8;
}
.p-inputtext:enabled:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-inputtext.p-invalid.p-component {
border-color: #FCA5A5;
@@ -1257,7 +1257,7 @@
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-listbox .p-listbox-list .p-listbox-item-group {
margin: 0;
@@ -1272,7 +1272,7 @@
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1285,8 +1285,8 @@
.p-listbox.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-listbox.p-invalid {
border-color: #FCA5A5;
@@ -1299,13 +1299,13 @@
border-radius: 6px;
}
.p-multiselect:not(.p-disabled):hover {
- border-color: #a5b4fc;
+ border-color: #818cf8;
}
.p-multiselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-multiselect .p-multiselect-label {
padding: 0.75rem 0.75rem;
@@ -1383,7 +1383,7 @@
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-multiselect-panel .p-multiselect-items {
padding: 0.75rem 0;
@@ -1399,10 +1399,10 @@
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1478,13 +1478,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: #a5b4fc;
+ border-color: #818cf8;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
width: 12px;
@@ -1493,12 +1493,12 @@
background-color: #030712;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
- border-color: #a5b4fc;
- background: #a5b4fc;
+ border-color: #818cf8;
+ background: #818cf8;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
- border-color: #6366f1;
- background: #6366f1;
+ border-color: #c7d2fe;
+ background: #c7d2fe;
color: #030712;
}
.p-radiobutton.p-invalid > .p-radiobutton-box {
@@ -1515,10 +1515,10 @@
background-color: #424b57;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
- background: #a5b4fc;
+ background: #818cf8;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
- background: #6366f1;
+ background: #c7d2fe;
}
.p-rating {
@@ -1539,14 +1539,14 @@
.p-rating .p-rating-item.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
- color: #a5b4fc;
+ color: #818cf8;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
- color: #a5b4fc;
+ color: #818cf8;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
color: #F48FB1;
@@ -1572,8 +1572,8 @@
color: rgba(255, 255, 255, 0.6);
}
.p-selectbutton .p-button.p-highlight {
- background: #a5b4fc;
- border-color: #a5b4fc;
+ background: #818cf8;
+ border-color: #818cf8;
color: #030712;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
@@ -1581,8 +1581,8 @@
color: #030712;
}
.p-selectbutton .p-button.p-highlight:hover {
- background: #818cf8;
- border-color: #818cf8;
+ background: #a5b4fc;
+ border-color: #a5b4fc;
color: #030712;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
@@ -1616,21 +1616,21 @@
height: 1.143rem;
width: 1.143rem;
background: #424b57;
- border: 2px solid #a5b4fc;
+ border: 2px solid #818cf8;
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(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-slider .p-slider-range {
- background: #a5b4fc;
+ background: #818cf8;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
- background: #a5b4fc;
- border-color: #a5b4fc;
+ background: #818cf8;
+ border-color: #818cf8;
}
.p-treeselect {
@@ -1640,13 +1640,13 @@
border-radius: 6px;
}
.p-treeselect:not(.p-disabled):hover {
- border-color: #a5b4fc;
+ border-color: #818cf8;
}
.p-treeselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-treeselect .p-treeselect-label {
padding: 0.75rem 0.75rem;
@@ -1716,8 +1716,8 @@
.p-togglebutton.p-button:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
- border-color: #a5b4fc;
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
+ border-color: #818cf8;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -1729,8 +1729,8 @@
color: rgba(255, 255, 255, 0.6);
}
.p-togglebutton.p-button.p-highlight {
- background: #a5b4fc;
- border-color: #a5b4fc;
+ background: #818cf8;
+ border-color: #818cf8;
color: #030712;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
@@ -1738,8 +1738,8 @@
color: #030712;
}
.p-togglebutton.p-button.p-highlight:hover {
- background: #818cf8;
- border-color: #818cf8;
+ background: #a5b4fc;
+ border-color: #a5b4fc;
color: #030712;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
@@ -1752,36 +1752,36 @@
.p-button {
color: #030712;
- background: #a5b4fc;
- border: 1px solid #a5b4fc;
+ background: #818cf8;
+ border: 1px solid #818cf8;
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: #818cf8;
+ background: #a5b4fc;
color: #030712;
- border-color: #818cf8;
+ border-color: #a5b4fc;
}
.p-button:enabled:active {
- background: #6366f1;
+ background: #c7d2fe;
color: #030712;
- border-color: #6366f1;
+ border-color: #c7d2fe;
}
.p-button.p-button-outlined {
background-color: transparent;
- color: #a5b4fc;
+ color: #818cf8;
border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
- background: rgba(165, 180, 252, 0.04);
- color: #a5b4fc;
+ background: rgba(129, 140, 248, 0.04);
+ color: #818cf8;
border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
- background: rgba(165, 180, 252, 0.16);
- color: #a5b4fc;
+ background: rgba(129, 140, 248, 0.16);
+ color: #818cf8;
border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
@@ -1798,17 +1798,17 @@
}
.p-button.p-button-text {
background-color: transparent;
- color: #a5b4fc;
+ color: #818cf8;
border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
- background: rgba(165, 180, 252, 0.04);
- color: #a5b4fc;
+ background: rgba(129, 140, 248, 0.04);
+ color: #818cf8;
border-color: transparent;
}
.p-button.p-button-text:enabled:active {
- background: rgba(165, 180, 252, 0.16);
- color: #a5b4fc;
+ background: rgba(129, 140, 248, 0.16);
+ color: #818cf8;
border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
@@ -1825,7 +1825,7 @@
.p-button:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-button .p-button-label {
transition-duration: 0.2s;
@@ -1847,7 +1847,7 @@
min-width: 1rem;
height: 1rem;
line-height: 1rem;
- color: #a5b4fc;
+ color: #818cf8;
background-color: #030712;
}
.p-button.p-button-raised {
@@ -2197,13 +2197,13 @@
}
.p-button.p-button-link {
- color: #a5b4fc;
+ color: #818cf8;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
- color: #a5b4fc;
+ color: #818cf8;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
@@ -2211,12 +2211,12 @@
}
.p-button.p-button-link:enabled:focus {
background: transparent;
- box-shadow: 0 0 0 1px rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.2);
border-color: transparent;
}
.p-button.p-button-link:enabled:active {
background: transparent;
- color: #a5b4fc;
+ color: #818cf8;
border-color: transparent;
}
@@ -2239,7 +2239,7 @@
.p-speeddial-item.p-focus > .p-speeddial-action {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-speeddial-action {
@@ -2304,16 +2304,16 @@
}
.p-splitbutton.p-button-outlined > .p-button {
background-color: transparent;
- color: #a5b4fc;
+ color: #818cf8;
border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
- background: rgba(165, 180, 252, 0.04);
- color: #a5b4fc;
+ background: rgba(129, 140, 248, 0.04);
+ color: #818cf8;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
- background: rgba(165, 180, 252, 0.16);
- color: #a5b4fc;
+ background: rgba(129, 140, 248, 0.16);
+ color: #818cf8;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
color: rgba(255, 255, 255, 0.6);
@@ -2329,17 +2329,17 @@
}
.p-splitbutton.p-button-text > .p-button {
background-color: transparent;
- color: #a5b4fc;
+ color: #818cf8;
border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
- background: rgba(165, 180, 252, 0.04);
- color: #a5b4fc;
+ background: rgba(129, 140, 248, 0.04);
+ color: #818cf8;
border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
- background: rgba(165, 180, 252, 0.16);
- color: #a5b4fc;
+ background: rgba(129, 140, 248, 0.16);
+ color: #818cf8;
border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
@@ -2579,7 +2579,7 @@
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-carousel .p-carousel-indicators {
padding: 1rem;
@@ -2599,7 +2599,7 @@
background: rgba(255, 255, 255, 0.03);
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
@@ -2656,7 +2656,7 @@
min-width: 1.143rem;
line-height: 1.143rem;
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
@@ -2667,21 +2667,21 @@
color: rgba(255, 255, 255, 0.87);
}
.p-datatable .p-sortable-column.p-highlight {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 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(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 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-visible {
- box-shadow: inset 0 0 0 0.15rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(129, 140, 248, 0.2);
outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
@@ -2721,7 +2721,7 @@
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
margin-right: 0.5rem;
@@ -2730,25 +2730,25 @@
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
- outline: 0.15rem solid rgba(165, 180, 252, 0.2);
+ outline: 0.15rem solid rgba(129, 140, 248, 0.2);
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 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(165, 180, 252, 0.16);
+ box-shadow: inset 0 2px 0 0 rgba(129, 140, 248, 0.16);
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
- box-shadow: inset 0 -2px 0 0 rgba(165, 180, 252, 0.16);
+ box-shadow: inset 0 -2px 0 0 rgba(129, 140, 248, 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: #a5b4fc;
+ background: #818cf8;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
@@ -2820,7 +2820,7 @@
background: #1f2937;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 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 {
@@ -2921,13 +2921,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(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-column-filter-menu-button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-column-filter-clear-button {
@@ -2947,7 +2947,7 @@
.p-column-filter-clear-button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-column-filter-overlay {
@@ -2972,7 +2972,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(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 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);
@@ -2981,7 +2981,7 @@
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(129, 140, 248, 0.2);
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
border-top: 1px solid #424b57;
@@ -3060,10 +3060,10 @@
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
@@ -3077,11 +3077,11 @@
color: rgba(255, 255, 255, 0.87);
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
- color: rgba(42, 77, 248, 0.16);
+ color: rgba(13, 34, 236, 0.16);
}
.p-organizationchart .p-organizationchart-line-down {
background: #424b57;
@@ -3108,7 +3108,7 @@
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-paginator {
@@ -3183,8 +3183,8 @@
border-radius: 6px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
- background: rgba(165, 180, 252, 0.16);
- border-color: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
+ border-color: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
@@ -3236,10 +3236,10 @@
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
@@ -3249,7 +3249,7 @@
}
.p-timeline .p-timeline-event-marker {
- border: 2px solid #a5b4fc;
+ border: 2px solid #818cf8;
border-radius: 50%;
width: 1rem;
height: 1rem;
@@ -3287,7 +3287,7 @@
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(129, 140, 248, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
border-radius: 6px;
@@ -3312,7 +3312,7 @@
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
margin-right: 0.5rem;
@@ -3325,7 +3325,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
@@ -3406,7 +3406,7 @@
background: #1f2937;
}
.p-treetable .p-sortable-column {
- outline-color: rgba(165, 180, 252, 0.2);
+ outline-color: rgba(129, 140, 248, 0.2);
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
color: rgba(255, 255, 255, 0.6);
@@ -3418,7 +3418,7 @@
min-width: 1.143rem;
line-height: 1.143rem;
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
@@ -3429,7 +3429,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-sortable-column.p-highlight {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
@@ -3464,7 +3464,7 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
margin-right: 0.5rem;
@@ -3473,11 +3473,11 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus-visible {
- outline: 0.15rem solid rgba(165, 180, 252, 0.2);
+ outline: 0.15rem solid rgba(129, 140, 248, 0.2);
outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
@@ -3494,7 +3494,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-column-resizer-helper {
- background: #a5b4fc;
+ background: #818cf8;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
@@ -3574,7 +3574,7 @@
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
background: rgba(255, 255, 255, 0.03);
@@ -3664,7 +3664,7 @@
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
color: rgba(255, 255, 255, 0.87);
@@ -3730,7 +3730,7 @@
.p-panel .p-panel-header .p-panel-header-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-panel.p-panel-toggleable .p-panel-header {
padding: 0.75rem 1.25rem;
@@ -3764,7 +3764,7 @@
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-splitter {
@@ -3784,7 +3784,7 @@
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-splitter .p-splitter-gutter-resizing {
background: #424b57;
@@ -3814,21 +3814,21 @@
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
background: #1f2937;
- border-color: #a5b4fc;
+ border-color: #818cf8;
color: rgba(255, 255, 255, 0.87);
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
background: #1f2937;
- border-color: #a5b4fc;
- color: #a5b4fc;
+ border-color: #818cf8;
+ color: #818cf8;
}
.p-tabview .p-tabview-nav-btn.p-link {
background: #1f2937;
- color: #a5b4fc;
+ color: #818cf8;
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;
@@ -3836,7 +3836,7 @@
.p-tabview .p-tabview-nav-btn.p-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-tabview .p-tabview-panels {
background: #1f2937;
@@ -3941,7 +3941,7 @@
.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
margin-right: 0;
@@ -3986,7 +3986,7 @@
padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
- background: #a5b4fc;
+ background: #818cf8;
color: #030712;
width: 2rem;
height: 2rem;
@@ -3997,7 +3997,7 @@
right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
- background: #818cf8;
+ background: #a5b4fc;
color: #030712;
}
.p-overlaypanel:after {
@@ -4046,7 +4046,7 @@
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
padding-top: 0;
@@ -4088,7 +4088,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(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-fileupload .p-fileupload-content {
background: #1f2937;
@@ -4099,8 +4099,8 @@
border-bottom-left-radius: 6px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
- border: 1px dashed #a5b4fc;
- background-color: rgba(165, 180, 252, 0.16);
+ border: 1px dashed #818cf8;
+ background-color: rgba(129, 140, 248, 0.16);
}
.p-fileupload .p-fileupload-file {
padding: 1rem;
@@ -4129,14 +4129,14 @@
}
.p-fileupload-choose:not(.p-disabled):hover {
- background: #818cf8;
+ background: #a5b4fc;
color: #030712;
- border-color: #818cf8;
+ border-color: #a5b4fc;
}
.p-fileupload-choose:not(.p-disabled):active {
- background: #6366f1;
+ background: #c7d2fe;
color: #030712;
- border-color: #6366f1;
+ border-color: #c7d2fe;
}
.p-breadcrumb {
@@ -4152,7 +4152,7 @@
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4212,7 +4212,7 @@
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4221,7 +4221,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4271,7 +4271,7 @@
.p-dock .p-dock-item.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(129, 140, 248, 0.2);
}
.p-dock .p-dock-link {
width: 4rem;
@@ -4356,7 +4356,7 @@
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4365,7 +4365,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4475,7 +4475,7 @@
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4484,7 +4484,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4587,7 +4587,7 @@
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4596,7 +4596,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4652,7 +4652,7 @@
.p-menubar .p-menubar-button:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-menubar .p-menubar-root-list {
position: absolute;
@@ -4745,7 +4745,7 @@
.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
background: rgba(255, 255, 255, 0.03);
@@ -4801,7 +4801,7 @@
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4810,7 +4810,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4870,10 +4870,10 @@
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
@@ -4918,17 +4918,17 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: #1f2937;
- border-color: #a5b4fc;
+ border-color: #818cf8;
color: rgba(255, 255, 255, 0.87);
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
background: #1f2937;
- border-color: #a5b4fc;
- color: #a5b4fc;
+ border-color: #818cf8;
+ color: #818cf8;
}
.p-tieredmenu {
@@ -4975,7 +4975,7 @@
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4984,7 +4984,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(165, 180, 252, 0.24);
+ background: rgba(129, 140, 248, 0.24);
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -5090,7 +5090,7 @@
.p-message .p-message-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-message.p-message-info {
background: rgba(59, 130, 246, 0.2);
@@ -5194,7 +5194,7 @@
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-toast .p-toast-message.p-toast-message-info {
background: rgba(59, 130, 246, 0.2);
@@ -5297,7 +5297,7 @@
background: rgba(255, 255, 255, 0.1);
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 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 {
@@ -5316,7 +5316,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(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-galleria .p-galleria-thumbnail-container {
@@ -5341,7 +5341,7 @@
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-galleria-mask {
@@ -5420,7 +5420,7 @@
}
.p-badge {
- background: #a5b4fc;
+ background: #818cf8;
color: #030712;
font-size: 0.75rem;
font-weight: 700;
@@ -5489,7 +5489,7 @@
.p-chip .p-chip-remove-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-chip .p-chip-remove-icon:focus {
outline: 0 none;
@@ -5507,7 +5507,7 @@
.p-inplace .p-inplace-display:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(129, 140, 248, 0.2);
}
.p-progressbar {
@@ -5519,7 +5519,7 @@
.p-progressbar .p-progressbar-value {
border: 0 none;
margin: 0;
- background: #a5b4fc;
+ background: #818cf8;
}
.p-progressbar .p-progressbar-label {
color: #030712;
@@ -5579,10 +5579,10 @@
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
- background: rgba(165, 180, 252, 0.16);
+ background: rgba(129, 140, 248, 0.16);
}
.p-scrolltop.p-link:hover {
- background: rgba(165, 180, 252, 0.3616);
+ background: rgba(129, 140, 248, 0.3616);
}
.p-scrolltop .p-scrolltop-icon {
font-size: 1.5rem;
@@ -5602,7 +5602,7 @@
}
.p-tag {
- background: #a5b4fc;
+ background: #818cf8;
color: #030712;
font-size: 0.75rem;
font-weight: 700;
@@ -5665,15 +5665,15 @@
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
- background-color: #a5b4fc;
+ background-color: #818cf8;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
- background-color: #a5b4fc;
+ background-color: #818cf8;
}
.p-button:focus {
- box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(165, 180, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
+ box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(129, 140, 248, 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);
@@ -5695,14 +5695,14 @@
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
- box-shadow: inset 0 2px 0 0 #a5b4fc;
+ box-shadow: inset 0 2px 0 0 #818cf8;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
- box-shadow: inset 0 -2px 0 0 #a5b4fc;
+ box-shadow: inset 0 -2px 0 0 #818cf8;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
- box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(165, 180, 252, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
+ box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(129, 140, 248, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-toast-message {
diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css
index 056a0a0f6..821735c21 100644
--- a/public/themes/lara-dark-purple/theme.css
+++ b/public/themes/lara-dark-purple/theme.css
@@ -12,7 +12,7 @@
--surface-f:#1f2937;
--text-color:rgba(255, 255, 255, 0.87);
--text-color-secondary:rgba(255, 255, 255, 0.6);
- --primary-color:#c4b5fd;
+ --primary-color:#a78bfa;
--primary-color-text:#030712;
--surface-0: #111827;
--surface-50: #1f2937;
@@ -44,9 +44,9 @@
--surface-overlay:#1f2937;
--surface-border:rgba(255,255,255,.1);
--surface-hover:rgba(255,255,255,.03);
- --focus-ring: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ --focus-ring: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
--maskbg: rgba(0, 0, 0, 0.4);
- --highlight-bg: rgba(196, 181, 253, 0.16);
+ --highlight-bg: rgba(167, 139, 250, 0.16);
--highlight-text-color: rgba(255, 255, 255, 0.87);
color-scheme: dark;
}
@@ -178,16 +178,16 @@
--red-700:#b32b23;
--red-800:#8c221c;
--red-900:#661814;
- --primary-50:#fcfbff;
- --primary-100:#f1edff;
- --primary-200:#e6dffe;
- --primary-300:#dad1fe;
- --primary-400:#cfc3fd;
- --primary-500:#c4b5fd;
- --primary-600:#a79ad7;
- --primary-700:#897fb1;
- --primary-800:#6c648b;
- --primary-900:#4e4865;
+ --primary-50:#fbf9ff;
+ --primary-100:#eae3fe;
+ --primary-200:#d9cdfd;
+ --primary-300:#c8b7fc;
+ --primary-400:#b8a1fb;
+ --primary-500:#a78bfa;
+ --primary-600:#8e76d5;
+ --primary-700:#7561af;
+ --primary-800:#5c4c8a;
+ --primary-900:#433864;
}
.p-editor-container .p-editor-toolbar {
@@ -271,22 +271,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: #c4b5fd;
+ color: #a78bfa;
}
.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: #c4b5fd;
+ stroke: #a78bfa;
}
.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: #c4b5fd;
+ fill: #a78bfa;
}
.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: #c4b5fd;
+ color: #a78bfa;
}
@layer primevue {
@@ -336,7 +336,7 @@
.p-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-component-overlay-enter {
@@ -371,13 +371,13 @@
right: 3.75rem;
}
.p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
- border-color: #c4b5fd;
+ border-color: #a78bfa;
}
.p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-autocomplete .p-autocomplete-multiple-container {
padding: 0.375rem 0.75rem;
@@ -432,10 +432,10 @@
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -459,8 +459,8 @@
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-datepicker {
@@ -508,7 +508,7 @@
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
line-height: 2rem;
@@ -522,7 +522,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: #c4b5fd;
+ color: #a78bfa;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
margin-right: 0.5rem;
@@ -550,21 +550,21 @@
}
.p-datepicker table td > span.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-datepicker table td > span:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-datepicker table td.p-datepicker-today > span {
background: transparent;
- color: #c4b5fd;
+ color: #a78bfa;
border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-datepicker .p-datepicker-buttonbar {
padding: 1rem 0;
@@ -594,7 +594,7 @@
.p-datepicker .p-timepicker button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-datepicker .p-timepicker button:last-child {
margin-top: 0.2em;
@@ -618,7 +618,7 @@
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-datepicker .p-yearpicker {
margin: 0.5rem 0;
@@ -630,7 +630,7 @@
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
border-left: 1px solid #424b57;
@@ -652,7 +652,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(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -660,7 +660,7 @@
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -668,7 +668,7 @@
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
@media screen and (max-width: 769px) {
@@ -683,13 +683,13 @@
border-radius: 6px;
}
.p-cascadeselect:not(.p-disabled):hover {
- border-color: #c4b5fd;
+ border-color: #a78bfa;
}
.p-cascadeselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-cascadeselect .p-cascadeselect-label {
background: transparent;
@@ -734,10 +734,10 @@
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -787,21 +787,21 @@
height: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
- border-color: #c4b5fd;
- background: #c4b5fd;
+ border-color: #a78bfa;
+ background: #a78bfa;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
- border-color: #c4b5fd;
+ border-color: #a78bfa;
}
.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(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
- border-color: #8b5cf6;
- background: #8b5cf6;
+ border-color: #ddd6fe;
+ background: #ddd6fe;
color: #030712;
}
.p-checkbox.p-invalid > .p-checkbox-box {
@@ -812,23 +812,23 @@
background-color: #424b57;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
- background: #c4b5fd;
+ background: #a78bfa;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
background-color: #424b57;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
- background: #8b5cf6;
+ background: #ddd6fe;
}
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
- border-color: #c4b5fd;
+ border-color: #a78bfa;
}
.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-chips .p-chips-multiple-container {
padding: 0.375rem 0.75rem;
@@ -887,13 +887,13 @@
border-radius: 6px;
}
.p-dropdown:not(.p-disabled):hover {
- border-color: #c4b5fd;
+ border-color: #a78bfa;
}
.p-dropdown:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
padding-right: 1.75rem;
@@ -962,10 +962,10 @@
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1099,19 +1099,19 @@
.p-inputswitch.p-focus .p-inputswitch-slider {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
background: #424b57;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
- background: #c4b5fd;
+ background: #a78bfa;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
background: #030712;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
- background: #a78bfa;
+ background: #c4b5fd;
}
.p-inputswitch.p-invalid .p-inputswitch-slider {
border-color: #FCA5A5;
@@ -1130,13 +1130,13 @@
border-radius: 6px;
}
.p-inputtext:enabled:hover {
- border-color: #c4b5fd;
+ border-color: #a78bfa;
}
.p-inputtext:enabled:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-inputtext.p-invalid.p-component {
border-color: #FCA5A5;
@@ -1257,7 +1257,7 @@
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-listbox .p-listbox-list .p-listbox-item-group {
margin: 0;
@@ -1272,7 +1272,7 @@
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1285,8 +1285,8 @@
.p-listbox.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-listbox.p-invalid {
border-color: #FCA5A5;
@@ -1299,13 +1299,13 @@
border-radius: 6px;
}
.p-multiselect:not(.p-disabled):hover {
- border-color: #c4b5fd;
+ border-color: #a78bfa;
}
.p-multiselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-multiselect .p-multiselect-label {
padding: 0.75rem 0.75rem;
@@ -1383,7 +1383,7 @@
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-multiselect-panel .p-multiselect-items {
padding: 0.75rem 0;
@@ -1399,10 +1399,10 @@
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1478,13 +1478,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: #c4b5fd;
+ border-color: #a78bfa;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
width: 12px;
@@ -1493,12 +1493,12 @@
background-color: #030712;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
- border-color: #c4b5fd;
- background: #c4b5fd;
+ border-color: #a78bfa;
+ background: #a78bfa;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
- border-color: #8b5cf6;
- background: #8b5cf6;
+ border-color: #ddd6fe;
+ background: #ddd6fe;
color: #030712;
}
.p-radiobutton.p-invalid > .p-radiobutton-box {
@@ -1515,10 +1515,10 @@
background-color: #424b57;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
- background: #c4b5fd;
+ background: #a78bfa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
- background: #8b5cf6;
+ background: #ddd6fe;
}
.p-rating {
@@ -1539,14 +1539,14 @@
.p-rating .p-rating-item.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
- color: #c4b5fd;
+ color: #a78bfa;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
- color: #c4b5fd;
+ color: #a78bfa;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
color: #F48FB1;
@@ -1572,8 +1572,8 @@
color: rgba(255, 255, 255, 0.6);
}
.p-selectbutton .p-button.p-highlight {
- background: #c4b5fd;
- border-color: #c4b5fd;
+ background: #a78bfa;
+ border-color: #a78bfa;
color: #030712;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
@@ -1581,8 +1581,8 @@
color: #030712;
}
.p-selectbutton .p-button.p-highlight:hover {
- background: #a78bfa;
- border-color: #a78bfa;
+ background: #c4b5fd;
+ border-color: #c4b5fd;
color: #030712;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
@@ -1616,21 +1616,21 @@
height: 1.143rem;
width: 1.143rem;
background: #424b57;
- border: 2px solid #c4b5fd;
+ border: 2px solid #a78bfa;
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(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-slider .p-slider-range {
- background: #c4b5fd;
+ background: #a78bfa;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
- background: #c4b5fd;
- border-color: #c4b5fd;
+ background: #a78bfa;
+ border-color: #a78bfa;
}
.p-treeselect {
@@ -1640,13 +1640,13 @@
border-radius: 6px;
}
.p-treeselect:not(.p-disabled):hover {
- border-color: #c4b5fd;
+ border-color: #a78bfa;
}
.p-treeselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-treeselect .p-treeselect-label {
padding: 0.75rem 0.75rem;
@@ -1716,8 +1716,8 @@
.p-togglebutton.p-button:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
- border-color: #c4b5fd;
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
+ border-color: #a78bfa;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -1729,8 +1729,8 @@
color: rgba(255, 255, 255, 0.6);
}
.p-togglebutton.p-button.p-highlight {
- background: #c4b5fd;
- border-color: #c4b5fd;
+ background: #a78bfa;
+ border-color: #a78bfa;
color: #030712;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
@@ -1738,8 +1738,8 @@
color: #030712;
}
.p-togglebutton.p-button.p-highlight:hover {
- background: #a78bfa;
- border-color: #a78bfa;
+ background: #c4b5fd;
+ border-color: #c4b5fd;
color: #030712;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
@@ -1752,36 +1752,36 @@
.p-button {
color: #030712;
- background: #c4b5fd;
- border: 1px solid #c4b5fd;
+ background: #a78bfa;
+ border: 1px solid #a78bfa;
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: #a78bfa;
+ background: #c4b5fd;
color: #030712;
- border-color: #a78bfa;
+ border-color: #c4b5fd;
}
.p-button:enabled:active {
- background: #8b5cf6;
+ background: #ddd6fe;
color: #030712;
- border-color: #8b5cf6;
+ border-color: #ddd6fe;
}
.p-button.p-button-outlined {
background-color: transparent;
- color: #c4b5fd;
+ color: #a78bfa;
border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
- background: rgba(196, 181, 253, 0.04);
- color: #c4b5fd;
+ background: rgba(167, 139, 250, 0.04);
+ color: #a78bfa;
border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
- background: rgba(196, 181, 253, 0.16);
- color: #c4b5fd;
+ background: rgba(167, 139, 250, 0.16);
+ color: #a78bfa;
border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
@@ -1798,17 +1798,17 @@
}
.p-button.p-button-text {
background-color: transparent;
- color: #c4b5fd;
+ color: #a78bfa;
border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
- background: rgba(196, 181, 253, 0.04);
- color: #c4b5fd;
+ background: rgba(167, 139, 250, 0.04);
+ color: #a78bfa;
border-color: transparent;
}
.p-button.p-button-text:enabled:active {
- background: rgba(196, 181, 253, 0.16);
- color: #c4b5fd;
+ background: rgba(167, 139, 250, 0.16);
+ color: #a78bfa;
border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
@@ -1825,7 +1825,7 @@
.p-button:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-button .p-button-label {
transition-duration: 0.2s;
@@ -1847,7 +1847,7 @@
min-width: 1rem;
height: 1rem;
line-height: 1rem;
- color: #c4b5fd;
+ color: #a78bfa;
background-color: #030712;
}
.p-button.p-button-raised {
@@ -2197,13 +2197,13 @@
}
.p-button.p-button-link {
- color: #c4b5fd;
+ color: #a78bfa;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
- color: #c4b5fd;
+ color: #a78bfa;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
@@ -2211,12 +2211,12 @@
}
.p-button.p-button-link:enabled:focus {
background: transparent;
- box-shadow: 0 0 0 1px rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 1px rgba(167, 139, 250, 0.2);
border-color: transparent;
}
.p-button.p-button-link:enabled:active {
background: transparent;
- color: #c4b5fd;
+ color: #a78bfa;
border-color: transparent;
}
@@ -2239,7 +2239,7 @@
.p-speeddial-item.p-focus > .p-speeddial-action {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-speeddial-action {
@@ -2304,16 +2304,16 @@
}
.p-splitbutton.p-button-outlined > .p-button {
background-color: transparent;
- color: #c4b5fd;
+ color: #a78bfa;
border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
- background: rgba(196, 181, 253, 0.04);
- color: #c4b5fd;
+ background: rgba(167, 139, 250, 0.04);
+ color: #a78bfa;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
- background: rgba(196, 181, 253, 0.16);
- color: #c4b5fd;
+ background: rgba(167, 139, 250, 0.16);
+ color: #a78bfa;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
color: rgba(255, 255, 255, 0.6);
@@ -2329,17 +2329,17 @@
}
.p-splitbutton.p-button-text > .p-button {
background-color: transparent;
- color: #c4b5fd;
+ color: #a78bfa;
border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
- background: rgba(196, 181, 253, 0.04);
- color: #c4b5fd;
+ background: rgba(167, 139, 250, 0.04);
+ color: #a78bfa;
border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
- background: rgba(196, 181, 253, 0.16);
- color: #c4b5fd;
+ background: rgba(167, 139, 250, 0.16);
+ color: #a78bfa;
border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
@@ -2579,7 +2579,7 @@
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-carousel .p-carousel-indicators {
padding: 1rem;
@@ -2599,7 +2599,7 @@
background: rgba(255, 255, 255, 0.03);
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
@@ -2656,7 +2656,7 @@
min-width: 1.143rem;
line-height: 1.143rem;
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
@@ -2667,21 +2667,21 @@
color: rgba(255, 255, 255, 0.87);
}
.p-datatable .p-sortable-column.p-highlight {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 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(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 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-visible {
- box-shadow: inset 0 0 0 0.15rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(167, 139, 250, 0.2);
outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
@@ -2721,7 +2721,7 @@
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
margin-right: 0.5rem;
@@ -2730,25 +2730,25 @@
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
- outline: 0.15rem solid rgba(196, 181, 253, 0.2);
+ outline: 0.15rem solid rgba(167, 139, 250, 0.2);
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 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(196, 181, 253, 0.16);
+ box-shadow: inset 0 2px 0 0 rgba(167, 139, 250, 0.16);
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
- box-shadow: inset 0 -2px 0 0 rgba(196, 181, 253, 0.16);
+ box-shadow: inset 0 -2px 0 0 rgba(167, 139, 250, 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: #c4b5fd;
+ background: #a78bfa;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
@@ -2820,7 +2820,7 @@
background: #1f2937;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 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 {
@@ -2921,13 +2921,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(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-column-filter-menu-button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-column-filter-clear-button {
@@ -2947,7 +2947,7 @@
.p-column-filter-clear-button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-column-filter-overlay {
@@ -2972,7 +2972,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(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 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);
@@ -2981,7 +2981,7 @@
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(167, 139, 250, 0.2);
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
border-top: 1px solid #424b57;
@@ -3060,10 +3060,10 @@
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
@@ -3077,11 +3077,11 @@
color: rgba(255, 255, 255, 0.87);
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
- color: rgba(97, 57, 250, 0.16);
+ color: rgba(74, 17, 245, 0.16);
}
.p-organizationchart .p-organizationchart-line-down {
background: #424b57;
@@ -3108,7 +3108,7 @@
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-paginator {
@@ -3183,8 +3183,8 @@
border-radius: 6px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
- background: rgba(196, 181, 253, 0.16);
- border-color: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
+ border-color: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
@@ -3236,10 +3236,10 @@
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
@@ -3249,7 +3249,7 @@
}
.p-timeline .p-timeline-event-marker {
- border: 2px solid #c4b5fd;
+ border: 2px solid #a78bfa;
border-radius: 50%;
width: 1rem;
height: 1rem;
@@ -3287,7 +3287,7 @@
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(167, 139, 250, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
border-radius: 6px;
@@ -3312,7 +3312,7 @@
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
margin-right: 0.5rem;
@@ -3325,7 +3325,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
@@ -3406,7 +3406,7 @@
background: #1f2937;
}
.p-treetable .p-sortable-column {
- outline-color: rgba(196, 181, 253, 0.2);
+ outline-color: rgba(167, 139, 250, 0.2);
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
color: rgba(255, 255, 255, 0.6);
@@ -3418,7 +3418,7 @@
min-width: 1.143rem;
line-height: 1.143rem;
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
@@ -3429,7 +3429,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-sortable-column.p-highlight {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
@@ -3464,7 +3464,7 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
margin-right: 0.5rem;
@@ -3473,11 +3473,11 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus-visible {
- outline: 0.15rem solid rgba(196, 181, 253, 0.2);
+ outline: 0.15rem solid rgba(167, 139, 250, 0.2);
outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
@@ -3494,7 +3494,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-column-resizer-helper {
- background: #c4b5fd;
+ background: #a78bfa;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
@@ -3574,7 +3574,7 @@
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
background: rgba(255, 255, 255, 0.03);
@@ -3664,7 +3664,7 @@
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
color: rgba(255, 255, 255, 0.87);
@@ -3730,7 +3730,7 @@
.p-panel .p-panel-header .p-panel-header-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-panel.p-panel-toggleable .p-panel-header {
padding: 0.75rem 1.25rem;
@@ -3764,7 +3764,7 @@
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-splitter {
@@ -3784,7 +3784,7 @@
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-splitter .p-splitter-gutter-resizing {
background: #424b57;
@@ -3814,21 +3814,21 @@
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
background: #1f2937;
- border-color: #c4b5fd;
+ border-color: #a78bfa;
color: rgba(255, 255, 255, 0.87);
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
background: #1f2937;
- border-color: #c4b5fd;
- color: #c4b5fd;
+ border-color: #a78bfa;
+ color: #a78bfa;
}
.p-tabview .p-tabview-nav-btn.p-link {
background: #1f2937;
- color: #c4b5fd;
+ color: #a78bfa;
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;
@@ -3836,7 +3836,7 @@
.p-tabview .p-tabview-nav-btn.p-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-tabview .p-tabview-panels {
background: #1f2937;
@@ -3941,7 +3941,7 @@
.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
margin-right: 0;
@@ -3986,7 +3986,7 @@
padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
- background: #c4b5fd;
+ background: #a78bfa;
color: #030712;
width: 2rem;
height: 2rem;
@@ -3997,7 +3997,7 @@
right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
- background: #a78bfa;
+ background: #c4b5fd;
color: #030712;
}
.p-overlaypanel:after {
@@ -4046,7 +4046,7 @@
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
padding-top: 0;
@@ -4088,7 +4088,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(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-fileupload .p-fileupload-content {
background: #1f2937;
@@ -4099,8 +4099,8 @@
border-bottom-left-radius: 6px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
- border: 1px dashed #c4b5fd;
- background-color: rgba(196, 181, 253, 0.16);
+ border: 1px dashed #a78bfa;
+ background-color: rgba(167, 139, 250, 0.16);
}
.p-fileupload .p-fileupload-file {
padding: 1rem;
@@ -4129,14 +4129,14 @@
}
.p-fileupload-choose:not(.p-disabled):hover {
- background: #a78bfa;
+ background: #c4b5fd;
color: #030712;
- border-color: #a78bfa;
+ border-color: #c4b5fd;
}
.p-fileupload-choose:not(.p-disabled):active {
- background: #8b5cf6;
+ background: #ddd6fe;
color: #030712;
- border-color: #8b5cf6;
+ border-color: #ddd6fe;
}
.p-breadcrumb {
@@ -4152,7 +4152,7 @@
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4212,7 +4212,7 @@
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4221,7 +4221,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4271,7 +4271,7 @@
.p-dock .p-dock-item.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(167, 139, 250, 0.2);
}
.p-dock .p-dock-link {
width: 4rem;
@@ -4356,7 +4356,7 @@
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4365,7 +4365,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4475,7 +4475,7 @@
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4484,7 +4484,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4587,7 +4587,7 @@
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4596,7 +4596,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4652,7 +4652,7 @@
.p-menubar .p-menubar-button:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-menubar .p-menubar-root-list {
position: absolute;
@@ -4745,7 +4745,7 @@
.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
background: rgba(255, 255, 255, 0.03);
@@ -4801,7 +4801,7 @@
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4810,7 +4810,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4870,10 +4870,10 @@
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
@@ -4918,17 +4918,17 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: #1f2937;
- border-color: #c4b5fd;
+ border-color: #a78bfa;
color: rgba(255, 255, 255, 0.87);
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
background: #1f2937;
- border-color: #c4b5fd;
- color: #c4b5fd;
+ border-color: #a78bfa;
+ color: #a78bfa;
}
.p-tieredmenu {
@@ -4975,7 +4975,7 @@
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4984,7 +4984,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(196, 181, 253, 0.24);
+ background: rgba(167, 139, 250, 0.24);
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -5090,7 +5090,7 @@
.p-message .p-message-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-message.p-message-info {
background: rgba(59, 130, 246, 0.2);
@@ -5194,7 +5194,7 @@
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-toast .p-toast-message.p-toast-message-info {
background: rgba(59, 130, 246, 0.2);
@@ -5297,7 +5297,7 @@
background: rgba(255, 255, 255, 0.1);
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 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 {
@@ -5316,7 +5316,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(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-galleria .p-galleria-thumbnail-container {
@@ -5341,7 +5341,7 @@
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-galleria-mask {
@@ -5420,7 +5420,7 @@
}
.p-badge {
- background: #c4b5fd;
+ background: #a78bfa;
color: #030712;
font-size: 0.75rem;
font-weight: 700;
@@ -5489,7 +5489,7 @@
.p-chip .p-chip-remove-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-chip .p-chip-remove-icon:focus {
outline: 0 none;
@@ -5507,7 +5507,7 @@
.p-inplace .p-inplace-display:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(167, 139, 250, 0.2);
}
.p-progressbar {
@@ -5519,7 +5519,7 @@
.p-progressbar .p-progressbar-value {
border: 0 none;
margin: 0;
- background: #c4b5fd;
+ background: #a78bfa;
}
.p-progressbar .p-progressbar-label {
color: #030712;
@@ -5579,10 +5579,10 @@
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
- background: rgba(196, 181, 253, 0.16);
+ background: rgba(167, 139, 250, 0.16);
}
.p-scrolltop.p-link:hover {
- background: rgba(196, 181, 253, 0.3616);
+ background: rgba(167, 139, 250, 0.3616);
}
.p-scrolltop .p-scrolltop-icon {
font-size: 1.5rem;
@@ -5602,7 +5602,7 @@
}
.p-tag {
- background: #c4b5fd;
+ background: #a78bfa;
color: #030712;
font-size: 0.75rem;
font-weight: 700;
@@ -5665,15 +5665,15 @@
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
- background-color: #c4b5fd;
+ background-color: #a78bfa;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
- background-color: #c4b5fd;
+ background-color: #a78bfa;
}
.p-button:focus {
- box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(196, 181, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
+ box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(167, 139, 250, 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);
@@ -5695,14 +5695,14 @@
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
- box-shadow: inset 0 2px 0 0 #c4b5fd;
+ box-shadow: inset 0 2px 0 0 #a78bfa;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
- box-shadow: inset 0 -2px 0 0 #c4b5fd;
+ box-shadow: inset 0 -2px 0 0 #a78bfa;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
- box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(196, 181, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
+ box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(167, 139, 250, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-toast-message {
diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css
index 632ef07dd..627be0709 100644
--- a/public/themes/lara-dark-teal/theme.css
+++ b/public/themes/lara-dark-teal/theme.css
@@ -12,7 +12,7 @@
--surface-f:#1f2937;
--text-color:rgba(255, 255, 255, 0.87);
--text-color-secondary:rgba(255, 255, 255, 0.6);
- --primary-color:#6ee7b7;
+ --primary-color:#34d399;
--primary-color-text:#030712;
--surface-0: #111827;
--surface-50: #1f2937;
@@ -44,9 +44,9 @@
--surface-overlay:#1f2937;
--surface-border:rgba(255,255,255,.1);
--surface-hover:rgba(255,255,255,.03);
- --focus-ring: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ --focus-ring: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
--maskbg: rgba(0, 0, 0, 0.4);
- --highlight-bg: rgba(110, 231, 183, 0.16);
+ --highlight-bg: rgba(52, 211, 153, 0.16);
--highlight-text-color: rgba(255, 255, 255, 0.87);
color-scheme: dark;
}
@@ -178,16 +178,16 @@
--red-700:#b32b23;
--red-800:#8c221c;
--red-900:#661814;
- --primary-50:#f8fefb;
- --primary-100:#dcf9ee;
- --primary-200:#c1f5e0;
- --primary-300:#a5f0d2;
- --primary-400:#8aecc5;
- --primary-500:#6ee7b7;
- --primary-600:#5ec49c;
- --primary-700:#4da280;
- --primary-800:#3d7f65;
- --primary-900:#2c5c49;
+ --primary-50:#f5fdfa;
+ --primary-100:#cef4e7;
+ --primary-200:#a8ecd3;
+ --primary-300:#81e4c0;
+ --primary-400:#5bdbac;
+ --primary-500:#34d399;
+ --primary-600:#2cb382;
+ --primary-700:#24946b;
+ --primary-800:#1d7454;
+ --primary-900:#15543d;
}
.p-editor-container .p-editor-toolbar {
@@ -271,22 +271,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: #6ee7b7;
+ color: #34d399;
}
.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: #6ee7b7;
+ stroke: #34d399;
}
.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: #6ee7b7;
+ fill: #34d399;
}
.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: #6ee7b7;
+ color: #34d399;
}
@layer primevue {
@@ -336,7 +336,7 @@
.p-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-component-overlay-enter {
@@ -371,13 +371,13 @@
right: 3.75rem;
}
.p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
- border-color: #6ee7b7;
+ border-color: #34d399;
}
.p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-autocomplete .p-autocomplete-multiple-container {
padding: 0.375rem 0.75rem;
@@ -432,10 +432,10 @@
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -459,8 +459,8 @@
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-datepicker {
@@ -508,7 +508,7 @@
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
line-height: 2rem;
@@ -522,7 +522,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: #6ee7b7;
+ color: #34d399;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
margin-right: 0.5rem;
@@ -550,21 +550,21 @@
}
.p-datepicker table td > span.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-datepicker table td > span:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-datepicker table td.p-datepicker-today > span {
background: transparent;
- color: #6ee7b7;
+ color: #34d399;
border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-datepicker .p-datepicker-buttonbar {
padding: 1rem 0;
@@ -594,7 +594,7 @@
.p-datepicker .p-timepicker button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-datepicker .p-timepicker button:last-child {
margin-top: 0.2em;
@@ -618,7 +618,7 @@
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-datepicker .p-yearpicker {
margin: 0.5rem 0;
@@ -630,7 +630,7 @@
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
border-left: 1px solid #424b57;
@@ -652,7 +652,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(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -660,7 +660,7 @@
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -668,7 +668,7 @@
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
@media screen and (max-width: 769px) {
@@ -683,13 +683,13 @@
border-radius: 6px;
}
.p-cascadeselect:not(.p-disabled):hover {
- border-color: #6ee7b7;
+ border-color: #34d399;
}
.p-cascadeselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-cascadeselect .p-cascadeselect-label {
background: transparent;
@@ -734,10 +734,10 @@
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -787,21 +787,21 @@
height: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
- border-color: #6ee7b7;
- background: #6ee7b7;
+ border-color: #34d399;
+ background: #34d399;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
- border-color: #6ee7b7;
+ border-color: #34d399;
}
.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(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
- border-color: #10b981;
- background: #10b981;
+ border-color: #a7f3d0;
+ background: #a7f3d0;
color: #030712;
}
.p-checkbox.p-invalid > .p-checkbox-box {
@@ -812,23 +812,23 @@
background-color: #424b57;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
- background: #6ee7b7;
+ background: #34d399;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
background-color: #424b57;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
- background: #10b981;
+ background: #a7f3d0;
}
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
- border-color: #6ee7b7;
+ border-color: #34d399;
}
.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-chips .p-chips-multiple-container {
padding: 0.375rem 0.75rem;
@@ -887,13 +887,13 @@
border-radius: 6px;
}
.p-dropdown:not(.p-disabled):hover {
- border-color: #6ee7b7;
+ border-color: #34d399;
}
.p-dropdown:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
padding-right: 1.75rem;
@@ -962,10 +962,10 @@
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1099,19 +1099,19 @@
.p-inputswitch.p-focus .p-inputswitch-slider {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
background: #424b57;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
- background: #6ee7b7;
+ background: #34d399;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
background: #030712;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
- background: #34d399;
+ background: #6ee7b7;
}
.p-inputswitch.p-invalid .p-inputswitch-slider {
border-color: #FCA5A5;
@@ -1130,13 +1130,13 @@
border-radius: 6px;
}
.p-inputtext:enabled:hover {
- border-color: #6ee7b7;
+ border-color: #34d399;
}
.p-inputtext:enabled:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-inputtext.p-invalid.p-component {
border-color: #FCA5A5;
@@ -1257,7 +1257,7 @@
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-listbox .p-listbox-list .p-listbox-item-group {
margin: 0;
@@ -1272,7 +1272,7 @@
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1285,8 +1285,8 @@
.p-listbox.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-listbox.p-invalid {
border-color: #FCA5A5;
@@ -1299,13 +1299,13 @@
border-radius: 6px;
}
.p-multiselect:not(.p-disabled):hover {
- border-color: #6ee7b7;
+ border-color: #34d399;
}
.p-multiselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-multiselect .p-multiselect-label {
padding: 0.75rem 0.75rem;
@@ -1383,7 +1383,7 @@
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-multiselect-panel .p-multiselect-items {
padding: 0.75rem 0;
@@ -1399,10 +1399,10 @@
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
color: rgba(255, 255, 255, 0.87);
@@ -1478,13 +1478,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: #6ee7b7;
+ border-color: #34d399;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
width: 12px;
@@ -1493,12 +1493,12 @@
background-color: #030712;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
- border-color: #6ee7b7;
- background: #6ee7b7;
+ border-color: #34d399;
+ background: #34d399;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
- border-color: #10b981;
- background: #10b981;
+ border-color: #a7f3d0;
+ background: #a7f3d0;
color: #030712;
}
.p-radiobutton.p-invalid > .p-radiobutton-box {
@@ -1515,10 +1515,10 @@
background-color: #424b57;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
- background: #6ee7b7;
+ background: #34d399;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
- background: #10b981;
+ background: #a7f3d0;
}
.p-rating {
@@ -1539,14 +1539,14 @@
.p-rating .p-rating-item.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
- color: #6ee7b7;
+ color: #34d399;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
- color: #6ee7b7;
+ color: #34d399;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
color: #F48FB1;
@@ -1572,8 +1572,8 @@
color: rgba(255, 255, 255, 0.6);
}
.p-selectbutton .p-button.p-highlight {
- background: #6ee7b7;
- border-color: #6ee7b7;
+ background: #34d399;
+ border-color: #34d399;
color: #030712;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
@@ -1581,8 +1581,8 @@
color: #030712;
}
.p-selectbutton .p-button.p-highlight:hover {
- background: #34d399;
- border-color: #34d399;
+ background: #6ee7b7;
+ border-color: #6ee7b7;
color: #030712;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
@@ -1616,21 +1616,21 @@
height: 1.143rem;
width: 1.143rem;
background: #424b57;
- border: 2px solid #6ee7b7;
+ border: 2px solid #34d399;
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(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-slider .p-slider-range {
- background: #6ee7b7;
+ background: #34d399;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
- background: #6ee7b7;
- border-color: #6ee7b7;
+ background: #34d399;
+ border-color: #34d399;
}
.p-treeselect {
@@ -1640,13 +1640,13 @@
border-radius: 6px;
}
.p-treeselect:not(.p-disabled):hover {
- border-color: #6ee7b7;
+ border-color: #34d399;
}
.p-treeselect:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-treeselect .p-treeselect-label {
padding: 0.75rem 0.75rem;
@@ -1716,8 +1716,8 @@
.p-togglebutton.p-button:not(.p-disabled).p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
- border-color: #6ee7b7;
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
+ border-color: #34d399;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
background: rgba(255, 255, 255, 0.03);
@@ -1729,8 +1729,8 @@
color: rgba(255, 255, 255, 0.6);
}
.p-togglebutton.p-button.p-highlight {
- background: #6ee7b7;
- border-color: #6ee7b7;
+ background: #34d399;
+ border-color: #34d399;
color: #030712;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
@@ -1738,8 +1738,8 @@
color: #030712;
}
.p-togglebutton.p-button.p-highlight:hover {
- background: #34d399;
- border-color: #34d399;
+ background: #6ee7b7;
+ border-color: #6ee7b7;
color: #030712;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
@@ -1752,36 +1752,36 @@
.p-button {
color: #030712;
- background: #6ee7b7;
- border: 1px solid #6ee7b7;
+ background: #34d399;
+ border: 1px solid #34d399;
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: #34d399;
+ background: #6ee7b7;
color: #030712;
- border-color: #34d399;
+ border-color: #6ee7b7;
}
.p-button:enabled:active {
- background: #10b981;
+ background: #a7f3d0;
color: #030712;
- border-color: #10b981;
+ border-color: #a7f3d0;
}
.p-button.p-button-outlined {
background-color: transparent;
- color: #6ee7b7;
+ color: #34d399;
border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
- background: rgba(110, 231, 183, 0.04);
- color: #6ee7b7;
+ background: rgba(52, 211, 153, 0.04);
+ color: #34d399;
border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
- background: rgba(110, 231, 183, 0.16);
- color: #6ee7b7;
+ background: rgba(52, 211, 153, 0.16);
+ color: #34d399;
border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
@@ -1798,17 +1798,17 @@
}
.p-button.p-button-text {
background-color: transparent;
- color: #6ee7b7;
+ color: #34d399;
border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
- background: rgba(110, 231, 183, 0.04);
- color: #6ee7b7;
+ background: rgba(52, 211, 153, 0.04);
+ color: #34d399;
border-color: transparent;
}
.p-button.p-button-text:enabled:active {
- background: rgba(110, 231, 183, 0.16);
- color: #6ee7b7;
+ background: rgba(52, 211, 153, 0.16);
+ color: #34d399;
border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
@@ -1825,7 +1825,7 @@
.p-button:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-button .p-button-label {
transition-duration: 0.2s;
@@ -1847,7 +1847,7 @@
min-width: 1rem;
height: 1rem;
line-height: 1rem;
- color: #6ee7b7;
+ color: #34d399;
background-color: #030712;
}
.p-button.p-button-raised {
@@ -2197,13 +2197,13 @@
}
.p-button.p-button-link {
- color: #6ee7b7;
+ color: #34d399;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
- color: #6ee7b7;
+ color: #34d399;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
@@ -2211,12 +2211,12 @@
}
.p-button.p-button-link:enabled:focus {
background: transparent;
- box-shadow: 0 0 0 1px rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 1px rgba(52, 211, 153, 0.2);
border-color: transparent;
}
.p-button.p-button-link:enabled:active {
background: transparent;
- color: #6ee7b7;
+ color: #34d399;
border-color: transparent;
}
@@ -2239,7 +2239,7 @@
.p-speeddial-item.p-focus > .p-speeddial-action {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-speeddial-action {
@@ -2304,16 +2304,16 @@
}
.p-splitbutton.p-button-outlined > .p-button {
background-color: transparent;
- color: #6ee7b7;
+ color: #34d399;
border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
- background: rgba(110, 231, 183, 0.04);
- color: #6ee7b7;
+ background: rgba(52, 211, 153, 0.04);
+ color: #34d399;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
- background: rgba(110, 231, 183, 0.16);
- color: #6ee7b7;
+ background: rgba(52, 211, 153, 0.16);
+ color: #34d399;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
color: rgba(255, 255, 255, 0.6);
@@ -2329,17 +2329,17 @@
}
.p-splitbutton.p-button-text > .p-button {
background-color: transparent;
- color: #6ee7b7;
+ color: #34d399;
border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
- background: rgba(110, 231, 183, 0.04);
- color: #6ee7b7;
+ background: rgba(52, 211, 153, 0.04);
+ color: #34d399;
border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
- background: rgba(110, 231, 183, 0.16);
- color: #6ee7b7;
+ background: rgba(52, 211, 153, 0.16);
+ color: #34d399;
border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
@@ -2579,7 +2579,7 @@
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-carousel .p-carousel-indicators {
padding: 1rem;
@@ -2599,7 +2599,7 @@
background: rgba(255, 255, 255, 0.03);
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
@@ -2656,7 +2656,7 @@
min-width: 1.143rem;
line-height: 1.143rem;
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
@@ -2667,21 +2667,21 @@
color: rgba(255, 255, 255, 0.87);
}
.p-datatable .p-sortable-column.p-highlight {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 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(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 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-visible {
- box-shadow: inset 0 0 0 0.15rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(52, 211, 153, 0.2);
outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
@@ -2721,7 +2721,7 @@
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
margin-right: 0.5rem;
@@ -2730,25 +2730,25 @@
font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
- outline: 0.15rem solid rgba(110, 231, 183, 0.2);
+ outline: 0.15rem solid rgba(52, 211, 153, 0.2);
outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 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(110, 231, 183, 0.16);
+ box-shadow: inset 0 2px 0 0 rgba(52, 211, 153, 0.16);
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
- box-shadow: inset 0 -2px 0 0 rgba(110, 231, 183, 0.16);
+ box-shadow: inset 0 -2px 0 0 rgba(52, 211, 153, 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: #6ee7b7;
+ background: #34d399;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
@@ -2820,7 +2820,7 @@
background: #1f2937;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 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 {
@@ -2921,13 +2921,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(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-column-filter-menu-button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-column-filter-clear-button {
@@ -2947,7 +2947,7 @@
.p-column-filter-clear-button:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-column-filter-overlay {
@@ -2972,7 +2972,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(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 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);
@@ -2981,7 +2981,7 @@
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(52, 211, 153, 0.2);
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
border-top: 1px solid #424b57;
@@ -3060,10 +3060,10 @@
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
@@ -3077,11 +3077,11 @@
color: rgba(255, 255, 255, 0.87);
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
- color: rgba(30, 183, 123, 0.16);
+ color: rgba(24, 111, 80, 0.16);
}
.p-organizationchart .p-organizationchart-line-down {
background: #424b57;
@@ -3108,7 +3108,7 @@
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-paginator {
@@ -3183,8 +3183,8 @@
border-radius: 6px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
- background: rgba(110, 231, 183, 0.16);
- border-color: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
+ border-color: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
@@ -3236,10 +3236,10 @@
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
@@ -3249,7 +3249,7 @@
}
.p-timeline .p-timeline-event-marker {
- border: 2px solid #6ee7b7;
+ border: 2px solid #34d399;
border-radius: 50%;
width: 1rem;
height: 1rem;
@@ -3287,7 +3287,7 @@
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(52, 211, 153, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
border-radius: 6px;
@@ -3312,7 +3312,7 @@
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
margin-right: 0.5rem;
@@ -3325,7 +3325,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
@@ -3406,7 +3406,7 @@
background: #1f2937;
}
.p-treetable .p-sortable-column {
- outline-color: rgba(110, 231, 183, 0.2);
+ outline-color: rgba(52, 211, 153, 0.2);
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
color: rgba(255, 255, 255, 0.6);
@@ -3418,7 +3418,7 @@
min-width: 1.143rem;
line-height: 1.143rem;
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
@@ -3429,7 +3429,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-sortable-column.p-highlight {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
@@ -3464,7 +3464,7 @@
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
margin-right: 0.5rem;
@@ -3473,11 +3473,11 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr:focus-visible {
- outline: 0.15rem solid rgba(110, 231, 183, 0.2);
+ outline: 0.15rem solid rgba(52, 211, 153, 0.2);
outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
@@ -3494,7 +3494,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-treetable .p-column-resizer-helper {
- background: #6ee7b7;
+ background: #34d399;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
@@ -3574,7 +3574,7 @@
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
background: rgba(255, 255, 255, 0.03);
@@ -3664,7 +3664,7 @@
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
color: rgba(255, 255, 255, 0.87);
@@ -3730,7 +3730,7 @@
.p-panel .p-panel-header .p-panel-header-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-panel.p-panel-toggleable .p-panel-header {
padding: 0.75rem 1.25rem;
@@ -3764,7 +3764,7 @@
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-splitter {
@@ -3784,7 +3784,7 @@
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-splitter .p-splitter-gutter-resizing {
background: #424b57;
@@ -3814,21 +3814,21 @@
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
background: #1f2937;
- border-color: #6ee7b7;
+ border-color: #34d399;
color: rgba(255, 255, 255, 0.87);
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
background: #1f2937;
- border-color: #6ee7b7;
- color: #6ee7b7;
+ border-color: #34d399;
+ color: #34d399;
}
.p-tabview .p-tabview-nav-btn.p-link {
background: #1f2937;
- color: #6ee7b7;
+ color: #34d399;
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;
@@ -3836,7 +3836,7 @@
.p-tabview .p-tabview-nav-btn.p-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-tabview .p-tabview-panels {
background: #1f2937;
@@ -3941,7 +3941,7 @@
.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
margin-right: 0;
@@ -3986,7 +3986,7 @@
padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
- background: #6ee7b7;
+ background: #34d399;
color: #030712;
width: 2rem;
height: 2rem;
@@ -3997,7 +3997,7 @@
right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
- background: #34d399;
+ background: #6ee7b7;
color: #030712;
}
.p-overlaypanel:after {
@@ -4046,7 +4046,7 @@
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
padding-top: 0;
@@ -4088,7 +4088,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(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-fileupload .p-fileupload-content {
background: #1f2937;
@@ -4099,8 +4099,8 @@
border-bottom-left-radius: 6px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
- border: 1px dashed #6ee7b7;
- background-color: rgba(110, 231, 183, 0.16);
+ border: 1px dashed #34d399;
+ background-color: rgba(52, 211, 153, 0.16);
}
.p-fileupload .p-fileupload-file {
padding: 1rem;
@@ -4129,14 +4129,14 @@
}
.p-fileupload-choose:not(.p-disabled):hover {
- background: #34d399;
+ background: #6ee7b7;
color: #030712;
- border-color: #34d399;
+ border-color: #6ee7b7;
}
.p-fileupload-choose:not(.p-disabled):active {
- background: #10b981;
+ background: #a7f3d0;
color: #030712;
- border-color: #10b981;
+ border-color: #a7f3d0;
}
.p-breadcrumb {
@@ -4152,7 +4152,7 @@
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4212,7 +4212,7 @@
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4221,7 +4221,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4271,7 +4271,7 @@
.p-dock .p-dock-item.p-focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.15rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.15rem rgba(52, 211, 153, 0.2);
}
.p-dock .p-dock-link {
width: 4rem;
@@ -4356,7 +4356,7 @@
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4365,7 +4365,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4475,7 +4475,7 @@
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4484,7 +4484,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4587,7 +4587,7 @@
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4596,7 +4596,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4652,7 +4652,7 @@
.p-menubar .p-menubar-button:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-menubar .p-menubar-root-list {
position: absolute;
@@ -4745,7 +4745,7 @@
.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
background: rgba(255, 255, 255, 0.03);
@@ -4801,7 +4801,7 @@
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4810,7 +4810,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -4870,10 +4870,10 @@
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
@@ -4918,17 +4918,17 @@
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: inset 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: inset 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: #1f2937;
- border-color: #6ee7b7;
+ border-color: #34d399;
color: rgba(255, 255, 255, 0.87);
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
background: #1f2937;
- border-color: #6ee7b7;
- color: #6ee7b7;
+ border-color: #34d399;
+ color: #34d399;
}
.p-tieredmenu {
@@ -4975,7 +4975,7 @@
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
color: rgba(255, 255, 255, 0.87);
@@ -4984,7 +4984,7 @@
color: rgba(255, 255, 255, 0.87);
}
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
- background: rgba(110, 231, 183, 0.24);
+ background: rgba(52, 211, 153, 0.24);
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
color: rgba(255, 255, 255, 0.87);
@@ -5090,7 +5090,7 @@
.p-message .p-message-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-message.p-message-info {
background: rgba(59, 130, 246, 0.2);
@@ -5194,7 +5194,7 @@
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-toast .p-toast-message.p-toast-message-info {
background: rgba(59, 130, 246, 0.2);
@@ -5297,7 +5297,7 @@
background: rgba(255, 255, 255, 0.1);
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 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 {
@@ -5316,7 +5316,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(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
color: rgba(255, 255, 255, 0.87);
}
.p-galleria .p-galleria-thumbnail-container {
@@ -5341,7 +5341,7 @@
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-galleria-mask {
@@ -5420,7 +5420,7 @@
}
.p-badge {
- background: #6ee7b7;
+ background: #34d399;
color: #030712;
font-size: 0.75rem;
font-weight: 700;
@@ -5489,7 +5489,7 @@
.p-chip .p-chip-remove-icon:focus-visible {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-chip .p-chip-remove-icon:focus {
outline: 0 none;
@@ -5507,7 +5507,7 @@
.p-inplace .p-inplace-display:focus {
outline: 0 none;
outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(110, 231, 183, 0.2);
+ box-shadow: 0 0 0 0.2rem rgba(52, 211, 153, 0.2);
}
.p-progressbar {
@@ -5519,7 +5519,7 @@
.p-progressbar .p-progressbar-value {
border: 0 none;
margin: 0;
- background: #6ee7b7;
+ background: #34d399;
}
.p-progressbar .p-progressbar-label {
color: #030712;
@@ -5579,10 +5579,10 @@
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
- background: rgba(110, 231, 183, 0.16);
+ background: rgba(52, 211, 153, 0.16);
}
.p-scrolltop.p-link:hover {
- background: rgba(110, 231, 183, 0.3616);
+ background: rgba(52, 211, 153, 0.3616);
}
.p-scrolltop .p-scrolltop-icon {
font-size: 1.5rem;
@@ -5602,7 +5602,7 @@
}
.p-tag {
- background: #6ee7b7;
+ background: #34d399;
color: #030712;
font-size: 0.75rem;
font-weight: 700;
@@ -5665,15 +5665,15 @@
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
- background-color: #6ee7b7;
+ background-color: #34d399;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
- background-color: #6ee7b7;
+ background-color: #34d399;
}
.p-button:focus {
- box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(110, 231, 183, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
+ box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(52, 211, 153, 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);
@@ -5695,14 +5695,14 @@
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
- box-shadow: inset 0 2px 0 0 #6ee7b7;
+ box-shadow: inset 0 2px 0 0 #34d399;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
- box-shadow: inset 0 -2px 0 0 #6ee7b7;
+ box-shadow: inset 0 -2px 0 0 #34d399;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
- box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(110, 231, 183, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
+ box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(52, 211, 153, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-toast-message {