Files
os-ken/os_ken/app/gui_topology/html/osken.topology.css
Hongbin Lu eb94ee01bc Rename "ryu" to "os_ken" everywhere
Change-Id: Id227a6672fb89cd512b17cddfb1fce7bb22fb0c8
2018-11-27 20:48:02 +00:00

31 lines
302 B
CSS

#topology {
border: 1px solid #000000;
}
.node {
}
.node.fixed {
fill: #C0C0C0;
}
.node text {
font-size: 14px;
}
.link {
stroke: #090909;
stroke-opacity: .6;
stroke-width: 2px;
}
.port circle {
stroke: black;
fill: #C5F9F9;
}
.port text {
font-size: 10px;
}