Recommended Posts

This is how I do it:

.progress-remainder {
background-image: none !important;
}

.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: royalblue !important; 
-moz-border-radius: 0 0 0 5px !important;
}

This works great , Thanks!

This is how I do it:

.progress-remainder {
background-image: none !important;
}

.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: royalblue !important; 
-moz-border-radius: 0 0 0 5px !important;
}

How do I edit it's position and height (width) ? I want to make it Fission style ...

How do I edit it's position and height (width) ? I want to make it Fission style ...

Like this (you may need to adjust height and margin-top depending on your configuration):

.progress-remainder {
background-image: none !important;
}

.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: royalblue !important; 
-moz-border-radius: 3px 0 0 3px !important;
}

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
}

Like this (you may need to adjust height and margin-top depending on your configuration):

Jesus man, you're a Guru :laugh:. Thanks a lot!! Using your codes made this (win 7 style loading bar):

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
margin-left: 28px !important;
}

.progress-bar
{
   -moz-appearance: progresschunk !important;
   background-color: transparent !important;
   opacity: .4 !important;
   -moz-border-radius: 3px 0 0 3px !important;
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
}

Of course, if you don't like the grey background add this to it:

.progress-remainder {
background-image: none !important;
}

Question: is there a way to make the left spacing dynamic so it doesn't cover the page icon, even for large ones (maybe I'm not very clear but you might got the idea ) ?

Jesus man, you're a Guru :laugh:. Thanks a lot!! Using your codes made this (win 7 style loading bar):

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
margin-left: 28px !important;
}

.progress-bar
{
   -moz-appearance: progresschunk !important;
   background-color: transparent !important;
   opacity: .4 !important;
   -moz-border-radius: 3px 0 0 3px !important;
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
}

Of course, if you don't like the grey background add this to it:

.progress-remainder {
background-image: none !important;
}

Question: is there a way to make the left spacing dynamic so it doesn't cover the page icon, even for large ones (maybe I'm not very clear but you might got the idea ) ?

Can you give the url of a site that uses a larger icon? I have an idea, but nothing to test it on.

Does anybody know if it's possible to hide favicons on tabs? The script I was using has been broken for a while now.

http://userstyles.org/styles/browse/global/hide%20favicons?per_page=100&sort=created_date&sort_direction=desc

You may be able to tweak the above to work?? The Ultra Minimalist.

Anyone got the stylish identifier for the hover URL text? I mean the new text that appears on the right side of the URL bar when you hover over a link.

I would like to change it's color.

Anyone got the stylish identifier for the hover URL text? I mean the new text that appears on the right side of the URL bar when you hover over a link.

I would like to change it's color.

Yeah, I want that too, but just to make it a little darker! :D

Sorry for double post!

I would also like to find out the stylish identifier for the new progress bar over tabs !

The "fission like-style" for the new url progress bar is also affecting my tab progress bars. I want to prevent it from doing that or ,if not possible, to disable the tab progress bars ...

Anyone got the stylish identifier for the hover URL text? I mean the new text that appears on the right side of the URL bar when you hover over a link.

I would like to change it's color.

overlink text (just change the color to your liking):

.urlbar-over-link-host-label, 
.urlbar-over-link-path-label {
   color: red !important;
}

overlink text (just change the color to your liking):

.urlbar-over-link-host-label, 
.urlbar-over-link-path-label {
   color: red !important;
}

Something wrong with your post! :D Anyway, thanks for the code! Any ideas what the stylish identifier for the progress bar in tabs might be?

Something wrong with your post! :D Anyway, thanks for the code! Any ideas what the stylish identifier for the progress bar in tabs might be?

Yeah Firefox is acting silly today. Anyway:

#tabbrowser-tabs .progress-bar

#tabbrowser-tabs .progress-remainder

Question: is there a way to make the left spacing dynamic so it doesn't cover the page icon, even for large ones (maybe I'm not very clear but you might got the idea ) ?

The only thing I could figure out for this was just to hide the label, which you may or may not consider to be a viable option:

#identity-icon-labels {
display: none !important;
}

:)

Yeah Firefox is acting silly today. Anyway:

#tabbrowser-tabs .progress-bar

#tabbrowser-tabs .progress-remainder

:)

Thanks a lot, you're a lifesaver! Tried a lot of silly combinations, was pretty close at one point actually ! Thanks again!

The only thing I could figure out for this was just to hide the label, which you may or may not consider to be a viable option:

No worries, that's not such a big issue (even if fission was doing that somehow :huh: ).

My new problem: to keep my win 7 -like progress bar without it affecting my tab progress bar. Tried this, but it disables the style for both of them for some reason:

    #urlbar-progress{
    height: 21px !important;
    margin-top: -21px !important;
    margin-bottom: 0px !important;
    margin-left: 28px !important;
    margin-right: 2px !important;
    }

    .progress-bar :not(#tabbrowser-tabs .progress-bar)
    {
     -moz-appearance: progresschunk !important;
     background-color: transparent !important;
     opacity: .5 !important;
     }

Thanks a lot, you're a lifesaver! Tried a lot of silly combinations, was pretty close at one point actually ! Thanks again!

No worries, that's not such a big issue (even if fission was doing that somehow :huh: ).

My new problem: to keep my win 7 -like progress bar without it affecting my tab progress bar. Tried this, but it disables the style for both of them for some reason:

    #urlbar-progress{
    height: 21px !important;
    margin-top: -21px !important;
    margin-bottom: 0px !important;
    margin-left: 28px !important;
    margin-right: 2px !important;
    }

    .progress-bar :not(#tabbrowser-tabs .progress-bar)
    {
     -moz-appearance: progresschunk !important;
     background-color: transparent !important;
     opacity: .5 !important;
     }

Invalid :not() selector. Do it like this instead:

     #urlbar-progress .progress-bar {
     -moz-appearance: progresschunk !important;
     background-color: transparent !important;
     opacity: .5 !important;
     }

