Make unspecified values in VC a button

Change-Id: I8c743fff7c9173f38b4477873842982900847ba4
diff --git a/dev/scss/header/vc.scss b/dev/scss/header/vc.scss
index d880e55..b9567bd 100644
--- a/dev/scss/header/vc.scss
+++ b/dev/scss/header/vc.scss
@@ -131,6 +131,21 @@
       }
     }
 
+    // Unspecified value
+    &.unspecified > span, span.unspecified {
+      padding: 0 4px;
+      box-shadow: $choose-box-shadow;
+      border: {
+        style: solid;
+        width: $border-size;
+        radius: $standard-border-radius;
+      }
+      @include choose-item;
+      &:hover {
+	      @include choose-hover;
+      }
+    }
+
     > span.key.fixed {
       color: $light-green;
     }