Merge pull request #1 from curoverse/master
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 710bc9227cc790ae17c1c1d070486be8fe2e1118..ec7eee44b72d3954600a79365d9f4eaa2896e56a 100644 (file)
@@ -93,6 +93,16 @@ form.small-form-margin {
 .nowrap {
     white-space: nowrap;
 }
+input.select-on-focus {
+    font-family: monospace;
+    background: inherit;
+    border: thin #ccc solid;
+    border-radius: .2em;
+    padding: .15em .5em;
+}
+input.select-on-focus:focus {
+    border-color: #9bf;
+}
 
 /* top nav */
 $top-nav-bg: #3c163d;