f97110a2b7f9781559f201d40a9a478060f22028
[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 a,
11 .selectable.active:hover,
12 .selectable.active:hover a {
13     background: #428bca;
14     color: #fff;
15 }