[Pkg-mozext-commits] [firebug] 12/22: Persisted requests page title missing when a filter is activated in the Net panel

David Prévot taffit at moszumanska.debian.org
Sat Jul 19 21:45:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firebug.

commit 0def293926ac9dff6e129e28732b10320f1c4a45
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date:   Wed Jul 2 15:38:40 2014 +0200

    Persisted requests page title missing when a filter is activated in the
    Net panel
---
 extension/skin/classic/net.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/skin/classic/net.css b/extension/skin/classic/net.css
index 2b90f85..ce260eb 100644
--- a/extension/skin/classic/net.css
+++ b/extension/skin/classic/net.css
@@ -7,7 +7,7 @@
 /*************************************************************************************************/
 /* Filtering */
 
-.filtering .netRow:not(.netHeaderRow):not(.netSummaryRow) {
+.filtering .netRow:not(.netHeaderRow):not(.netSummaryRow):not(.netPageRow):not(.netPageSeparatorRow) {
     display: none;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list