50% opacity as default

This commit is contained in:
Ansis Brammanis
2013-01-24 13:34:45 -05:00
parent 2fd492ed03
commit 4f174915b2
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -773,6 +773,10 @@ img.tile {
-o-transform-origin:0 0;
}
#tile-g {
opacity: 0.5;
}
/* About Section
------------------------------------------------------- */
+1 -1
View File
@@ -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')