Page 1 of 1

pale moon started to show titles bolded

Posted: 2014-09-07, 00:45
by BrecMadak
Just like in ss, it somehow started to show titles in bold, I also made a comparative with Firefox browser to show you the difference.

So now how can I fix this problem, it really distracts my attention. Thanks.

Re: pale moon started to show titles bolded

Posted: 2014-09-07, 05:16
by New Tobin Paradigm
One.. This is as intended when the feature was implemented and it was some time ago now.

Two.. you are comparing Pale Moon's UI to Firefox Australis.. They share VERY LITTLE UI Code anymore since it the front end was pretty well rewritten for Australis.

Three, Australis doesn't have a caption title..

Four (mostly due to 3) you are not showing even the same UI element so the comparison however stretched it was has now snapped.

That being said.. a userchrome hack or simply enabling the menu bar can help work around your issue. Search the forums for people who have dealt with customizing this.

Re: pale moon started to show titles bolded

Posted: 2014-09-07, 08:45
by BrecMadak
Have searched before opening my thread, and tried what others said, it didnt work. (userChrome thingy-nothing happened) That's why I ask in here as a seperate topic.

I need exact guidance how this could be made as un-bolded since I can't see any options to change this in menu bar.

Re: pale moon started to show titles bolded

Posted: 2014-09-07, 08:50
by New Tobin Paradigm
The menubar will allow the caption bar to revert back to system drawn instead of browser drawn. That is the work around..

But.. I will see what I can do...

EDIT:

Code: Select all

#main-window::after {
  font-weight: normal !important;
}
Should get you the effect you want...

Re: pale moon started to show titles bolded

Posted: 2014-09-07, 08:54
by Moonchild
If userChrome.css doesn't work for you, then please make sure to check all the instructions. It has to be named correctly and put into the correct folder.