primexx Posted October 7, 2008 Share Posted October 7, 2008 is it possible to retain non-transparent tabs even for the inactive ones? thx. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589929294 Share on other sites More sharing options...
KnicksTape Posted October 8, 2008 Share Posted October 8, 2008 Got it working for me now. Looks great Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589931008 Share on other sites More sharing options...
DigitalE Posted October 8, 2008 Share Posted October 8, 2008 Wow, that's pretty cool. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589931020 Share on other sites More sharing options...
g4rb4g3 Posted October 8, 2008 Share Posted October 8, 2008 @Ambroos Thanks for adding my fix but you should add these 2 lines too. .findbar-find-fast{ color: white !important; opacity: 1 !important; } .checkbox-label-box{ color: white !important; opacity: 1 !important; } Because without it the searchbar looks like this: with the fix it looks like this: Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589931366 Share on other sites More sharing options...
jordoex Posted October 8, 2008 Share Posted October 8, 2008 If you guys want to have a version where the find bar isn't glassy too, i could change the javascript(the dwm-overlay.js file) to change that. I made it that way because that's the way I wanted it and it didn't take any extra time to do it. If any of you ppl actually look at that file, you'd notice that it's very unorganized. On a sidenote, I'd also like to make an extension/theme to get everything glassy, but that would've taken a lot of time, and I'll probably be moving back to mainly using linux soon. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589931398 Share on other sites More sharing options...
Ambroos Posted October 8, 2008 Author Share Posted October 8, 2008 @AmbroosThanks for adding my fix but you should add these 2 lines too. .findbar-find-fast{ color: white !important; opacity: 1 !important; } .checkbox-label-box{ color: white !important; opacity: 1 !important; } Because without it the searchbar looks like this: with the fix it looks like this: Done that @ Jordoex, really, thanks for the glasser JS and the very original userstyle! The glasser JS is still the same, only the userstyle has to be updated. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589932058 Share on other sites More sharing options...
Lee G. Veteran Posted October 8, 2008 Veteran Share Posted October 8, 2008 This looks pretty good, but it's a shame the text is incorrectly rendered. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589932446 Share on other sites More sharing options...
Ambroos Posted October 8, 2008 Author Share Posted October 8, 2008 Well yea but I can't really change text rendering... Changing it from white to gray, or use opacity .90 helps a little... Still looks better than firefox does by default! Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589932526 Share on other sites More sharing options...
g4rb4g3 Posted October 8, 2008 Share Posted October 8, 2008 @Ambroos Try to add this: statusbarpanel { -moz-appearance: none !important; border: none !important; } It should remove the statusbar dividers. I can't try it right now because I'm at work and the PC runs on Windows XP. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589933060 Share on other sites More sharing options...
Ambroos Posted October 8, 2008 Author Share Posted October 8, 2008 @AmbroosTry to add this: statusbarpanel { -moz-appearance: none !important; border: none !important; } It should remove the statusbar dividers. I can't try it right now because I'm at work and the PC runs on Windows XP. Gee dude, thanks a lot :D ! Added it :) Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589933096 Share on other sites More sharing options...
g4rb4g3 Posted October 8, 2008 Share Posted October 8, 2008 Gee dude, thanks a lot :D ! Added it :) It's not my work, i found it here: http://userstyles.org/styles/9590 Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589933124 Share on other sites More sharing options...
Ambroos Posted October 8, 2008 Author Share Posted October 8, 2008 It's not my work, i found it here:http://userstyles.org/styles/9590 Still, you found it, and I'd like to thank you for going out and searching for it! Update Refresh 08/10 Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589933142 Share on other sites More sharing options...
mimol Posted October 8, 2008 Share Posted October 8, 2008 how change color to black?(When I want search text its little unreadable) Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589933180 Share on other sites More sharing options...
Ambroos Posted October 8, 2008 Author Share Posted October 8, 2008 how change color to black?(When I want search text its little unreadable) You can change all text colors to black, but it will look uglier... Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589933260 Share on other sites More sharing options...
g4rb4g3 Posted October 8, 2008 Share Posted October 8, 2008 Yet another fix :-) instead of .checkbox-label-box{ color: white !important; opacity: 1 !important; } use this: #FindToolbar .checkbox-label-box{ color: white !important; opacity: 1 !important; } It doesn't change the checkbox color everywhere to white. Just in the Searchbar. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589934046 Share on other sites More sharing options...
Ambroos Posted October 8, 2008 Author Share Posted October 8, 2008 Yet another fix :-)instead of .checkbox-label-box{ color: white !important; opacity: 1 !important; } use this: #FindToolbar .checkbox-label-box{ color: white !important; opacity: 1 !important; } It doesn't change the checkbox color everywhere to white. Just in the Searchbar. Thanks again :D updated again! Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589934198 Share on other sites More sharing options...
FoSsiL Posted October 8, 2008 Share Posted October 8, 2008 is there a fix for this? i get it only when firefox is maximized. By wreng123 at 2008-10-08 I get some white glare on the titlebar, when i have the status bar or the find bar enabled. By wreng123 at 2008-10-08 But when i disabled the status bar or find bar, the glare seem to disappear on the titlebar. anyone getting this too? Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589934654 Share on other sites More sharing options...
g4rb4g3 Posted October 8, 2008 Share Posted October 8, 2008 is there a fix for this? i get it only when firefox is maximized. By wreng123 at 2008-10-08 I get some white glare on the titlebar, when i have the status bar or the find bar enabled. By wreng123 at 2008-10-08 But when i disabled the status bar or find bar, the glare seem to disappear on the titlebar. anyone getting this too? I tried it but i don't get this. I don't think it's because of glassier or the userstyle because this area gets skinned from Windows. Doesn't matter which plugins or userstyles you have. Do you use another skin then the default Aero? I hope everybody understands me the right way because my english is not realy good. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589934946 Share on other sites More sharing options...
Neytrino Posted October 9, 2008 Share Posted October 9, 2008 Why it black? Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589937552 Share on other sites More sharing options...
Buzz99 Posted October 9, 2008 Share Posted October 9, 2008 Why it black? Make sure you're using Glasser 1.0.16. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589937674 Share on other sites More sharing options...
Neytrino Posted October 9, 2008 Share Posted October 9, 2008 Make sure you're using Glasser 1.0.16. I use it Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589937696 Share on other sites More sharing options...
Buzz99 Posted October 9, 2008 Share Posted October 9, 2008 I use it Have you re-installed it (glasser) after modifying the dwm-overlay.js ? If so apply the file again and make sure to have the right stylish style applied.(stylish userstyle). restart firefox and it should be alright. Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589937724 Share on other sites More sharing options...
mimol Posted October 9, 2008 Share Posted October 9, 2008 how change text to more visible in search box? and text of download statusbar? Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589938168 Share on other sites More sharing options...
wojtekka Posted October 9, 2008 Share Posted October 9, 2008 any chance to fix this ? i'm using forecastfox addon and there is no text visible Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589938184 Share on other sites More sharing options...
mimol Posted October 9, 2008 Share Posted October 9, 2008 I cant see my options Tab security Advance Link to comment https://www.neowin.net/forum/topic/673940-all-glass-firefox/page/3/#findComment-589938414 Share on other sites More sharing options...
Recommended Posts