This commit is contained in:
Nikolaj
2025-08-05 09:37:53 +02:00
parent 90daca3ba6
commit 270c7cedca
7 changed files with 16 additions and 18 deletions

View File

@@ -380,7 +380,7 @@
margin-bottom: 7px;
}
.pokemon.sheet.characterSheet select {
background-color: #30da0c;
background-color: transparent;
color: black;
border: black;
width: 80px;
@@ -389,7 +389,6 @@
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
padding: 5px;
margin: 15px 10px;
display: flex;
flex-direction: column;
@@ -415,7 +414,7 @@
left: 0;
height: 20px;
width: 36px;
background-color: transparent;
background-color: #30da0c;
border-radius: 5px;
margin-right: 8px;
box-shadow: 0 0 10px #003300 inset;