From a63e556b58c6ed8652acb154a7bd7ee11d3b7ecc Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 15 Dec 2022 17:23:15 -0600 Subject: [PATCH] fistmas 2022: cachebusting --- files/events/assets/css/blizzard.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/events/assets/css/blizzard.css b/files/events/assets/css/blizzard.css index e23b3aa2b..8584d87a3 100644 --- a/files/events/assets/css/blizzard.css +++ b/files/events/assets/css/blizzard.css @@ -245,15 +245,15 @@ color: #7a7a7a !important; } body { - cursor: url(/assets/images/event/cursor.png), auto !important; + cursor: url(/assets/images/event/cursor.png?v=1), auto !important; } textarea, input[type=textbox], input[type=search] { - cursor: url(/assets/images/event/text.png), auto !important; + cursor: url(/assets/images/event/text.png?v=1), auto !important; } .btn, input[type=button], button, a, img { - cursor: url(/assets/images/event/pointer.png), auto !important; + cursor: url(/assets/images/event/pointer.png?v=1), auto !important; } /* lights */ @@ -265,11 +265,11 @@ textarea, input[type=textbox], input[type=search] { left: 0; height: 57px; width: 100%; - background: url(https://i.imgur.com/Lhfdgx5.png); + background: url('/i/event/lights.png?v=1'); animation: lights 1s infinite steps(2); pointer-events: none; } - + @keyframes lights { 0% { /*Two zeros, not one !!*/