[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 411/483: Stop using -moz-border-radius

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:42:02 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 d691f463f4e416fe3dcaf5cce4ca0b5b6e9737c2
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Mon Apr 2 09:20:44 2012 +0200

    Stop using -moz-border-radius
---
 chrome/content/elementmarker.css | 8 ++++----
 chrome/skin/overlay.css          | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/chrome/content/elementmarker.css b/chrome/content/elementmarker.css
index 1b550c4..36da8fb 100644
--- a/chrome/content/elementmarker.css
+++ b/chrome/content/elementmarker.css
@@ -34,7 +34,7 @@
   padding: 0px !important;
   visibility: visible !important;
   -moz-binding: none !important;
-  -moz-border-radius: 0px !important;
+  border-radius: 0px !important;
   -moz-user-focus: none !important;
   -moz-user-input: none !important;
   -moz-user-select: none !important;
@@ -62,8 +62,8 @@
   border-color: #000000 !important;
   border-width: 0px 2px 1px 2px !important;
   border-style: solid !important;
-  -moz-border-radius-bottomleft: 6px !important;
-  -moz-border-radius-bottomright: 6px !important;
+  border-bottom-left-radius: 6px !important;
+  border-bottom-right-radius: 6px !important;
   padding: 2px 5px !important;
   top: auto !important;
   left: auto !important;
@@ -77,7 +77,7 @@
   left: 5px !important;
   top: -25px !important;
   border-top-width: 1px !important;
-  -moz-border-radius: 6px !important;
+  border-radius: 6px !important;
 }
 
 .%%CLASS%% > .label > .labelTag,
diff --git a/chrome/skin/overlay.css b/chrome/skin/overlay.css
index 2b68a31..5e54c15 100644
--- a/chrome/skin/overlay.css
+++ b/chrome/skin/overlay.css
@@ -28,7 +28,7 @@
   padding: 2px;
   background-color: white;
   color: black;
-  -moz-border-radius: 3px;
+  border-radius: 3px;
 }
 
 #ehh-helpbox-title
@@ -53,7 +53,7 @@
   padding: 2px;
   background-color: white;
   color: black;
-  -moz-border-radius: 4px;
+  border-radius: 4px;
 }
 
 #ehh-viewsource

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