Skip to content

Commit

Permalink
Merge pull request #13609 from BE-Arbiter/StarWars5E/develop
Browse files Browse the repository at this point in the history
[Sw5E] - Small fixes to some numeric inputs
  • Loading branch information
BronsonHall authored Dec 17, 2024
2 parents 0a82e7b + a8b6a44 commit 698d626
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 247 deletions.
16 changes: 12 additions & 4 deletions StarWars5E/StarWars5E_CSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
color: black;
}
/* Remove Arrow froms numbers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
input:not(.stepper)::-webkit-outer-spin-button,
input:not(.stepper)::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
input[type=number]:not(.stepper) {
-moz-appearance: textfield;
}

Expand Down Expand Up @@ -1216,8 +1216,16 @@
margin-top: 8px;
}

.power-labels {
.powers .body .power-labels {
color: #000000;
display: flex;
flex-direction: row;
justify-content: space-between;

span{
margin: 0;
padding: 0;
}
}

.power-labels span {
Expand Down
Loading

0 comments on commit 698d626

Please sign in to comment.