diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-17 21:49:58 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-17 21:52:11 +0200 |
commit | cfa4c6c9f7a7e033ec1bbe72ff55310b17dca0b9 (patch) | |
tree | 93734dd5df279fef83de8a06104f6b41f8af1130 | |
parent | c0653c9b3f5d9d4757f8199d1f06efe7faf5f7fe (diff) | |
download | nevsky-cfa4c6c9f7a7e033ec1bbe72ff55310b17dca0b9.tar.gz |
Lift calendar end boxes (when highlighted) above the pieces.
Make them harder to miss and easier to click.
-rw-r--r-- | play.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; } |