summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r-- | src/battlemap/www/style.css | 5 |
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; |