Merge pull request #1828 from vector-im/wmwragg/button-updates

Wmwragg/button updates
This commit is contained in:
Matthew Hodgson 2016-08-01 15:42:33 +01:00 committed by GitHub
commit 51e8c28ab6
16 changed files with 111 additions and 92 deletions

View file

@ -28,11 +28,13 @@ limitations under the License.
.mx_SearchBox_searchButton {
margin-right: 10px;
margin-top: 5px;
pointer-events: none;
}
.mx_SearchBox_closeButton {
cursor: pointer;
margin-top: -5px;
}
.mx_SearchBox_search {
@ -65,4 +67,4 @@ limitations under the License.
.mx_SearchBox object {
pointer-events: none;
}
}