fix some CSS

This commit is contained in:
2025-02-11 14:48:05 +01:00
parent 9979caa527
commit 07c6e2a62f
3 changed files with 12 additions and 15 deletions

View File

@@ -55,10 +55,6 @@
.sidebar-dark-primary .nav-link:hover {
background-color: #444444;
}
.card {
background-color: #2a2a2a;
color: #e0e0e0;
}
/* Dark mode for buttons */
.btn-outline-primary {
border-color: #4e73df;
@@ -92,6 +88,12 @@
background-color: #555555;
border-color: #80bdff;
}
.table-success td {
border-color: #8fd19e;
}
.table-success > td, .table-success>th {
background-color: #00430f;
}
div.tagsinput span.tag {
border: 1px solid #22923c;
background: #181b16;
@@ -100,8 +102,7 @@
div.tagsinput span.tag a {
color: #35d85b;
}
/* Modal dark mode */
.modal-content {
.modal-content, .card, table, .select2-dropdown {
background-color: #2a2a2a;
color: #e0e0e0;
}
@@ -115,10 +116,6 @@
.nav-sidebar .nav-link.active {
background-color: #444;
}
/* Table dark mode */
table {
background-color: #2a2a2a;
}
table th, table td {
color: #e0e0e0;
border: 1px solid #444;