Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

hover addon bar

  • 2 antwurd
  • 1 hat dit probleem
  • 15 werjeftes
  • Lêste antwurd fan nebru007

more options

Hello I want to make the addon bar addon bar visible by bumping my mouse on the bottom of the page.

I installed this userstyle but it's only work in normal mood not in fullscreen. https://userstyles.org/styles/37319/autohide-add-on-bar-fx-4

I uninstalled that userstyle and added this code to my userChrome.css file and it's only work in fullscreen mood:

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

#main-window[sizemode="fullscreen"] #addon-bar:not(:hover) > * {
visibility: collapse!important; }

#main-window[sizemode="fullscreen"] #addon-bar:not(:hover) {
min-height:3px!important; }

I tried the following userstyle but the problem is the addon bar appear even without reaching the mouse to the bottom of the page https://userstyles.org/styles/55623/firefox-better-add-on-bar-status-bar

so my question is how to make this userstyle https://userstyles.org/styles/37319/autohide-add-on-bar-fx-4

or that userChrome.css code work in both normal mood and fullscreen mood?
Hello I want to make the addon bar addon bar visible by bumping my mouse on the bottom of the page. I installed this userstyle but it's only work in normal mood not in fullscreen. https://userstyles.org/styles/37319/autohide-add-on-bar-fx-4 I uninstalled that userstyle and added this code to my userChrome.css file and it's only work in fullscreen mood: <pre><nowiki>#main-window[sizemode="fullscreen"] #addon-bar { visibility: visible!important; } #main-window[sizemode="fullscreen"] #addon-bar:not(:hover) > * { visibility: collapse!important; } #main-window[sizemode="fullscreen"] #addon-bar:not(:hover) { min-height:3px!important; }</nowiki></pre> I tried the following userstyle but the problem is the addon bar appear even without reaching the mouse to the bottom of the page https://userstyles.org/styles/55623/firefox-better-add-on-bar-status-bar so my question is how to make this userstyle https://userstyles.org/styles/37319/autohide-add-on-bar-fx-4 or that userChrome.css code work in both normal mood and fullscreen mood?

Bewurke troch cor-el op

Keazen oplossing

Try to add only this rule to the original code below the @namespace line.

#main-window[sizemode="fullscreen"] #addon-bar {
visibility: visible !important;
}
Dit antwurd yn kontekst lêze 👍 0

Alle antwurden (2)

more options

Keazen oplossing

Try to add only this rule to the original code below the @namespace line.

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

It worked, thanks