add more elegant styling for the player name inputs

This commit is contained in:
Jesse D. McDonald 2020-05-04 00:41:23 -05:00
parent f605e13b80
commit 8cc870a827
1 changed files with 12 additions and 0 deletions

View File

@ -131,6 +131,18 @@ button:disabled .silhouette {
margin-top: 1.125em; margin-top: 1.125em;
} }
#cb_names input {
background-color: inherit;
border: none;
border-bottom: 1px solid black;
margin: 2px;
}
#cb_names input:focus {
outline: 1px solid blue;
outline-offset: 2px;
}
#cb_scrollable { #cb_scrollable {
flex: 1 1000 auto; flex: 1 1000 auto;
padding-bottom: 0.5em; padding-bottom: 0.5em;