make elements tabbable, fix fields exported with roles, styling changes

This commit is contained in:
AlecM33
2022-01-18 20:05:03 -05:00
parent db8e34ec3a
commit 7d6b4ca3cf
12 changed files with 181 additions and 115 deletions

View File

@@ -461,8 +461,15 @@ input[type="number"] {
padding: 10px 20px;
}
#step-forward-button img, #step-back-button img {
height: 40px;
filter: drop-shadow(-2px 3px 2px rgb(0 0 0 / 60%));
}
#step-forward-button, #step-back-button {
background-color: #66666657 !important;
padding: 0 !important;
width: 50px;
}
#step-forward-button, #create-game {