From 86edb8687d3c695bdfa87558bffa59484e172c93 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sat, 4 Oct 2014 16:46:44 +0200 Subject: [PATCH] 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 32ba1b692..91e64eae9 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%);