From 23ae0047e1f6b3ef29506bb740a97e52d7497e6f Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 26 Apr 2018 15:17:47 +0200 Subject: Character icon bodies are now team uniforms. --- src/battlemap/www/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/battlemap/www') diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 96c7317..5fc6ae5 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -310,9 +310,21 @@ { box-sizing: border-box; border-radius: 5px; +} + +.battlemap-character-icon * +{ + position: absolute; + left: 0; + top: 0; background-size: 100% 100%; + width: inherit; + height: inherit; } +.battlemap-character-icon-head { z-index: 1; } +.battlemap-character-icon-body { z-index: 0; } + .battlemap-character-ally { } -- cgit v1.2.3-70-g09d2