[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 224/483: Fixed styling of selection box label: -moz-border-radius-bottomleft is called border-bottom-left-radius in Firefox 4

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:43 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 2ba4b16084fbb9663dbbe2755e23c0fd6f88f622
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri Oct 15 22:26:03 2010 +0200

    Fixed styling of selection box label: -moz-border-radius-bottomleft is called border-bottom-left-radius in Firefox 4
---
 chrome/content/aardvark.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/chrome/content/aardvark.js b/chrome/content/aardvark.js
index 339b386..fbeb8a5 100644
--- a/chrome/content/aardvark.js
+++ b/chrome/content/aardvark.js
@@ -261,6 +261,8 @@ ehhAardvark.makeElems = function (doc)
   d.style.borderTopWidth = "0";
   d.style.MozBorderRadiusBottomleft = "6px";
   d.style.MozBorderRadiusBottomright = "6px";
+  d.style.borderBottomLeftRadius = "6px";
+  d.style.borderBottomRightRadius = "6px";
   d.style.zIndex = "65535";
   d.ehhAardvarkLabel = true; // mark as ours
   this.labelElem = d;

-- 
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