mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Able to select in chat
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user