From 3827717765a0ff4b73c954183b3c5b9ed7145712 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 10 Apr 2018 18:36:35 +0200 Subject: Puts path below markers when it is locked. Still not happy with the head of the path arrow though. --- src/battlemap/www/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/battlemap/www/style.css') diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index a719e51..6d30f80 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -206,9 +206,10 @@ .battlemap-tile-variant-8 {background-position: 64px 64px;} .battlemap-tile-icon {z-index: 0; position: absolute; background-size: 96px 96px;} -.battlemap-marker-icon {z-index: 1;} -.battlemap-path-icon {z-index: 2;} -.battlemap-character-icon {z-index: 3;} +.battlemap-path-icon-below-markers {z-index: 1;} +.battlemap-marker-icon {z-index: 2;} +.battlemap-path-icon-above-markers {z-index: 3;} +.battlemap-character-icon {z-index: 4;} .battlemap-marker-icon, .battlemap-character-icon, -- cgit v1.2.3-70-g09d2