Merge branch 'master' into 2257-inequality-conditions
[arvados.git] / apps / workbench / app / assets / stylesheets / selection.css
1 #persistent-selection-list {
2     width: 500px;
3 }
4
5 #selection-form-content > li > a, #selection-form-content > li > input {
6     display: block;
7     padding: 3px 20px;
8     clear: both;
9     font-weight: normal;
10     line-height: 1.42857;
11     color: rgb(51, 51, 51);
12     white-space: nowrap;    
13     border: none;
14     background: transparent;
15     width: 100%;
16     text-align: left;
17 }
18
19 #selection-form-content li table tr {
20     padding: 3px 20px;
21     line-height: 1.42857;
22     border-top: 1px solid rgb(221, 221, 221);
23 }
24
25 #selection-form-content a:hover, #selection-form-content a:focus, #selection-form-content input:hover, #selection-form-content input:focus, #selection-form-content tr:hover {
26     text-decoration: none;
27     color: rgb(38, 38, 38);
28     background-color: whitesmoke;
29 }