Changed my mind, better to change color
This commit is contained in:
parent
1f6530e23f
commit
0b55b7e31f
@ -199,8 +199,15 @@ div.flot-text {
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
/* worldmap zoom buttons and leaflet */
|
/* worldmap zoom buttons and leaflet */
|
||||||
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers,
|
.leaflet-bar a, .leaflet-bar a:hover {
|
||||||
.leaflet-touch .leaflet-bar {
|
background-color: #1f1f1f;
|
||||||
|
border-bottom: 1px solid #1f1f1f;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.leaflet-bar a:hover {
|
||||||
|
background-color: #1b1b1b;
|
||||||
|
}
|
||||||
|
.leaflet-container .leaflet-control-attribution {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* New Dashboard */
|
/* New Dashboard */
|
||||||
|
|||||||
@ -240,8 +240,15 @@ div.flot-text {
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
/* worldmap zoom buttons and leaflet */
|
/* worldmap zoom buttons and leaflet */
|
||||||
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers,
|
.leaflet-bar a, .leaflet-bar a:hover {
|
||||||
.leaflet-touch .leaflet-bar {
|
background-color: #1f1f1f;
|
||||||
|
border-bottom: 1px solid #1f1f1f;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.leaflet-bar a:hover {
|
||||||
|
background-color: #1b1b1b;
|
||||||
|
}
|
||||||
|
.leaflet-container .leaflet-control-attribution {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* buttons */
|
/* buttons */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user