Skip to content

Commit

Permalink
Style popup
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Nov 16, 2024
1 parent bf826d1 commit 16ee7c5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,27 @@ span.square {
left: 0.5em;
}

.ol-popup {
.ol-popup.default {
color: #242424;
font-size: 0.8em;
line-height: 1.25;
max-width: 80vh;
}

.ol-popup.default > div {
border-color: #646cff;
border-radius: 0;
}

.ol-popup.default > div:hover {
border-color: #535bf2;
}

.ol-popup .closeBox {
background-color: #646cff;
border-radius: 0;
}

.ol-popup .closeBox:hover {
background-color: #535bf2;
}

0 comments on commit 16ee7c5

Please sign in to comment.