diff --git a/css/app.css b/css/app.css index 2de090677..83bf1fa33 100644 --- a/css/app.css +++ b/css/app.css @@ -84,11 +84,16 @@ input[type=text]:focus { padding:10px; } -#bar button:hover { +#bar button[disabled] { + color:#eee; + cursor:auto; +} + +#bar button:hover:not([disabled]) { background:#eee; } -#bar button.active { +#bar button.active:not([disabled]) { background:#eee; color:#000; } diff --git a/index.html b/index.html index 61ea4924f..fa2f27297 100644 --- a/index.html +++ b/index.html @@ -7,30 +7,6 @@ - -
- -Work in progress: introduction, - code, - docs. - Imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.
-