[Pkg-javascript-commits] [pdf.js] 69/161: Fixes HiDPI icons of the secondary toolbar for Chrome
    David Prévot 
    taffit at moszumanska.debian.org
       
    Sat Apr 19 14:16:25 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit e4d0af2687982008156349be3d59a6f6b8ce1205
Author: Yury Delendik <ydelendik at mozilla.com>
Date:   Mon Mar 17 11:25:50 2014 -0500
    Fixes HiDPI icons of the secondary toolbar for Chrome
---
 web/viewer.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/web/viewer.css b/web/viewer.css
index a7008d8..aca8375 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -1619,12 +1619,13 @@ html[dir='rtl'] #documentPropertiesContainer .row > * {
 @media screen and (min-resolution: 2dppx) {
   /* Rules for Retina screens */
   .toolbarButton::before {
-    transform: scale(0.5);
     -webkit-transform: scale(0.5);
+    transform: scale(0.5);
     top: -5px;
   }
 
   .secondaryToolbarButton::before {
+    -webkit-transform: scale(0.5);
     transform: scale(0.5);
     top: -4px;
   }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
    
    
More information about the Pkg-javascript-commits
mailing list