Support non-indexed values in annotation tables

Change-Id: I33f37c05c0b6a3ee741f9890db1e628187bc1e79
diff --git a/dev/scss/main/view/matchtable.scss b/dev/scss/main/view/matchtable.scss
index 4bed238..6e4fa0d 100644
--- a/dev/scss/main/view/matchtable.scss
+++ b/dev/scss/main/view/matchtable.scss
@@ -64,6 +64,13 @@
     }
   }
 
+  td, div {
+    &.notinindex {
+      background-color: $ids-grey-2 !important;
+      cursor: default;
+    }
+  }
+
   tr {
     outline: none;