From c8e35afecb0715e419207b31fb640533f2fe0323 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 24 Nov 2015 16:42:36 +0100 Subject: [PATCH] Remove fallback css color All browsers supports CSS3 color: http://caniuse.com/#feat=css3-colors --- css/ol.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/ol.css b/css/ol.css index 993aa48e04..274c32a099 100644 --- a/css/ol.css +++ b/css/ol.css @@ -11,7 +11,6 @@ } .ol-scale-line { - background: #95b9e6; background: rgba(0,60,136,0.3); border-radius: 4px; bottom: 8px; @@ -47,7 +46,6 @@ .ol-control { position: absolute; - background-color: #eee; background-color: rgba(255,255,255,0.4); border-radius: 4px; padding: 2px; @@ -95,7 +93,6 @@ height: 1.375em; width: 1.375em; line-height: .4em; - background-color: #7b98bc; background-color: rgba(0,60,136,0.5); border: none; border-radius: 2px; @@ -122,7 +119,6 @@ .ol-control button:hover, .ol-control button:focus { text-decoration: none; - background-color: #4c6079; background-color: rgba(0,60,136,0.7); } .ol-zoom .ol-zoom-in {