From 62f3ddf654058e332c3764faa69fcb0632c64945 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 17 Mar 2018 13:58:56 +0100 Subject: [PATCH] Fix for dark-on-dark text in filter input --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 2be6db0..4906837 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,7 @@ color: {{ theme.CHIP_TEXT }}; } /* label color */ - .input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .autocomplete-content + .input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .autocomplete-content, .input-field input[type=text] { color: {{ theme.TEXTHEX }} !important; }