Merge #19510 - Fix #18852 - Fix notification color scheme

Pull-request: #19510
Fixes: #18852
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2025-01-13 01:31:17 +01:00
commit 7633dc48bf
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -984,10 +984,10 @@ select.invalid_value,
background-image: url("../img/ajax_clock_small.gif");
background-repeat: no-repeat;
background-position: 2%;
border: 1px solid #e2b709;
background-color: #ffe57e;
border: 1px solid var(--bs-warning-border-subtle);
background-color: var(--bs-warning-bg-subtle);
color: var(--bs-warning-text-emphasis);
border-radius: 5px;
box-shadow: 0 5px 90px #888;
}
#loading_parent {