From 711b3ffab91813533f085f94c76752dff166479b Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 19 Aug 2020 19:05:00 +0200 Subject: [PATCH] =?UTF-8?q?echo=20supprim=C3=A9=20+=20couleur=20par=20d?= =?UTF-8?q?=C3=A9faut=20keyword?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/search/search.php | 1 - module/search/view/index/index.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/module/search/search.php b/module/search/search.php index 1de32f27..8b2e6d07 100755 --- a/module/search/search.php +++ b/module/search/search.php @@ -99,7 +99,6 @@ class search extends common { $keywords = substr($keywords,0,strlen($keywords) - 1); $keywords .= ')/i'; $keywords = str_replace ('+', ' ',$keywords); - echo $keywords; if (self::$motclef !== '' ) { foreach($this->getHierarchy(null,false,null) as $parentId => $childIds) { if ($this->getData(['page', $parentId, 'disable']) === false && diff --git a/module/search/view/index/index.css b/module/search/view/index/index.css index 3af11bdd..ebe4a812 100755 --- a/module/search/view/index/index.css +++ b/module/search/view/index/index.css @@ -1,5 +1,5 @@ .searchKeyword { - --keywordColor: rgba(227, 227, 14, 0.8); + --keywordColor: rgba(10, 183, 170, 0.46); } .searchTitle { font: caption;