From 86d42de458fc4eda9114df151577b66ff85ab077 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Fri, 7 Feb 2020 20:02:32 +0100 Subject: [PATCH] Show icon indicator when profile is pinned (modified in editor) --- css/style.css | 6 +++++ index.html | 1 + js/control/Profile.js | 52 +++++++++++++++++++++++++++---------------- 3 files changed, 40 insertions(+), 19 deletions(-) diff --git a/css/style.css b/css/style.css index 6611be4..ea11721 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/index.html b/index.html index 5b0033b..c9a72bd 100644 --- a/index.html +++ b/index.html @@ -686,6 +686,7 @@ >Profile +