Skip to content
Snippets Groups Projects
Commit e1fe87bf authored by Peter Rotich's avatar Peter Rotich
Browse files

css: Provide default styling for inputs

parent 4c1d710e
No related branches found
No related tags found
No related merge requests found
......@@ -2835,6 +2835,16 @@ input[type=checkbox] {
margin-top: 3px;
}
input, textarea {
padding: 3px 5px;
font-size: 0.95em;
font-family: inherit;
border-radius:4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border: 1px solid #bbb;
}
small {
font-weight: normal;
letter-spacing: 0.01px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment