10797: Merge branch 'master' into 10797-ruby-2.3
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
index 47ae374c5008c09458eb1f276816ff7dc2f2d3ff..425793a2aa6e3cb05fc5cea50966daae980ae880 100644 (file)
@@ -1,10 +1,23 @@
+.selectable-container > .row {
+    padding-top: 5px;
+    padding-bottom: 5px;
+    padding-right: 1em;
+    color: #888;
+}
+.selectable-container > .row.selectable {
+    color: #000;
+}
 .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;
+}