11789: Added tests.
[arvados.git] / apps / workbench / app / assets / stylesheets / projects.css.scss
index 600a7a39504b8fece5bd6f7c86afda368e97c55c..cf1d15e6e0d7926cb42195525b311c3b1de7e259 100644 (file)
@@ -54,5 +54,14 @@ div.scroll-20em {
 }
 
 .dashboard-panel-info-row {
-  margin-bottom: .5em
+  padding: .5em;
+  border-radius: .3em;
+}
+
+.dashboard-panel-info-row:hover {
+  background-color: #D9EDF7;
+}
+
+.progress-bar.progress-bar-default {
+  background-color: #999;
 }
\ No newline at end of file