diff options
author | mrpaulblack <paul@paulgo.io> | 2023-01-23 23:00:38 +0100 |
---|---|---|
committer | mrpaulblack <paul@paulgo.io> | 2023-01-23 23:00:38 +0100 |
commit | b3883dc395ea65cc451e8c14796df5fff64dbf45 (patch) | |
tree | 92b5f4c6c266003ba7298920530cf6505605f000 /searx/static/themes/simple/css/leaflet.css | |
parent | 8ead23347f3884318b5d39f74209366c343a6013 (diff) | |
download | searxng-b3883dc395ea65cc451e8c14796df5fff64dbf45.tar.gz searxng-b3883dc395ea65cc451e8c14796df5fff64dbf45.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, 8 insertions, 7 deletions
diff --git a/searx/static/themes/simple/css/leaflet.css b/searx/static/themes/simple/css/leaflet.css index 981874b5c..5292e63a1 100644 --- a/searx/static/themes/simple/css/leaflet.css +++ b/searx/static/themes/simple/css/leaflet.css @@ -423,11 +423,8 @@ svg.leaflet-image-layer.leaflet-interactive path { .leaflet-control-attribution a:focus {
text-decoration: underline;
}
-.leaflet-attribution-flag {
+.leaflet-control-attribution svg {
display: inline !important;
- vertical-align: baseline !important;
- width: 1em;
- height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
@@ -441,10 +438,12 @@ 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: rgba(255, 255, 255, 0.8);
- text-shadow: 1px 1px #fff;
+
+ background: #fff;
+ background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
@@ -538,6 +537,8 @@ 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 {
@@ -651,6 +652,6 @@ svg.leaflet-image-layer.leaflet-interactive path { /* Prevent printers from removing background-images of controls. */
.leaflet-control {
-webkit-print-color-adjust: exact;
- print-color-adjust: exact;
+ color-adjust: exact;
}
}
|