UNPKG

iotmapmanager

Version:

Manage markers, clusters, user marker or paths on IotMaps

45 lines (36 loc) 1.34 kB
/* * Software Name : Iot Map Component * SPDX-FileCopyrightText: Copyright (c) Orange SA * SPDX-License-Identifier: MIT * * This software is distributed under the MIT license, * the text of which is available at https://opensource.org/license/MIT/ * or see the "LICENSE" file for more details. * * Software description: web library for interactive maps providing Orange branded reusable markers, tabs, clusters and paths */ /* map.css */ /* layers icon */ .leaflet-top.leaflet-right .leaflet-control-layers:nth-child(1) .leaflet-control-layers-toggle { background-image: url('../img/Layers.png'); background-size: 36px; } /* layer control border */ .leaflet-top.leaflet-right .leaflet-control-layers { border-color: black; } .leaflet-top.leaflet-left .leaflet-control-zoom { border-color: black; } .leaflet-top.leaflet-left .leaflet-control-zoom-in, .leaflet-top.leaflet-left .leaflet-control-zoom-out { background-color: white; color: black; } .leaflet-top.leaflet-left .leaflet-control-zoom-in:hover, .leaflet-top.leaflet-left .leaflet-control-zoom-out:hover { background-color: black; color: white; } .leaflet-top.leaflet-left .leaflet-control-zoom-in:active, .leaflet-top.leaflet-left .leaflet-control-zoom-out:active { background-color: #FF7900; color: black; }