forked from heigeo/leaflet.wms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
leaflet.wms.css
51 lines (43 loc) · 1.13 KB
/
leaflet.wms.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.leaflet-wms-popup .leaflet-popup-content-wrapper table {
font-size:10px;
border-collapse: collapse;
}
.leaflet-wms-popup .leaflet-popup-content-wrapper a {
color:rgba(255,255,255,0.5);
}
.leaflet-wms-popup .leaflet-popup-tip-container {
width:30px;
height:15px;
}
.leaflet-wms-popup .leaflet-popup-tip {
border-left:15px solid transparent;
border-right:15px solid transparent;
border-top:15px solid #2c3e50;
}
/*Info style*/
.leaflet-wms-info-link {
white-space: nowrap;
width: 18px;
height:18px;
display: inline-block;
background:transparent url('info.png') center bottom no-repeat content-box;
}
.leaflet-wms-info-link:hover {
background-image: url('info.png');
}
.leaflet-wms-legend-link {
white-space: nowrap;
width: 18px;
height:18px;
display: inline-block;
background:transparent url('legend.png') center bottom no-repeat content-box;
}
.leaflet-wms-legend-link:hover {
background-image: url('legend.png');
}
.leaflet-wms-legend-link-off {
background-image: url('legend_off.png');
}
.leaflet-wms-info-link-off {
background-image: url('info_off.png');
}