3235: Merge branch 'master' into 3235-top-nav-site-search
[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 }
6 .selectable.active, .selectable:hover {
7     background: #d9edf7;
8     cursor: pointer;
9 }
10 .selectable.active,
11 .selectable.active *,
12 .selectable.active:hover,
13 .selectable.active:hover * {
14     background: #428bca;
15     color: #fff;
16 }
17 .selectable-container > .row.class-separator {
18     background: #ddd;
19 }