搜尋 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.