diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-01-06 08:35:52 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-01-06 08:35:52 +0100 |
commit | e9a7a6aea639311e9427b93cc48c303a73b314bf (patch) | |
tree | d07e43fea8eba27923496456548ccbf9e0f0eb5e /searx/static/themes/simple/css/leaflet.css | |
parent | cd4a3c02de97f2980287a3ee890c659e7c353ba0 (diff) | |
download | searxng-e9a7a6aea639311e9427b93cc48c303a73b314bf.tar.gz searxng-e9a7a6aea639311e9427b93cc48c303a73b314bf.zip |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/leaflet.css')
-rw-r--r-- | searx/static/themes/simple/css/leaflet.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/searx/static/themes/simple/css/leaflet.css b/searx/static/themes/simple/css/leaflet.css index ddf5d41ce..981874b5c 100644 --- a/searx/static/themes/simple/css/leaflet.css +++ b/searx/static/themes/simple/css/leaflet.css @@ -441,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;
|