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

This commit is contained in:
jenkins-bot 2016-09-19 18:10:16 +00:00 committed by Gerrit Code Review
commit da777717aa
1 changed files with 3 additions and 0 deletions

View File

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