added some extra formatting
This commit is contained in:
5
dist/css/style.css
vendored
5
dist/css/style.css
vendored
@@ -89,12 +89,15 @@ button:active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
input,select {
|
input,select {
|
||||||
border-radius: 8px;
|
border-radius: 5px;
|
||||||
border: 2px solid #9099c2;
|
border: 2px solid #9099c2;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
input {
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
input:hover,input:active {
|
input:hover,input:active {
|
||||||
background-color: rgb(250,250,250);
|
background-color: rgb(250,250,250);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user