Merge branch '5207-expires-at-time' closes #5207
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
index 5aab6698259afb271c0f1feac0782b58df3382ef..425793a2aa6e3cb05fc5cea50966daae980ae880 100644 (file)
@@ -2,9 +2,14 @@
     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 *,
@@ -13,3 +18,6 @@
     background: #428bca;
     color: #fff;
 }
+.selectable-container > .row.class-separator {
+    background: #ddd;
+}