diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-01-06 08:40:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-06 08:40:46 +0100 |
| commit | b241015e930030c0d7d5a152439d9dc48060dd6c (patch) | |
| tree | 30a838899961c1adfd41c16d7ce6d5c4d214a221 /searx/static/themes/simple/css/leaflet.css | |
| parent | 269a72ee97ec07658bcc146c2314a75256355324 (diff) | |
| parent | e9a7a6aea639311e9427b93cc48c303a73b314bf (diff) | |
Merge pull request #2078 from searxng/dependabot/pip/master/pygments-2.14.0
Bump pygments from 2.13.0 to 2.14.0
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;
|