This commit is contained in:
2025-08-03 15:56:36 +02:00
parent c1e30e117e
commit 2387ff4958
4 changed files with 26 additions and 1 deletions

View File

@@ -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;
}