More style fixes for dark theme

This commit is contained in:
Alejandro Celaya
2021-02-27 08:23:06 +01:00
parent ae4921b865
commit 3cd30b61e4
10 changed files with 32 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
.dropdown-btn__toggle.dropdown-btn__toggle:not(:disabled):not(.disabled):hover,
.show > .dropdown-btn__toggle.dropdown-btn__toggle.dropdown-toggle {
text-align: left;
color: #6c757d;
color: var(--input-text-color);
background-color: var(--primary-color);
border-color: var(--input-border-color);
}

View File

@@ -15,6 +15,7 @@ $lightColor: #f5f6fe;
$lightGrey: #eeeeee;
$dangerColor: #dc3545;
$mediumGrey: #dee2e6;
$textPlaceholder: #6c757d;
// Misc
$headerHeight: 57px;