搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Show Tabs Toolbar on mouse hover/shortcut, hide otherwise

  • 無回覆
  • 1 有這個問題
  • 6 次檢視
more options

In `userChrome.css`

   #TabsToolbar {
     visibility: collapse;
   }

completely hides the tabs toolbar. I would instead prefer the following behaviour: 1. Tabs toolbar is hidden by default. 2. Drag mouse to the upper edge of the browser window OR press keyboard shortcut. 3. Tabs toolbar is revealed and actionable upon (tabs can be clicked, etc.). 4. Drag mouse pointer into area not occupied by tabs toolbar. 5. Tabs toolbar is hidden.

Please, advice on the change to `userChrome.css` to implement it.

In `userChrome.css` #TabsToolbar { visibility: collapse; } completely hides the tabs toolbar. I would instead prefer the following behaviour: 1. Tabs toolbar is hidden by default. 2. Drag mouse to the upper edge of the browser window OR press keyboard shortcut. 3. Tabs toolbar is revealed and actionable upon (tabs can be clicked, etc.). 4. Drag mouse pointer into area not occupied by tabs toolbar. 5. Tabs toolbar is hidden. Please, advice on the change to `userChrome.css` to implement it.