From fa5f3b801a9e3ed3ca9f1dc980f734c593ad7755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20FRAN=C3=87OIS?= Date: Fri, 11 Sep 2020 18:42:19 +0200 Subject: [PATCH] [IMP] survey_input_template_custom --- survey_input_template_custom/i18n/fr.po | 8 ++++---- survey_input_template_custom/models/survey_survey.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/survey_input_template_custom/i18n/fr.po b/survey_input_template_custom/i18n/fr.po index 87afc43..9b101c0 100644 --- a/survey_input_template_custom/i18n/fr.po +++ b/survey_input_template_custom/i18n/fr.po @@ -38,8 +38,8 @@ msgid "/* Background (start and thank you) */\n" " color: #FFFFFF;\n" " background-color: #00A09D;\n" " border-color: #00A09D;\n" -"} */\n" -"/* .btn-primary:hover {\n" +"}\n" +".btn-primary:hover {\n" " color: #FFFFFF;\n" " background-color: #007a77;\n" " border-color: #006d6b;\n" @@ -64,8 +64,8 @@ msgstr "/* Arrière-plan (début et fin) */\n" " color: #FFFFFF;\n" " background-color: #00A09D;\n" " border-color: #00A09D;\n" -"} */\n" -"/* .btn-primary:hover {\n" +"}\n" +".btn-primary:hover {\n" " color: #FFFFFF;\n" " background-color: #007a77;\n" " border-color: #006d6b;\n" diff --git a/survey_input_template_custom/models/survey_survey.py b/survey_input_template_custom/models/survey_survey.py index 8b3d3fa..20cfb5a 100644 --- a/survey_input_template_custom/models/survey_survey.py +++ b/survey_input_template_custom/models/survey_survey.py @@ -26,8 +26,8 @@ class SurveySurvey(models.Model): color: #FFFFFF; background-color: #00A09D; border-color: #00A09D; -} */ -/* .btn-primary:hover { +} +.btn-primary:hover { color: #FFFFFF; background-color: #007a77; border-color: #006d6b;