mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
dark mode improvements
This commit is contained in:
@@ -115,4 +115,32 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.dark {
|
||||
|
||||
.chart {
|
||||
background: #282A2F !important;
|
||||
}
|
||||
|
||||
.chart-wrapper {
|
||||
|
||||
&:nth-child(1) {
|
||||
.chart-progress {
|
||||
border-color: #151515 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.chart-progress {
|
||||
border-color: #151515 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.chart-progress {
|
||||
&.secondary {
|
||||
background: #282A2F !important;
|
||||
box-shadow: 0 3px 10px rgba(#282A2F, 0.5) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user