add close button to room search filter

This commit is contained in:
Matthew Hodgson 2016-05-16 23:36:52 +01:00
parent 8a9c85c97d
commit e640f65640
3 changed files with 38 additions and 0 deletions

View file

@ -28,6 +28,11 @@ limitations under the License.
.mx_SearchBox_searchButton {
margin-right: 10px;
pointer-events: none;
}
.mx_SearchBox_closeButton {
cursor: pointer;
}
.mx_SearchBox_search {