зеркало из https://github.com/mozilla/pjs.git
Bug 593690 - Tabview button and other toolbarbuttons increase the tab bar height. r=mventnor a=blocks-blocker
This commit is contained in:
Родитель
88f983e1ed
Коммит
05850c9292
|
@ -1545,17 +1545,6 @@ statusbarpanel#statusbar-display {
|
|||
-moz-image-region: auto;
|
||||
}
|
||||
|
||||
#TabsToolbar > #new-tab-button,
|
||||
#TabsToolbar > #wrapper-new-tab-button > #new-tab-button {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
#TabsToolbar > #new-tab-button > .toolbarbutton-icon,
|
||||
#TabsToolbar > #wrapper-new-tab-button > #new-tab-button > .toolbarbutton-icon {
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
|
||||
/* Tabstrip close button */
|
||||
.tabs-closebutton {
|
||||
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
||||
|
@ -1585,6 +1574,18 @@ statusbarpanel#statusbar-display {
|
|||
-moz-transition: none;
|
||||
}
|
||||
|
||||
#TabsToolbar > toolbarbutton > .toolbarbutton-icon,
|
||||
#TabsToolbar > toolbarbutton > .toolbarbutton-menu-dropmarker,
|
||||
#TabsToolbar > toolbarpaletteitem > toolbarbutton > .toolbarbutton-icon,
|
||||
#TabsToolbar > toolbarpaletteitem > toolbarbutton > .toolbarbutton-menu-dropmarker,
|
||||
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button > .toolbarbutton-icon,
|
||||
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button > .toolbarbutton-menu-dropmarker,
|
||||
#TabsToolbar > toolbarpaletteitem > #bookmarks-menu-button-container > #bookmarks-menu-button > .toolbarbutton-icon,
|
||||
#TabsToolbar > toolbarpaletteitem > #bookmarks-menu-button-container > #bookmarks-menu-button > .toolbarbutton-menu-dropmarker {
|
||||
margin-top: -2px;
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
|
||||
#alltabs-button > .toolbarbutton-icon {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png");
|
||||
margin: 2px 0 1px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче