diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-11 14:36:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-11 15:12:35 +0100 |
commit | 84ef0dc84db4aa08477de291f7a70b44202fe299 (patch) | |
tree | fb3b80ca1fe90580320a85b49efa5e9865534423 /web/js | |
parent | 962b881830f9edb4f0b0b5aac3ece87c80af1f0a (diff) |
Increase opacity a bit on non-hovered pins.
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/map-OpenLayers.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |