mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Rebase of 07/04/2017
This commit is contained in:
parent
3257bea244
commit
b31b7b7ac1
1 changed files with 28 additions and 0 deletions
|
|
@ -85,3 +85,31 @@ text.nodeLabel {
|
|||
font-size: 1em;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* D3 Graph Configuration */
|
||||
marker {
|
||||
fill: #D3D3D3;
|
||||
}
|
||||
path.link {
|
||||
fill: none;
|
||||
stroke-width: 3px;
|
||||
stroke: #D3D3D3;
|
||||
}
|
||||
path.textpath {
|
||||
fill: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
text {
|
||||
font-size: 12px;
|
||||
pointer-events: none;
|
||||
}
|
||||
text.shadow {
|
||||
stroke: #fff;
|
||||
stroke-width: 3px;
|
||||
stroke-opacity: .8;
|
||||
}
|
||||
text.nodeLabel {
|
||||
font-size: 1em;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue