needed important on worldmap

This commit is contained in:
GilbN 2019-01-10 23:42:35 +01:00
parent 65a0256b6e
commit 564ae33464
2 changed files with 8 additions and 8 deletions

View File

@ -200,12 +200,12 @@ div.flot-text {
}
/* worldmap zoom buttons and leaflet */
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #1f1f1f;
border-bottom: 1px solid #1f1f1f;
color: white;
background-color: #1f1f1f !important;
border-bottom: 1px solid #1f1f1f !important;
color: white !important;
}
.leaflet-bar a:hover {
background-color: #1b1b1b;
background-color: #1b1b1b !important;
}
.leaflet-container .leaflet-control-attribution {
display: none;

View File

@ -241,12 +241,12 @@ div.flot-text {
}
/* worldmap zoom buttons and leaflet */
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #1f1f1f;
border-bottom: 1px solid #1f1f1f;
color: white;
background-color: #1f1f1f !important;
border-bottom: 1px solid #1f1f1f !important;
color: white !important;
}
.leaflet-bar a:hover {
background-color: #1b1b1b;
background-color: #1b1b1b !important;
}
.leaflet-container .leaflet-control-attribution {
display: none;