>>639
userChrome.cssにこれでいける

/*ブックマークツールバーをマウスオーバーでポップアップ*/
#PersonalToolbar:not([customizing="true"]) {
max-height:1px !important;min-height:1px !important;transition: max-height 0s ease 5s !important;
}
#navigator-toolbox:hover > #PersonalToolbar:not([customizing="true"]) {
max-height:30px !important;transition: max-height 0s !important;
}