Add sprite picker to start game page. Improve styles on verification page. Update global styles.

This commit is contained in:
Chris Wilson
2020-12-04 05:30:03 -05:00
parent 5529f4232b
commit eebaee3030
8 changed files with 118 additions and 17 deletions

View File

@@ -139,9 +139,14 @@ html{
min-width: 150px;
}
#weighted-settings input:not([type]):focus{
border: 1px solid #ffffff;
}
#weighted-settings select{
border: 1px solid #000000;
padding: 3px;
border-radius: 3px;
min-width: 150px;
}