From: Guillaume Pellerin Date: Sun, 22 Jun 2025 13:09:25 +0000 (+0200) Subject: do not show tarteaucitron icon X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=38fa34d6a4703638a5664116974e61a161a0a4fa;p=teleforma.git do not show tarteaucitron icon --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index ff22c025..c4b64e1d 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1745,7 +1745,6 @@ form.add_actus #id_text_parent{ line-height: 3em; } - .course_title { color: #355ea2; -moz-border-radius: 8px 0px 0px 0px; diff --git a/teleforma/static/teleforma/js/application.js b/teleforma/static/teleforma/js/application.js index e16e2d62..1f897b75 100644 --- a/teleforma/static/teleforma/js/application.js +++ b/teleforma/static/teleforma/js/application.js @@ -344,7 +344,7 @@ tarteaucitron.init({ "closePopup": false, /* Show a close X on the banner */ - "showIcon": true, /* Show cookie icon to manage cookies */ + "showIcon": false, /* Show cookie icon to manage cookies */ //"iconSrc": "", /* Optionnal: URL or base64 encoded image */ "iconPosition": "BottomRight", /* BottomRight, BottomLeft, TopRight and TopLeft */