Merge branch 'master' into 3232-user-guide-updates
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
index f97110a2b7f9781559f201d40a9a478060f22028..4295f30ecef75308bd2feea0e452205b5358cc12 100644 (file)
@@ -5,11 +5,15 @@
 }
 .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;
 }
+.selectable-container > .row.class-separator {
+    background: #ddd;
+}