projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve API server's git rev-list calls.
[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
}