mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
css fix
This commit is contained in:
parent
53392c9ebc
commit
3dd146adda
@ -78,6 +78,7 @@
|
|||||||
.leaflet-tooltip {
|
.leaflet-tooltip {
|
||||||
background-color: theme('colors.base-100');
|
background-color: theme('colors.base-100');
|
||||||
color: theme('colors.base-content');
|
color: theme('colors.base-content');
|
||||||
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-tooltip {
|
.leaflet-tooltip {
|
||||||
@ -85,4 +86,12 @@
|
|||||||
transition: opacity 500ms;
|
transition: opacity 500ms;
|
||||||
transition-delay: 50ms;
|
transition-delay: 50ms;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.leaflet-tooltip-top::before {
|
||||||
|
border-top-color: theme('colors.base-100');
|
||||||
|
}
|
||||||
|
|
||||||
|
.marker-cluster span {
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user