mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-08 20:51:16 +00:00
Continue to refactor the UI and APIs :)
This commit is contained in:
@@ -51,6 +51,10 @@
|
||||
/* position: sticky;*/
|
||||
/* }*/
|
||||
/*}*/
|
||||
[data-bs-theme="dark"].main{
|
||||
background-color: #1b1e21;
|
||||
}
|
||||
|
||||
|
||||
.sidebar .nav-link, .bottomNavContainer .nav-link{
|
||||
font-weight: 500;
|
||||
@@ -58,6 +62,18 @@
|
||||
transition: 0.2s cubic-bezier(0.82, -0.07, 0, 1.01);
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .sidebar .nav-link{
|
||||
color: white;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .sidebar .nav-link.active{
|
||||
color: #74b7ff;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .nav-link:hover{
|
||||
background-color: #323844;
|
||||
}
|
||||
|
||||
.nav-link:hover {
|
||||
padding-left: 30px;
|
||||
background-color: #dfdfdf;
|
||||
@@ -131,9 +147,10 @@
|
||||
border-radius: 50px;
|
||||
display: inline-block;
|
||||
margin-left: auto !important;
|
||||
background-color: #6c757d;
|
||||
}
|
||||
|
||||
.dot-running {
|
||||
.dot.active{
|
||||
background-color: #28a745!important;
|
||||
box-shadow: 0 0 0 0.2rem #28a74545;
|
||||
}
|
||||
@@ -142,10 +159,6 @@
|
||||
margin-left: 0.3rem;
|
||||
}
|
||||
|
||||
.dot-stopped {
|
||||
background-color: #6c757d!important;
|
||||
}
|
||||
|
||||
.card-running {
|
||||
border-color: #28a745;
|
||||
}
|
||||
|
Reference in New Issue
Block a user