summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-05-23 22:46:28 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-05-23 22:46:28 +0200
commit8ff8836f0011d08c0814b68a6e3dad381e4f591f (patch)
treec5cc83bd3d1c91232e578e6d272776d62fe0b96b /src/battlemap/www/style.css
parent74ec028d95331b2a66723bf891fa28e6b47239a7 (diff)
Forces preprocessor, locate char on portrait click
This might actually make the Timeline more user friendly.
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r--src/battlemap/www/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css
index e2b5151..20c1da6 100644
--- a/src/battlemap/www/style.css
+++ b/src/battlemap/www/style.css
@@ -214,6 +214,11 @@
flex-wrap: wrap;
}
+.battlemap-character-portrait:hover
+{
+ cursor: pointer;
+}
+
.battlemap-character-portrait
{
margin: 0.5em;