Merge pull request #2971 from vector-im/dbkr/add_searching_known_users

CSS for 'searching known users'
pull/3045/head
David Baker 2017-01-24 10:51:13 +00:00 committed by GitHub
commit 6db5329d9c
1 changed files with 6 additions and 0 deletions

View File

@ -63,3 +63,9 @@ limitations under the License.
.mx_ChatInviteDialog_cancel object {
pointer-events: none;
}
.mx_ChatInviteDialog_addressSelectHeader {
font-weight: bold;
line-height: 150%;
text-indent: 4px;
}