From 5eeef015e4587de2915e490a96613d65a4907e41 Mon Sep 17 00:00:00 2001 From: Index Date: Wed, 10 Jul 2024 07:41:23 -0500 Subject: [PATCH] feat: added warning to retro items avatar sandbox category --- resources/avatar-sandbox.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/avatar-sandbox.html b/resources/avatar-sandbox.html index a841ff3..29ee7c4 100755 --- a/resources/avatar-sandbox.html +++ b/resources/avatar-sandbox.html @@ -38,6 +38,16 @@ [class^="p+outfit_overwrite_button"]:hover, [class^="p+outfit_delete_button"]:hover { cursor: pointer; } + + [id="p+retro_items_warning"] { + display: none; + color: #000; + font-weight: bold; + } + + body:has([data-tab="retro"].active) [id="p+retro_items_warning"] { + display: block; + }
@@ -307,6 +317,9 @@ +