mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 17:37:49 +02:00
Remember last custom tile layer (fixes #2094)
This commit is contained in:
+3
-3
@@ -2017,7 +2017,7 @@ img.wiki-image {
|
||||
height:18px;
|
||||
}
|
||||
|
||||
.background-control .layer-toggle-gpx button {
|
||||
.background-control .layer-list button {
|
||||
float: right;
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
@@ -2025,11 +2025,11 @@ img.wiki-image {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.background-control .layer-toggle-gpx button .icon {
|
||||
.background-control .layer-list button .icon {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.background-control .layer-toggle-gpx button.layer-extent {
|
||||
.background-control .layer-list button:first-of-type {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user