netbox-plugin-device-map/netbox_device_map/static/netbox_device_map/style.css
Victor Golovanenko a3862a975c
Initial commit
2022-05-26 09:53:13 +03:00

23 lines
356 B
CSS

.text-toggle[aria-expanded=false] .text-expanded {
display: none;
}
.text-toggle[aria-expanded=true] .text-collapsed {
display: none;
}
.sidebar-device-type {
color: #6c757d;
}
.sidebar-device-role {
font-size: .9rem;
color: #6c757d;
}
.leaflet-sidebar > .close {
text-decoration: none
}
.sidebar-cpe-list li {
list-style-type: decimal;
}