mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Updated Filter room icon
This commit is contained in:
parent
959dcd0c49
commit
1fbc249de5
2 changed files with 3 additions and 2 deletions
|
@ -94,7 +94,7 @@ module.exports = React.createClass({
|
||||||
<TintableSvg
|
<TintableSvg
|
||||||
key="button"
|
key="button"
|
||||||
className="mx_SearchBox_searchButton"
|
className="mx_SearchBox_searchButton"
|
||||||
src="img/right_search.svg" width="24" height="24"
|
src="img/icons-search-copy.svg" width="13" height="13"
|
||||||
/>,
|
/>,
|
||||||
<input
|
<input
|
||||||
key="searchfield"
|
key="searchfield"
|
||||||
|
|
|
@ -28,6 +28,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_SearchBox_searchButton {
|
.mx_SearchBox_searchButton {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
margin-top: 5px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,4 +66,4 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_SearchBox object {
|
.mx_SearchBox object {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue