8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
1 .selectable-container > .row {
2     padding-top: 5px;
3     padding-bottom: 5px;
4     padding-right: 1em;
5     color: #888;
6 }
7 .selectable-container > .row.selectable {
8     color: #000;
9 }
10 .selectable.active, .selectable:hover {
11     background: #d9edf7;
12     cursor: pointer;
13 }
14 .selectable.active,
15 .selectable.active *,
16 .selectable.active:hover,
17 .selectable.active:hover * {
18     background: #428bca;
19     color: #fff;
20 }
21 .selectable-container > .row.class-separator {
22     background: #ddd;
23 }