wire up searchbox filtering, and some minor overall tweaks
This commit is contained in:
parent
90ae024a4e
commit
26d12bebe4
5 changed files with 92 additions and 24 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue