add tab-separated (.tsv) format to csv importer
[MojoFacets.git] / public / mojo_facets.css
index b154783..acdb653 100644 (file)
@@ -74,7 +74,7 @@ a.remove {
        color: #000;
 }
 
-li label:hover, td label:hover {
+li label:hover, tr:hover td {
        background: #ff8;
 }      
 
@@ -137,12 +137,12 @@ div.col_opts {
        width: 100%;
 }
 
-label.included,
+.included,
 a#included {
        color: #080;
 }
 
-label.excluded,
+.excluded,
 a#excluded {
        color: #800;
 }
@@ -234,6 +234,10 @@ tr.skip {
        background: #fcf;
 }
 
+tr.source-changed {
+       background: #cff;
+}
+
 tr.hidden {
        display: none;
 }
@@ -254,3 +258,7 @@ span.count span#column_selection {
        position: absolute;
        left: 15em;
 }
+
+.hide {
+       display: none;
+}