All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.ddl-debugger.css.graph.css Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
svg {
   border: 1px solid #ccc;
   overflow: hidden;
   margin: 0 auto;
}

.node rect {
   stroke: #333;
   fill: #fff;
}

.edgePath path {
   stroke: #333;
   fill: #333;
   stroke-width: 1.5px;
}

.node ellipse {
   stroke: #333;
   fill: #fff;
   stroke-width: 1.5px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy