2883: Adjusted task type column width. Commented out code for working with
[arvados.git] / apps / workbench / app / assets / stylesheets / folders.css.scss
index 163c188623118999755181197d371794c1993596..a033e87058a29988def67052d58043a931c4864f 100644 (file)
@@ -6,3 +6,8 @@
 .arv-folder-list > .row.folder:hover {
     background: #d9edf7;
 }
+.arv-folder-list > .row.folder.active,
+.arv-folder-list > .row.folder.active:hover {
+    background: #428bca;
+    color: #fff;
+}