Skip to content
Snippets Groups Projects
Commit c8814797 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

style: Fix close button styling

parent c5b03ad4
No related branches found
No related tags found
1 merge request!191Add map module and Open-Meteo support
......@@ -43,6 +43,22 @@
font-size: 0.9rem; /* Make font-size of popup larger */
}
.close-button {
position: absolute;
top: 10px;
right: 15px;
font-size: 40px;
color: white;
background-color: transparent;
border: none;
cursor: pointer;
z-index: 1500;
}
.close-button:hover {
color: #ddd;
}
#pointForm {
z-index: 1200;
position: absolute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment