small circular points
[MojoFacets.git] / public / mojo_facets.css
index 3555970..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;
 }
@@ -250,7 +254,11 @@ tr.hidden {
 }
 
 /* templates/all_checkboxes.html.ep */
-span#column_selection {
+span.count span#column_selection {
        position: absolute;
        left: 15em;
 }
+
+.hide {
+       display: none;
+}