Enhanced System Logs page
This commit is contained in:
@@ -802,3 +802,29 @@
|
||||
padding: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Modal error states */
|
||||
.modal-error {
|
||||
background-color: #f8d7da;
|
||||
color: #721c24;
|
||||
padding: 1rem;
|
||||
border-radius: 0.375rem;
|
||||
margin-bottom: 1rem;
|
||||
border: 1px solid #f5c6cb;
|
||||
}
|
||||
|
||||
.modal-error i {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
/* Debug info for development */
|
||||
.debug-info {
|
||||
background-color: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 0.375rem;
|
||||
padding: 0.75rem;
|
||||
margin-top: 1rem;
|
||||
font-family: monospace;
|
||||
font-size: 0.875rem;
|
||||
display: none; /* Show only in debug mode */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user