renaming backend, cellxgene to server, client respectively

This commit is contained in:
Charlotte Weaver
2018-06-26 11:32:41 -07:00
parent 59dcfe2bc4
commit dd5fa57259
97 changed files with 4 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
.scatterplot {
display: block;
}
.scatterplot svg,
.scatterplot canvas {
font: 10px sans-serif;
position: absolute;
}
.scatterplot canvas {
opacity: 0.9;
pointer-events: none;
}