1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Convert rack units to part of SVG rendered document

This commit is contained in:
Dan Sheppard
2020-02-11 23:31:51 -06:00
parent ab378ed218
commit 15bc731f61
3 changed files with 25 additions and 11 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;
}