Menu bar styles

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

User avatar
gracious1
Keeps coming back
Keeps coming back
Posts: 891
Joined: 2016-05-15, 05:00
Location: humid upstate NY

Menu bar styles

Unread post by gracious1 » 2017-10-12, 08:54

(Moved from another thread so we don't have to keep using off-topic tags.)
Lootyhoof wrote:Out of curiosity, do you prefer the menu bar style in Fox 2 The Moon, or as it is in other themes, like Moonfox3?
I guess I like the menu bar style in Fox 2 The Moon and Camimoon. I like the differentiated gray when I am not using a persona. :)

I suppose it would be easy enough to add this style (the differentiated menu bar) to the others using Stylish? What would the code be for that? (And would it break personas?)

Likewise, out of curiosity, would it be possible to remove it with Stylish?
20 July 1969 🌗 Apollo 11 🌓 "One small step for [a] man, one giant leap for mankind." 🚀

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1569
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: Menu bar styles

Unread post by Lootyhoof » 2017-10-12, 09:20

The style in Fox 2 The Moon (and possibly a few others - I can't recall) for the menu bar on Linux gets its styling from the current GTK theme.

If this is desired I can add this to others. This can be applied using Stylish:

Code: Select all

#toolbar-menubar {
  -moz-appearance: menubar !important;
}
Likewise, it can be removed in Stylish:

Code: Select all

#toolbar-menubar {
  -moz-appearance: none !important;
}

Locked