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:
parent
0a099b6ee1
commit
1d85ee5167
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue