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:
parent
4b8b0b963b
commit
5aa7ea6a7f
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 ******************** */
|
/* ********************* MOBILE ******************** */
|
||||||
/* ************************************************* */
|
/* ************************************************* */
|
||||||
|
|
|
@ -1619,6 +1619,9 @@ a.add-datalayer:hover,
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
}
|
}
|
||||||
|
.leaflet-container a {
|
||||||
|
color: #323737;
|
||||||
|
}
|
||||||
|
|
||||||
/* ****** */
|
/* ****** */
|
||||||
/* Mobile */
|
/* Mobile */
|
||||||
|
|
Loading…
Reference in a new issue