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

    • You can't remove Safari though. Or almost any other bundled app for that matter, and pretty much all of them are useless to me (and there are is a heap of them compared to Windows). I'll much rather take Edge than Safari, at least it can be highly customized vs. Safari. I'll take a PC with ten Edges over a Mac any day though as I can't stand all the limitation and painfully frustrationg restriction that make me dislike their stuff with a burning passion, iOS included (especially iOS).
    • DVD only? What kind of self-respecting optical disk backup/ripping tool doesn't support Blu-ray these days? I burned all my DVDs like 15+ years ago...
    • ...but you're Johnny, from Australia?    
    • Glow 26.9 by Razvan Serea Glow provides detailed reporting on every hardware component in your computer, saving you valuable time typically spent searching for CPU, motherboard, RAM, graphics card, and other stats. With Glow, all the information is conveniently presented in one clean interface, allowing you to easily access and review the comprehensive hardware details of your system. Glow provides detailed information on various system aspects, including OS, motherboard, processor, memory, graphics card, storage, network, battery, drivers, and services. The well-organized format ensures easy access to the required information. You can export all the gathered data to a plain text file, facilitating sharing with others for troubleshooting purposes. No installation needed. Just decompress the archive, launch the executable, and access computer-related information. Glow runs on Windows 11 and Windows 10 64-bit versions. Glow 26.9 changelog: New Features The processor hardware detection engine has been significantly enhanced beyond traditional Intel and AMD architectures. Native support is now available for modern platforms such as Apple Silicon (M-Series) and the newly introduced NVIDIA Spark. In addition, all ARM-based processors can now be accurately distinguished between ARM32 and ARM64 architectures, providing precise hardware reporting. This marks a major milestone for Glow's hardware detection capabilities. The RAM manufacturer identification algorithm has been expanded. JEDEC vendor codes for popular brands such as Patriot, PNY, Team Group, GeIL, Lexar (Longsys), and Asgard/Gloway have been integrated into the database. This significantly reduces the likelihood of incorrect or "Unknown Manufacturer" results and improves overall hardware detection accuracy. New Public IP Address and Internet Service Provider (ISP) features have been added to the Network section. To ensure reliability, this information is retrieved from the trusted service ipwho.is. When Hiding Mode is enabled, no requests are sent and these features remain hidden, as they may expose sensitive information. The search engine used in the Installed Drivers, Installed Services, and Installed Applications sections has been enhanced. You can now perform more flexible and accurate searches using initials, partial matches, and loosely arranged character sequences. The TS Preloader loading bar has been rebuilt using our modern TS Custom Controls graphics library, developed entirely in-house. As a result of this infrastructure upgrade, the loading bar now features smooth rendering and rounded corners that align with the visual style of Windows 11. [TS Updater] A new validation algorithm has been added to check whether the target application is currently running before the update process begins. Bug Fixes Resolved a condition that could prevent TS Preloader from shutting down safely during rare application crash scenarios. Fixed a text alignment issue in the Network section affecting the display of DNS addresses. Alignment is now rendered correctly. [TS Updater] Fixed an issue that could prevent the updated application's executable "*.exe" file from being located after the update process. [TS Updater] Fixed a bug that could leave outdated "*.sha256" files in the application directory after an update. [TS Updater] Fixed a rare issue that could cause subfolders to be moved into the root directory after an update. [TS Updater] Fixed an issue during the first launch that could cause flickering and a temporary white window appearance due to Windows Defender interactions. Changes A small improvement has been made to the internet connectivity detection algorithm. Connectivity checks are now performed in the background with minimal impact on the user interface thread. The keyboard shortcuts in the top menu have been reorganized and simplified to provide a consistent experience across all Türkaysoft applications and to avoid potential conflicts with standard Windows shortcuts. The TS Preloader splash image has been updated with a Türkiye-themed stadium design to celebrate Türkiye's qualification for the 2026 FIFA World Cup—its first appearance in 24 years. Congratulations, Türkiye! The TS Custom Controls module has been updated to version 26.6, delivering improved stability and a more polished visual appearance. [TS Updater] The application icon has been redesigned to provide a more modern and refined look. Note: Always unzip the program before using it. Otherwise you may get an error. Download: Glow 26.9 | 1.8 MB (Open Source) Links: Glow Homepage | Screenshot | Github Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
    • Reacting Well
      X-No-file earned a badge
      Reacting Well
    • One Month Later
      pestcontrol46 earned a badge
      One Month Later
    • Week One Done
      pestcontrol46 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      +Edouard
      75
    4. 4
      Skyfrog
      74
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!