Bug 1461093 - Remove vertical padding from #titlebar-buttonbox. r?stransky draft
authorDão Gottwald <dao@mozilla.com>
Sat, 12 May 2018 13:23:05 +0200
changeset 794531 31bb13e5fe3a5077402d9e890f614611b83baa1a
parent 794526 809b0329507e97d46600f52fe33d1c0fb2e118cf
child 794532 fb79a0e82dfa14f14dc6b5ba08f4acee268a7dd7
push id109700
push userdgottwald@mozilla.com
push dateSat, 12 May 2018 11:23:44 +0000
reviewersstransky
bugs1461093
milestone62.0a1
Bug 1461093 - Remove vertical padding from #titlebar-buttonbox. r?stransky MozReview-Commit-ID: 8ptkqHA8wCZ
browser/themes/linux/browser.css
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -683,18 +683,16 @@ notification[value="translation"] menuli
   /* The button box must appear on top of the navigator-toolbox in order for
    * click and hover mouse events to work properly for the button in the restored
    * window state. Otherwise, elements in the navigator-toolbox, like the menubar,
    * can swallow those events.
    */
   #titlebar-buttonbox {
     z-index: 1;
     -moz-box-align: center;
-    padding-top: 2px;
-    padding-bottom: 2px;
   }
 
   /* Render titlebar command buttons according to system config.
    * Use full scale icons here as the Gtk+ does.
    */
   @media (-moz-gtk-csd-minimize-button) {
     #titlebar-min {
       -moz-appearance: -moz-window-button-minimize;