Add a small box-shadow to tilelayer preview

In some situation, the preview is very close to the background, so
it's not visible enough.

fix #1485
This commit is contained in:
Yohan Boniface 2023-12-28 11:51:04 +01:00
parent 0a099b6ee1
commit 1d85ee5167

View file

@ -164,7 +164,7 @@
.leaflet-iconLayers-layer {
width: 38px;
height: 38px;
box-shadow: none;
box-shadow: 0px 0px 2px #444;
border: 1px solid #bbb;
border-radius: 4px;
}