Client - add shadow on static map (when hover)

This commit is contained in:
Sam
2021-10-05 20:05:07 +02:00
parent 1f5620ca35
commit e9c06947c0
2 changed files with 3 additions and 1 deletions

View File

@ -255,6 +255,7 @@
.static-map {
display: none;
box-shadow: 3px 3px 3px 1px lightgrey;
}
}