mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixed geomap zoom button. Fixed ZMQ interface icon
This commit is contained in:
parent
b9ae793eeb
commit
af1ab037e9
4 changed files with 13 additions and 2 deletions
|
|
@ -19,6 +19,10 @@ code {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.leaflet-top.leaflet-left{
|
||||
z-index: auto;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #000;
|
||||
background-color: var(--ntop-orange);
|
||||
|
|
|
|||
|
|
@ -1048,3 +1048,7 @@ td.dashboard-counter {
|
|||
color: #0d6efd;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.leaflet-top.leaflet-left{
|
||||
z-index: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue