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

    • 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
    • Alien Isolation 2 will bring a new protagonist and setting, watch the reveal trailer here by Pulasthi Ariyasinghe Only a few weeks ago, Sega and Creative Assembly dropped a teaser for a new Alien Isolation. Today at Summer Game Fest, Alien: Isolation 2 was officially announced with a new trailer while also confirming a whole lot of information about the setting of this survival horror project. Check out the reveal trailer above. Leaving behind the Sevastopol space station, the sequel will take players to a remote colony world. With a Xenomorph (or more) on the loose, players will be navigating both the surface of the weather-ravaged planet as well as "the claustrophobic confines of the Weyland-Yutani outpost of Kurosaki Station." Interestingly, Creative Assembly is leaving behind Amanda Ripley, the daughter of Alien's Ellen Ripley, as the protagonist too. While it hasn't confirmed a name yet, players will be taking the role of a new character for this new adventure. The setting is also being described as a new hunting ground for the Alien. This will have players improvising and developing new tools to aid in their survival and escape, all to avoid "cinema’s deadliest killer." "It has been over a decade since we created the original Alien: Isolation and I am so excited to show everyone the first glimpse of the sequel," says Al Hope, Creative Director at Creative Assembly. "Our dedicated Survival team at Creative Assembly has been working hard to create a new, evolved Isolation experience continuing the legacy of the Alien franchise, making the eponymous killer smarter, the environment harsher and the chance of survival slimmer." Promising the same deadly tension from the original from over a decade ago, Alien: Isolation 2 is in development for PC, Xbox Series X|S, Nintendo Switch 2, and PlayStation 5. A release date has not been announced yet.
    • With how far Tim Apple's head has been up Trump's ass, there's no way this was done reluctantly.
  • 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
      486
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      77
    4. 4
      Steven P.
      68
    5. 5
      +Edouard
      61
  • Tell a friend

    Love Neowin? Tell a friend!