टैग किए गए सवाल दिखा रहा है: सभी प्रश्न दिखाएँ
  • हल कर लिया गया
  • अभिलेखित

userChrome.css don't work

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 fullscre… (और पढ़ें)

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.

Asked by khoa030634 1 साल पहले

Answered by cor-el 1 साल पहले