From 4d051c43f3f91357a6db8147e5cfb2d9f9a79286 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 5 Nov 2021 11:33:43 +0100 Subject: [fix] simple theme: various about the hotkeys help * dark mode: #555 border (same as infoboxes and other borders) * remove a call to console.log * center the dialog without using the style attribute. --- searx/static/themes/simple/src/less/toolkit.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'searx/static/themes/simple/src/less/toolkit.less') diff --git a/searx/static/themes/simple/src/less/toolkit.less b/searx/static/themes/simple/src/less/toolkit.less index 4f1c3f338..faed6ea9f 100644 --- a/searx/static/themes/simple/src/less/toolkit.less +++ b/searx/static/themes/simple/src/less/toolkit.less @@ -196,11 +196,9 @@ div.selectable_url { 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; } // btn-collapse -- cgit v1.2.3