change color

This commit is contained in:
Flatlogic Bot 2026-02-27 04:23:22 +00:00
parent c5bf0227e4
commit 252e6df9b2

View File

@ -294,9 +294,11 @@ body {
padding: 1.5rem;
}
.status-pending { color: #FFA500; font-weight: 600; }
.status-preparing { color: #007BFF; font-weight: 600; }
.status-ready { color: #28A745; font-weight: 600; }
.status-pending { background-color: #fff3cd !important; color: #856404 !important; border: 1px solid #ffeeba !important; font-weight: 600; padding: 0.35em 0.65em; }
.status-preparing { background-color: #cce5ff !important; color: #004085 !important; border: 1px solid #b8daff !important; font-weight: 600; padding: 0.35em 0.65em; }
.status-ready { background-color: #d1e7dd !important; color: #0f5132 !important; border: 1px solid #badbcc !important; font-weight: 600; padding: 0.35em 0.65em; }
.status-completed { background-color: #d1e7dd !important; color: #0f5132 !important; border: 1px solid #badbcc !important; font-weight: 600; padding: 0.35em 0.65em; }
.status-cancelled { background-color: #f8d7da !important; color: #721c24 !important; border: 1px solid #f5c6cb !important; font-weight: 600; padding: 0.35em 0.65em; }
.toast-container {
position: fixed;