From f6326fcc99bb63f345f12fed78dbf2f90e472f4a Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 24 Nov 2015 17:01:22 +0100 Subject: [PATCH] Simplify css color notation --- css/ol.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/ol.css b/css/ol.css index 274c32a099..538a602616 100644 --- a/css/ol.css +++ b/css/ol.css @@ -19,9 +19,9 @@ position: absolute; } .ol-scale-line-inner { - border: 1px solid #eeeeee; + border: 1px solid #eee; border-top: none; - color: #eeeeee; + color: #eee; font-size: 10px; text-align: center; margin: 1px;