add webkit vendor prefixed properties

for mavericks safari
This commit is contained in:
David Baker 2016-09-23 17:18:52 +01:00
parent 4961a97ed4
commit 3938abc5dd
2 changed files with 3 additions and 0 deletions

View file

@ -22,12 +22,14 @@ limitations under the License.
.mx_DirectorySearchBox_container {
display: flex;
display: -webkit-flex;
padding-left: 9px;
padding-right: 9px;
}
.mx_DirectorySearchBox_input {
flex-grow: 1;
-webkit-flex-grow: 1;
border: 0;
padding: 0;
font-weight: 300;