From 2042e9c6da260813e7fa68ea62af3e41acf70fab Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:53:31 +0100 Subject: badges badges buttons buttons --- play.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index a40ee8f..176bb74 100644 --- a/play.html +++ b/play.html @@ -231,6 +231,14 @@ div.persistent_box { box-shadow: 1px 2px 4px #0004; } +.card.action { + box-shadow: 0 0 0 3px white; +} + +.card.selected { + box-shadow: 0 0 0 3px yellow; +} + #tooltip { position: fixed; pointer-events: none; -- cgit v1.2.3