feat: align celllayer and cellayerplus border

This commit is contained in:
Yohan Boniface 2024-08-07 09:12:46 +02:00
parent facccc1c70
commit a0ec0de6f7

View file

@ -193,8 +193,8 @@
.leaflet-iconLayers-layer {
width: 38px;
height: 38px;
box-shadow: 0px 0px 2px #444;
border: 1px solid #bbb;
box-shadow: none;
border: 1px solid var(--color-lightGray);
border-radius: 4px;
}
.leaflet-iconLayers-layerTitleContainer {
@ -229,6 +229,7 @@
line-height: 100%;
border-radius: var(--border-radius);
margin-bottom: 0;
border: 1px solid var(--color-lightGray);
}
.leaflet-iconLayers-layerCell-plus:hover {
background-color: var(--color-lightGray);