Replace search icon with a new one

Also removed the smallening of the search icon narrow mode.
This commit is contained in:
Niklas Laxström
2016-04-21 15:50:50 +05:30
parent 19e670153e
commit c103030cc3
3 changed files with 23 additions and 12 deletions

View File

@@ -49,16 +49,6 @@
min-width: 150px;
}
/* Leave more space for search input */
.uls-narrow .uls-search-label {
background-size: 15px;
width: 20px;
}
.uls-narrow .uls-search-wrapper {
padding-left: 20px;
}
.uls-title-region a {
padding-left: 15px;
}
@@ -156,7 +146,7 @@ div.uls-region {
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/search.svg');
/* @embed */
background-image: linear-gradient(transparent, transparent), url('../images/search.svg');
background-size: 30px;
background-size: 32px;
background-position: center center;
height: 32px;
width: 40px;