Updated Filter room icon

pull/1828/head
wmwragg 2016-07-13 14:23:46 +01:00
parent 959dcd0c49
commit 1fbc249de5
2 changed files with 3 additions and 2 deletions

View File

@ -94,7 +94,7 @@ module.exports = React.createClass({
<TintableSvg
key="button"
className="mx_SearchBox_searchButton"
src="img/right_search.svg" width="24" height="24"
src="img/icons-search-copy.svg" width="13" height="13"
/>,
<input
key="searchfield"

View File

@ -28,6 +28,7 @@ limitations under the License.
.mx_SearchBox_searchButton {
margin-right: 10px;
margin-top: 5px;
pointer-events: none;
}
@ -65,4 +66,4 @@ limitations under the License.
.mx_SearchBox object {
pointer-events: none;
}
}