Commit 5563b844 authored by Mark Otto's avatar Mark Otto

fix #3693: rounded corners on search form

parent 8eb14888
......@@ -1387,7 +1387,7 @@ textarea::-webkit-input-placeholder {
border-radius: 0 3px 3px 0;
}
.search-query {
input.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
......
......@@ -468,7 +468,7 @@ textarea {
// SEARCH FORM
// -----------
.search-query {
input.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment