Commit 9e6322db authored by Mark Otto's avatar Mark Otto

fixes #4428: specifity on .search-query increased

parent 077577c7
......@@ -1570,7 +1570,7 @@ select:focus:required:invalid:focus {
border-radius: 0 3px 3px 0;
}
.search-query {
input.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
......
......@@ -494,7 +494,7 @@ select:focus:required:invalid {
// 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