Show icon indicator when profile is pinned (modified in editor)

This commit is contained in:
Norbert Renner 2020-02-07 20:02:32 +01:00
parent c94a530f49
commit 86d42de458
3 changed files with 40 additions and 19 deletions

View file

@ -483,6 +483,12 @@ table.dataTable.display tbody tr:hover.selected {
color: #737373;
}
#profile-pinned {
margin-left: auto;
margin-right: 4px;
color: #777;
}
.leaflet-sidebar-content {
/* for optional-layers-tree */
overflow-x: auto;