Merge pull request #1409 from umap-project/form-button-css
More targeted CSS rule for button color
This commit is contained in:
commit
9d30e150a3
2 changed files with 3 additions and 12 deletions
|
@ -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 ******************** */
|
||||
/* ************************************************* */
|
||||
|
|
|
@ -1619,6 +1619,9 @@ a.add-datalayer:hover,
|
|||
height: 36px;
|
||||
line-height: 34px;
|
||||
}
|
||||
.leaflet-container a {
|
||||
color: #323737;
|
||||
}
|
||||
|
||||
/* ****** */
|
||||
/* Mobile */
|
||||
|
|
Loading…
Reference in a new issue