mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-03-26 13:03:28 +01:00
fix some CSS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user