Kyang Posted August 30, 2010 Share Posted August 30, 2010 Here you go, this label, i want it out. I just want to keep the bookmark tab not the text. This is what the setup looks like with that add-on. Custom labels and folder labels are there, while the text on the bookmark button is gone as you wanted. Text on regular bookmarks is gone too though. If you wanted to keep those, then I guess I'm no help. Link to comment Share on other sites More sharing options...
mNiosu Posted August 30, 2010 Share Posted August 30, 2010 this is the newer one. the older was quite different http://img831.imageshack.us/img831/5971/37027040.png Looks very good. Is the background theme blue by default or your are using the "blue add-ons page" script ? Link to comment Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted August 30, 2010 Subscriber¹ Share Posted August 30, 2010 Looks very good. Is the background theme blue by default or your are using the "blue add-ons page" script ? that is by default but it's only a first step to achieve this: https://bug586066.bugzilla.mozilla.org/attachment.cgi?id=464544 Link to comment Share on other sites More sharing options...
vajlent Posted August 30, 2010 Share Posted August 30, 2010 Is it possible to edit the spacer you can use in the customize menu? there is "flexible space" & "space" to choose from. I've used "space" here. Have a look to see what i mean: I have rounded corners in the nav.bar and want the "home" button more close to the edge to suite the bar. Maybe a little bit vague, but I hope someone understands :laugh: Cheers Link to comment Share on other sites More sharing options...
SkyDX Posted August 30, 2010 Share Posted August 30, 2010 Someone knows if Mozilla is aware of the high CPU usage? I still have 10-20% on Firefox.exe with 40 tabs open in the latest nightly and I can't find anything on the net about it. Link to comment Share on other sites More sharing options...
Udedenkz Posted August 30, 2010 Share Posted August 30, 2010 Someone knows if Mozilla is aware of the high CPU usage? I still have 10-20% on Firefox.exe with 40 tabs open in the latest nightly and I can't find anything on the net about it. Maybe it is https://bugzilla.mozilla.org/show_bug.cgi?id=591435 Link to comment Share on other sites More sharing options...
mNiosu Posted August 30, 2010 Share Posted August 30, 2010 that is by default but it's only a first step to achieve this:https://bug586066.bugzilla.mozilla.org/attachment.cgi?id=464544 Looks even better. But with all the options in that page, maybe the "Add-ons Manager" name doesn't fit any more... :) Is it possible to edit the spacer you can use in the customize menu?there is "flexible space" & "space" to choose from.I've used "space" here.Have a look to see what i mean:I have rounded corners in the nav.bar and want the "home" button more close to the edgeto suite the bar.Maybe a little bit vague, but I hope someone understands :laugh:Cheers In the "home as tab" script search for line " margin-left: 3px !important; " and edit 3 to a smaller value! (you can even set it -1) This is how mine looks fullscreen on Vista (I know is dark, but all windows become darker maximized on vista (I'm at work) on Win 7 looks much better) : Link to comment Share on other sites More sharing options...
vajlent Posted August 30, 2010 Share Posted August 30, 2010 In the "home as tab" script search for line " margin-left: 3px !important; " and edit 3 to a smaller value! (you can even set it -1) Well I don't use the "home as tab" script, I use the "darker inactive tab" code so... #TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button) { -moz-appearance: none !important; margin: 0 !important; padding: 0 !important; background-repeat: no-repeat !important; background-size: 200% !important; -moz-border-image: url("chrome://browser/skin/tabbrowser/tab.png") 4 5 3 6 / 4px 5px 3px 6px !important; -moz-border-radius: 10px 8px 0 0 !important; } .tabbrowser-tab:not([selected="true"]), .tabs-newtab-button, #TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button) { background-position: -5px -2px !important; background-image: -moz-linear-gradient(top,rgba(198,201,206,.70), rgba(151,160,172,.70)), -moz-linear-gradient(bottom, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 60%) !important; } .tabbrowser-tab:not([selected="true"]):hover, .tabs-newtab-button:hover, #TabsToolbar > .toolbarbutton-1:not(#alltabs-button):not(#new-tab-button):hover { background-image: -moz-linear-gradient(top,rgba(198,201,206,.8), rgba(151,160,172,.8)), -moz-linear-gradient(bottom, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) 60%) !important; } .tabbrowser-tab:not([selected="true"]) { text-shadow: 0 1px 0 rgba(255,255,255,.3) !important; } Link to comment Share on other sites More sharing options...
SkyDX Posted August 30, 2010 Share Posted August 30, 2010 Maybe it is https://bugzilla.mozilla.org/show_bug.cgi?id=591435 Sounds plausible but whatever causes this, I hope it gets fixed soon. If it weren't for this high CPU usage I would use Minefield all day. Link to comment Share on other sites More sharing options...
LiquidSolstice Posted August 30, 2010 Share Posted August 30, 2010 Someone knows if Mozilla is aware of the high CPU usage? I still have 10-20% on Firefox.exe with 40 tabs open in the latest nightly and I can't find anything on the net about it. You consider 10% with forty tabs open high CPU usage? I'd call that fair. Link to comment Share on other sites More sharing options...
mNiosu Posted August 30, 2010 Share Posted August 30, 2010 Well I don't use the "home as tab" script, I use the "darker inactive tab" code so... I don't know what to tell you exactly. The funny thing is that with your scrip active and mine disabled my home button is at the very edge when maximized. So try using this script, even if I can't be sure they'll work: For left spacing: #TabsToolbar > #home-button {margin-left: 0px !important;} For that ugly right spacing: #TabsToolbar > #home-button + #tabbrowser-tabs {margin-left: 0 !important;} By the way, I don't know if you are aware that in window mode you can't have a button at the very edge of the window because of the window border they have. To make the home button bigger: #TabsToolbar > #home-button {width: 35px !important;} By the way, thanks 4 your script, didn't know about it. Those brighter inactive tabs are useful ! Link to comment Share on other sites More sharing options...
epk Posted August 30, 2010 Share Posted August 30, 2010 Has anyone else found beta 4 quite prone to crashes? it seems to die on me at least once every 2 sessions or so :( Link to comment Share on other sites More sharing options...
+Heartripper Subscriber¹ Posted August 30, 2010 Subscriber¹ Share Posted August 30, 2010 chrome 7 hammered in beta.html5test.com: now firefox 4 scores 236! http://img72.imageshack.us/img72/2408/17902496.png Link to comment Share on other sites More sharing options...
Quazzi Posted August 30, 2010 Share Posted August 30, 2010 Microsoft has an update associated with an upcoming IE9 preview. Maybe it will help with Firefox's graphics acceleration? Knowledge Base 2028560 Link to comment Share on other sites More sharing options...
thealexweb Posted August 30, 2010 Share Posted August 30, 2010 chrome 7 hammered in beta.html5test.com: now firefox 4 scores 236! http://img72.imageshack.us/img72/2408/17902496.png Wow great to see Firefox beating Chrome at something. Link to comment Share on other sites More sharing options...
insanelyapple Posted August 30, 2010 Share Posted August 30, 2010 Yay. Some nightly Fx and k-johnson's clearscreen sharp lol Link to comment Share on other sites More sharing options...
SkyDX Posted August 30, 2010 Share Posted August 30, 2010 You consider 10% with forty tabs open high CPU usage? I'd call that fair. Well Minefield fluctuates between 10-20% most of the time and spikes sometimes as high as 35% In Firefox 3.6 I fluctuate between 2-9% with the same 40 tabs. Link to comment Share on other sites More sharing options...
Udedenkz Posted August 30, 2010 Share Posted August 30, 2010 Well Minefield fluctuates between 10-20% most of the time and spikes sometimes as high as 35% In Firefox 3.6 I fluctuate between 2-9% with the same 40 tabs. Actually there was a performance fix (hopefully not backed out) which throttled non-visible tabs and thus decreased CPU utilization. What you are seeing most likely is due to 130078, which introduced an onslaught of rendering bugs and performance issues. Link to comment Share on other sites More sharing options...
MaSx Posted August 31, 2010 Share Posted August 31, 2010 This is what the setup looks like with that add-on. Custom labels and folder labels are there, while the text on the bookmark button is gone as you wanted. Text on regular bookmarks is gone too though. If you wanted to keep those, then I guess I'm no help. Thanks Kyang, but just want to remove the text from bookmark button while leaving text on regular bookmar. I guess, that's not possible. >_< Link to comment Share on other sites More sharing options...
MaSx Posted August 31, 2010 Share Posted August 31, 2010 How do I get the bookmarks text shadow like the "Menu bar"? I got up to here but can't get it exact T_T toolbarbutton.bookmark-item .toolbarbutton-text { color: #000000 !important; background: transparent !important; text-shadow: white 0px -1px 6px !important; -moz-appearance: none !important; border: #000000 !important;} Link to comment Share on other sites More sharing options...
SkyDX Posted August 31, 2010 Share Posted August 31, 2010 Actually there was a performance fix (hopefully not backed out) which throttled non-visible tabs and thus decreased CPU utilization. What you are seeing most likely is due to 130078, which introduced an onslaught of rendering bugs and performance issues. Thanks for the info! Any time for fix yet?^^ Link to comment Share on other sites More sharing options...
SkyDX Posted August 31, 2010 Share Posted August 31, 2010 Sorry for the Double Post but I think I stumbled across an interesting bug: As I said before my Minefield used 10-20% with 40tabs. That was when I copied the session file over from Firefox 3.6 Now when I start in Minefield with a single tab and then open the other 39 one by one, my CPU usage is as high has 2% :blink: Link to comment Share on other sites More sharing options...
foxxyn8 Posted August 31, 2010 Share Posted August 31, 2010 Thanks Kyang, but just want to remove the text from bookmark button while leaving text on regular bookmar. I guess, that's not possible. >_< #bookmarks-menu-button-container .toolbarbutton-text { display:none !important; } Link to comment Share on other sites More sharing options...
foxxyn8 Posted August 31, 2010 Share Posted August 31, 2010 Sorry about the double post, wouldn't let me edit How do I get the bookmarks text shadow like the "Menu bar"? #PersonalToolbar { border: none !important; background: none !important; text-shadow: #fff 0px 0px 10px, #fff 1px 1px 10px, #fff 1px 1px 3px !important; } Link to comment Share on other sites More sharing options...
DexMorgan Posted August 31, 2010 Share Posted August 31, 2010 There are beta 5 CANDIDATE builds available here ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/4.0b5-candidates/ Link to comment Share on other sites More sharing options...
Recommended Posts