add more elegant styling for the player name inputs
This commit is contained in:
parent
f605e13b80
commit
8cc870a827
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue