搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Un-highlight address/search and bookmark bars.

  • 6 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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.