From a916402c7f464bb6bc6167a38c03ebf015a61d82 Mon Sep 17 00:00:00 2001 From: J Guthrie Date: Mon, 8 Oct 2018 15:18:40 +0100 Subject: [PATCH] Changed styling of geocode-worldwide-search button --- css/80_app.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 6b3047bcd1..427022792e 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -902,6 +902,18 @@ a.hide-toggle { border-radius: 0; } +.geocode-item { + width: 50%; + background-color: #ccc; + left: 25%; + margin-top: 30px; + border-radius: 2px; +} + +.geocode-item:hover { + background-color: #aaa; +} + .feature-list-item { background-color: #fff; font-weight: bold;