Merge pull request #1409 from umap-project/form-button-css

More targeted CSS rule for button color
This commit is contained in:
Yohan Boniface 2023-11-15 18:00:37 +01:00 committed by GitHub
commit 9d30e150a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 12 deletions

View file

@ -311,18 +311,6 @@ table.maps thead tr {
}
/* **************************** */
/* Override Leaflet.Storage */
/* **************************** */
#id_editors + br + span.helptext {
display: none;
}
.leaflet-container a.button {
color: #323737;
font-size: 13.3px;
}
/* ************************************************* */
/* ********************* MOBILE ******************** */
/* ************************************************* */

View file

@ -1619,6 +1619,9 @@ a.add-datalayer:hover,
height: 36px;
line-height: 34px;
}
.leaflet-container a {
color: #323737;
}
/* ****** */
/* Mobile */