Able to select in chat

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-10 14:56:44 +01:00
parent 4b70d862de
commit 2d4939f14c

View File

@@ -326,12 +326,12 @@ li.disabled span {
} }
.select{ .select{
-webkit-touch-callout: initial; -webkit-touch-callout: text;
-webkit-user-select: initial; -webkit-user-select: text;
-khtml-user-select: initial; -khtml-user-select: text;
-moz-user-select: initial; -moz-user-select: text;
-ms-user-select: initial; -ms-user-select: text;
user-select: initial; user-select: text;
} }
#chatchannel li:nth-child(even), #chatall li:nth-child(even) { #chatchannel li:nth-child(even), #chatall li:nth-child(even) {
@@ -344,12 +344,12 @@ li.disabled span {
#chatchannel li, #chatall li{ #chatchannel li, #chatall li{
cursor:text; cursor:text;
-webkit-touch-callout: initial; -webkit-touch-callout: text;
-webkit-user-select: initial; -webkit-user-select: text;
-khtml-user-select: initial; -khtml-user-select: text;
-moz-user-select: initial; -moz-user-select: text;
-ms-user-select: initial; -ms-user-select: text;
user-select: initial; user-select: text;
padding: 4px; padding: 4px;
margin-left: 0px; margin-left: 0px;
} }