본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Bookmarks toolbar appearance changed

  • 5 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: akihikosama

more options

I use Dark Fox theme to change my FF appearance to have the whole bookmarks toolbar-tabs-navigation area black, or at least as dark as I can get it.

Yesterday night, the whole area changed to have a gray lines overlay on top of the black theme and became an eyesore. I'm not sure what changed as I didn't touch any settings. Any ideas on how to change it back?

Attached image shows the comparison of what I am talking about.

I use Dark Fox theme to change my FF appearance to have the whole bookmarks toolbar-tabs-navigation area black, or at least as dark as I can get it. Yesterday night, the whole area changed to have a gray lines overlay on top of the black theme and became an eyesore. I'm not sure what changed as I didn't touch any settings. Any ideas on how to change it back? Attached image shows the comparison of what I am talking about.

선택된 해결법

Try the CTR extension and look at the setting(s) in the CTR Options/Preferences here:

  • CTR Options > Toolbars (3)

See also:

  • /questions/1106779 Is there a way to get rid of the white/highlighted look of the bookmarks toolbar?
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (5)

more options

Here is the image.

more options

선택된 해결법

Try the CTR extension and look at the setting(s) in the CTR Options/Preferences here:

  • CTR Options > Toolbars (3)

See also:

  • /questions/1106779 Is there a way to get rid of the white/highlighted look of the bookmarks toolbar?

글쓴이 cor-el 수정일시

more options

Cor-el, my issue is same as the one you have linked.

I see jscher2000 say "Based on a couple other threads, there is a reduced transparency of the toolbars in Firefox 44 (semi-opaque or translucent appearance", is there a way to manually edit the transparency instead of completely turning it off?

more options

akihikosama said

is there a way to manually edit the transparency instead of completely turning it off?

This is from the Windows 7 theme The first rule creates a gradient background on the main toolbar that starts off 40% opaque white and fades to transparent (top to bottom). The second rules removes the background on the other bars (not counting the active tab itself).

#nav-bar {
  background-image: linear-gradient(rgba(255,255,255,.4), transparent) !important;
}
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) {
  background-image: none;
}
 

Is that along the lines of what you're looking for??

more options

jscher2000 said

Is that along the lines of what you're looking for??

Its close. The gradient portion is good, but the Bookmarks bar went back to gray. I have used the completely off transparency for a few hours and am more satisfied with it than the original gradient. :)