controls.less: Use light search icon in controls
This commit is contained in:
parent
090e744508
commit
2b323c9008
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue