2884: Can now choose a specific folder to browse in the file selector modal.
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
index 47ae374c5008c09458eb1f276816ff7dc2f2d3ff..09017697b646298a2a71d34b5c16c60db662a5bb 100644 (file)
@@ -1,10 +1,16 @@
+.selectable-container > .row {
+    padding-top: 5px;
+    padding-bottom: 5px;
+    padding-right: 1em;
+}
 .selectable.active, .selectable:hover {
     background: #d9edf7;
+    cursor: pointer;
 }
 .selectable.active,
-.selectable.active a,
+.selectable.active *,
 .selectable.active:hover,
-.selectable.active:hover a {
+.selectable.active:hover * {
     background: #428bca;
     color: #fff;
 }