Meet Firefox 4.0.1


Recommended Posts

Here you go, this label, i want it out. I just want to keep the bookmark tab not the text.

post-141682-12831397870701.png

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.

60818396.png

Link to comment
Share on other sites

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:

post-251611-12831612695365.png

post-251611-12831612807139.png

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

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

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:post-251611-12831612695365.pngpost-251611-12831612807139.pngI 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) :

post-344974-1283172515759.jpg

Link to comment
Share on other sites

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

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

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

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

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

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

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.

60818396.png

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

How do I get the bookmarks text shadow like the "Menu bar"?

post-141682-12831245670795.png

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

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

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

Thanks Kyang, but just want to remove the text from bookmark button while leaving text on regular bookmar. I guess, that's not possible. >_<

50468023.png

#bookmarks-menu-button-container .toolbarbutton-text {
     display:none !important;
}

Link to comment
Share on other sites

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

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

    • No registered users viewing this page.