Merge pull request #1493 from umap-project/tilelayer-preview-border
Add a small box-shadow to tilelayer preview
This commit is contained in:
commit
2bb104d29e
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