larger close button for popups
This commit is contained in:
@@ -1374,6 +1374,21 @@ select.form-input { cursor: pointer; }
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------
|
||||
6.4 Larger Popup Close Button for Touch
|
||||
--------------------------------------------------------- */
|
||||
.leaflet-popup-close-button {
|
||||
font-size: 22px !important;
|
||||
width: 30px !important;
|
||||
height: 30px !important;
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 !important;
|
||||
right: 4px !important;
|
||||
top: 4px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user