summaryrefslogtreecommitdiff
path: root/public/jsme/jsa.css
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-05-08 08:03:49 +0000
committergebele <gebele@in-silico.ch>2017-05-08 08:03:49 +0000
commit827e49aa7dcfa4b1542b081428b450f90c5c2d9e (patch)
tree3f02c7d3f9950521453e7c74de09fa8103c3e269 /public/jsme/jsa.css
parent2a0bd70da4d2bee9df7580bec5136b4a5e395562 (diff)
updated jsme;warnings;info
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