integrate updates from shared lemmatizer repo
[scpubgit/stemmatology.git] / stemmaweb / root / css / relationship.css
index ef19de0..2091ccb 100644 (file)
@@ -33,9 +33,13 @@ body {
        padding-top: 40px;
 }
 .segment_guide {
+       color: #488dd2;
        padding-left: 30px;
        padding-right: 30px;
 }
+.selected {
+       background-color: #dadada;
+}
 h1.title a:link, h1.title a:visited, h1.title a:active {
        color: #666;
        font-weight: bold;
@@ -196,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;
+}