Invalid :not() selector. Do it like this instead:

     #urlbar-progress .progress-bar {
     -moz-appearance: progresschunk !important;
     background-color: transparent !important;
     opacity: .5 !important;
     }

You are wright, that is the simpler approach. Thought about that to be honest, but used the wrong identifier (something like " #urlbar .progress-bar"). Anyway, considering I never used CSS codes before Firefox 4, I learned a thing or two ... :)

Thanks a lot again! I owe you a "virtual" beer ... Actually, come to think of it, I owe you something like a dozen ! :laugh:

You are wright, that is the simpler approach. Thought about that to be honest, but used the wrong identifier (something like " #urlbar .progress-bar"). Anyway, considering I never used CSS codes before Firefox 4, I learned a thing or two ... :)

Thanks a lot again! I owe you a "virtual" beer ... Actually, come to think of it, I owe you something like a dozen ! :laugh:

No problem, I'm glad to help someone out.

:)

So which is the correct stylish code to get the tab progress bar? I've tried the codes above, but none worked. Are add-ons required for it to work?

.progress-remainder {
background-image: none !important;
}

.progress-bar {
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
background-color: royalblue !important; 
-moz-border-radius: 0 0 0 5px !important;
}

The above worked for me. Just place it in userchrome.css I changed the royalblue to red.

So which is the correct stylish code to get the tab progress bar? I've tried the codes above, but none worked. Are add-ons required for it to work?

In order to have the tab progress bars you must be using the latest Firefox 4 nightly. It is not yet available in the official beta.

Sorry for the double post! :unsure:

Jesus man, you're a Guru :laugh:. Thanks a lot!! Using your codes made this (win 7 style loading bar):

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
margin-left: 28px !important;
}

.progress-bar
{
   -moz-appearance: progresschunk !important;
   background-color: transparent !important;
   opacity: .4 !important;
   -moz-border-radius: 3px 0 0 3px !important;
background-image: -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) !important;
}

Of course, if you don't like the grey background add this to it:

.progress-remainder {
background-image: none !important;
}

Question: is there a way to make the left spacing dynamic so it doesn't cover the page icon, even for large ones (maybe I'm not very clear but you might got the idea ) ?

DeathWolf over at mozillaZine gave me a really good idea for this. Let's set the background-color as transparent, then configure the background-image gradient so that it's transparent at the left. Something like this (test it and let me know what you think):

.progress-remainder {
background-image: none !important;
}

#urlbar-progress .progress-bar {
background-image: -moz-linear-gradient(left, transparent 10%, rgba(102, 51, 255, 0.4) 90%, rgba(102, 51, 255,0.8)) !important;
background-color: transparent !important; 
}

#urlbar-progress{
height: 22px !important;
margin-top: -22px !important;
margin-bottom: 0px !important;
margin-left: 28px !important;
}

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

    • No registered users viewing this page.
  • Posts

    • Feels like Hitman in Bond skin. But overall a great game! 👍
    • Microsoft released new Defender update for Windows 11, 10, Server ISO installations by Sayan Sen Microsoft releases new Windows Defender update packages very frequently to protect against various newly discovered malware. Once a while every three months or so, the company also pushes out these updates to Windows images (WIM and VHD) and ISOs, that are used to install Windows. Hence with the newest Windows 11 update available via the official MCT tool, you should get these definitions. This update package is necessary as a Windows installation image may contain old, outdated anti-malware definitions and software binaries. Aside from better security, these updates can also provide improved performance benefits in some cases. When a new Windows installation is set up, there may be a temporary security risk due to outdated Microsoft Defender protection in the OS installation images. This happens because the antimalware software included in these images might not be up to date. Thus Microsoft says that these updated definitions essentially help close this protection gap. Microsoft delivered the latest security definitions for Windows images via security intelligence update version 1.445.323.0. The Defender package version is also the same. It applies to Windows 11, Windows 10 ESU, Windows 10 Enterprise LTSC 2021, Win 10 Ent LTSC 2019, Win 10 Ent LTSB 2016, Windows Server 2022, Windows Server 2019, and Windows Server 2016. Microsoft writes: "This package updates the anti-malware client, anti-malware engine, and signature versions in the OS installation images to following versions: Platform version: 4.18.26040.7 Engine version: 1.1.26040.8 Security intelligence version: 1.447.236.0" From Microsoft's security bulletin, we learn that the security intelligence update version 1.447.236.0 was released early last month and adds threat detections for various malware like trojan, backdoor exploits, ransomware, stealers, AutoKMS, and more. For those wondering, the latest intelligence update is version 1.451.297.0 at the time of writing.
    • Hello, Hope all is well. I am in UK.  
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

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

    Love Neowin? Tell a friend!