You are here

JSGeocoder.css in Openlayers 7.3

.ol-jsgeocoder.ol-control {
  bottom: 3em;
  right: .5em;
}

.ol-jsgeocoder.ol-control .ol-jsgeocoder-textinput {
  font-weight: bold;
  font-size: 1.5em;
  background-color: rgba(255,255,255,0.2);
}

File

modules/openlayers_library/src/Plugin/Control/JSGeocoder/css/JSGeocoder.css
View source
  1. .ol-jsgeocoder.ol-control {
  2. bottom: 3em;
  3. right: .5em;
  4. }
  5. .ol-jsgeocoder.ol-control .ol-jsgeocoder-textinput {
  6. font-weight: bold;
  7. font-size: 1.5em;
  8. background-color: rgba(255,255,255,0.2);
  9. }