Improve some elements in darkmode

This commit is contained in:
Johannes Zellner
2020-12-10 17:10:27 +01:00
parent 1dc1cb92b9
commit 0abddd8665
+17
View File
@@ -1874,6 +1874,19 @@ tag-input {
.btn-default {
color: $textColor;
&:hover {
color: #868686;
}
}
code {
background-color: $backgroundDark;
color: #991a3a;
}
hr {
border-top: 1px solid #868686;
}
input {
@@ -1918,6 +1931,10 @@ tag-input {
color: $textColor;
}
multiselect .dropdown-toggle:hover {
background-color: #222;
}
.table-hover > tbody > tr:hover {
background-color: $backgroundLight;
color: white;