[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 281/483: Fixed: Page styles can change appearance of the label displayed for selected element

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:49 UTC 2015


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

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 131e9edc5e6f5f4ae59207e6e645e5eb6cf74e8a
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Sat Oct 30 18:40:14 2010 +0200

    Fixed: Page styles can change appearance of the label displayed for selected element
---
 chrome/content/elementmarker.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/content/elementmarker.css b/chrome/content/elementmarker.css
index 14293a4..28955dd 100644
--- a/chrome/content/elementmarker.css
+++ b/chrome/content/elementmarker.css
@@ -26,7 +26,8 @@
 
 .%%CLASS%%,
 .%%CLASS%% > .label,
-.%%CLASS%% > .label > b,
+.%%CLASS%% > .label > .labelTag,
+.%%CLASS%% > .label > .labelAddition,
 .%%CLASS%% > .border
 {
   display: block !important;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list