From 1e9b680250ef852b42167bc68f9059892be72930 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 5 Apr 2026 17:41:59 +0000 Subject: [PATCH] update display --- display.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/display.php b/display.php index 2f5febf..22784ef 100644 --- a/display.php +++ b/display.php @@ -39,15 +39,15 @@ qh_page_start( padding-bottom: 0 !important; } @keyframes highlightPulse { - 0% { transform: scale(1); box-shadow: var(--shadow); border: 2px solid transparent; background-color: #ffffff; } - 50% { transform: scale(1.05); box-shadow: 0 0 30px rgba(255, 179, 102, 0.8); border: 2px solid #ff9933; background-color: #ffb366; color: #000; } - 100% { transform: scale(1); box-shadow: var(--shadow); border: 2px solid transparent; background-color: #ffffff; } + 0% { transform: scale(1); box-shadow: var(--shadow); border-color: transparent; background-color: var(--surface); } + 50% { transform: scale(1.08); box-shadow: 0 0 40px rgba(255, 235, 59, 0.9); border-color: #ffb300; background-color: #ffeb3b; } + 100% { transform: scale(1); box-shadow: var(--shadow); border-color: transparent; background-color: var(--surface); } } .blinking-ticket { animation: highlightPulse 1.5s ease-in-out infinite; z-index: 10; position: relative; - /* removed */ + background-image: none !important; /* Ensure background-color animation works against shorthand */ }
@@ -95,7 +95,7 @@ qh_page_start( $blinkClass = $isNew ? 'blinking-ticket' : ''; ?>
-
+
@@ -301,4 +301,4 @@ qh_page_start(
- \ No newline at end of file +