dark mode update

This commit is contained in:
carodej
2020-07-09 10:56:17 +02:00
parent a43f0e6908
commit 5a9f5813c8
89 changed files with 1633 additions and 912 deletions
+16 -1
View File
@@ -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;
}
}
}
}
}