summaryrefslogtreecommitdiff
path: root/public/jsme/jsa.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/jsme/jsa.css')
-rw-r--r--public/jsme/jsa.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/public/jsme/jsa.css b/public/jsme/jsa.css
index d35fce9..b443960 100644
--- a/public/jsme/jsa.css
+++ b/public/jsme/jsa.css
@@ -155,7 +155,7 @@
border-width: medium;
width: auto;
min-width: 0;
- //display:inline;
+ /*display:inline;*/
height: auto;
min-height: 0;
background-color: transparent;
@@ -171,5 +171,13 @@
}
+svg text {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+svg text::selection {
+ background: none;
+}
-} \ No newline at end of file