Merge branch '2800-python-global-state' into 2800-pgs
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 75d58ed5171184bf7d855267ed99ac4d353f7758..6b91783e60abe882bbe7b5ba06fb33a4979e790f 100644 (file)
@@ -146,6 +146,10 @@ nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
     margin-bottom: -15px;
 }
 
+.infinite-scroller .fa-warning {
+    color: #800;
+}
+
 .inline-progress-container div.progress {
     margin-bottom: 0;
 }
@@ -240,3 +244,7 @@ div.pane-content iframe {
   width: 100%;
   border: none;
 }
+
+div.rounded {
+  border-radius: 3px;
+}