From 443f28dee85302a3cfb715b5b748852e0d3db8ba Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 31 Jul 2006 18:35:22 +0000 Subject: [PATCH] change warning background color to darkblue. lets try to be consistent here git-svn-id: http://svn.openlayers.org/trunk/openlayers@1049 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Google.js | 2 +- lib/OpenLayers/Layer/VirtualEarth.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/Google.js b/lib/OpenLayers/Layer/Google.js index b636fb3e38..9a17a71781 100644 --- a/lib/OpenLayers/Layer/Google.js +++ b/lib/OpenLayers/Layer/Google.js @@ -175,7 +175,7 @@ OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), { */ loadWarningMessage:function() { - this.div.style.backgroundColor = "red"; + this.div.style.backgroundColor = "darkblue"; var html = ""; html += "The Google Layer was unable to load correctly.
"; diff --git a/lib/OpenLayers/Layer/VirtualEarth.js b/lib/OpenLayers/Layer/VirtualEarth.js index d5e1f2b308..ced254e302 100644 --- a/lib/OpenLayers/Layer/VirtualEarth.js +++ b/lib/OpenLayers/Layer/VirtualEarth.js @@ -113,7 +113,7 @@ OpenLayers.Layer.VirtualEarth.prototype = */ loadWarningMessage:function() { - this.div.style.backgroundColor = "red"; + this.div.style.backgroundColor = "darkblue"; var html = ""; html += "The VE Layer was unable to load correctly.
";