From 93aaeb0b08a36fefef9e753766a817b4113be0f8 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Fri, 13 Oct 2023 17:17:58 +0300 Subject: [PATCH] Update message close hover --- assets/styles/layout/_responsive.scss | 4 +- public/themes/arya-blue/theme.css | 4 +- public/themes/arya-green/theme.css | 4 +- public/themes/arya-orange/theme.css | 4 +- public/themes/arya-purple/theme.css | 4 +- public/themes/bootstrap4-dark-blue/theme.css | 4 +- .../themes/bootstrap4-dark-purple/theme.css | 4 +- public/themes/bootstrap4-light-blue/theme.css | 4 +- .../themes/bootstrap4-light-purple/theme.css | 4 +- public/themes/fluent-light/theme.css | 4 +- public/themes/lara-dark-blue/theme.css | 12 +- public/themes/lara-dark-indigo/theme.css | 12 +- public/themes/lara-dark-purple/theme.css | 12 +- public/themes/lara-dark-teal/theme.css | 288 +++++++++--------- public/themes/lara-light-blue/theme.css | 4 +- public/themes/lara-light-indigo/theme.css | 4 +- public/themes/lara-light-purple/theme.css | 4 +- public/themes/lara-light-teal/theme.css | 4 +- public/themes/luna-amber/theme.css | 4 +- public/themes/luna-blue/theme.css | 4 +- public/themes/luna-green/theme.css | 4 +- public/themes/luna-pink/theme.css | 4 +- public/themes/md-dark-deeppurple/theme.css | 4 +- public/themes/md-dark-indigo/theme.css | 4 +- public/themes/md-light-deeppurple/theme.css | 4 +- public/themes/md-light-indigo/theme.css | 4 +- public/themes/mdc-dark-deeppurple/theme.css | 4 +- public/themes/mdc-dark-indigo/theme.css | 4 +- public/themes/mdc-light-deeppurple/theme.css | 4 +- public/themes/mdc-light-indigo/theme.css | 4 +- public/themes/mira/theme.css | 4 +- public/themes/nano/theme.css | 4 +- public/themes/nova-accent/theme.css | 4 +- public/themes/nova-alt/theme.css | 4 +- public/themes/nova-vue/theme.css | 4 +- public/themes/nova/theme.css | 4 +- public/themes/rhea/theme.css | 4 +- public/themes/saga-blue/theme.css | 4 +- public/themes/saga-green/theme.css | 4 +- public/themes/saga-orange/theme.css | 4 +- public/themes/saga-purple/theme.css | 4 +- public/themes/soho-dark/theme.css | 4 +- public/themes/soho-light/theme.css | 4 +- public/themes/tailwind-light/theme.css | 4 +- public/themes/vela-blue/theme.css | 4 +- public/themes/vela-green/theme.css | 4 +- public/themes/vela-orange/theme.css | 4 +- public/themes/vela-purple/theme.css | 4 +- public/themes/viva-dark/theme.css | 4 +- public/themes/viva-light/theme.css | 4 +- 50 files changed, 270 insertions(+), 238 deletions(-) diff --git a/assets/styles/layout/_responsive.scss b/assets/styles/layout/_responsive.scss index 901154ab9..a6c3c9b1f 100644 --- a/assets/styles/layout/_responsive.scss +++ b/assets/styles/layout/_responsive.scss @@ -1,12 +1,12 @@ @media screen and (min-width: 1729px) { .layout-content { - max-width: 1478px; + max-width: 1728px; margin: 0 auto; } .layout-topbar-inner, .layout-footer { - max-width: 1478px; + max-width: 1728px; margin: 0 auto; } diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 755733e45..f3ac6ef46 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 45c57bbe0..b0d68db51 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 9bd21d245..d96169a0d 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 1dba63e4d..2030dfc52 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index dce23f990..4a2c2462f 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -5126,7 +5126,7 @@ transition: color 0.15s, box-shadow 0.15s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5230,7 +5230,7 @@ transition: color 0.15s, box-shadow 0.15s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 321b29755..c5e35f768 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -5126,7 +5126,7 @@ transition: color 0.15s, box-shadow 0.15s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5230,7 +5230,7 @@ transition: color 0.15s, box-shadow 0.15s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 40242f597..32bc97547 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -5126,7 +5126,7 @@ transition: box-shadow 0.15s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5230,7 +5230,7 @@ transition: box-shadow 0.15s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 0f5814058..57ed87bb8 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -5126,7 +5126,7 @@ transition: box-shadow 0.15s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5230,7 +5230,7 @@ transition: box-shadow 0.15s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 9a0941073..560331798 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -5065,7 +5065,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5169,7 +5169,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 2edeb98ea..81b8b7683 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -5084,7 +5084,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5188,7 +5188,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; @@ -5702,4 +5702,12 @@ .p-toast-message { backdrop-filter: blur(10px); } + + .p-message .p-message-close:hover { + background: rgba(255, 255, 255, 0.1); + } + + .p-toast .p-toast-message .p-toast-icon-close:hover { + background: rgba(255, 255, 255, 0.1); + } } diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index b59295a56..9ad7633e5 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -5084,7 +5084,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5188,7 +5188,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; @@ -5702,4 +5702,12 @@ .p-toast-message { backdrop-filter: blur(10px); } + + .p-message .p-message-close:hover { + background: rgba(255, 255, 255, 0.1); + } + + .p-toast .p-toast-message .p-toast-icon-close:hover { + background: rgba(255, 255, 255, 0.1); + } } diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 94c685a87..29d17ea7e 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -5084,7 +5084,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5188,7 +5188,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; @@ -5702,4 +5702,12 @@ .p-toast-message { backdrop-filter: blur(10px); } + + .p-message .p-message-close:hover { + background: rgba(255, 255, 255, 0.1); + } + + .p-toast .p-toast-message .p-toast-icon-close:hover { + background: rgba(255, 255, 255, 0.1); + } } diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index b117231d4..3c1e6a1ed 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:#10b981; + --primary-color:#34d399; --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:#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; + --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: #10b981; + 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: #10b981; + 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: #10b981; + 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: #10b981; + color: #34d399; } @layer primevue { @@ -371,13 +371,13 @@ right: 3.75rem; } .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container { - border-color: #10b981; + 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(16, 185, 129, 0.2); - border-color: #10b981; + border-color: #34d399; } .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(16, 185, 129, 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); @@ -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: #10b981; + border-color: #34d399; } .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: #10b981; + color: #34d399; } .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: #10b981; + color: #34d399; 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: #10b981; + border-color: #34d399; } .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: #10b981; + border-color: #34d399; } .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(16, 185, 129, 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: #10b981; - background: #10b981; + border-color: #34d399; + background: #34d399; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { - border-color: #10b981; + 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(16, 185, 129, 0.2); - border-color: #10b981; + border-color: #34d399; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - border-color: #047857; - background: #047857; + border-color: #059669; + background: #059669; 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: #10b981; + 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: #047857; + background: #059669; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: #10b981; + 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(16, 185, 129, 0.2); - border-color: #10b981; + 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: #10b981; + border-color: #34d399; } .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: #10b981; + border-color: #34d399; } .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(16, 185, 129, 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); @@ -1105,13 +1105,13 @@ background: #424b57; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #10b981; + background: #34d399; } .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: #059669; + background: #10b981; } .p-inputswitch.p-invalid .p-inputswitch-slider { border-color: #FCA5A5; @@ -1130,13 +1130,13 @@ border-radius: 6px; } .p-inputtext:enabled:hover { - border-color: #10b981; + border-color: #34d399; } .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: #10b981; + border-color: #34d399; } .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(16, 185, 129, 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); @@ -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: #10b981; + 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: #10b981; + border-color: #34d399; } .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: #10b981; + border-color: #34d399; } .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(16, 185, 129, 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: #10b981; + 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(16, 185, 129, 0.2); - border-color: #10b981; + border-color: #34d399; } .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: #10b981; - background: #10b981; + border-color: #34d399; + background: #34d399; } .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #047857; - background: #047857; + border-color: #059669; + background: #059669; 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: #10b981; + background: #34d399; } .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - background: #047857; + background: #059669; } .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: #10b981; + border-color: #34d399; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #10b981; + color: #34d399; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #10b981; + 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: #10b981; - border-color: #10b981; + background: #34d399; + border-color: #34d399; 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: #059669; - border-color: #059669; + background: #10b981; + border-color: #10b981; 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 #10b981; + border: 2px solid #34d399; 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: #10b981; + background: #34d399; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #10b981; - border-color: #10b981; + background: #34d399; + border-color: #34d399; } .p-treeselect { @@ -1640,13 +1640,13 @@ border-radius: 6px; } .p-treeselect:not(.p-disabled):hover { - border-color: #10b981; + border-color: #34d399; } .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: #10b981; + border-color: #34d399; } .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: #10b981; + 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: #10b981; - border-color: #10b981; + background: #34d399; + border-color: #34d399; 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: #059669; - border-color: #059669; + background: #10b981; + border-color: #10b981; color: #ffffff; } .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, @@ -1752,36 +1752,36 @@ .p-button { color: #ffffff; - background: #10b981; - border: 1px solid #10b981; + 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: #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: #10b981; + color: #34d399; border: 1px solid; } .p-button.p-button-outlined:enabled:hover { - background: rgba(16, 185, 129, 0.04); - color: #10b981; + background: rgba(52, 211, 153, 0.04); + color: #34d399; border: 1px solid; } .p-button.p-button-outlined:enabled:active { - background: rgba(16, 185, 129, 0.16); - color: #10b981; + 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: #10b981; + color: #34d399; border-color: transparent; } .p-button.p-button-text:enabled:hover { - background: rgba(16, 185, 129, 0.04); - color: #10b981; + background: rgba(52, 211, 153, 0.04); + color: #34d399; border-color: transparent; } .p-button.p-button-text:enabled:active { - background: rgba(16, 185, 129, 0.16); - color: #10b981; + background: rgba(52, 211, 153, 0.16); + color: #34d399; border-color: transparent; } .p-button.p-button-text.p-button-plain { @@ -1847,7 +1847,7 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #10b981; + color: #34d399; background-color: #ffffff; } .p-button.p-button-raised { @@ -2197,13 +2197,13 @@ } .p-button.p-button-link { - color: #10b981; + color: #34d399; background: transparent; border: transparent; } .p-button.p-button-link:enabled:hover { background: transparent; - color: #10b981; + color: #34d399; 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: #10b981; + color: #34d399; border-color: transparent; } @@ -2303,16 +2303,16 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #10b981; + 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(16, 185, 129, 0.04); - color: #10b981; + 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(16, 185, 129, 0.16); - color: #10b981; + 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); @@ -2328,17 +2328,17 @@ } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #10b981; + 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(16, 185, 129, 0.04); - color: #10b981; + 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(16, 185, 129, 0.16); - color: #10b981; + background: rgba(52, 211, 153, 0.16); + color: #34d399; 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: #10b981; + 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, @@ -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(16, 185, 129, 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); @@ -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(16, 185, 129, 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); @@ -3248,7 +3248,7 @@ } .p-timeline .p-timeline-event-marker { - border: 2px solid #10b981; + border: 2px solid #34d399; 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: #10b981; + background: #34d399; } .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: #10b981; + 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: #10b981; - color: #10b981; + border-color: #34d399; + color: #34d399; } .p-tabview .p-tabview-nav-btn.p-link { background: #1f2937; - color: #10b981; + 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; @@ -3985,7 +3985,7 @@ padding: 1.25rem; } .p-overlaypanel .p-overlaypanel-close { - background: #10b981; + background: #34d399; color: #ffffff; width: 2rem; height: 2rem; @@ -3996,7 +3996,7 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: #059669; + background: #10b981; 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 #10b981; + border: 1px dashed #34d399; 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(16, 185, 129, 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); @@ -4364,7 +4364,7 @@ color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(16, 185, 129, 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); @@ -4483,7 +4483,7 @@ color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(16, 185, 129, 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); @@ -4595,7 +4595,7 @@ color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(16, 185, 129, 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); @@ -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(16, 185, 129, 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); @@ -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: #10b981; + 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: #10b981; - color: #10b981; + border-color: #34d399; + color: #34d399; } .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(16, 185, 129, 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); @@ -5084,7 +5084,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5188,7 +5188,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; @@ -5419,7 +5419,7 @@ } .p-badge { - background: #10b981; + background: #34d399; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -5518,7 +5518,7 @@ .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #10b981; + background: #34d399; } .p-progressbar .p-progressbar-label { color: #ffffff; @@ -5601,7 +5601,7 @@ } .p-tag { - background: #10b981; + background: #34d399; 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: #10b981; + background-color: #34d399; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background-color: #10b981; + background-color: #34d399; } .p-button:focus { - 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); + 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); @@ -5689,17 +5689,25 @@ } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #10b981; + 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 #10b981; + 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(16, 185, 129, 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 { backdrop-filter: blur(10px); } + + .p-message .p-message-close:hover { + background: rgba(255, 255, 255, 0.1); + } + + .p-toast .p-toast-message .p-toast-icon-close:hover { + background: rgba(255, 255, 255, 0.1); + } } diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index 045ac1926..ca0664e60 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -5084,7 +5084,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5188,7 +5188,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index 35d20721d..a1802a328 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -5084,7 +5084,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5188,7 +5188,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index a3eb69e1a..f0c8af0fc 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -5084,7 +5084,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5188,7 +5188,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index d84877941..e9df29727 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -5084,7 +5084,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5188,7 +5188,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 91804062c..aa987e9e8 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -5077,7 +5077,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5181,7 +5181,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index a54164f96..9cb1f1dbe 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -5077,7 +5077,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5181,7 +5181,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 6b6d869e3..ac7304bd0 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -5077,7 +5077,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5181,7 +5181,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index d56655984..0a40d8fe7 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -5077,7 +5077,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5181,7 +5181,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 424db7bfd..d0b6f2c00 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -5138,7 +5138,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5242,7 +5242,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 7699b2adc..2cf65e0cf 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -5138,7 +5138,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5242,7 +5242,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index d7a25f1f4..39b23b51c 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -5138,7 +5138,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5242,7 +5242,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index e456a092c..af2af1f6a 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -5138,7 +5138,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5242,7 +5242,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 39e10dc74..432215160 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -5138,7 +5138,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5242,7 +5242,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 3e02f8c5f..4af091374 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -5138,7 +5138,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5242,7 +5242,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 74dbbeb2c..2e1ede43b 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -5138,7 +5138,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5242,7 +5242,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index e1402d7b3..323ec1c8b 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -5138,7 +5138,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5242,7 +5242,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css index 0f7c24cf7..d45a805d4 100644 --- a/public/themes/mira/theme.css +++ b/public/themes/mira/theme.css @@ -5142,7 +5142,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5246,7 +5246,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css index f632b5d81..22f1dedc6 100644 --- a/public/themes/nano/theme.css +++ b/public/themes/nano/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 5166ebe0c..191c2e873 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -5065,7 +5065,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5169,7 +5169,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 05f10c97c..05260ac04 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -5077,7 +5077,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5181,7 +5181,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index cf47a40eb..3f0a79ae8 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -5077,7 +5077,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5181,7 +5181,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 0de0a2064..e2162b786 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -5077,7 +5077,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5181,7 +5181,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 6ab12f67c..a95ae0564 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -5065,7 +5065,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5169,7 +5169,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 14a06df33..ef56935b5 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 7e0e2fa08..9e7448fbc 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 6b0c9cad0..c4cb37db1 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 680ee7258..1d8756cb3 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css index 77e551047..63bd6e806 100644 --- a/public/themes/soho-dark/theme.css +++ b/public/themes/soho-dark/theme.css @@ -5089,7 +5089,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5193,7 +5193,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css index 7b8ed6b6b..8a1bf8a3c 100644 --- a/public/themes/soho-light/theme.css +++ b/public/themes/soho-light/theme.css @@ -5089,7 +5089,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5193,7 +5193,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 8dd030158..85089b6f7 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -5149,7 +5149,7 @@ transition: none; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5253,7 +5253,7 @@ transition: none; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 75b6ffdcf..aec6b5412 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 8f3568dc7..fa9445ad5 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 647d5cebb..969cdd274 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index abb49f17a..2fe4ccc64 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -5114,7 +5114,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5218,7 +5218,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css index c9feaf52b..237f4b91a 100644 --- a/public/themes/viva-dark/theme.css +++ b/public/themes/viva-dark/theme.css @@ -5146,7 +5146,7 @@ transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5250,7 +5250,7 @@ transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css index 4b4678675..fe6e6fd1d 100644 --- a/public/themes/viva-light/theme.css +++ b/public/themes/viva-light/theme.css @@ -5146,7 +5146,7 @@ transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; } .p-message .p-message-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-message .p-message-close:focus-visible { outline: 0 none; @@ -5250,7 +5250,7 @@ transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; } .p-toast .p-toast-message .p-toast-icon-close:hover { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.5); } .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none;