Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

userChrome.css don't work

  • 9 답장
  • 0 이 문제를 만남
  • 12 보기
  • 최종 답변자: 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

here:

도움이 되셨습니까?

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.

도움이 되셨습니까?

질문하기

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.