diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-14 13:34:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-14 13:34:07 +0000 |
commit | 33b84fa02e9ae69832b23a86da7927c0164efc7b (patch) | |
tree | 0ed9558e5626ada0b2f876bb735b964cc4ce926c /web/cobrands/sass/_layout.scss | |
parent | 8fecb6121c239f877c4ed1ef6f99da4dc45d16c7 (diff) |
Remove opacity from map controls on mobile.
This crashes at least one mobile browser; not sure why, but we can do
without it.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index bf8f1e03b..118fb1523 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -527,6 +527,19 @@ body.twothirdswidthpage { z-index:1; } +// Openlayers map controls (overrides) +#fms_pan_zoom_panup, +#fms_pan_zoom_pandown, +#fms_pan_zoom_panleft, +#fms_pan_zoom_panright, +#fms_pan_zoom_zoomin, +#fms_pan_zoom_zoomout { + opacity: 0.85; + &:hover { + opacity: 1; + } +} + // push zoom back over to right #fms_pan_zoom_zoomin { left:auto !important; |