diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 3c1e6a1ed..cbe3bbeca 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:#34d399; + --primary-color:#10b981; --primary-color-text:#ffffff; --surface-0: #111827; --surface-50: #1f2937; @@ -178,16 +178,16 @@ --red-700:#b32b23; --red-800:#8c221c; --red-900:#661814; - --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; + --primary-50:#f3fcf9; + --primary-100:#c6eee1; + --primary-200:#98e1c9; + --primary-300:#6bd4b1; + --primary-400:#3dc699; + --primary-500:#10b981; + --primary-600:#0e9d6e; + --primary-700:#0b825a; + --primary-800:#096647; + --primary-900:#064a34; } .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: #34d399; + color: #10b981; } .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: #34d399; + stroke: #10b981; } .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: #34d399; + fill: #10b981; } .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: #34d399; + color: #10b981; } @layer primevue { @@ -371,13 +371,13 @@ right: 3.75rem; } .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container { - border-color: #34d399; + border-color: #10b981; } .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(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-autocomplete .p-autocomplete-multiple-container { padding: 0.375rem 0.75rem; @@ -435,7 +435,7 @@ background: rgba(110, 231, 183, 0.16); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 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); @@ -460,7 +460,7 @@ outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-datepicker { @@ -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: #34d399; + color: #10b981; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -559,7 +559,7 @@ } .p-datepicker table td.p-datepicker-today > span { background: transparent; - color: #34d399; + color: #10b981; border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { @@ -683,13 +683,13 @@ border-radius: 6px; } .p-cascadeselect:not(.p-disabled):hover { - border-color: #34d399; + border-color: #10b981; } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -737,7 +737,7 @@ background: rgba(110, 231, 183, 0.16); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 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: #34d399; - background: #34d399; + border-color: #10b981; + background: #10b981; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { - border-color: #34d399; + border-color: #10b981; } .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(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - border-color: #059669; - background: #059669; + border-color: #047857; + background: #047857; color: #ffffff; } .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: #34d399; + background: #10b981; } .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: #059669; + background: #047857; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: #34d399; + border-color: #10b981; } .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(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .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: #34d399; + border-color: #10b981; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { padding-right: 1.75rem; @@ -965,7 +965,7 @@ background: rgba(110, 231, 183, 0.16); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 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); @@ -1105,13 +1105,13 @@ background: #424b57; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #34d399; + background: #10b981; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { background: rgba(255, 255, 255, 0.87); } .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background: #10b981; + background: #059669; } .p-inputswitch.p-invalid .p-inputswitch-slider { border-color: #FCA5A5; @@ -1130,13 +1130,13 @@ border-radius: 6px; } .p-inputtext:enabled:hover { - border-color: #34d399; + border-color: #10b981; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-inputtext.p-invalid.p-component { border-color: #FCA5A5; @@ -1272,7 +1272,7 @@ background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 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); @@ -1286,7 +1286,7 @@ outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-listbox.p-invalid { border-color: #FCA5A5; @@ -1299,13 +1299,13 @@ border-radius: 6px; } .p-multiselect:not(.p-disabled):hover { - border-color: #34d399; + border-color: #10b981; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; @@ -1402,7 +1402,7 @@ background: rgba(110, 231, 183, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 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: #34d399; + border-color: #10b981; } .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { width: 12px; @@ -1493,12 +1493,12 @@ background-color: #ffffff; } .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #34d399; - background: #34d399; + border-color: #10b981; + background: #10b981; } .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #059669; - background: #059669; + border-color: #047857; + background: #047857; color: #ffffff; } .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: #34d399; + background: #10b981; } .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - background: #059669; + background: #047857; } .p-rating { @@ -1540,13 +1540,13 @@ outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #34d399; + color: #10b981; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #34d399; + color: #10b981; } .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: #34d399; - border-color: #34d399; + background: #10b981; + border-color: #10b981; color: #ffffff; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, @@ -1581,8 +1581,8 @@ color: #ffffff; } .p-selectbutton .p-button.p-highlight:hover { - background: #10b981; - border-color: #10b981; + background: #059669; + border-color: #059669; color: #ffffff; } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, @@ -1616,7 +1616,7 @@ height: 1.143rem; width: 1.143rem; background: #424b57; - border: 2px solid #34d399; + border: 2px solid #10b981; border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } @@ -1626,11 +1626,11 @@ box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); } .p-slider .p-slider-range { - background: #34d399; + background: #10b981; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #34d399; - border-color: #34d399; + background: #10b981; + border-color: #10b981; } .p-treeselect { @@ -1640,13 +1640,13 @@ border-radius: 6px; } .p-treeselect:not(.p-disabled):hover { - border-color: #34d399; + border-color: #10b981; } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; @@ -1717,7 +1717,7 @@ outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.2); - border-color: #34d399; + border-color: #10b981; } .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: #34d399; - border-color: #34d399; + background: #10b981; + border-color: #10b981; color: #ffffff; } .p-togglebutton.p-button.p-highlight .p-button-icon-left, @@ -1738,8 +1738,8 @@ color: #ffffff; } .p-togglebutton.p-button.p-highlight:hover { - background: #10b981; - border-color: #10b981; + background: #059669; + border-color: #059669; color: #ffffff; } .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, @@ -1752,36 +1752,36 @@ .p-button { color: #ffffff; - background: #34d399; - border: 1px solid #34d399; + background: #10b981; + border: 1px solid #10b981; 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: #10b981; - color: #ffffff; - border-color: #10b981; - } - .p-button:enabled:active { background: #059669; color: #ffffff; border-color: #059669; } + .p-button:enabled:active { + background: #047857; + color: #ffffff; + border-color: #047857; + } .p-button.p-button-outlined { background-color: transparent; - color: #34d399; + color: #10b981; border: 1px solid; } .p-button.p-button-outlined:enabled:hover { - background: rgba(52, 211, 153, 0.04); - color: #34d399; + background: rgba(16, 185, 129, 0.04); + color: #10b981; border: 1px solid; } .p-button.p-button-outlined:enabled:active { - background: rgba(52, 211, 153, 0.16); - color: #34d399; + background: rgba(16, 185, 129, 0.16); + color: #10b981; border: 1px solid; } .p-button.p-button-outlined.p-button-plain { @@ -1798,17 +1798,17 @@ } .p-button.p-button-text { background-color: transparent; - color: #34d399; + color: #10b981; border-color: transparent; } .p-button.p-button-text:enabled:hover { - background: rgba(52, 211, 153, 0.04); - color: #34d399; + background: rgba(16, 185, 129, 0.04); + color: #10b981; border-color: transparent; } .p-button.p-button-text:enabled:active { - background: rgba(52, 211, 153, 0.16); - color: #34d399; + background: rgba(16, 185, 129, 0.16); + color: #10b981; border-color: transparent; } .p-button.p-button-text.p-button-plain { @@ -1847,7 +1847,7 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #34d399; + color: #10b981; background-color: #ffffff; } .p-button.p-button-raised { @@ -2197,13 +2197,13 @@ } .p-button.p-button-link { - color: #34d399; + color: #10b981; background: transparent; border: transparent; } .p-button.p-button-link:enabled:hover { background: transparent; - color: #34d399; + color: #10b981; border-color: transparent; } .p-button.p-button-link:enabled:hover .p-button-label { @@ -2216,7 +2216,7 @@ } .p-button.p-button-link:enabled:active { background: transparent; - color: #34d399; + color: #10b981; border-color: transparent; } @@ -2303,16 +2303,16 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #34d399; + color: #10b981; 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(52, 211, 153, 0.04); - color: #34d399; + background: rgba(16, 185, 129, 0.04); + color: #10b981; } .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(52, 211, 153, 0.16); - color: #34d399; + background: rgba(16, 185, 129, 0.16); + color: #10b981; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { color: rgba(255, 255, 255, 0.6); @@ -2328,17 +2328,17 @@ } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #34d399; + color: #10b981; 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(52, 211, 153, 0.04); - color: #34d399; + background: rgba(16, 185, 129, 0.04); + color: #10b981; 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(52, 211, 153, 0.16); - color: #34d399; + background: rgba(16, 185, 129, 0.16); + color: #10b981; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { @@ -2747,7 +2747,7 @@ color: rgba(255, 255, 255, 0.87); } .p-datatable .p-column-resizer-helper { - background: #34d399; + background: #10b981; } .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, @@ -3062,7 +3062,7 @@ background: rgba(110, 231, 183, 0.16); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { background: rgba(255, 255, 255, 0.01); @@ -3238,7 +3238,7 @@ background: rgba(110, 231, 183, 0.16); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 0.24); } .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) { background: rgba(255, 255, 255, 0.01); @@ -3248,7 +3248,7 @@ } .p-timeline .p-timeline-event-marker { - border: 2px solid #34d399; + border: 2px solid #10b981; border-radius: 50%; width: 1rem; height: 1rem; @@ -3493,7 +3493,7 @@ color: rgba(255, 255, 255, 0.87); } .p-treetable .p-column-resizer-helper { - background: #34d399; + background: #10b981; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { @@ -3817,17 +3817,17 @@ } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { background: #1f2937; - border-color: #34d399; + border-color: #10b981; color: rgba(255, 255, 255, 0.87); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #1f2937; - border-color: #34d399; - color: #34d399; + border-color: #10b981; + color: #10b981; } .p-tabview .p-tabview-nav-btn.p-link { background: #1f2937; - color: #34d399; + color: #10b981; 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; @@ -3985,7 +3985,7 @@ padding: 1.25rem; } .p-overlaypanel .p-overlaypanel-close { - background: #34d399; + background: #10b981; color: #ffffff; width: 2rem; height: 2rem; @@ -3996,7 +3996,7 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: #10b981; + background: #059669; color: #ffffff; } .p-overlaypanel:after { @@ -4098,7 +4098,7 @@ border-bottom-left-radius: 6px; } .p-fileupload .p-fileupload-content.p-fileupload-highlight { - border: 1px dashed #34d399; + border: 1px dashed #10b981; background-color: rgba(110, 231, 183, 0.16); } .p-fileupload .p-fileupload-file { @@ -4128,15 +4128,15 @@ } .p-fileupload-choose:not(.p-disabled):hover { - background: #10b981; - color: #ffffff; - border-color: #10b981; - } - .p-fileupload-choose:not(.p-disabled):active { background: #059669; color: #ffffff; border-color: #059669; } + .p-fileupload-choose:not(.p-disabled):active { + background: #047857; + color: #ffffff; + border-color: #047857; + } .p-breadcrumb { background: #374151; @@ -4220,7 +4220,7 @@ color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 0.24); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); @@ -4364,7 +4364,7 @@ color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 0.24); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); @@ -4483,7 +4483,7 @@ color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 0.24); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); @@ -4595,7 +4595,7 @@ color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 0.24); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); @@ -4809,7 +4809,7 @@ color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 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); @@ -4921,13 +4921,13 @@ } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { background: #1f2937; - border-color: #34d399; + border-color: #10b981; color: rgba(255, 255, 255, 0.87); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #1f2937; - border-color: #34d399; - color: #34d399; + border-color: #10b981; + color: #10b981; } .p-tieredmenu { @@ -4983,7 +4983,7 @@ color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(52, 211, 153, 0.24); + background: rgba(16, 185, 129, 0.24); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); @@ -5419,7 +5419,7 @@ } .p-badge { - background: #34d399; + background: #10b981; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -5518,7 +5518,7 @@ .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #34d399; + background: #10b981; } .p-progressbar .p-progressbar-label { color: #ffffff; @@ -5601,7 +5601,7 @@ } .p-tag { - background: #34d399; + background: #10b981; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -5659,15 +5659,15 @@ } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background-color: #34d399; + background-color: #10b981; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background-color: #34d399; + background-color: #10b981; } .p-button:focus { - 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); + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(16, 185, 129, 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); @@ -5689,14 +5689,14 @@ } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #34d399; + box-shadow: inset 0 2px 0 0 #10b981; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #34d399; + box-shadow: inset 0 -2px 0 0 #10b981; } .p-speeddial-item.p-focus > .p-speeddial-action { - 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); + box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(16, 185, 129, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-toast-message {