diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-05 12:45:15 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-11-05 12:45:15 +0100 |
| commit | 558e0c32419d9e3f78e543fea7c51b295f24c245 (patch) | |
| tree | 474814ffa753995d05a7a92be40aa9377f3ce39e /searx/static/themes/simple/css/searxng.css | |
| parent | c00e54d61b71bf03e47e3c1c5b58f6b520d18d9b (diff) | |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
| -rw-r--r-- | searx/static/themes/simple/css/searxng.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index 1c9b37423..1e9ab7f1d 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -965,7 +965,7 @@ template { --color-toolkit-badge-background: #777; --color-toolkit-kbd-font: #000; --color-toolkit-kbd-background: #fff; - --color-toolkit-dialog-border: #333; + --color-toolkit-dialog-border: #555; --color-toolkit-dialog-background: #222; --color-toolkit-tabs-label-border: #222; --color-toolkit-tabs-section-border: #555; @@ -1544,10 +1544,9 @@ div.selectable_url pre { position: fixed; top: 50%; left: 50%; - /* bring your own prefixes */ + margin: 0 auto; transform: translate(-50%, -50%); - z-index: 100000; - margin: 0 50% 0 0; + z-index: 10000000; } .dialog-modal::before { position: absolute; |