[Pkg-javascript-commits] [leaflet-markercluster] 444/479: add oldie styles
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:01:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 84454ceda86dca0e913dac2ecb565b52b4f6ba3c
Author: Frank Rowe <fsrowe at gmail.com>
Date: Mon Nov 25 14:07:30 2013 -0500
add oldie styles
---
dist/MarkerCluster.Default.css | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dist/MarkerCluster.Default.css b/dist/MarkerCluster.Default.css
index 90558dd..bbc8c9f 100644
--- a/dist/MarkerCluster.Default.css
+++ b/dist/MarkerCluster.Default.css
@@ -19,6 +19,28 @@
background-color: rgba(241, 128, 23, 0.6);
}
+ /* IE 6-8 fallback colors */
+.leaflet-oldie .marker-cluster-small {
+ background-color: rgb(181, 226, 140);
+ }
+.leaflet-oldie .marker-cluster-small div {
+ background-color: rgb(110, 204, 57);
+ }
+
+.leaflet-oldie .marker-cluster-medium {
+ background-color: rgb(241, 211, 87);
+ }
+.leaflet-oldie .marker-cluster-medium div {
+ background-color: rgb(240, 194, 12);
+ }
+
+.leaflet-oldie .marker-cluster-large {
+ background-color: rgb(253, 156, 115);
+ }
+.leaflet-oldie .marker-cluster-large div {
+ background-color: rgb(241, 128, 23);
+}
+
.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list