mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
50% opacity as default
This commit is contained in:
@@ -773,6 +773,10 @@ img.tile {
|
||||
-o-transform-origin:0 0;
|
||||
}
|
||||
|
||||
#tile-g {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* About Section
|
||||
------------------------------------------------------- */
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ iD.ui.layerswitcher = function(map) {
|
||||
});
|
||||
|
||||
// Make sure there is an active selection by default
|
||||
d3.select('.opacity-options li').classed('selected', true);
|
||||
d3.select('.opacity-options li:nth-child(2)').classed('selected', true);
|
||||
|
||||
function selectLayer(d) {
|
||||
content.selectAll('a.layer')
|
||||
|
||||
Reference in New Issue
Block a user