From d86a444a2b49301da36f96bcf30dff39ff2ee8e2 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sat, 3 May 2014 14:37:09 +0200 Subject: [PATCH] Hide #togglePostFormLink. --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index feeb2444e..545a7422b 100644 --- a/css/style.css +++ b/css/style.css @@ -725,8 +725,7 @@ a.hide-announcement { /* QR */ :root.hide-original-post-form #postForm, -:root.hide-original-post-form .postingMode, -:root.hide-original-post-form #togglePostForm, +:root.hide-original-post-form #togglePostFormLink, #qr.autohide:not(.has-focus):not(:hover) > form { display: none; }