[Pkg-javascript-commits] [leaflet-markercluster] 144/479: Get rid of the transparent cluster bg in IE CSS, breaks when a cluster is clicked. They can live without it
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:22 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 0a18edad12edae7780aa1aaf187f47116e98cef2
Author: danzel <danzel at localhost.geek.nz>
Date: Thu Aug 2 11:06:28 2012 +1200
Get rid of the transparent cluster bg in IE CSS, breaks when a cluster is clicked. They can live without it
---
dist/MarkerCluster.Default.ie.css | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/dist/MarkerCluster.Default.ie.css b/dist/MarkerCluster.Default.ie.css
index 6b3c42c..aa93ae9 100644
--- a/dist/MarkerCluster.Default.ie.css
+++ b/dist/MarkerCluster.Default.ie.css
@@ -1,34 +1,27 @@
/* IE 6-8 fallback colors */
.marker-cluster-small {
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99B5E28C,endColorstr=#99B5E28C);
+ background-color: rgb(181, 226, 140);
}
.marker-cluster-small div {
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#996ECC39,endColorstr=#996ECC39);
+ background-color: rgb(110, 204, 57);
}
.marker-cluster-medium {
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F1D357,endColorstr=#99F1D357);
+ background-color: rgb(241, 211, 87);
}
.marker-cluster-medium div {
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F0C20C,endColorstr=#99F0C20C);
+ background-color: rgb(240, 194, 12);
}
.marker-cluster-large {
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FD9C73,endColorstr=#99FD9C73);
+ background-color: rgb(253, 156, 115);
}
.marker-cluster-large div {
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F18017,endColorstr=#99F18017);
+ background-color: rgb(241, 128, 23);
}
-.marker-cluster {
- background:transparent;
- zoom:1;
-}
.marker-cluster div {
/* fixes the center part position. No idea why this is needed */
margin-left: 0px;
-
- background:transparent;
- zoom:1;
}
--
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