You are here

openlayers.css in Openlayers 6

Same filename and directory in other branches
  1. 6.2 openlayers.css

OpenLayers Main CSS

This file holds the base CSS for the openlayers module

File

openlayers.css
View source
  1. /**
  2. * @file
  3. * OpenLayers Main CSS
  4. *
  5. * This file holds the base CSS for the openlayers module
  6. *
  7. * @ingroup openlayers
  8. */
  9. .openlayers-map {
  10. z-index: 0;
  11. position: relative;
  12. }
  13. /* Reset Image Margins */
  14. .openlayers-map img {
  15. margin: 0px;
  16. }
  17. /**
  18. * Controls
  19. */
  20. .openlayers-controls {
  21. z-index: 1000;
  22. }

Related topics