Project

General

Profile

« Previous | Next » 

Revision c23a56d8

Added by Andreas Kohlbecker over 3 years ago

harmonizing loading indicator color with other openlayers controls

View differences:

modules/cdm_dataportal/js/map/openlayers_map.js
1350 1350
          var fa_class = document.createAttribute("class");
1351 1351
          fa_class.value = "fa fa-refresh fa-spin fa-sync-alt fa-5x";
1352 1352
          loadingIcon.attributes.setNamedItem(fa_class);
1353
          loadingIcon.style.color = "#3f3f3f"; // same gray as the other OL controls
1353 1354

  
1354 1355
          this.updateSize();
1355 1356

  

Also available in: Unified diff