add close button to room search filter
This commit is contained in:
parent
8a9c85c97d
commit
e640f65640
3 changed files with 38 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue