commit 6337c1495c98dbf0548ff87ff19d2e616e05c4f4
parent cb9c6864e197657fabf8cfb439180a77d088bf9c
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Mon, 2 Jul 2018 18:45:30 +0300
[coordinates] refactor style -- set gray in percents
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/leaflet.control.coordinates/coordinates.css b/src/lib/leaflet.control.coordinates/coordinates.css
@@ -11,7 +11,7 @@
}
.leaflet-coordinates-menu-fmt {
- color: #aaa;
+ color: hsl(0, 0%, 66%);
margin-left: 0.5em;
float: right;
}
@@ -47,7 +47,7 @@
.leaflet-coordinates-divider {
border: none;
- border-top: 1px solid #eee;
+ border-top: 1px solid hsl(0, 0%, 92%);
margin-top: 0px;
margin-bottom: 3px;
}