✨
This commit is contained in:
20
pokemon.css
20
pokemon.css
@@ -370,3 +370,23 @@
|
||||
.pokemon.sheet.characterSheet .statHex {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet select {
|
||||
background-color: #30da0c;
|
||||
color: black;
|
||||
border: black;
|
||||
box-shadow: 0 0 20px #003300 inset;
|
||||
-webkit-box-shadow: 0 0 20px #003300 inset;
|
||||
-moz-box-shadow: 0 0 20px #003300 inset;
|
||||
-o-box-shadow: 0 0 20px #003300 inset;
|
||||
border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-o-border-radius: 10px;
|
||||
padding: 5px;
|
||||
margin: 15px 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user