From 84ef0dc84db4aa08477de291f7a70b44202fe299 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 11 Jul 2016 14:36:00 +0100 Subject: Increase opacity a bit on non-hovered pins. --- web/js/map-OpenLayers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js/map-OpenLayers.js') diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index 797502533..25e63e93a 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -236,7 +236,7 @@ var fixmystreet = fixmystreet || {}; graphicOpacity: 1 }, 1: { - graphicOpacity: 0.15 + graphicOpacity: 0.4 } }); var pin_layer_options = { -- cgit v1.2.3