| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-10 18:36:35 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-10 18:36:35 +0200 | 
| commit | 3827717765a0ff4b73c954183b3c5b9ed7145712 (patch) | |
| tree | f53f0014967c53be693e6205faf794938418b3c9 /src/battlemap/www | |
| parent | e2b2d82e6b5e1cb7295ea8df609450ed983ad87b (diff) | |
Puts path below markers when it is locked.
Still not happy with the head of the path arrow though.
Diffstat (limited to 'src/battlemap/www')
| -rw-r--r-- | src/battlemap/www/style.css | 7 | 
1 files changed, 4 insertions, 3 deletions
| 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, | 


