mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fix: fix result tools buttons background color (#2620)
This commit is contained in:
commit
85ba05f4b7
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ ul.photon-autocomplete {
|
||||||
}
|
}
|
||||||
.search-result-tools button {
|
.search-result-tools button {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
background-color: var(--background-color);
|
||||||
}
|
}
|
||||||
.umap-edit-enabled .photon-autocomplete li.on .search-result-tools {
|
.umap-edit-enabled .photon-autocomplete li.on .search-result-tools {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue