Recommended Posts

Ahaha, ok. I got it.

Edit:

I'm getting Stylish 1.0.9 could not be installed because it is not compatible with Firefox 3.7a6pre. :(

https://www.neowin.net/forum/topic/896934-theme-fixes-firefox-button-landed-meet-firefox-40/page__st__225__p__592746784entry592746784

Menu button QA

How to Get?

Install Gecko/20100613 and Hide Menu Bar

Current look

post-293012-12764256698849.png

Tweaks

Make a stylish userstyle and use following code to :

1)Make Menu button reside prior to tabs and do not use extra toolbar

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 125px !important;
}

49223776.png

Thanks to https://www.neowin.net/forum/user/321504-heartripper/

2)Reduce size of Menu button

#appmenu-button{
padding: 3px 9px 3px 9px !important;
}

values are: top - right - bottom - left

post-293012-12764261124189.png

Thanks to https://www.neowin.net/forum/user/321504-heartripper/

3)Change Color of Menu button

#appmenu-button
{
background-color: black !important;
}

96322282.png

Thanks to http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=175233

no search bar. no bookmark bar. small icons.

The rest is default. Tabs don't look good yet, I think once they fix the glass issue and make the area where the tabs are glass (like Chrome) it will look better.

I have a Bookmark Toolbar, a Search Bar and the Tabs look fine. These features have always been with the Dev release of Firefox 4 from the beginning. One can turn them off which may have been the case here.

3)Change Color of Menu button

#appmenu-button
{
background-color: black !important;
}

96322282.png

Thanks to http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=175233

you can also use gradients, for example:

#appmenu-button:hover{
background: -moz-linear-gradient(top, rgba(33,170,222,.8), rgba(25,62,118,.8)) !important;
}

and the result is

30902327.png

See:

https://developer.mozilla.org/en/CSS/-moz-radial-gradient

https://developer.mozilla.org/en/CSS/-moz-linear-gradient

:)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.