javascript show/hide of different statuses
[MojoFacets.git] / public / mojo_facets.css
index 7d07948..765b2eb 100644 (file)
@@ -174,3 +174,25 @@ a.facet {
        text-decoration: line-through;
 }
 
+/* /changes/edits */
+
+div.edit pre {
+       color: #000;
+}
+
+tr.unknown {
+       background: #eee;
+}
+
+tr.found {
+       background: #cfc;
+}
+
+tr.missing {
+       background: #fcc;
+}
+
+tr.hidden {
+       display: none;
+}
+