From 62f94aa3b8333930cb5007ba9e1425e9787d2346 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 18 Dec 2022 17:31:11 +0100 Subject: Highlight action cards. --- play.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 9695576..bf14955 100644 --- a/play.html +++ b/play.html @@ -164,7 +164,6 @@ body.Teutons #plan_actions .russian { display: none } } .mat .capabilities { - pointer-events: none; position: absolute; width: 372px; height: 260px; @@ -519,9 +518,12 @@ body.shift .mustered_vassals { } .card.disabled { - filter: grayscale(100%) brightness(66%); + filter: brightness(80%); } +.card.action.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px white; } +.card.action.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px white; } + .card.selected.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px yellow; } .card.selected.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px yellow; } -- cgit v1.2.3