Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 .selectable-container > .row {
6     padding-top: 5px;
7     padding-bottom: 5px;
8     padding-right: 1em;
9     color: #888;
10 }
11 .selectable-container > .row.selectable {
12     color: #000;
13 }
14 .selectable.active, .selectable:hover {
15     background: #d9edf7;
16     cursor: pointer;
17 }
18 .selectable.active,
19 .selectable.active *,
20 .selectable.active:hover,
21 .selectable.active:hover * {
22     background: #428bca;
23     color: #fff;
24 }
25 .selectable-container > .row.class-separator {
26     background: #ddd;
27 }