Merge branch 'master' into 2934-limit-crunch-logs
[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 }
9 .selectable.active,
10 .selectable.active *,
11 .selectable.active:hover,
12 .selectable.active:hover * {
13     background: #428bca;
14     color: #fff;
15 }