Number Input Field
This commit is contained in:
parent
9dcc10a191
commit
c7375caef1
5 changed files with 58 additions and 10 deletions
src
|
@ -71,6 +71,7 @@ h1 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
input,
|
||||
button {
|
||||
border-radius: 8px;
|
||||
|
@ -84,6 +85,7 @@ button {
|
|||
transition: border-color 0.25s;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
*/
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
|
@ -97,10 +99,10 @@ button:active {
|
|||
background-color: #e8e8e8;
|
||||
}
|
||||
|
||||
input,
|
||||
/*input,
|
||||
button {
|
||||
outline: none;
|
||||
}
|
||||
}*/
|
||||
|
||||
#greet-input {
|
||||
margin-right: 5px;
|
||||
|
|
Reference in a new issue