Merge pull request #4144 from netbox-community/3986-rack_positions_svg

Fixes: #3986 - Convert rack units to part of SVG rendered document
This commit is contained in:
Jeremy Stretch
2020-02-12 16:06:05 -05:00
committed by GitHub
4 changed files with 28 additions and 14 deletions

View File

@@ -56,3 +56,12 @@ text {
.blocked:hover+.add-device {
fill: none;
}
.unit {
margin: 0;
padding: 5px 0px;
fill: #c0c0c0;
font-size: 10px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}