From 74776bd76c26c2ab3e3e94a263fbcb4654bdd0e1 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 3 Feb 2015 17:09:46 +0100 Subject: [PATCH] Do not hide
elements in .msg_* As much as I hate these, but this was not a good idea in hindsight. References #287 --- templates/2k11/admin/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 6c86d305..e100ae2b 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -2343,11 +2343,7 @@ label .perm_name, .no-js #category_filter, .js .additional_info, .js .installer .icon-info-circled, -.hidden, -.msg_error > br, -.msg_success > br, -.msg_notice > br, -.msg_hint > br { +.hidden { display: none !important; visibility: hidden; }