More targeted CSS rule for button color

Otherwise it override forms button (which are in dark mode and thus
need to keep the clear grey color)
This commit is contained in:
Yohan Boniface 2023-11-15 17:51:35 +01:00
parent 4b8b0b963b
commit 5aa7ea6a7f
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 */