2760: Show folder hierarchy on regular page, not in left nav
[arvados.git] / apps / workbench / app / assets / stylesheets / folders.css.scss
index 1dea7914396a76ec59030e3bde76fae961ed50a3..163c188623118999755181197d371794c1993596 100644 (file)
@@ -1,3 +1,8 @@
-// Place all the styles related to the folders controller here.
-// They will automatically be included in application.css.
-// You can use Sass (SCSS) here: http://sass-lang.com/
+.arv-folder-list > .row {
+    padding-top: 5px;
+    padding-bottom: 5px;
+    padding-right: 1em;
+}
+.arv-folder-list > .row.folder:hover {
+    background: #d9edf7;
+}