Fix dark button hover (cf #586)
This commit is contained in:
parent
6dc3181ed9
commit
a03aa4860d
1 changed files with 5 additions and 3 deletions
|
@ -103,6 +103,11 @@ a.umap-control-text {
|
|||
background-position: -1px -1px;
|
||||
background-color: #353c3e;
|
||||
}
|
||||
.leaflet-control-toolbar .leaflet-toolbar-icon.dark:hover,
|
||||
.leaflet-control-edit-enable a:hover {
|
||||
background-color: #4d5759;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -178,9 +183,6 @@ ul.photon-autocomplete {
|
|||
.leaflet-control-toolbar li .leaflet-toolbar-icon.dark {
|
||||
background-image: url('./img/24-white.png');
|
||||
}
|
||||
.leaflet-control-toolbar .leaflet-toolbar-icon.dark:hover {
|
||||
background-color: #353c3e;
|
||||
}
|
||||
.umap-toolbar {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue