Mozilla 도움말 검색

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

자세히 살펴보기

I want to return the tabs to appearing below the address bar

  • 8 답장
  • 46 이 문제를 만남
  • 3 보기
  • 최종 답변자: hrrcr

more options

Firefox keeps eroding the capabilities to customize the UI. extensions. classicthemerestorer.tabsontop;false no longer works. What is a new command to place the tabs below the address bar?

video guide: https://www.youtube.com/watch?v=3Xo-OeVjnjs does NOT work.

Please give me an actual solution. Thanks.

Firefox keeps eroding the capabilities to customize the UI. extensions. classicthemerestorer.tabsontop;false no longer works. What is a new command to place the tabs below the address bar? video guide: https://www.youtube.com/watch?v=3Xo-OeVjnjs does NOT work. Please give me an actual solution. Thanks.

선택된 해결법

That worked, thank you.

Now if someone would bring back a UI editor like Classic Theme Restorer so that we can the UI readable.

문맥에 따라 이 답변을 읽어주세요 👍 3

모든 댓글 (8)

more options

Editing userChrome.css

code

/* tabs on bottom */

#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10} 
#TabsToolbar {-moz-box-ordinal-group:1000!important}

does not work.

code

#nav-bar{ border-top-width: 0px !important; }
#main-window [windowtype="navigator:browser"]  {

background-color: transparent !important; }

does not work

글쓴이 drdgiles 수정일시

more options

Firefox 57 changed some of their element IDs around and added a few more.

This below code should put tabs on bottom under the address bar

   /* Tab bar below Navigation & Bookmarks Toolbars 
  For best results, show Title Bar or Menu Bar */
  #nav-bar { /* main toolbar */
  -moz-box-ordinal-group: 1 !important;
  border-top-width: 0 !important; 
   }
    #PersonalToolbar { /* bookmarks toolbar */
   -moz-box-ordinal-group: 2 !important;
   }
   #TabsToolbar { /* tab bar */
 -moz-box-ordinal-group: 3 !important;
   }
more options

Also... remove -example from the file name. Firefox only looks for the identical file name:

userChrome.css

in the

chrome

folder at startup.

more options

선택된 해결법

That worked, thank you.

Now if someone would bring back a UI editor like Classic Theme Restorer so that we can the UI readable.

more options

Most UI modifications can be done via userChrome.css. Go to reddit.com/r/firefoxcss for help on getting your 57 all snazzy and just the way you like it.

more options

I did (at least I thought I did) exactly what was said above. I copied and pasted the above code into a new userChrome.css file and put that file in a new chrome folder in my username/appdata/roaming/mozilla/firefox/profiles folder, and exited Firefox, and restarted, and nothing happened. Is there something I missed?

OK, the answer is yes. I did do something not right (hopefully this will help someone else). For some reason I have 2 profiles, with different things in them. One is a relatively small file 1.25 mb in size, and the other is newer, 237 mb in size. Both are over 2 years old, and I don't recall why there are two. The smaller one has a .default extension. The extension of the larger one is .default-1434642666173

I would combine them if there is any good reason, and a clear cut way to do so, but otherwise. . . . Anyone know why there would be two, or what to do, or whether I should do anything? Anyway, I put a copy of the chrome folder in each of those profile folders instead of the firefox/profiles folder, and all is well.

글쓴이 hrrcr 수정일시

more options

Hi hrrcr, don't combine them.

> The smaller one has a .default extension.

That's most likely the original.

>The extension of the larger one is .default-1434642666173

That's most likely a spin-off created by using the Refresh feature (that long number is a timestamp).

more options

Thanks. I did not combine them, but in looking at the details, it is clear that the older, small one, contains duplicates of files in the newer large one, which have all been superceded. The old must have been what was created with some original installation before the one now in use was imported, or something, from a prior computer or the like, so the old one is just trash.