From 1aa6c01c5a3dbe5eaaab3da3fd84dcc6ad61ac42 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 23 Feb 2025 11:30:38 +0100 Subject: [PATCH] deactivated css for openproject --- group_vars/all/07_applications.yml | 3 +++ roles/nginx-modifier-css/templates/global.css.j2 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/group_vars/all/07_applications.yml b/group_vars/all/07_applications.yml index 547e019b..5626c89e 100644 --- a/group_vars/all/07_applications.yml +++ b/group_vars/all/07_applications.yml @@ -255,6 +255,9 @@ defaults_applications: ldap_enabled: True # Enables LDAP by default database: central_storage: True + css: + enabled: false # Temporary deactivated due to bugs + # @todo Solve and reactivate ## Peertube peertube: diff --git a/roles/nginx-modifier-css/templates/global.css.j2 b/roles/nginx-modifier-css/templates/global.css.j2 index 4389c986..f4930371 100644 --- a/roles/nginx-modifier-css/templates/global.css.j2 +++ b/roles/nginx-modifier-css/templates/global.css.j2 @@ -1051,5 +1051,5 @@ section.kanban h1, section.kanban h2{ /* Portfolio */ .card-img-top i { -filter: drop-shadow(9px 10px 9px rgba(var(--color-rgb-99), 0.9)); + filter: drop-shadow(4px 4px 4px rgba(var(--color-rgb-23), 0.6)); } \ No newline at end of file