From bc2415bc5ddb8cb49de3a2bdfc09d0a90fd9bd49 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 2 Feb 2017 17:31:00 -0600 Subject: [PATCH] Remove highlighting from map buttons --- public_html/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public_html/style.css b/public_html/style.css index 4bc35a1..0aca203 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -640,6 +640,11 @@ select.error, textarea.error, input.error { background-image: url('images/alt_legend_meters.svg') !important; } +/* remove the blue highlighting around the map buttons */ +.ol-control button { + outline: none; +} + /* Retina 2x images */ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .settingsCloseBox {