mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
dark mode update
This commit is contained in:
Vendored
+16
-1
@@ -274,7 +274,7 @@
|
||||
|
||||
.cell-item {
|
||||
white-space: nowrap;
|
||||
color: $text;
|
||||
//color: $text;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
@@ -350,6 +350,7 @@
|
||||
|
||||
&.horizontal {
|
||||
border-bottom: 2px solid $dark_mode_border_color;
|
||||
background: $dark_mode_background;
|
||||
}
|
||||
|
||||
.menu-list-item {
|
||||
@@ -391,4 +392,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
|
||||
.action-icons {
|
||||
|
||||
.icon {
|
||||
|
||||
circle, path, line, polyline {
|
||||
stroke: $dark_mode_text_primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user