corrected color of minimize button for snippets to nearly-white, and added media query for border-radius of the search bar
diff --git a/dev/scss/base/buttongroup.scss b/dev/scss/base/buttongroup.scss
index 01e2246..1937e53 100644
--- a/dev/scss/base/buttongroup.scss
+++ b/dev/scss/base/buttongroup.scss
@@ -110,7 +110,6 @@
 
       &.minimize::after {
 	      content: $fa-minimize;
-        color: $dark-grey;
       }
       
       &.plugin::after {
diff --git a/dev/scss/header/vc.scss b/dev/scss/header/vc.scss
index edd83e9..9057cad 100644
--- a/dev/scss/header/vc.scss
+++ b/dev/scss/header/vc.scss
@@ -14,6 +14,12 @@
 
   .builder {
     position: initial;
+
+    + .action {
+      .minimize::after {
+        color: $dark-grey !important;
+      }
+    }
   }
 
   .docGroup {
diff --git a/dev/scss/media.scss b/dev/scss/media.scss
index bb2975d..d7875f8 100644
--- a/dev/scss/media.scss
+++ b/dev/scss/media.scss
@@ -63,8 +63,9 @@
   #searchbar {
     padding-right: 30px;
     margin-top: 0;
-    input {
+    input#q-field {
       font-size: 9pt;
+      border-radius: 6px 0 0 6px;
     }
     button[type=submit] {
       right: 0;