Bug 1340173 - Stop removing the zoom reset button's vertical margin. r?jaws draft
authorDão Gottwald <dao@mozilla.com>
Thu, 16 Feb 2017 17:09:15 +0100
changeset 485374 5dbdbbd4e06968da1394daf3943839be9c2e9481
parent 485258 2737f66ad6ac74a688bde788b319122f2001b92b
child 545997 63b3ba87078870751bd4cd29fc3073de69995333
push id45710
push userdgottwald@mozilla.com
push dateThu, 16 Feb 2017 16:10:12 +0000
reviewersjaws
bugs1340173
milestone54.0a1
Bug 1340173 - Stop removing the zoom reset button's vertical margin. r?jaws MozReview-Commit-ID: HvhJ0hhigrx
browser/themes/osx/browser.css
--- a/browser/themes/osx/browser.css
+++ b/browser/themes/osx/browser.css
@@ -1430,17 +1430,18 @@ toolbar .toolbarbutton-1 > .toolbarbutto
 #zoom-out-button:-moz-locale-dir(rtl),
 #zoom-in-button:-moz-locale-dir(ltr) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
 }
 
 #zoom-controls[cui-areatype="toolbar"]:not([overflowedItem=true]) > #zoom-reset-button {
   min-width: 0;
-  margin: 0;
+  margin-left: 0;
+  margin-right: 0;
   -moz-box-orient: horizontal;
   -moz-box-align: center;
 }
 
 /* ----- FULLSCREEN WINDOW CONTROLS ----- */
 
 #minimize-button,
 #close-button,