NienorGT Posted May 23, 2008 Share Posted May 23, 2008 lol, it was added in the extension by request. #main-window #navigator-toolbox #nav-bar { padding: 0 0 2px 0 !important; } You can change the 2 to another value, check yourself. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589421576 Share on other sites More sharing options...
Robbie Khan Reviews Posted May 23, 2008 Reviews Share Posted May 23, 2008 Aha thanks, 2px is perfect :) Now one final request, is there a similar code to get the favicon aligned left? :p Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589421594 Share on other sites More sharing options...
primexx Posted May 23, 2008 Share Posted May 23, 2008 Aha thanks, 2px is perfect :)Now one final request, is there a similar code to get the favicon aligned left? :p i agree 2px looks far better than 5px. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589421743 Share on other sites More sharing options...
cyberbeing Posted May 23, 2008 Share Posted May 23, 2008 2nd that.. How did he get the menu button to be where it is and such? It's done with an extension called Tiny Menu and dragging all the navigation stuff up to the menu toolbar. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589422566 Share on other sites More sharing options...
DreadBoat89 Posted May 23, 2008 Share Posted May 23, 2008 a bit of hijacking: anybody have a working css solution as to combining the stop-reload button that works with the css stuff that makes firefox look like ie7? Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589423077 Share on other sites More sharing options...
Robbie Khan Reviews Posted May 23, 2008 Reviews Share Posted May 23, 2008 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #stop-button[disabled="true"] { display:none; } #stop-button:not([disabled]) + #reload-button { display:none; } That's what I use to combine STOP/RELOAD button (using Stylish btw) :) Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589423121 Share on other sites More sharing options...
DreadBoat89 Posted May 23, 2008 Share Posted May 23, 2008 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #stop-button[disabled="true"] { display:none; } #stop-button:not([disabled]) + #reload-button { display:none; } That's what I use to combine STOP/RELOAD button (using Stylish btw) :) are you using this with the default theme? Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589423167 Share on other sites More sharing options...
ATLien_0 Posted May 23, 2008 Share Posted May 23, 2008 i tried using the stop-reload extension, just had to fix the install.rdf file, but it works fine in FF3 rc1 however with that IE theme the buttons dont line up correctly. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589423491 Share on other sites More sharing options...
MulletRobZ Posted May 23, 2008 Share Posted May 23, 2008 Too bad the transparency does not work in Mac OS X. :( Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589423511 Share on other sites More sharing options...
+Gary7 Subscriber² Posted May 23, 2008 Subscriber² Share Posted May 23, 2008 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #stop-button[disabled="true"] { display:none; } #stop-button:not([disabled]) + #reload-button { display:none; } That's what I use to combine STOP/RELOAD button (using Stylish btw) :) Thanks, That is one less extension I need. (Y) Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589423524 Share on other sites More sharing options...
Calum Veteran Posted May 23, 2008 Veteran Share Posted May 23, 2008 are you using this with the default theme? If you're using that CSS code which was given to you, you will have to make sure your 'Stop' button is placed before your 'Reload' button. That was the instructions on the page of the userstyle and I have this installed into Stylish, using the default theme and it works perfectly. i tried using the stop-reload extension, just had to fix the install.rdf file, but it works fine in FF3 rc1 however with that IE theme the buttons dont line up correctly. If you are using the IE userstyle posted earlier in this thread, you may need to swap the 'Stop' and 'Reload' buttons around to get it looking better. I don't know for sure, as I am not using the style - I only tried it out for a second - but, try placing them buttons in front of each other, installing the userstyle each time to see if the buttons look any better. If they don't, you could always use the code posted earlier to combine the 'Stop' and 'Reload' buttons when using this IE userstyle ;) Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589423536 Share on other sites More sharing options...
DreadBoat89 Posted May 23, 2008 Share Posted May 23, 2008 If you're using that CSS code which was given to you, you will have to make sure your 'Stop' button is placed before your 'Reload' button. That was the instructions on the page of the userstyle and I have this installed into Stylish, using the default theme and it works perfectly.If you are using the IE userstyle posted earlier in this thread, you may need to swap the 'Stop' and 'Reload' buttons around to get it looking better. I don't know for sure, as I am not using the style - I only tried it out for a second - but, try placing them buttons in front of each other, installing the userstyle each time to see if the buttons look any better. If they don't, you could always use the code posted earlier to combine the 'Stop' and 'Reload' buttons when using this IE userstyle ;) ah that makes sense... that was a trick... but it works now. tho, you will need to play with the css to get it right Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589423738 Share on other sites More sharing options...
The_Decryptor Veteran Posted May 24, 2008 Veteran Share Posted May 24, 2008 Too bad the transparency does not work in Mac OS X. :( Wait until Firefox 4, it should be fixed then (It's the same reason why there isn't glass in Firefox 3, Gecko can't draw XUL + Web content on a transparent surface, it can only draw XUL content) This way (setting the background to black) is a hacky workaround due to the way GDI works. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589424600 Share on other sites More sharing options...
KiHu Posted May 24, 2008 Share Posted May 24, 2008 I want to say, THANK YOU for this great addon. [offtopic] anyone able to work out a theme in stylish/fftheme that makes this look better, since there is people out there using Windows Vista themes that uses a modified stream to make one have the lovely longhorn buttons... [/offtopic] Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589425937 Share on other sites More sharing options...
+Gary7 Subscriber² Posted May 24, 2008 Subscriber² Share Posted May 24, 2008 I want to say, THANK YOU for this great addon.[offtopic] anyone able to work out a theme in stylish/fftheme that makes this look better, since there is people out there using Windows Vista themes that uses a modified stream to make one have the lovely longhorn buttons... [/offtopic] This one look kind of good. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589425948 Share on other sites More sharing options...
KiHu Posted May 24, 2008 Share Posted May 24, 2008 what I was meaning if there is any chance/hope for a stylish addon or a nomal theme that brings the longhon back/forward buttons of longhorn..to not make it look weird as on the snip i took from my FF3..look at the transparancy and stuff around the back/forward buttons..looks weird due to due modded stream of the aero to make it look longhornish in normal vista. see what im getting at? Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589425949 Share on other sites More sharing options...
+Gary7 Subscriber² Posted May 24, 2008 Subscriber² Share Posted May 24, 2008 what I was meaning if there is any chance/hope for a stylish addon or a nomal theme that brings the longhon back/forward buttons of longhorn..to not make it look weird as on the snip i took from my FF3..look at the transparancy and stuff around the back/forward buttons..looks weird due to due modded stream of the aero to make it look longhornish in normal vista.see what im getting at? Yes, This one may work. I can't test it due to my hacked theme. http://userstyles.org/styles/5453 Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589425989 Share on other sites More sharing options...
ZeroKnight Posted May 24, 2008 Share Posted May 24, 2008 Is there a way to extend the glass onto the Bookmarks Toolbar? I would love to have that. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589426180 Share on other sites More sharing options...
+Gary7 Subscriber² Posted May 24, 2008 Subscriber² Share Posted May 24, 2008 Is there a way to extend the glass onto the Bookmarks Toolbar? I would love to have that. I have been looking all over for a script on that. So far without any luck. It would be great. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589426204 Share on other sites More sharing options...
primexx Posted May 25, 2008 Share Posted May 25, 2008 Is there a way to extend the glass onto the Bookmarks Toolbar? I would love to have that. I have been looking all over for a script on that. So far without any luck. It would be great. you could always move the bookmarks bar to the top two rows, maybe hide the menu bar and move the location bar's row to the top, and move the bookmarks toolbar to the second row. Or just put the bookmarks on top of the location bar, beside the menu bar. although i've done it, and it doesn't look nearly as good, because there's no blurred white background behind the text. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589426253 Share on other sites More sharing options...
+Gary7 Subscriber² Posted May 25, 2008 Subscriber² Share Posted May 25, 2008 you could always move the bookmarks bar to the top two rows, maybe hide the menu bar and move the location bar's row to the top, and move the bookmarks toolbar to the second row. Or just put the bookmarks on top of the location bar, beside the menu bar.although i've done it, and it doesn't look nearly as good, because there's no blurred white background behind the text. Thanks but I don't use the Navigation bar, I only have the menu bar and the BM bar. I have about 37 icons on it and I would not have room on the menu bar. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589426299 Share on other sites More sharing options...
primexx Posted May 25, 2008 Share Posted May 25, 2008 Thanks but I don't use the Navigation bar, I only have the menu bar and the BM bar. I have about 37 icons on it and I would not have room on the menu bar. if you don't use the location bar then just put the bookmarks toolbar on that row Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589426345 Share on other sites More sharing options...
ZeroKnight Posted May 25, 2008 Share Posted May 25, 2008 Well I can make the background on it to be none but it just becomes a dark black. Is there an image I need to use to make it glass like? Edit: So I figured out a temporary fix for now. I put mine next to the menu bar (file, edit, etc.) and it works but I would like to eventually have the bar transparent. Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589426430 Share on other sites More sharing options...
+Gary7 Subscriber² Posted May 25, 2008 Subscriber² Share Posted May 25, 2008 Well I can make the background on it to be none but it just becomes a dark black. Is there an image I need to use to make it glass like? You need to de code the image that is used in Glaser, and then just replace it in the status bar. I can't figure it out. :cry: Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589426435 Share on other sites More sharing options...
ZeroKnight Posted May 25, 2008 Share Posted May 25, 2008 You need to de code the image that is used in Glaser, and then just replace it in the status bar. I can't figure it out. :cry: Well from what I can gather, the code is basically painting the areas that are transparent black and then DWM wrappping them. If there was a way to also paint the bookmarks toolbar black and then DWM wrap it too, it would work. However, that is something the author can do, not me :( Link to comment https://www.neowin.net/forum/topic/637508-ext-glasser-add-vista-glass-to-firefox/page/4/#findComment-589426534 Share on other sites More sharing options...
Recommended Posts