Reformat inputs
This commit is contained in:
parent
3e3ed87b18
commit
b188b238b8
@ -119,3 +119,17 @@ input[type=text], input[type=url], input[type=email], input[type=password], inpu
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
background-color: #3F51B5;
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
padding: 3px 3px;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 16px;
|
||||||
|
margin-right: 0.1em;
|
||||||
|
font-weight: bolder;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user