File size: 297 Bytes
4732481 33b5019 4732481 2a1f177 4732481 2a1f177 9882ee8 4732481 33b5019 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
/* Add to existing styles */
.backend-status {
background: #f8f9fa;
padding: 0.5rem 2rem;
text-align: center;
border-bottom: 1px solid #dee2e6;
font-size: 0.9rem;
}
.backend-status #apiStatus.connected {
color: #28a745;
}
.backend-status #apiStatus.disconnected {
color: #dc3545;
} |