We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

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

자세히 살펴보기

Un-highlight address/search and bookmark bars.

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

more options

I have been back a forth between 56 and 57 the past couple weeks. I finally got code for the userChrome.css file to get the open tabs where I want them in 57 but don't like that the address/search bar and the Bookmarks bar are always highlighted. Can anybody help me turn off that highlighting. It is there with all themes I have tried.

I have been back a forth between 56 and 57 the past couple weeks. I finally got code for the userChrome.css file to get the open tabs where I want them in 57 but don't like that the address/search bar and the Bookmarks bar are always highlighted. Can anybody help me turn off that highlighting. It is there with all themes I have tried.

선택된 해결법

Oh, the white-ish "fog" over those bars? This is from another set of rules, but it might help you:

/* Transparent toolbar backgrounds */
#nav-bar, #PersonalToolbar {
  background-color: transparent !important;
  background-image: none !important;
}
/* Remove top line on nav bar */
#nav-bar {
  box-shadow: none !important;
}

I refer to it as fog because I think that's what it used to be called in the setttings dialogs for Classic Theme Restorer.

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

모든 댓글 (6)

more options

Should not be highlighted as all. Was it highlighted before you did some usser css ?

Try : https://support.mozilla.org/en-US/kb/refresh-firefox-reset-add-ons-and-settings

fyi: 56.0.2 is a security risk as is every other version below, if wanting back it is 52,5,0 ESR Version . Also your mucking up the settings and files.

Please let us know if this solved your issue or if need further assistance.

more options

No it was not highlighted in 56. First image is 56, second image is 57.

more options

It is what it is... It is how your theme or Extension is running under 57. No idea, not seen that sorta I run Black and is a little lighter in same place but is everything below the top not just the band you have.

No solution, maybe someone has some usserchrome code that will fix that. But got to go back to basics first to see if it is doing that with no theme or... If so then maybe is the way it is .

No help sorry.

more options

선택된 해결법

Oh, the white-ish "fog" over those bars? This is from another set of rules, but it might help you:

/* Transparent toolbar backgrounds */
#nav-bar, #PersonalToolbar {
  background-color: transparent !important;
  background-image: none !important;
}
/* Remove top line on nav bar */
#nav-bar {
  box-shadow: none !important;
}

I refer to it as fog because I think that's what it used to be called in the setttings dialogs for Classic Theme Restorer.

글쓴이 jscher2000 - Support Volunteer 수정일시

more options

jscher2000m- Thanks very much! That fix the problem and yes I was running Classic Theme Restorer on 56.

more options

Hello,

I am glad to hear that your problem has been resolved. If you haven't already, please select the answer that solves the problem. This will help other users with similar problems find the solution more easily. Thank you for contacting Mozilla Support.