You are here

leaflet_general.css in Leaflet 2.0.x

Same filename and directory in other branches
  1. 8 css/leaflet_general.css
  2. 2.1.x css/leaflet_general.css
/* line 1, ../sass/leaflet_general.scss */
.leaflet-warning {
  color: red;
}

/**
 * Styles for leaflet views AJAX popup.
 */
/* line 8, ../sass/leaflet_general.scss */
.leaflet-ajax-popup {
  height: 140px;
  width: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/spin.gif");
}

/* line 16, ../sass/leaflet_general.scss */
.leaflet-container {
  z-index: 1;
}

/* line 21, ../sass/leaflet_general.scss */
.leaflet-widget-input.readonly {
  color: gray;
}

File

css/leaflet_general.css
View source
  1. /* line 1, ../sass/leaflet_general.scss */
  2. .leaflet-warning {
  3. color: red;
  4. }
  5. /**
  6. * Styles for leaflet views AJAX popup.
  7. */
  8. /* line 8, ../sass/leaflet_general.scss */
  9. .leaflet-ajax-popup {
  10. height: 140px;
  11. width: 180px;
  12. background-position: center;
  13. background-repeat: no-repeat;
  14. background-image: url("../assets/spin.gif");
  15. }
  16. /* line 16, ../sass/leaflet_general.scss */
  17. .leaflet-container {
  18. z-index: 1;
  19. }
  20. /* line 21, ../sass/leaflet_general.scss */
  21. .leaflet-widget-input.readonly {
  22. color: gray;
  23. }