From 5c3891e43c7c87919158f5bfd84ae6725e6de5d7 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 20 Apr 2014 13:01:43 -0700 Subject: [PATCH] fix QR being autohidden when it has focus --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 03deab563..3b1b5022f 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -810,7 +810,7 @@ span.hide-announcement { :root.hide-original-post-form #postForm, :root.hide-original-post-form .postingMode, :root.hide-original-post-form #togglePostForm, -#qr.autohide:not(.has-focus):not(:hover) > form, +#qr.autohide:not(.focus):not(:hover) > form, .thread #qr select[data-name=thread], #file-n-submit:not(.has-file) #qr-filerm { display: none;