Files
contao-leaflet-libraries/assets/control-geocoder/Control.Geocoder.css

127 lines
2.6 KiB
CSS
Raw Normal View History

.leaflet-control-geocoder {
2018-08-23 15:42:45 +02:00
border-radius: 4px;
background: white;
min-width: 26px;
min-height: 26px;
}
.leaflet-touch .leaflet-control-geocoder {
2018-08-23 15:42:45 +02:00
min-width: 30px;
min-height: 30px;
}
2018-08-23 15:42:45 +02:00
.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
border-bottom: none;
display: inline-block;
}
2016-10-04 13:53:34 +02:00
.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
2018-08-23 15:42:45 +02:00
width: inherit;
height: inherit;
line-height: inherit;
}
2018-08-23 15:42:45 +02:00
.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
border-bottom: none;
display: inline-block;
}
2016-10-04 13:53:34 +02:00
.leaflet-control-geocoder-form {
2018-08-23 15:42:45 +02:00
display: none;
vertical-align: middle;
2016-10-04 13:53:34 +02:00
}
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
2018-08-23 15:42:45 +02:00
display: inline-block;
2016-10-04 13:53:34 +02:00
}
.leaflet-control-geocoder-form input {
2018-08-23 15:42:45 +02:00
font-size: 120%;
border: 0;
background-color: transparent;
width: 246px;
}
.leaflet-control-geocoder-icon {
2018-08-23 15:42:45 +02:00
border-radius: 4px;
width: 26px;
height: 26px;
border: none;
background-color: white;
background-image: url(images/geocoder.png);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.leaflet-touch .leaflet-control-geocoder-icon {
2018-08-23 15:42:45 +02:00
width: 30px;
height: 30px;
}
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
2018-08-23 15:42:45 +02:00
background-image: url(images/throbber.gif);
}
2016-10-04 13:53:34 +02:00
.leaflet-control-geocoder-form-no-error {
2018-08-23 15:42:45 +02:00
display: none;
}
.leaflet-control-geocoder-form input:focus {
2018-08-23 15:42:45 +02:00
outline: none;
}
.leaflet-control-geocoder-form button {
2018-08-23 15:42:45 +02:00
display: none;
}
.leaflet-control-geocoder-error {
2018-08-23 15:42:45 +02:00
margin-top: 8px;
margin-left: 8px;
display: block;
color: #444;
}
2016-10-04 13:53:34 +02:00
.leaflet-control-geocoder-alternatives {
2018-08-23 15:42:45 +02:00
display: block;
width: 272px;
list-style: none;
padding: 0;
margin: 0;
}
.leaflet-control-geocoder-alternatives-minimized {
2018-08-23 15:42:45 +02:00
display: none;
height: 0;
}
.leaflet-control-geocoder-alternatives li {
2018-08-23 15:42:45 +02:00
white-space: nowrap;
display: block;
overflow: hidden;
padding: 5px 8px;
text-overflow: ellipsis;
border-bottom: 1px solid #ccc;
cursor: pointer;
}
2018-08-23 15:42:45 +02:00
.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
width: inherit;
height: inherit;
line-height: inherit;
background: inherit;
border-radius: inherit;
text-align: left;
2016-10-04 13:53:34 +02:00
}
.leaflet-control-geocoder-alternatives li:last-child {
2018-08-23 15:42:45 +02:00
border-bottom: none;
}
2018-08-23 15:42:45 +02:00
.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
background-color: #f5f5f5;
}
.leaflet-control-geocoder-address-detail {
}
.leaflet-control-geocoder-address-context {
2018-08-23 15:42:45 +02:00
color: #666;
}