зеркало из https://github.com/mozilla/gecko-dev.git
Make personal toolbar look better during customization.
This commit is contained in:
Родитель
1a742d6d4f
Коммит
870ffefdc5
|
@ -95,6 +95,16 @@ toolbarbutton.bookmark-item[open="true"] {
|
|||
background: url("chrome://browser/skin/bookmarks-large.png") no-repeat;
|
||||
}
|
||||
|
||||
.bookmarks-toolbar-customize {
|
||||
display: none;
|
||||
background: -moz-Dialog;
|
||||
max-width: 15em !important;
|
||||
}
|
||||
|
||||
toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
/* ::::: bookmark menus ::::: */
|
||||
|
||||
menu.bookmark-item,
|
||||
|
|
|
@ -701,6 +701,8 @@
|
|||
this.parentNode.parentNode.parentNode.parentNode.updateOverflowMenu(this);"/>
|
||||
</xul:toolbarbutton>
|
||||
</xul:hbox>
|
||||
<xul:toolbarbutton class="bookmark-item bookmarks-toolbar-customize" mousethrough="never"
|
||||
label="Bookmarks Toolbar Items"/>
|
||||
</xul:stack>
|
||||
</content>
|
||||
</binding>
|
||||
|
|
Загрузка…
Ссылка в новой задаче