Firefox 3.7 concept screenshots emerge at Mozilla Wiki

Yeah I disabled Glasser because on 3.5 no matter what I do I cannot get the address bar AND favicon inline (normal size) - I can get both thin but thin is not cool and looks rubbish. I need them both to be as wide as normal.

I do prefer the raised buttons of the 3.7 screens though.

Someone will theme it for 3.5 surely...
 
After having the troubles mentioned above with strange gaps etc. on the day FF3.5 was released I somehow managed to get Glasser working perfectly with Firefox 3.5.

I'm using "MR Tech Toolkit" to enable Glasser regardless of whether it's compatible or not.

Looking at that screenshot I realise now I can remove my "New Tab" button from the right hand side of my bookmark toolbar :rolleyes:.

I have the following code in stylish (1 for the blue bookmark toolbar, 1 to fix the shape of the address bar):


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

#nav-bar {
    padding: 0 0 3px 0 !important;
    margin: 0 !important;
}

#identity-box,
#identity-box.verifiedIdentity,
#identity-box.verifiedDomain,
#identity-box.unknownIdentity {
    border: 0 !important;
    margin: -1px !important;
    padding: 1px 1px 1px 4px !important;
    -moz-border-radius: 13px 0 0 13px !important;
}

#main-window #searchbar .searchbar-textbox {
    -moz-border-radius: 2px !important;
}

#urlbar[level="high"] > .autocomplete-textbox-container,
#urlbar[level="low"] > .autocomplete-textbox-container {
    -moz-border-radius: 13px 2px 2px 13px !important;
}

#urlbar {
    -moz-border-radius: 13px 2px 2px 13px !important;
}

.textbox-presentation-protocol ,
.textbox-presentation-subdomain ,
.textbox-presentation-port ,
.textbox-presentation-slash ,
.textbox-presentation-path ,
.textbox-presentation-file ,
.textbox-presentation-query ,
.textbox-presentation-fragment {
    color: rgba(0, 0, 0, 0.5) !important;
}

#urlbar[fission="fusion"] > #statusbar-icon .progress-bar{
    margin-left: 1em;
}
Thanks for the code brah! fixed my addy bar issue :D I don't like the blue bookmarks bar with glasser though as text font has an outer glow so am using no blue bar :p
 
I couldn't get Glasser to work 'properly' with 3.5 so went for Stylish 'All Black'. Just as good IMO.

I got it working fine in the end!

ff3.5glasser.JPG
 
All glass is no visual match for Glasser version 1.1.2 (see the thread on neowin above).
 
Oh what are you using for the blue bookmarks bar btw? I have a stylish script for it but the text is kind of fuzzy on the script but looks like your one is fine, I assume it's part of a theme?
 
With Vista you can choose the colours much easier than in XP. Also the colours are more neutral not warm like on XP.
 
I don't know which one I like more, all glassed or glassered. I like them both!!!

All Glass:
firefoxallglassed.jpg



Glasser update:
firefoxglassered.jpg


Less visual bugs in Glasser version thoguh so I may stick with that until everything else gets fixed with AllGlass.
 
It's a jar file not zar :p they made a booboo there the. But yeah, just drag the jar into the "Themes" tab in the addons window and BAM, it will be awesome.
 
It is now complete! I love it like this, best of both worlds (as in my last reply)

firefoxcomplete.jpg


I made the bookmarks bar thinner as I felt it was too fat before vertically by using the following in Stylish:

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

#main-window #navigator-toolbox #PersonalToolbar
{
	padding: 0px 0px 1px 0px !important;
	color: white !important;
}

You can customise the values how you like, 1 and 3 are vertical padding sizes and 2 and 4 are horizontal :)
 
It's just much more convenient for me to have the bookmarks bar there :p means I can access a bookmark in 2 clicks and minimal mouse movement instead of 3 with lots of mouse movement once you put into consideration the size of my bookmarks list and its organisation :p

Not too fussed with the status bar though as I use it quite a lot accessing stylish, adblock and firesizer etc :D
 
I've installed this theme and all required components but the menu bar at the top is there, how do I remove it?

You've clearly not installed them all then :p

Personal menus should be installed and once installed right click the menubar and untick it to hide.
 
In Personal Menus extension just hide all the menubar items to hide the additonal text bits as it's not eneded.
 
It's annoying that you can't remove the new tab button from the tab bar, but it's something that'll get fixed...eventually.

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



.tabs-newtab-button {display: none !important}

Will remove the new tab button.

After which you can install a new tab button through the right click customisation dialogue for the navigation bar.
 
Oh, I doubt that will ever be an option as it's a part of the tab bar itself - Why not just use the CSS snippet? much simpler and robust. You can then add a new tab button on the navbar wherever you like.

Personally my choice is leave as is, logical location for new tab button is at the end of the tab bar as that is where a new tab appears.

Alternatively CTRL+T.
 
Back
Top Bottom