1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

Changed my mind, better to change color

This commit is contained in:
GilbN 2019-01-10 23:19:58 +01:00
parent 1f6530e23f
commit 0b55b7e31f
2 changed files with 18 additions and 4 deletions

View File

@ -199,8 +199,15 @@ div.flot-text {
padding-left: 10px;
}
/* worldmap zoom buttons and leaflet */
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #1f1f1f;
border-bottom: 1px solid #1f1f1f;
color: white;
}
.leaflet-bar a:hover {
background-color: #1b1b1b;
}
.leaflet-container .leaflet-control-attribution {
display: none;
}
/* New Dashboard */

View File

@ -240,8 +240,15 @@ div.flot-text {
padding-left: 10px;
}
/* worldmap zoom buttons and leaflet */
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #1f1f1f;
border-bottom: 1px solid #1f1f1f;
color: white;
}
.leaflet-bar a:hover {
background-color: #1b1b1b;
}
.leaflet-container .leaflet-control-attribution {
display: none;
}
/* buttons */