Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Un-highlight address/search and bookmark bars.

  • 6 balasan
  • 1 ada masalah ini
  • 3 paparan
  • Balasan terakhir oleh 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.

Penyelesaian terpilih

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.

Baca jawapan ini dalam konteks 👍 1

All Replies (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

Penyelesaian Terpilih

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.

Diubah oleh 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.