Merge pull request #1568 from Gilles123/patch-1

Fix nick change on Safari for Mac and iOS
This commit is contained in:
Pavel Djundik 2017-09-27 10:27:18 +03:00 committed by GitHub
commit 0b16026fe2

View file

@ -1510,6 +1510,14 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
outline: none;
}
[contenteditable="true"] {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
cursor: text;
}
/* Nick editor */
#form #nick {