Fixed query creator behaviour for empty cells

Change-Id: Ibed9495278f29f7aab8fd31c1ffe0b2c3a71ecb2
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index 801503f..09bc90b 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -134,6 +134,9 @@
   thead th:not(:nth-child(1)):not(:nth-child(2)) {
     cursor: pointer;
   }
+  td:empty {
+    cursor: default;
+  }
   tr {
     outline: none;
     > td.chosen,