Update style.css, changing input style
Update input style to match theme.
This commit is contained in:
11
dist/css/style.css
vendored
11
dist/css/style.css
vendored
@@ -88,6 +88,17 @@ button:active{
|
|||||||
background-color: #595e77;
|
background-color: #595e77;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input,select {
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 2px solid #9099c2;
|
||||||
|
padding: 2px;
|
||||||
|
background-color: white;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
input:hover,input:active {
|
||||||
|
background-color: rgb(250,250,250);
|
||||||
|
}
|
||||||
|
|
||||||
.icon-links {
|
.icon-links {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user