From 005178a252ad5000b2b37fd350a409fbeef7eddd Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Sun, 28 Sep 2025 22:39:31 -0700 Subject: [PATCH] Update style.css --- webui/static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webui/static/style.css b/webui/static/style.css index 0552132e..a89a441c 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -4464,8 +4464,8 @@ body { margin-top: 12px; } -.stat-item { - /* Premium badge styling matching modal detail badges */ +.beatport-hero .stat-item { + /* Premium badge styling matching modal detail badges - scoped to Beatport hero only */ background: rgba(1, 255, 149, 0.15); color: #01FF95; font-size: 14px; @@ -4484,7 +4484,7 @@ body { transition: all 0.3s ease; } -.stat-item:hover { +.beatport-hero .stat-item:hover { background: rgba(1, 255, 149, 0.2); border-color: rgba(1, 255, 149, 0.4); transform: translateY(-2px) scale(1.05);