apply edits on this or any other loaded dataset
[MojoFacets.git] / public / mojo_facets.css
index 7f42068..1612414 100644 (file)
@@ -184,6 +184,18 @@ div.edit {
 }
 
 div.edit pre {
-       display: block;
+       color: #000;
+}
+
+.edit-unknown {
+       border: 3px dotted #888;
+}
+
+.edit-found {
+       border: 3px dotted #cfc;
+}
+
+.edit-missing {
+       border: 3px dotted #fcc;
 }