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
This commit is contained in:
euzuro
2006-07-31 18:35:22 +00:00
parent 0343f5a35e
commit 443f28dee8
2 changed files with 2 additions and 2 deletions

View File

@@ -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.<br>";

View File

@@ -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.<br>";