what is the css id of the menu / navigation background area

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

Moderators: FranklinDM, Lootyhoof

gulf-of-mexico

what is the css id of the menu / navigation background area

Unread post by gulf-of-mexico » 2017-10-01, 21:03

In the latest version of pale moon the background color of the top area including the File Edit View History Bookmarks Tools Help and the next line <- -> reload home url bar search bar and downloads button has changed from gray to navy blue purple.

To override it in UserChrome.css what is the css id to set the background color of this top area?

Thanks!

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

Re: what is the css id of the menu / navigation background area

Unread post by Lootyhoof » 2017-10-01, 21:13

It's:

Code: Select all

#main-window {

}
Of note though: Pale Moon 27.5.1 will restore this to white instead of purple.

This (purple, soon to be white) is ONLY used if accent colours aren't applied to the titlebars, and ONLY on WIndows 10.

gulf-of-mexico

Re: what is the css id of the menu / navigation background area

Unread post by gulf-of-mexico » 2017-10-01, 21:17

Ah - Thank You! :thumbup:

#main-window {
background-color: #ffffff !important;
}
menubar {
color: #333333;
}

worked for me to restore the subtle color I'm used to.

I tried to get accustomed to the purple this morning, but I couldn't stop looking up at it :? It really wasn't bad, but old dogs, new tricks... can't have my color changing without a lot of easing into it :)

Locked