From 2fe4169e34b061b3fea3e248f230fa8702901c3f Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 19 Oct 2017 20:00:36 +0200 Subject: Fixes movement indicators, borks attack ones. --- src/battlemap/www/index.html | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'src/battlemap/www') diff --git a/src/battlemap/www/index.html b/src/battlemap/www/index.html index e8bff19..21c6a27 100644 --- a/src/battlemap/www/index.html +++ b/src/battlemap/www/index.html @@ -58,6 +58,7 @@ { z-index: 1; } + .asset-marker-icon-can-go-to { background-color:rgba(0,0,0,0.5); @@ -67,6 +68,58 @@ { background-color:rgba(0,0,0,0.7); } + + .battlemap-path-icon + { + z-index: 3; + color: white; + } + + .asset-path-icon-NR:before, + .asset-path-icon-LR:before, + .asset-path-icon-RR:before, + .asset-path-icon-UR:before, + .asset-path-icon-DR:before + { + content: "}"; + } + + .asset-path-icon-NL:before, + .asset-path-icon-LL:before, + .asset-path-icon-RL:before, + .asset-path-icon-UL:before, + .asset-path-icon-DL:before + { + content: "{"; + } + + .asset-path-icon-NU:before, + .asset-path-icon-LU:before, + .asset-path-icon-RU:before, + .asset-path-icon-UU:before, + .asset-path-icon-DU:before + { + content: "^"; + } + + .asset-path-icon-ND:before, + .asset-path-icon-LD:before, + .asset-path-icon-RD:before, + .asset-path-icon-UD:before, + .asset-path-icon-DD:before + { + content: "v"; + } + + .asset-path-icon-markN:before, + .asset-path-icon-markL:before, + .asset-path-icon-markU:before, + .asset-path-icon-markD:before, + .asset-path-icon-markR:before + { + content: "x"; + } + -- cgit v1.2.3-70-g09d2