readme and css updates
This commit is contained in:
@@ -845,3 +845,59 @@ body.dark-mode .modal-body select {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
/* Comprehensive Dark Mode Fix - Dashboard */
|
||||
body.dark-mode {
|
||||
background: #1a202c !important;
|
||||
color: #e2e8f0 !important;
|
||||
}
|
||||
|
||||
body.dark-mode .dashboard-container,
|
||||
body.dark-mode .dashboard-content {
|
||||
background: #1a202c !important;
|
||||
color: #e2e8f0 !important;
|
||||
}
|
||||
|
||||
/* Ensure table has dark background */
|
||||
body.dark-mode table {
|
||||
background: #2d3748 !important;
|
||||
}
|
||||
|
||||
body.dark-mode table thead {
|
||||
background: #1a202c !important;
|
||||
}
|
||||
|
||||
body.dark-mode table tbody tr {
|
||||
background: #2d3748 !important;
|
||||
}
|
||||
|
||||
body.dark-mode table tbody tr:hover {
|
||||
background: #374151 !important;
|
||||
}
|
||||
|
||||
body.dark-mode table td,
|
||||
body.dark-mode table th {
|
||||
color: #e2e8f0 !important;
|
||||
border-color: #4a5568 !important;
|
||||
}
|
||||
|
||||
/* Fix search box */
|
||||
body.dark-mode .search-box,
|
||||
body.dark-mode input[type="search"],
|
||||
body.dark-mode input[type="text"] {
|
||||
background: #2d3748 !important;
|
||||
color: #e2e8f0 !important;
|
||||
border-color: #4a5568 !important;
|
||||
}
|
||||
|
||||
/* Fix any white backgrounds in modals */
|
||||
body.dark-mode .modal-content {
|
||||
background: #2d3748 !important;
|
||||
color: #e2e8f0 !important;
|
||||
}
|
||||
|
||||
/* Fix dropdown menus */
|
||||
body.dark-mode select option {
|
||||
background: #2d3748 !important;
|
||||
color: #e2e8f0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user