Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

12.0: Toolbars display: "Read Mail" text not aligned properly, and can I insert horizontal separators, as in my previous version?

  • 2 відповіді
  • 2 мають цю проблему
  • 14 переглядів
  • Остання відповідь від BertCoules

more options

I've just upgraded from 3.6.12 to 12.0. I'm using the Menu Bar and the Navigation Bar, with Tabs beneath, and I've noticed two oddities in the toolbar display.

There are no longer horizontal separator lines between the toolbars and between the Navigation bar and the tops of the Tabs. The background of the Tab area also used to be a different colour from the space above. Is it possible to restore the lines? And/or the colour differentiation?

With the display set to small icons and text, the words "Read Mail" are not aligned with the other labels but appear slightly higher (though if I select text only, the alignment is perfect). can I fix this?

I've just upgraded from 3.6.12 to 12.0. I'm using the Menu Bar and the Navigation Bar, with Tabs beneath, and I've noticed two oddities in the toolbar display. There are no longer horizontal separator lines between the toolbars and between the Navigation bar and the tops of the Tabs. The background of the Tab area also used to be a different colour from the space above. Is it possible to restore the lines? And/or the colour differentiation? With the display set to small icons and text, the words "Read Mail" are not aligned with the other labels but appear slightly higher (though if I select text only, the alignment is perfect). can I fix this?

Змінено BertCoules

Усі відповіді (2)

more options

Try to add code like this to userChrome.css below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


#navigator-toolbox toolbar {
 border-bottom: 1px solid ThreeDShadow !important;
 -moz-appearance: none!important;
}

#toolbar-menubar {
border-top: 1px solid ThreeDShadow !important;
}
more options

Many thanks for that. I've added the code: it has restored the horizontal separators (which is a huge improvement) but not the darker Tabs background, alas. Also, the Read Mail text is still not correct.

Змінено BertCoules