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

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

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

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

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;
}

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 !

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.

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.

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. >_<

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;}

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?^^

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:

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;
}

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

    • No registered users viewing this page.
  • Posts

    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
    • Try installing Logitech Options
    • Telltale returns with The Wolf Among Us, re-revealing the sequel and a new remaster by Pulasthi Ariyasinghe Telltale Games, the studio known for its episodic games from the 2000s, had a surprise appearance at the Summer Game Fest showcase today. The studio has gone through a collapse, an acquisition, and a revival but has largely gone silent in recent years. Today's sudden announcement was for the popular The Wolf Among Us series, with news about the sequel and a remaster dropping. Set after the events of the 2013-released title, the sequel will bring back Biby Wolf for a new adventure in Fabletown. This town of fairy tale characters is becoming unstable, with Snow White not being able to keep order as before. "When a brutal series of crimes threatens to fracture the fragile balance holding Fabletown together, Bigby Wolf, sheriff of Fabletown, finds himself drawn into a dangerous conspiracy that reaches deep into the city’s criminal underworld," says the studio. "As suspicion spreads across the city and powerful forces work against him, Bigby must uncover the truth and decide what kind of sheriff - and what kind of wolf - he is willing to become." At the same time, Telltale also announced The Wolf Among Us Remastered, bringing back the classic with a fresh coat of paint. This will include all five episodes from the original game plus over an hour of extra content that will offer behind-the-scenes videos, cast interviews, image galleries, and deleted scenes. The remaster will also have updated visuals and improved UI elements and accessibility features, alongside upgrades to the animations, audio, and frame rates. Telltale has been working on this project for almost a decade now, but if the new release schedule holds, fans will be able to jump into The Wolf Among Us 2 sometime in 2027. As for The Wolf Among Us Remastered, this is slated to release during this holiday season.
    • I use a Linux laptop every day. I have tried to switch to Linux on my gaming PC which has a 5070 ti. It was not a great experience
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      77
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!