javascript show/hide of different statuses
[MojoFacets.git] / public / mojo_facets.css
index 93d83b6..765b2eb 100644 (file)
@@ -174,26 +174,25 @@ a.facet {
        text-decoration: line-through;
 }
 
-.edit-options {
-       margin-top: 3em;
-       float: right;
-       text-align: center;
-       
-}
+/* /changes/edits */
 
 div.edit pre {
        color: #000;
 }
 
-.edit-unknown {
-       border-bottom: 1px dotted #ccc;
+tr.unknown {
+       background: #eee;
+}
+
+tr.found {
+       background: #cfc;
 }
 
-.edit-found {
-       border: 3px dotted #cfc;
+tr.missing {
+       background: #fcc;
 }
 
-.edit-missing {
-       border: 3px dotted #fcc;
+tr.hidden {
+       display: none;
 }