diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-10-28 10:17:56 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-10-28 10:17:56 +0200 |
commit | d913f0d8aa411fe221bfc36051bba792b7ee6539 (patch) | |
tree | 7988fcd5b4f4383c2fbdb2ae10d3ab666026b644 /searx/static/themes/simple/css/leaflet.css | |
parent | 3cade9a7eb174585961695990c0612654e351386 (diff) | |
download | searxng-d913f0d8aa411fe221bfc36051bba792b7ee6539.tar.gz searxng-d913f0d8aa411fe221bfc36051bba792b7ee6539.zip |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/leaflet.css')
-rw-r--r-- | searx/static/themes/simple/css/leaflet.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/searx/static/themes/simple/css/leaflet.css b/searx/static/themes/simple/css/leaflet.css index 5292e63a1..ddf5d41ce 100644 --- a/searx/static/themes/simple/css/leaflet.css +++ b/searx/static/themes/simple/css/leaflet.css @@ -423,8 +423,11 @@ svg.leaflet-image-layer.leaflet-interactive path { .leaflet-control-attribution a:focus {
text-decoration: underline;
}
-.leaflet-control-attribution svg {
+.leaflet-attribution-flag {
display: inline !important;
+ vertical-align: baseline !important;
+ width: 1em;
+ height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
@@ -537,8 +540,6 @@ svg.leaflet-image-layer.leaflet-interactive path { }
.leaflet-popup-scrolled {
overflow: auto;
- border-bottom: 1px solid #ddd;
- border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
@@ -652,6 +653,6 @@ svg.leaflet-image-layer.leaflet-interactive path { /* Prevent printers from removing background-images of controls. */
.leaflet-control {
-webkit-print-color-adjust: exact;
- color-adjust: exact;
+ print-color-adjust: exact;
}
}
|