You are here

export.css in Openlayers 7.3

.ol-export.ol-control {
  right: 3em;
  top: .5em;
}

.ol-export.ol-control button {
  display: inline-block;
}

.ol-export.ol-control button.enable {
  text-decoration: none;
  background-color: #4c6079;
  background-color: rgba(0,60,136,0.7);
}

File

modules/openlayers_library/src/Plugin/Control/Export/css/export.css
View source
  1. .ol-export.ol-control {
  2. right: 3em;
  3. top: .5em;
  4. }
  5. .ol-export.ol-control button {
  6. display: inline-block;
  7. }
  8. .ol-export.ol-control button.enable {
  9. text-decoration: none;
  10. background-color: #4c6079;
  11. background-color: rgba(0,60,136,0.7);
  12. }