From 261a44253dd52e35a0e73602f642a01f09538d9e Mon Sep 17 00:00:00 2001
From: "marcimat@rezo.net" <>
Date: Thu, 6 Sep 2012 12:33:57 +0000
Subject: [PATCH] =?UTF-8?q?La=20css=20priv=C3=A9e=20doit=20passer=20un=20p?=
 =?UTF-8?q?eu=20avant=20la=20css=20publique=20pour=20garder=20les=20couleu?=
 =?UTF-8?q?rs=20du=20priv=C3=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 prive/style_prive_plugin_formidable.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prive/style_prive_plugin_formidable.html b/prive/style_prive_plugin_formidable.html
index 94d0d041..7b1fd387 100644
--- a/prive/style_prive_plugin_formidable.html
+++ b/prive/style_prive_plugin_formidable.html
@@ -1,7 +1,7 @@
 #SET{claire,#ENV{couleur_claire,edf3fe}}
 #SET{foncee,#ENV{couleur_foncee,3874b0}}
 
-.formidable_analyse .progress-bar span {
+body .formidable_analyse .progress-bar span {
 	background-color: ##GET{claire};
 	  background-image: -webkit-gradient(linear, left top, left bottom, from(##GET{claire}), to(##GET{foncee}));
 	  background-image: -webkit-linear-gradient(top, ##GET{claire}, ##GET{foncee});
-- 
GitLab