From 38fa34d6a4703638a5664116974e61a161a0a4fa Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 22 Jun 2025 15:09:25 +0200 Subject: [PATCH] do not show tarteaucitron icon --- teleforma/static/teleforma/css/teleforma.css | 1 - teleforma/static/teleforma/js/application.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.39.5