Meet Firefox 4.0.1


Recommended Posts

Thanks, it somehow enabled itself because I just got that problem this morning.

That's weird. The same thing happened to me yesterday, heh.

Link to comment
Share on other sites

Am I the only one that gets a black background wherever there's supposed to be transparency in the toolbars while using a tabcandy build?

Link to comment
Share on other sites

Am I the only one that gets a black background wherever there's supposed to be transparency in the toolbars while using a tabcandy build?

Even i get that :(

Plus , the bookmarks button gets hidden (i think its obvious , but still)

Link to comment
Share on other sites

My Minefield+Stylish Setup:

(I like it simple & clean)

post-251611-12799723166487.png

How did you make the full set of menus appear with the menu button? Do you have the link to the working code? Thanks!

Link to comment
Share on other sites

Anyone knows a stylish code to make the status bar transparent?

This should work.

#browser-bottombox,
#status-bar,
#status-bar *,
#FindToolbar {
  -moz-appearance: -moz-win-glass !important;
  background: transparent !important;
  border: 0 !important;
  text-shadow: 0 0 3px white !important;
}

Link to comment
Share on other sites

How did you make the full set of menus appear with the menu button? Do you have the link to the working code? Thanks!

Here you go ;)

#toolbar-menubar
{
	position: fixed !important;
	margin: -20px 0 0 105px !important;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%)!important;
	-moz-border-radius: 0px 0px 4px 4px !important;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 1px rgba(255, 255, 255, 0.8) !important;
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px rgba(30, 30, 30, 0.5) inset, 0 0 1px rgba(60, 60, 60, 0.9) inset, 0 0 3px rgba(0, 0, 0, 0.7) inset !important;

}

Link to comment
Share on other sites

Here you go ;)

#toolbar-menubar
{
	position: fixed !important;
	margin: -20px 0 0 105px !important;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%)!important;
	-moz-border-radius: 0px 0px 4px 4px !important;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 1px rgba(255, 255, 255, 0.8) !important;
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px rgba(30, 30, 30, 0.5) inset, 0 0 1px rgba(60, 60, 60, 0.9) inset, 0 0 3px rgba(0, 0, 0, 0.7) inset !important;

}

What does this stylish code do? When I applied it to my FF4 build, I didn't see any changes.

Link to comment
Share on other sites

What does this stylish code do? When I applied it to my FF4 build, I didn't see any changes.

It moves the menubar [alt-click] to the right side of the menubutton.

Link to comment
Share on other sites

It moves the menubar [alt-click] to the right side of the menubutton.

Oh I see. I misinterpreted what the code would do. I though it would add some missing options in the actual firefox menu. Thanks for clearing that up.

Link to comment
Share on other sites

Oh I see. I misinterpreted what the code would do. I though it would add some missing options in the actual firefox menu. Thanks for clearing that up.

No probs ;)

Link to comment
Share on other sites

I've only barely played with beta 1 on Mac, but I've seen the Tab Candy video and seen the current Mac mockups, and was wondering will it be possible (via Stylish script or other means) to move the tabs into the title bar on Mac like I've seen on the Windows screenshots in this thread?

Link to comment
Share on other sites

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

    • No registered users viewing this page.