[Pkg-mozext-commits] [requestpolicy] 71/80: CSS: remove usage of `-moz-linear-gradient`

David Prévot taffit at moszumanska.debian.org
Sun Jul 5 15:02:32 UTC 2015


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 35a9767285d88b9cd33a012e8fe5c99f45945e6a
Author: Martin Kimmerle <dev at 256k.de>
Date:   Mon Jun 29 23:42:52 2015 +0200

    CSS: remove usage of `-moz-linear-gradient`
    
    Firefox minVersion is 16.
    `-moz-linear-gradient` has been removed in Fx16.
---
 src/content/settings/setup.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/content/settings/setup.html b/src/content/settings/setup.html
index a32591e..10caac9 100644
--- a/src/content/settings/setup.html
+++ b/src/content/settings/setup.html
@@ -21,8 +21,7 @@
       color: #444;
 
       background: #4f85bb; /* Old browsers */
-      background: -moz-linear-gradient(top, #4f85bb 0%, #3b7aba 100%); /* FF3.6+ */
-      background: linear-gradient(to bottom, #4f85bb 0%, #3b7aba 100%); /* W3C */
+      background: linear-gradient(to bottom, #4f85bb 0%, #3b7aba 100%);
 
       font-size: 14px;
       line-height: 22px;
@@ -82,7 +81,6 @@
       margin-right: 20px;
       margin-left: 0;
       background-color: #7fbf4d;
-      background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
       background-image: linear-gradient(top, #7fbf4d, #63a62f);
       border: 1px solid #63a62f;
       border-bottom: 1px solid #5b992b;
@@ -98,7 +96,6 @@
 
     .done .teach:hover {
       background-color: #76b347;
-      background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
       background-image: linear-gradient(top, #76b347, #5e9e2e);
       box-shadow: inset 0 1px 0 0 #8dbf67;
       cursor: pointer;

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



More information about the Pkg-mozext-commits mailing list