✨
This commit is contained in:
12
pokemon.css
12
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user