From 0f0caed74869cbc3f95d5d0f98a81a8663fa807b Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 25 Mar 2018 22:22:23 +0200 Subject: [PATCH] Also theme (autocomplete) search inputfield --- templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 0454708..4b61f6d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,7 +40,8 @@ } /* label underline focus color */ .input-field input[type=text]:focus, - .input-field .prefix ~ input[type=text]:focus + .input-field .prefix ~ input[type=text]:focus, + .input-field input[type=text].autocomplete:focus { border-bottom: 1px solid {{ theme.BUTTON }}; box-shadow: 0 1px 0 0 {{ theme.BUTTON }};