summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/css/searxng.css
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
-rw-r--r--searx/static/themes/simple/css/searxng.css7
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;