mirror of https://github.com/vector-im/riot-web
Merge pull request #2971 from vector-im/dbkr/add_searching_known_users
CSS for 'searching known users'pull/3045/head
commit
6db5329d9c
|
@ -63,3 +63,9 @@ limitations under the License.
|
||||||
.mx_ChatInviteDialog_cancel object {
|
.mx_ChatInviteDialog_cancel object {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ChatInviteDialog_addressSelectHeader {
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 150%;
|
||||||
|
text-indent: 4px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue