Question about UI for Developer Edition

Discussion about official Mozilla Firefox builds
Post Reply
George.ilotS
Posts: 17
Joined: April 9th, 2015, 7:23 pm

Question about UI for Developer Edition

Post by George.ilotS »

Hello,
I am using Windows 7 Pro x64, and I have Firefox Developer Edition 39.0a2 (2015-04-09)
My question is about the titlebar ui. When the browser is maximized, it looks great and I love the color scheme the developers chose for it! However when the firefox browser window is in a smaller window, then the colors of the title bar are weird and don't match the theme of the browser, nor do they match the windows 7 theme. I've included a before and after screen shot. Can anyone please help me out? Or is everyone's like that?

This is how awesome it looks in maximum view. And I love it
http://i.imgur.com/WCY65EP.jpg

This is what I am referring to that is really bugging me. HOW CAN I FIX THIS?
http://i.imgur.com/BALzvzx.jpg

And this is what I want to title bar to look like when not in maximum view.
http://i.imgur.com/cShcZl1.jpg
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: Question about UI for Developer Edition

Post by makondo »

It's called 'fog', from Fx default 'theme'.
Put this in your userChrome.css:

Code: Select all

#main-window #TabsToolbar:not(:-moz-lwtheme)::after,
#main-window #TabsToolbar:not(:-moz-lwtheme)::before
{ box-shadow: none !important; }


or use Stylish and create a new style with the code above, name it and save. You can preview it w/out exiting Fx then.
George.ilotS
Posts: 17
Joined: April 9th, 2015, 7:23 pm

Re: Question about UI for Developer Edition

Post by George.ilotS »

IT WORKED!!!!!
Thank you so MUCH!
THANK YOU THANK YOU THANK YOU!
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: Question about UI for Developer Edition

Post by makondo »

Image Image
Post Reply