Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

userChrome.css don't work

  • 9 відповідей
  • 1 має цю проблему
  • 76 переглядів
  • Остання відповідь від khoa030634

more options

I try to disable the transition to fullscreen by following the steps. But after restart the Firefox ESR (waterfox), the rule don't apply. The rule:

/* Minimize fullscreen transition time */
#navigator-toolbox[fullscreenShouldAnimate] {
    transition: 0ms !important;
}
I do set the
toolkit.legacyUserProfileCustomizations.stylesheets
in about:config already.
I try to disable the transition to fullscreen by following the [https://www.userchrome.org/how-create-userchrome-css.html steps]. But after restart the Firefox ESR (waterfox), the rule don't apply. The rule: <pre> /* Minimize fullscreen transition time */ #navigator-toolbox[fullscreenShouldAnimate] { transition: 0ms !important; } </pre> '''I do set the <pre>toolkit.legacyUserProfileCustomizations.stylesheets</pre> in about:config already.'''

Змінено khoa030634

Обране рішення

I think that this CSS code is about showing the navigator toolbox in Full Screen mode when auto-hide is enabled.

The prefs only work when you use JavaScript to switch to Full Screen mode.

What animation do you want to control and for what cases (manual switch from normal mode to full screen like via F11) ?

Читати цю відповідь у контексті 👍 0

Усі відповіді (9)

more options

Where did you find it? I don't think these are the proper steps to do this task.

more options

I get instructions from here.

more options

I can't see how this could work now. Did you try the about:config solution?

more options
Yes, I have set the
toolkit.legacyUserProfileCustomizations.stylesheets
in about:config to true but it won't work for some reason.

Змінено khoa030634

more options

No, did you try to modify full-screen-api.transition* preferences?

more options

Вибране рішення

I think that this CSS code is about showing the navigator toolbox in Full Screen mode when auto-hide is enabled.

The prefs only work when you use JavaScript to switch to Full Screen mode.

What animation do you want to control and for what cases (manual switch from normal mode to full screen like via F11) ?

more options

Yes, I wanna control the manual switch from normal mode to full screen via F11 without the navigator toolbox doing the moving up transition.

Змінено khoa030634

more options

Now it works fir some reason. Thanks for the help btw.