This commit is contained in:
Nikolaj
2025-08-05 13:20:55 +02:00
parent 7c8f1425cc
commit 5f2e43d99f
4 changed files with 29 additions and 43 deletions

View File

@@ -385,18 +385,19 @@
background-color: transparent;
color: black;
border: 2px solid black;
width: 80px;
height: 20px;
width: 100px;
height: 30px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
margin: 15px 10px;
margin: 5px 0px 5px 15px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
text-align: center;
font-size: 16;
}
.pokemon.sheet.characterSheet .container {
display: flex;
@@ -416,7 +417,7 @@
left: 0;
height: 20px;
width: 36px;
background-color: #30da0c;
background-color: black;
border-radius: 5px;
margin-right: 8px;
box-shadow: 0 0 10px #003300 inset;
@@ -429,27 +430,11 @@
-o-border-radius: 10px;
}
.pokemon.sheet.characterSheet .container:hover input ~ .checkmark {
background-color: #83f16d;
background-color: #434343;
}
.pokemon.sheet.characterSheet .container input:checked ~ .checkmark {
background-color: #30da0c;
}
.pokemon.sheet.characterSheet .checkmark:after {
content: "";
position: relative;
display: none;
}
.pokemon.sheet.characterSheet .container input:checked ~ .checkmark:after {
display: block;
}
.pokemon.sheet.characterSheet .container .checkmark:after {
top: 5px;
left: 13px;
width: 10px;
height: 10px;
border-radius: 50%;
background: black;
}
.pokemon.sheet.characterSheet .combatBox {
display: flex;
flex-direction: column;