From b1b77d767cdf18fd693430e06821b268eb264885 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 22 Apr 2021 20:48:32 +0200 Subject: [PATCH] =?UTF-8?q?news=20effet=20blur=20avec=20arri=C3=A8re=20pla?= =?UTF-8?q?n=20contrast=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/news/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/news/news.php b/module/news/news.php index cdd91409..5a0aa2d6 100755 --- a/module/news/news.php +++ b/module/news/news.php @@ -184,7 +184,7 @@ class news extends common { // Générer la feuille de CSS $style = '.newsContent {height:' . $this->getInput('newsConfigItemsHeight',helper::FILTER_STRING_SHORT) . ';}'; - $style .= '.newsBlur {background: linear-gradient(#333 ' . $this->getInput('newsConfigItemsBlur',helper::FILTER_STRING_SHORT) . ',#FFF );'; + $style .= '.newsBlur {background: linear-gradient(#333 ' . $this->getInput('newsConfigItemsBlur',helper::FILTER_STRING_SHORT) . ',rgba(255,255,255,0) );'; $style .= ' background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}'; // Dossier de l'instance