From d29d84a67fc0478fe259478611ccee1b00133579 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Sat, 30 Jan 2016 20:03:26 +0100 Subject: [PATCH] Adjust Leaflet GreenCluster color --- html/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/styles.css b/html/css/styles.css index ea9dde5754..ead23f4072 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1847,7 +1847,7 @@ label { .greenCluster { background-color: rgba(0,255,0); - background-color: rgba(0,255,0,0.7); + background-color: rgba(110, 204, 57, 0.6); text-align: center; width: 25px !important; height: 25px !important;