Changed input default style

This makes a clean overall style for the buttons, selects and input fields.
Now it looks more the same in all the browsers.
This commit is contained in:
Lars van Hijfte
2017-01-12 12:14:09 +01:00
parent 9f3f0d1f96
commit fabfb416e8
3 changed files with 20 additions and 11 deletions

View File

@@ -26,16 +26,14 @@ header {
}
#header-search input[type="text"] {
padding: 5px 10px;
height: 19px;
padding: 0 5px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
#header-search input[type="submit"] {
margin: 0 0 0 -4px;
padding: 5px;
#header-search input[type="submit"] {
background: none;
color: white;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}