diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-23 00:25:11 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:38 +0100 |
commit | 6a4cb1ed6ea859d233e492f3ebf71deae04c5a91 (patch) | |
tree | 9a693ae30580ad47246e55f7b051b73ccd52d3b7 /play.html | |
parent | dc1aa50ec82e74e8e48d4abdfceab28aca107274 (diff) | |
download | crusader-rex-6a4cb1ed6ea859d233e492f3ebf71deae04c5a91.tar.gz |
crusader: Sort blocks by initiative in battle screen.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -235,7 +235,11 @@ body.shift .block.known:hover { #ER { background-image: linear-gradient(to bottom, skyblue, tan); } #FR { background-image: linear-gradient(to bottom, tan, darkseagreen); } -#FC, #EC { background-color: gray; border-top: 5px dashed tan; } +#FC, #EC { + background-color: gray; + border-top: 5px dashed tan; + border-bottom: 5px solid dimgray; +} #FC, #EC, #FF, #EF { min-height: 120px; } #FR, #ER { min-height: 40px; } |