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

fixed svg gradient scaling and css flickering issue

This commit is contained in:
John Anderson
2019-12-12 00:30:22 -05:00
parent 5aa17bc42a
commit ea5c9df095
2 changed files with 10 additions and 3 deletions

View File

@ -88,6 +88,12 @@ text {
.slot:hover+.add-device {
fill: blue;
}
.add-device:hover {
fill: blue;
}
.add-device:hover+.slot {
fill: #fff;
}
.reserved {
fill: url(#reserved);
}