Merge pull request #1 from curoverse/master
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 9bc93e32bd49574ff998e60980c6417cb98d4770..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;
@@ -277,6 +287,12 @@ span.editable-textile {
   display: none;
 }
 
+/* Hide Angular content until Angular is ready */
 [ng\:cloak], [ng-cloak], .ng-cloak {
     display: none !important;
 }
+
+/* tabs */
+ul.nav.nav-tabs {
+    font-size: 90%
+}