search.less: Use only one background-image for overlaid buttons

Bug: T145928
Change-Id: If701930e469283c969e9a8a16574fa1a96cd502f
This commit is contained in:
Bartosz Dziewoński 2016-09-18 16:09:13 +02:00
parent dbda52f8d6
commit 9452689791
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ div#simpleSearch {
direction: ltr; direction: ltr;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
}
#searchButton {
.background-image-svg('images/search-ltr.svg', 'images/search-ltr.png'); .background-image-svg('images/search-ltr.svg', 'images/search-ltr.png');
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;