We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8e831 commit 6a947d1Copy full SHA for 6a947d1
inst/htmlwidgets/lib/leafletfix/leafletfix.css
@@ -5,25 +5,25 @@ img.leaflet-tile {
5
border-radius: 0;
6
border: none;
7
}
8
-.info {
+.leaflet .info {
9
padding: 6px 8px;
10
font: 14px/16px Arial, Helvetica, sans-serif;
11
background: white;
12
background: rgba(255,255,255,0.8);
13
box-shadow: 0 0 15px rgba(0,0,0,0.2);
14
border-radius: 5px;
15
16
-.legend {
+.leaflet .legend {
17
line-height: 18px;
18
color: #555;
19
20
-.legend svg text {
+.leaflet .legend svg text {
21
fill: #555;
22
23
-.legend svg line {
+.leaflet .legend svg line {
24
stroke: #555;
25
26
-.legend i {
+.leaflet .legend i {
27
width: 18px;
28
height: 18px;
29
margin-right: 4px;
0 commit comments