Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Auto Hide FF Bookmarks Toolbar

  • 2 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 7 gösterim
  • Son yanıtı yazan: Yaron

more options

Hi,

I've added the following code to userChrome.


#PersonalToolbar
{
  visibility: collapse !important;
}


#navigator-toolbox:hover > #PersonalToolbar
{
  visibility: visible !important;
}

I'd like the toolbar to appear only when hovering on the url bar or the title bar. Is that possible?

Thanks.

(2 # disappeared for some reason.)

Hi, I've added the following code to userChrome. <pre><nowiki>#PersonalToolbar { visibility: collapse !important; } #navigator-toolbox:hover > #PersonalToolbar { visibility: visible !important; }</nowiki></pre> I'd like the toolbar to appear only when hovering on the url bar or the title bar. Is that possible? Thanks. (2 # disappeared for some reason.)

cor-el tarafından tarihinde düzenlendi

Tüm Yanıtlar (2)

more options

You won't be able to click on that toolbar if it only appears while you hover elsewhere.

more options

Thanks for our time and help.

I think that with some seconds delay - I would be able to click on the toolbar. wouldn't I?