controls.less: Use light search icon in controls

This commit is contained in:
Florian Strohmaier 2020-08-03 17:02:18 +02:00 committed by Johannes Meyer
parent 090e744508
commit 2b323c9008
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ input.search {
.transition(border 0.3s ease); .transition(border 0.3s ease);
.transition(background-image 0.2s ease); .transition(background-image 0.2s ease);
background-image: url(../img/icons/search.png); background-image: url(../img/icons/search_white.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 1em 1em; background-size: 1em 1em;
background-position: .25em center; background-position: .25em center;