mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-11 21:13:04 +00:00
Background color
This commit is contained in:
parent
d050e3024d
commit
f26524bb7d
@ -25,12 +25,6 @@ export class GraphLayout implements Widget {
|
||||
constructor() {
|
||||
this.linksWidget = new LinksWidget();
|
||||
this.nodesWidget = new NodesWidget();
|
||||
|
||||
// this.nodesWidget.addOnNodeDraggingCallback((n: Node) => {
|
||||
// this.linksWidget.
|
||||
// // this.linksWidget.draw();
|
||||
// });
|
||||
|
||||
this.drawingsWidget = new DrawingsWidget();
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
.project-map {
|
||||
background-color: lightgray;
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
.project-toolbar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user