mirror of
https://github.com/drygdryg/netbox-plugin-device-map.git
synced 2024-11-29 21:50:53 +03:00
23 lines
356 B
CSS
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;
|
|
} |