20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
index 5aab6698259afb271c0f1feac0782b58df3382ef..bd7ff92a41e96402d54f8dd98ca9f4ae135d37d7 100644 (file)
@@ -1,10 +1,19 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 .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 *,
@@ -13,3 +22,6 @@
     background: #428bca;
     color: #fff;
 }
+.selectable-container > .row.class-separator {
+    background: #ddd;
+}