[Pkg-javascript-commits] [pdf.js] 126/139: Fix the placement of arrows in the zoom box

David Prévot taffit at moszumanska.debian.org
Fri Jan 9 21:18:35 UTC 2015


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

taffit pushed a commit to branch master
in repository pdf.js.

commit 86edb8687d3c695bdfa87558bffa59484e172c93
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Sat Oct 4 16:46:44 2014 +0200

    Fix the placement of arrows in the zoom box
    
    Now that [bug 649849](https://bugzilla.mozilla.org/show_bug.cgi?id=649849) has been fixed, adding support for `-moz-appearance: none`, the arrow is now too close to the text in the zoom box. This is currently only an issue in Nightly, but assuming the patch doesn't get backed out, this will soon affect all versions of Firefox.
    
    The only simple solution I could find seems to be removing `*-appearance: none` rules from the CSS. I haven't been able to find any easier solutions that still looks the same with/without bug 649849.
---
 web/viewer.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/web/viewer.css b/web/viewer.css
index 32ba1b6..91e64ea 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -755,8 +755,6 @@ html[dir='rtl'] .dropdownToolbarButton {
 }
 
 .dropdownToolbarButton > select {
-  -webkit-appearance: none;
-  -moz-appearance: none; /* in the future this might matter, see bugzilla bug #649849 */
   min-width: 140px;
   font-size: 12px;
   color: hsl(0,0%,95%);

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