Merge pull request #1568 from Gilles123/patch-1
Fix nick change on Safari for Mac and iOS
This commit is contained in:
commit
0b16026fe2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user