From 0a80d2023d2b5095aa6c2c1684bf4b9473ad8e43 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 20 Feb 2026 06:54:46 +0000 Subject: [PATCH] SALVEI 1 --- core/templates/core/hits_report.html | 115 +++++++++++++++++++++++---- 1 file changed, 100 insertions(+), 15 deletions(-) diff --git a/core/templates/core/hits_report.html b/core/templates/core/hits_report.html index 0976214..ad45d0e 100644 --- a/core/templates/core/hits_report.html +++ b/core/templates/core/hits_report.html @@ -21,6 +21,29 @@ + +
+
+
+
+
+ + +
+
+
+
+ + + + + +
+
+
+
+
+
@@ -103,33 +126,48 @@ .elite-ball { background: linear-gradient(135deg, #198754, #28a745); } + .filter-btn.active { + background-color: currentColor; + color: #000 !important; + box-shadow: 0 0 15px currentColor; + } + .border-slate-700 { border-color: #334155 !important; }