Add a small asterisk near map title when it's dirty
This commit is contained in:
parent
597b3bb10f
commit
fc42eb2573
1 changed files with 9 additions and 0 deletions
|
@ -507,6 +507,15 @@ ul.photon-autocomplete {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
a.map-name:after {
|
||||||
|
content: '\00a0';
|
||||||
|
padding-left: 3px;
|
||||||
|
width: 5px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.umap-is-dirty a.map-name:after {
|
||||||
|
content: '*';
|
||||||
|
}
|
||||||
.umap-main-edit-toolbox .share-status {
|
.umap-main-edit-toolbox .share-status {
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue