Bug 591835 - Tabs are still one pixel too tall on Windows 7. r=gavin

--HG--
extra : rebase_source : 277269f9295db08cac4c70de06fccddd6425c48f
This commit is contained in:
Dão Gottwald 2010-08-31 21:27:37 +02:00
parent e3dbe12e33
commit 86b23a4154

View File

@ -595,11 +595,15 @@ toolbar[mode="full"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button {
-moz-appearance: toolbarbutton;
%ifdef WINSTRIPE_AERO
margin: -1px 0;
margin: -2px 0 -1px;
padding-top: 1px;
%else
margin: 0;
padding-top: 0;
%endif
padding: 0 3px;
padding-bottom: 0;
padding-left: 3px;
padding-right: 3px;
border: none !important;
color: inherit !important;
background: transparent !important;
@ -1477,11 +1481,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-left.png");
-moz-image-region: rect(0, 15px, 17px, 0);
%ifdef WINSTRIPE_AERO
margin: -1px 0;
margin: -2px 0 -1px;
padding-top: 1px;
%else
margin: 0;
%endif
padding-top: 0;
%endif
padding-bottom: 0;
}