git_sitools_idoc / Module_DatasetExplorerD3_sitools2v3 / style.css @ 20ff13ec
1 |
svg {
|
---|---|
2 |
position: absolute; |
3 |
top: 10px; |
4 |
left: 0; |
5 |
right: 0; |
6 |
margin-left: auto; |
7 |
margin-right: auto; |
8 |
} |
9 |
path {
|
10 |
cursor: pointer; |
11 |
stroke: #fff; |
12 |
stroke-width: 1; |
13 |
} |
14 |
text {
|
15 |
cursor: pointer; |
16 |
font-family: Arial, Helvetica, sans-serif; |
17 |
} |
18 |
#vis {
|
19 |
border-radius: 50%; |
20 |
} |