From 7daa0ff0216ddb354e7b97f199d433a56195224b Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Thu, 25 Apr 2013 00:57:28 +0200 Subject: [PATCH] Bug 857626 - fix new tab button on Windows and Linux, r=dao --HG-- extra : rebase_source : 3897a736ee04936ce73ddfc5073e09e77472aa8e --- browser/themes/linux/browser.css | 4 ++++ browser/themes/windows/browser.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css index d310da3f78be..7aacdb1885a1 100644 --- a/browser/themes/linux/browser.css +++ b/browser/themes/linux/browser.css @@ -1679,6 +1679,10 @@ toolbar[iconsize="small"] #bookmarks-menu-button[starred], -moz-image-region: auto; } +.tabs-newtab-button { + -moz-box-align: center; +} + /* Tabstrip close button */ .tabs-closebutton { list-style-image: url("moz-icon://stock/gtk-close?size=menu"); diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index a37625555951..2cdf6db9b040 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -2077,6 +2077,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill; } +.tabs-newtab-button { + -moz-box-align: center; +} + .tabs-newtab-button > .toolbarbutton-icon { margin-top: -1px; margin-bottom: -1px;