integrate updates from shared lemmatizer repo
[scpubgit/stemmatology.git] / stemmaweb / root / css / relationship.css
index 9b778b6..2091ccb 100644 (file)
@@ -200,3 +200,16 @@ span.apimore {
     list-style: none;
     margin-bottom: 3px;
 }
+
+.draggable {
+       cursor:pointer;
+}
+
+.noselect {
+-webkit-touch-callout: none;
+-webkit-user-select: none;
+-khtml-user-select: none;
+-moz-user-select: none;
+-ms-user-select: none;
+user-select: none;
+}