|
@@ -42,6 +42,13 @@
|
|
}
|
|
}
|
|
|
|
|
|
body {
|
|
body {
|
|
- -webkit-user-select: text;
|
|
|
|
|
|
+ -webkit-user-select: text !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ * {
|
|
|
|
+ -webkit-user-select: text !important;
|
|
|
|
+ -moz-user-select: text !important;
|
|
|
|
+ -ms-user-select: text !important;
|
|
|
|
+ user-select: text !important;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|