mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 942600 - [Australis] Bookmarks toolbar items can get suddenly overflowed when dragging items into it. r=mak.
This commit is contained in:
parent
52228ecddd
commit
8bfe3425f6
@ -261,6 +261,11 @@ toolbarpaletteitem > #personal-bookmarks > #PlacesToolbar,
|
||||
display: none;
|
||||
}
|
||||
|
||||
#PlacesToolbarDropIndicatorHolder {
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
}
|
||||
|
||||
toolbarpaletteitem > #personal-bookmarks > #bookmarks-toolbar-placeholder,
|
||||
#personal-bookmarks[cui-areatype="menu-panel"] > #bookmarks-toolbar-placeholder,
|
||||
#personal-bookmarks[cui-areatype="toolbar"].overflowedItem > #bookmarks-toolbar-placeholder {
|
||||
|
@ -946,7 +946,7 @@
|
||||
tooltip="bhTooltip"
|
||||
popupsinherittooltip="true">
|
||||
<hbox flex="1">
|
||||
<hbox align="center">
|
||||
<hbox id="PlacesToolbarDropIndicatorHolder" align="center">
|
||||
<image id="PlacesToolbarDropIndicator"
|
||||
mousethrough="always"
|
||||
collapsed="true"/>
|
||||
|
Loading…
Reference in New Issue
Block a user