From a540f0348d0c2736bc95895451101bdc9ab0ee8a Mon Sep 17 00:00:00 2001 From: oswaldsimona Date: Sat, 25 Apr 2026 23:25:16 +0200 Subject: [PATCH] =?UTF-8?q?Filterrestriktionen=20Ern=C3=A4hrungsform,=20Bu?= =?UTF-8?q?tton=20um=20Filter=20zu=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/stylesheet_global.css | 14 +++++ event_detail.html | 5 +- event_overview.html | 6 +- js/event_overview.js | 121 ++++++++++++++++++++++++++++++++++++-- 4 files changed, 135 insertions(+), 11 deletions(-) diff --git a/css/stylesheet_global.css b/css/stylesheet_global.css index af28c58..95ff9cd 100644 --- a/css/stylesheet_global.css +++ b/css/stylesheet_global.css @@ -609,6 +609,20 @@ label { gap: var(--space-16); } +.filter-delete { + border: 1.5px solid var(--olive); + color: var(--olive); + background: transparent; + +} + +.filter-delete:hover { + border: 1.5px solid var(--olive-dark); + color: var(--olive-dark); + background: var(--olive-light); + +} + .button-small { background: var(--olive); color: var(--butter-light); diff --git a/event_detail.html b/event_detail.html index 3744bd8..6f1e3b5 100644 --- a/event_detail.html +++ b/event_detail.html @@ -42,7 +42,8 @@