Changed styling of geocode-worldwide-search button

This commit is contained in:
J Guthrie
2018-10-08 15:18:40 +01:00
parent b2e01f7ce0
commit a916402c7f
+12
View File
@@ -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;