[5143] trunk/htdocs/system/admin/css/admin.css: Force . hidden style using !important.

2 views
Skip to first unread message

s...@habariproject.org

unread,
Jun 17, 2011, 8:53:57 AM6/17/11
to habar...@googlegroups.com
Revision
5143
Author
lildude
Date
2011-06-17 12:53:52 +0000 (Fri, 17 Jun 2011)

Log Message

Force .hidden style using !important. This is needed to override other display rules, like that used for displaying tags inline on the tags page.  This in turn fixes #1434

Modified Paths

Diff

Modified: trunk/htdocs/system/admin/css/admin.css (5142 => 5143)


--- trunk/htdocs/system/admin/css/admin.css	2011-06-17 10:44:23 UTC (rev 5142)
+++ trunk/htdocs/system/admin/css/admin.css	2011-06-17 12:53:52 UTC (rev 5143)
@@ -2959,7 +2959,7 @@
 }
 
 #page .hidden, #page ul.dropbutton li.nodisplay {
-	display: none;
+	display: none !important;
 }
 
 body.modal {
Reply all
Reply to author
Forward
0 new messages