From 924ba71ae9a441edf0b29a66b4760dc78be03550 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Thu, 26 Jan 2017 12:45:06 +0000 Subject: [PATCH] IVET#39168 IVET wil het zoekblok permanent in beeld svn path=/Website/branches/v2016.3/; revision=32567 --- CUST/IVET/cust.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CUST/IVET/cust.css b/CUST/IVET/cust.css index 53e749df0e..34ff73b64f 100644 --- a/CUST/IVET/cust.css +++ b/CUST/IVET/cust.css @@ -8,13 +8,23 @@ background: url(header.gif) no-repeat; } +/* Ze willen de zoekvelden permanent zichtbaar hebben */ +#headersuggest .fldpers { visibility: visible!important; } +#headersearch .fldsrch { visibility: visible!important; } +#headersuggest .suggestklikker { visibility: visible!important; } +#headersearch .productklikker { visibility: visible!important; } +.headerToggle .fa-arrow-right { display: none!important; } +.headerToggle .fa-search { display: none!important; } +#headersuggest .fldpers { width: 340px!important; } +#headersearch .fldsrch { width: 340px!important; } + /* zoek en bestelveld */ #productsearch { background-color: orange; font-weight : bold; color: Black; height:15px; -} +} li.mk:hover span.menukop { color: #fff!important;