10 lines
No EOL
250 B
CSS
10 lines
No EOL
250 B
CSS
/* Conditional stylesheet for IE. */
|
|
|
|
.leaflet-control-draw {
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000', EndColorStr='#3F000000');
|
|
}
|
|
|
|
.leaflet-control-draw a {
|
|
background-color: #eee;
|
|
filter: alpha(opacity=90);
|
|
} |