summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-26 15:17:47 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-26 15:17:47 +0200 |
commit | 23ae0047e1f6b3ef29506bb740a97e52d7497e6f (patch) | |
tree | bd88db5920f150ce0b1367b8d1e87bb91d6c91c6 /src/battlemap/www/style.css | |
parent | 898ffdf179291d0e2c9f183cbf594d670cb9a903 (diff) |
Character icon bodies are now team uniforms.
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r-- | src/battlemap/www/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 { } |