Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

How do I disable translucent tab and menu bars in Firefox 57?

  • 1 ответ
  • 8 имеют эту проблему
  • 33 просмотра
  • Последний ответ от j3rk

more options

I gave up on having useful extensions and decided to install FF57. While it's mostly working with my custom userChrome.css file, I can't seem to figure out how to make the Menu bar and Tab bar backgrounds a solid color, instead of showing my other windows running behind Firefox. I understand that it will happen with the title bar, since I have Aero enabled on Win7, but it shouldn't do it for the tab or menu bars, since it's very distracting. I tried switching themes in the customization page and tried some userChrome.css "fixes" that don't seem to work in this version. How can I disable this so my tab bar and menu bar have backgrounds that match the rest of the theme?

I gave up on having useful extensions and decided to install FF57. While it's mostly working with my custom userChrome.css file, I can't seem to figure out how to make the Menu bar and Tab bar backgrounds a solid color, instead of showing my other windows running behind Firefox. I understand that it will happen with the title bar, since I have Aero enabled on Win7, but it shouldn't do it for the tab or menu bars, since it's very distracting. I tried switching themes in the customization page and tried some userChrome.css "fixes" that don't seem to work in this version. How can I disable this so my tab bar and menu bar have backgrounds that match the rest of the theme?
Приложенные скриншоты

Выбранное решение

Nevermind, I figured it out with the debugger. I need to force the background-color in my userChrome.css file for #TabsToolbar and #toolbar-menubar to match the theme color (the light theme seems to be #f5f5f5f).

Прочитайте этот ответ в контексте 👍 2

Все ответы (1)

more options

Выбранное решение

Nevermind, I figured it out with the debugger. I need to force the background-color in my userChrome.css file for #TabsToolbar and #toolbar-menubar to match the theme color (the light theme seems to be #f5f5f5f).