4084: Ignore bubbling arv-log-event events, just process each once at the original...
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index fc7e462b88c5a4c6a797b05a26530c54506207c4..7dbeac9d4ee6b59773ad842d60c572090196f898 100644 (file)
@@ -150,6 +150,10 @@ nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
     color: #800;
 }
 
+th[data-sort-order] {
+    cursor: pointer;
+}
+
 .inline-progress-container div.progress {
     margin-bottom: 0;
 }
@@ -267,3 +271,7 @@ span.editable-textile {
 .compute-summary-numbers td {
   font-size: 150%;
 }
+
+.arv-log-refresh-control {
+  display: none;
+}