| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/battlemap/www')
| -rw-r--r-- | src/battlemap/www/style.css | 12 | 
1 files changed, 10 insertions, 2 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 8476f24..4fcf666 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -139,7 +139,6 @@     margin: 0.5em;     box-sizing: border-box;     border: 2px solid rgba(0,0,0,0.5); -   border-radius: 25px 25px 0 25px;     width: 100px;     height: 100px;  } @@ -219,7 +218,16 @@  {     box-sizing: border-box;     border: 2px solid rgba(0,0,0,0.5); -   border-radius: 25px; +} + +.battlemap-character-ally +{ +   border-radius: 25px 25px 0 25px; +} + +.battlemap-character-enemy +{ +   border-radius: 25px 25px 25px 0;  }  .battlemap-marker-icon  | 


