Upload files to "css"
This commit is contained in:
parent
f44c2b890a
commit
0340a030a2
6 changed files with 688 additions and 0 deletions
19
css/leaflet.wmslegend.css
Normal file
19
css/leaflet.wmslegend.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.leaflet-control-wms-legend
|
||||
{
|
||||
display: block;
|
||||
padding: 3px;
|
||||
border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
|
||||
cursor: auto;
|
||||
text-align: center;
|
||||
background-color: #FFFFFF;
|
||||
opacity: 0.95;
|
||||
}
|
||||
|
||||
.leaflet-control-wms-legend:hover
|
||||
{
|
||||
background-color: #F4F4F4;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue