Fixed geomap zoom button. Fixed ZMQ interface icon

This commit is contained in:
Vasilis Tako 2021-08-27 16:03:31 +02:00
parent b9ae793eeb
commit af1ab037e9
4 changed files with 13 additions and 2 deletions

View file

@ -19,6 +19,10 @@ code {
color: white;
}
.leaflet-top.leaflet-left{
z-index: auto;
}
.btn-primary {
color: #000;
background-color: var(--ntop-orange);

View file

@ -1048,3 +1048,7 @@ td.dashboard-counter {
color: #0d6efd;
cursor: pointer;
}
.leaflet-top.leaflet-left{
z-index: auto;
}