Upload files to "css"

This commit is contained in:
Brus 2025-11-21 12:00:45 +01:00
commit 0340a030a2
6 changed files with 688 additions and 0 deletions

19
css/leaflet.wmslegend.css Normal file
View 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;
}