Touched styling.
[scpubgit/stemmatology.git] / TreeOfTexts / root / src / style.tt2
index 0d54616..48b593b 100644 (file)
@@ -19,7 +19,6 @@ body {
     border-right: 1px #c6dcf1 solid;
     margin-left: 20px;
     overflow: auto;
-    overflow-x: hidden;
 }
 h1 {
     border-bottom: 1px solid #488dd2;
@@ -39,4 +38,7 @@ h1 {
 .active_variant_row {
     background: #c6dcf1;
 }
+.active_variant_cell {
+    background: #e8f1fe;
+}
 </style>