From b9640496a813ed73332ce7bb2ae991cbc436b10f Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 16 Jul 2017 20:44:49 -0400 Subject: [PATCH] BBcode Toolbar: Hide after edit --- static/styles/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles/global.css b/static/styles/global.css index 1f233c5..7331499 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -207,10 +207,6 @@ pre { overflow: auto; } -.hidden { - display: none; -} - .disable_grouping { display: none; } @@ -937,3 +933,7 @@ input[type="search"] { #lightbox > img { max-width: 100%; } + +.hidden { + display: none; +}