wire up searchbox filtering, and some minor overall tweaks

This commit is contained in:
Matthew Hodgson 2016-04-15 17:54:48 +01:00
parent 90ae024a4e
commit 26d12bebe4
5 changed files with 92 additions and 24 deletions

View file

@ -45,5 +45,17 @@ limitations under the License.
.mx_SearchBox_minimise,
.mx_SearchBox_maximise {
cursor: pointer;
}
.mx_SearchBox_minimise {
margin-left: 10px;
}
.mx_SearchBox_maximise {
margin-left: 6px;
}
.mx_SearchBox object {
pointer-events: none;
}