diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-04-08 11:10:34 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-04-08 11:10:34 +0200 |
commit | 0def555869d56d2bb0a3cc63858d67bbb23505c3 (patch) | |
tree | efc24e2bdfe3951cd2a968284de242b0f6272eb4 /searx/static/themes/simple/css/leaflet.css | |
parent | f117f969d85566c4a9df6c8a41ec441756b1bfa8 (diff) | |
download | searxng-0def555869d56d2bb0a3cc63858d67bbb23505c3.tar.gz searxng-0def555869d56d2bb0a3cc63858d67bbb23505c3.zip |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/leaflet.css')
-rw-r--r-- | searx/static/themes/simple/css/leaflet.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/searx/static/themes/simple/css/leaflet.css b/searx/static/themes/simple/css/leaflet.css index 5292e63a1..981874b5c 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;
@@ -438,12 +441,10 @@ svg.leaflet-image-layer.leaflet-interactive path { line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
- overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
-
- background: #fff;
- background: rgba(255, 255, 255, 0.5);
+ background: rgba(255, 255, 255, 0.8);
+ text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
@@ -537,8 +538,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 +651,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;
}
}
|