From d8ccaebd5c7f786f8e70f6817fed4666e4a7cc71 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 3 Sep 2019 16:13:32 +0200
Subject: [PATCH] working on form-inline / search box

---
 .../static/css/basetheme_bootstrap4_pasteur.css          | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
index 385eb09..b2d45a8 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
@@ -98,8 +98,15 @@ header nav.header__top nav-item.active{
     background: #FFFFFF30;
 }
 
+header .header__top .form-inline input:not(:focus):not(:hover)::placeholder {
+  color: white;
+  opacity: 1; /* Firefox */
+}
+
 header .header__top .form-inline input:not(:focus):not(:hover) {
-    background-color:#000;
+    background-color:#211b1d66;
+    background-color: #FFFFFF22;
+    border: 0;
 }
 
 header .header__top .form-inline .form-control {
-- 
GitLab