-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (47 loc) · 709 Bytes
/
styles.css
File metadata and controls
56 lines (47 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* heatmap */
div.tooltip {
position: absolute;
text-align: center;
min-width: 65px;
height: 50px;
padding: 2px;
background: white;
stroke: gray;
border-radius: 8px;
pointer-events: none;
}
.tooltip h2 {
margin: auto;
font: 14px sans-serif;
}
.heatmapText {
font-size: 10px;
opacity: 0.8;
}
/* PCA */
text.selected{
fill: red;
font-weight: bold;
opacity:1;
}
text.selectedTrace{
fill: blue;
font-weight: bold;
opacity:1;
}
line.selected{
stroke:red;
stroke-width:2;
}
.genePlotText {
cursor: pointer;
}
/* buttons */
text.selectedSearch{
fill: green;
font-weight: bold;
opacity:1;
}
.bucketStyle {
cursor: pointer;
}