Removed unnecessary !important from css.
This commit is contained in:
parent
dfafae1f53
commit
d0087f890a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
* Leaflet overrides
|
* Leaflet overrides
|
||||||
*/
|
*/
|
||||||
.leaflet-control-zoom-in {
|
.leaflet-control-zoom-in {
|
||||||
background-image: url(../images/zoom-in.png) !important;
|
background-image: url(../images/zoom-in.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-control-zoom-out {
|
.leaflet-control-zoom-out {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue