[SOLVED] How to configure STATUS BAR to auto-hide?

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
fraterlinux

[SOLVED] How to configure STATUS BAR to auto-hide?

Unread post by fraterlinux » 2015-05-19, 22:16

How to configure STATUS BAR to auto-hide? I wish STATUS BAR appear when the site updates and hidden when inactive. If I go down the mouse pointer too.

Its configure or install an add-on?
Last edited by trava90 on 2015-05-21, 07:02, edited 1 time in total.
Reason: Marked SOLVED

CraigPD
Lunatic
Lunatic
Posts: 292
Joined: 2013-01-01, 19:03
Location: Mexico

Re: How to configure STATUS BAR to auto-hide?

Unread post by CraigPD » 2015-05-20, 01:14

Appmenu > Preferences > Status bar options... (or Tools > Status bar options...) as below:
statusbarprefs.png

User avatar
Antonius32
Add-ons Team
Add-ons Team
Posts: 695
Joined: 2014-05-25, 11:18
Location: Netherlands

Re: How to configure STATUS BAR to auto-hide?

Unread post by Antonius32 » 2015-05-20, 07:18

If you want to auto-hide the Add-on Bar altogether, you could try this userstyle: https://userstyles.org/styles/37319/autohide-add-on-bar-fx-4

fraterlinux

Re: How to configure STATUS BAR to auto-hide?

Unread post by fraterlinux » 2015-05-20, 09:47

Thanks CraigPD and Antonius32 !!! Works fine!

martywd

Re: How to configure STATUS BAR to auto-hide?

Unread post by martywd » 2015-05-20, 16:30

Antonius32 wrote:If you want to auto-hide the Add-on Bar altogether, you could try this userstyle: https://userstyles.org/styles/37319/autohide-add-on-bar-fx-4
Nice! I've been using the 'A Better Firefox Add-on Bar 1.3' extension'. Until now. This suggestion is looking like a much, much better solution. Thanks!
.

User avatar
Antonius32
Add-ons Team
Add-ons Team
Posts: 695
Joined: 2014-05-25, 11:18
Location: Netherlands

Re: How to configure STATUS BAR to auto-hide?

Unread post by Antonius32 » 2015-05-20, 17:46

I'm glad you like it! By the way, if you want to have the Add-on Bar slide into view (and back again) in full screen mode as well, you can add the following rule to the style:

Code: Select all

/* Show Add-on Bar in full screen mode */

#main-window[sizemode=fullscreen] #addon-bar {
  visibility: visible !important;
}

martywd

Re: How to configure STATUS BAR to auto-hide?

Unread post by martywd » 2015-05-20, 18:05

Antonius32 wrote:I'm glad you like it! By the way, if you want to have the Add-on Bar slide into view (and back again) in full screen mode as well, you can add the following rule to the style:

Code: Select all

/* Show Add-on Bar in full screen mode */

#main-window[sizemode=fullscreen] #addon-bar {
  visibility: visible !important;
}
Yup. That works too! Thank you, again.
.

Locked