From cfa4c6c9f7a7e033ec1bbe72ff55310b17dca0b9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 17 May 2023 21:49:58 +0200 Subject: Lift calendar end boxes (when highlighted) above the pieces. Make them harder to miss and easier to click. --- play.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/play.css b/play.css index e9dab9f..0fa837a 100644 --- a/play.css +++ b/play.css @@ -749,6 +749,11 @@ body.shift .mustered_vassals { background-color: #fff6; } +.box.calendar.box0.action, +.box.calendar.box17.action { + z-index: 200; +} + .box.way.action { border-color: dodgerblue; } -- cgit v1.2.3