diff --git a/less/character-sheet.less b/less/character-sheet.less index 0e8f1ff..1ff964f 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -341,6 +341,7 @@ nav { border: none; + height: 60px; } .menuIcon { @@ -349,6 +350,7 @@ background-color: #003300; float: left; margin-right: 7px; + text-align: center; border-radius: 10px; -webkit-border-radius: 10px; @@ -365,4 +367,15 @@ -moz-box-shadow: -1px 2px #001c91; -o-box-shadow: -1px 2px #001c91; } + + a .active:after { + content: ""; + border-top: 30px solid #b0b0b0; + border-left: 30px solid #c00d0d; + height: 0; + float: left; + position: absolute; + left: 0px; + bottom: 0px + } } diff --git a/pokemon.css b/pokemon.css index 9ead626..1e47539 100644 --- a/pokemon.css +++ b/pokemon.css @@ -283,6 +283,7 @@ } .pokemon.sheet.characterSheet nav { border: none; + height: 60px; } .pokemon.sheet.characterSheet .menuIcon { height: 35px; @@ -290,6 +291,7 @@ background-color: #003300; float: left; margin-right: 7px; + text-align: center; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; @@ -303,3 +305,13 @@ -moz-box-shadow: -1px 2px #001c91; -o-box-shadow: -1px 2px #001c91; } +.pokemon.sheet.characterSheet a .active:after { + content: ""; + border-top: 30px solid #b0b0b0; + border-left: 30px solid #c00d0d; + height: 0; + float: left; + position: absolute; + left: 0px; + bottom: 0px; +} diff --git a/system.json b/system.json index 1db6478..c2a7426 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.31", + "version": "0.0.32", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 4607b48..c4d00ed 100644 Binary files a/system.zip and b/system.zip differ