show name graph
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.links line {
|
||||
stroke: #999;
|
||||
stroke-opacity: 0.6;
|
||||
}
|
||||
|
||||
.nodes text {
|
||||
-webkit-user-select: none!important;
|
||||
-moz-user-select: none!important;
|
||||
-ms-user-select: none!important;
|
||||
user-select: none!important;
|
||||
cursor: -webkit-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
Reference in New Issue
Block a user