From 7afc521e5358504e52fc83b7cde799bebafed9b9 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 4 Apr 2026 18:44:20 +0000 Subject: [PATCH] update display 121 --- display.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/display.php b/display.php index 6ec3af4..d35e360 100644 --- a/display.php +++ b/display.php @@ -39,9 +39,9 @@ qh_page_start( padding-bottom: 0 !important; } @keyframes highlightPulse { - 0% { transform: scale(1); box-shadow: var(--shadow); border: 2px solid transparent; background-color: #ffffff !important; } - 50% { transform: scale(1.05); box-shadow: 0 0 30px rgba(255, 235, 59, 0.8); border: 2px solid #ffb300; background-color: #ffeb3b !important; color: #000; } - 100% { transform: scale(1); box-shadow: var(--shadow); border: 2px solid transparent; background-color: #ffffff !important; } + 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; } } .blinking-ticket { animation: highlightPulse 1.5s ease-in-out infinite;