Recommended Posts

You can remove it entirely by just removing the block of code marked by -moz-window-inactive

Previous button iterations haven't had this kind of effect. It takes a while to get used to, but I don't really look at inactive windows too hard anyway.

If it really bothers you, why don't you sign up at Bugzilla and make a suggestion? Maybe it'll make it into the next patch!

Ok, maybe I'll have a go at it. ;) Thanx.

I think I already are signed up :D haha.

Keep it up.

The navigation toolbar is at a lower layer than the active tab (I think) so its box shadow is drawn below it.

I have GPU widget rendering enabled and all that (along with the layers bit) and it still doesn't work, not to metnion there is a 1px grey line that doesn't curve with the rest of the navbar..

Does anyone have the CSS to change the color of the bookmark star in the location bar to Blue?

star.png

I got it to look like the above with the code below. The background Blue is caused by my desktop. I would rather just have the Blue Star without the circle.

#star-button {
background-color: #0000FF !important;
border: 1px solid !important;
border-color: #0000FF !important;
-moz-border-radius: 12px !important;
padding: 0px 0px 0px 0px !important;
margin-right: 1px !important;
margin-left: 2px !important;
opacity: 0.9 !important;
}

star.png

I got it to look like the above with the code below. The background Blue is caused by my desktop. I would rather just have the Blue Star without the circle.

#star-button {
background-color: #0000FF !important;
border: 1px solid !important;
border-color: #0000FF !important;
-moz-border-radius: 12px !important;
padding: 0px 0px 0px 0px !important;
margin-right: 1px !important;
margin-left: 2px !important;
opacity: 0.9 !important;
}

You want something like this?

12762635.png

#star-button[starred=true] {

list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oJBgUJNk+5RH8AAAIQSURBVDjLlZPNS5VREMZ/ c855X70f6r1eFSnCPoSSFkFRQS4iIv+DUKFt22jRqkX4PwQV7dyFi1r2QUQEupHc1CqIQM3S6y21a9p9z5nTIkwFr9TAw/AwM8/AfEiMkWbWfn7mDI6+tcnTj5vlOPYxITwC7QKaCphmgY7B6WGV9n41pVJpcGrsvwWE7L6nRCbdiMtud158lf6zQGlwaiyYSlklD4CaUiI2jO/ ZqHh2pigSrwphCKenhNAXTCXfyHohrCD2B6bQRWpmsb62IS58Juo70NcY/0Tazr19H3z5pEqREAsgBnUGE5YwLECiWGORYjc4j40bGK1jpI71tWWJMVIanProQ8/ RzewwsIDoKsY1AI9xDYQMcQEc2PxBHF+xWXUlmnhsawYDif0ynyt8wqRdCOEP3LZHPbZwiEQWsVl1XVVPLD8b+WYAViYvNLB+IJG5JZtuILkyJIoQwCmoh9QhMUN+LW6q6EDt5ejiri18f3OpjvV3UzOPcXkkZsC2iEnbMbKGij6tPR+d2/ MShXg8SguYOmJbkFwbRiBqFeIaSBGPHml6yhKz/mgSxOYwrT0kporoBiEpE50Q7U98Q3ub/4LVAzFaWpMPWF1sEPyERmriZ6+nFPJBKoQQOvZ5Jq3kmF4XDQ+WXozc2hG4mRsavxH86p2Adu4qiTH+RdfQxLWdfC9w5eEwl++lW/ w3sPb/orSXvHkAAAAASUVORK5CYII=") !important;

}

You want something like this?

12762635.png

#star-button[starred=true] {

list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oJBgUJNk+5RH8AAAIQSURBVDjLlZPNS5VREMZ/ c855X70f6r1eFSnCPoSSFkFRQS4iIv+DUKFt22jRqkX4PwQV7dyFi1r2QUQEupHc1CqIQM3S6y21a9p9z5nTIkwFr9TAw/AwM8/AfEiMkWbWfn7mDI6+tcnTj5vlOPYxITwC7QKaCphmgY7B6WGV9n41pVJpcGrsvwWE7L6nRCbdiMtud158lf6zQGlwaiyYSlklD4CaUiI2jO/ ZqHh2pigSrwphCKenhNAXTCXfyHohrCD2B6bQRWpmsb62IS58Juo70NcY/0Tazr19H3z5pEqREAsgBnUGE5YwLECiWGORYjc4j40bGK1jpI71tWWJMVIanProQ8/ RzewwsIDoKsY1AI9xDYQMcQEc2PxBHF+xWXUlmnhsawYDif0ynyt8wqRdCOEP3LZHPbZwiEQWsVl1XVVPLD8b+WYAViYvNLB+IJG5JZtuILkyJIoQwCmoh9QhMUN+LW6q6EDt5ejiri18f3OpjvV3UzOPcXkkZsC2iEnbMbKGij6tPR+d2/ MShXg8SguYOmJbkFwbRiBqFeIaSBGPHml6yhKz/mgSxOYwrT0kporoBiEpE50Q7U98Q3ub/4LVAzFaWpMPWF1sEPyERmriZ6+nFPJBKoQQOvZ5Jq3kmF4XDQ+WXozc2hG4mRsavxH86p2Adu4qiTH+RdfQxLWdfC9w5eEwl++lW/ w3sPb/orSXvHkAAAAASUVORK5CYII=") !important;

}

Yes thanks but I don't want it to vanish when I hover over it.

Yes thanks but I don't want it to vanish when I hover over it.

Sorry, about that, left a line out by mistake. This works:

#star-button[starred=true] {

list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oJBgUJNk+5RH8AAAIQSURBVDjLlZPNS5VREMZ/ c855X70f6r1eFSnCPoSSFkFRQS4iIv+DUKFt22jRqkX4PwQV7dyFi1r2QUQEupHc1CqIQM3S6y21a9p9z5nTIkwFr9TAw/AwM8/AfEiMkWbWfn7mDI6+tcnTj5vlOPYxITwC7QKaCphmgY7B6WGV9n41pVJpcGrsvwWE7L6nRCbdiMtud158lf6zQGlwaiyYSlklD4CaUiI2jO/ ZqHh2pigSrwphCKenhNAXTCXfyHohrCD2B6bQRWpmsb62IS58Juo70NcY/0Tazr19H3z5pEqREAsgBnUGE5YwLECiWGORYjc4j40bGK1jpI71tWWJMVIanProQ8/ RzewwsIDoKsY1AI9xDYQMcQEc2PxBHF+xWXUlmnhsawYDif0ynyt8wqRdCOEP3LZHPbZwiEQWsVl1XVVPLD8b+WYAViYvNLB+IJG5JZtuILkyJIoQwCmoh9QhMUN+LW6q6EDt5ejiri18f3OpjvV3UzOPcXkkZsC2iEnbMbKGij6tPR+d2/ MShXg8SguYOmJbkFwbRiBqFeIaSBGPHml6yhKz/mgSxOYwrT0kporoBiEpE50Q7U98Q3ub/4LVAzFaWpMPWF1sEPyERmriZ6+nFPJBKoQQOvZ5Jq3kmF4XDQ+WXozc2hG4mRsavxH86p2Adu4qiTH+RdfQxLWdfC9w5eEwl++lW/ w3sPb/orSXvHkAAAAASUVORK5CYII=") !important;

-moz-image-region: rect(0px 16px 16px 0px) !important;

}

Sorry, about that, left a line out by mistake. This works:

#star-button[starred=true] {

list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oJBgUJNk+5RH8AAAIQSURBVDjLlZPNS5VREMZ/ c855X70f6r1eFSnCPoSSFkFRQS4iIv+DUKFt22jRqkX4PwQV7dyFi1r2QUQEupHc1CqIQM3S6y21a9p9z5nTIkwFr9TAw/AwM8/AfEiMkWbWfn7mDI6+tcnTj5vlOPYxITwC7QKaCphmgY7B6WGV9n41pVJpcGrsvwWE7L6nRCbdiMtud158lf6zQGlwaiyYSlklD4CaUiI2jO/ ZqHh2pigSrwphCKenhNAXTCXfyHohrCD2B6bQRWpmsb62IS58Juo70NcY/0Tazr19H3z5pEqREAsgBnUGE5YwLECiWGORYjc4j40bGK1jpI71tWWJMVIanProQ8/ RzewwsIDoKsY1AI9xDYQMcQEc2PxBHF+xWXUlmnhsawYDif0ynyt8wqRdCOEP3LZHPbZwiEQWsVl1XVVPLD8b+WYAViYvNLB+IJG5JZtuILkyJIoQwCmoh9QhMUN+LW6q6EDt5ejiri18f3OpjvV3UzOPcXkkZsC2iEnbMbKGij6tPR+d2/ MShXg8SguYOmJbkFwbRiBqFeIaSBGPHml6yhKz/mgSxOYwrT0kporoBiEpE50Q7U98Q3ub/4LVAzFaWpMPWF1sEPyERmriZ6+nFPJBKoQQOvZ5Jq3kmF4XDQ+WXozc2hG4mRsavxH86p2Adu4qiTH+RdfQxLWdfC9w5eEwl++lW/ w3sPb/orSXvHkAAAAASUVORK5CYII=") !important;

-moz-image-region: rect(0px 16px 16px 0px) !important;

}

It sure does, thanks foxxyn8 :)

You may need to fiddle with the margin values depending on your Windows visual style and the size of your menu button (e.g. if it reads Firefox instead of Minefield you'll want to decrease the padding-left value towards the bottom); I pulled these elements out of the script I run with Clearscreen Sharp.

#appmenu-button-container{
position: fixed !important;
}

#appmenu-button{
margin-top: 14px !important;
}

#appmenu-button:not([sizemode="maximized"]) {
margin-top: 19px !important;
}

#main-window:not([sizemode="maximized"]) {
 margin-top: -24px !important;
}

#main-window{
 margin-top: -19px !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left:105px !important;
}

You may need to fiddle with the margin values depending on your Windows visual style and the size of your menu button (e.g. if it reads Firefox instead of Minefield you'll want to decrease the padding-left value towards the bottom); I pulled these elements out of the script I run with Clearscreen Sharp.

#appmenu-button-container{
position: fixed !important;
}

#appmenu-button{
margin-top: 14px !important;
}

#appmenu-button:not([sizemode="maximized"]) {
margin-top: 19px !important;
}

#main-window:not([sizemode="maximized"]) {
 margin-top: -24px !important;
}

#main-window{
 margin-top: -19px !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left:105px !important;
}

thanks a lot, that worked great :)

No problem, but I'm still fiddling with it. If the menu button doesn't display right when not maximized you may need to take out the 3rd part (#appmenu-button:not([sizemode=maximized])) and change the value under #main-window from -19px to -14px, but then when you are maximized you'll have more of a gap between the tabs and the top of the screen. It's being a PITA to figure out, someone a lot more knowledgeable than I can probably get it right.

tabs on title bar + menu aligment

#appmenu-button {
margin-top: 22px !important;
margin-left: 1px !important;
}


#TabsToolbar {
padding-left: 103px !important;
padding-top: 0px !important;
padding-right: 112px !important;
}

#appmenu-button-container {
position: fixed !important;
}

#main-window {
margin-top: -22px !important;
}

#toolbar-menubar {

padding-left: 106px  !important;
border-right: 1px solid threedshadow !important;
}  

Today's build has broken 1/2 of my custom Firefox Button. It used to be Blue and when hovered it turned sort of aqua like below. Now it is orange again pre hover. The hovered button still works. see below. Any help would be appreciated.

fxbutton.png

tabs on title bar + menu aligment

#appmenu-button {
margin-top: 22px !important;
margin-left: 1px !important;
}


#TabsToolbar {
padding-left: 103px !important;
padding-top: 0px !important;
padding-right: 112px !important;
}

#appmenu-button-container {
position: fixed !important;
}

#main-window {
margin-top: -22px !important;
}

#toolbar-menubar {

padding-left: 106px  !important;
border-right: 1px solid threedshadow !important;
}  

Can rounded corners on the toolbar be done with this? Thanks.

Are you talking about Tab width? You can change that its just done using CSS now.

.tabbrowser-tab {
  max-width: 100px !important;
  min-width: 100px !important;
}

Ah here it is (found via Google) lol

Dumb question I'm sure but why doesn't the OS X version have the 'cool' Firefox drop down button on the left and look as simple as the Windows version?

The cool Firefox button is only for Windows Vista/7.

Mac versions will have a theme that looks like it belongs in a Mac (from what I understand).

Dumb question I'm sure but why doesn't the OS X version have the 'cool' Firefox drop down button on the left and look as simple as the Windows version?

Because it makes no sense (the whole menu bar is available on top, why have this button?)

Today's build has broken 1/2 of my custom Firefox Button. It used to be Blue and when hovered it turned sort of aqua like below. Now it is orange again pre hover. The hovered button still works. see below. Any help would be appreciated.

fxbutton.png

No one???

No one???

Post your script, I had to mod mine again, but I just use the drop down arrow and it's transparent. I lost the orange hover on beta 5 maybe I can hack out a workable solution. No promises! Still learning and still have a lot more to learn... :)

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

    • No registered users viewing this page.
  • Posts

    • It's amazing that anyone still uses this bloated trash.
    • @Sayan...I have defended you at various points as I hope you know. This headline however is utter trash...shame on you sir!
    • An actual cosmic "Eye of Sauron" had been looking straight at us all along by Sayan Sen Image by Kovin P. Vasquez via Pexels | Not representative An international team of researchers has solved a long-standing mystery surrounding a distant blazar known as PKS 1424+240, helping explain why it produces some of the brightest high-energy gamma rays and cosmic neutrinos ever observed despite appearing to have a relatively slow-moving jet. The findings were published on June 6 in Astronomy & Astrophysics Letters. The study addresses a broader challenge in astrophysics: understanding how extreme cosmic objects accelerate particles to very high energies and produce very high-energy (VHE) photons and neutrinos. PKS 1424+240 is located billions of light-years from Earth. It has attracted attention for years because it is both a powerful source of VHE gamma rays and the brightest known neutrino-emitting blazar in the sky, according to observations by the IceCube Neutrino Observatory. It is also associated with one of the strongest peaks in IceCube's nine-year neutrino sky map A blazar is a type of active galactic nucleus powered by a supermassive black hole that pulls in surrounding matter and launches jets of plasma moving close to the speed of light. What makes blazars unique is their orientation. One of their jets points almost directly toward Earth, making them appear exceptionally bright across the electromagnetic spectrum and allowing scientists to study some of the most extreme physical processes in the Universe. The scientists exclaimed it's like the 'Eye of Sauron' in deep space. Usually, the brightest gamma-ray-emitting blazars are expected to have jets that appear to move very quickly. However, radio observations of PKS 1424+240 suggested that its jet was moving much more slowly, creating a contradiction that became part of a long-running problem known as the "Doppler factor crisis." To investigate, researchers analyzed 15 years of observations from the Very Long Baseline Array (VLBA), a network of 10 radio antennas spread across the continental United States, Hawaii and St. Croix. Using a technique called Very Long Baseline Interferometry (VLBI), astronomers combine signals from widely separated radio telescopes to create a virtual Earth-sized telescope capable of revealing extremely fine details. The team combined 42 polarization-sensitive radio images collected between 2009 and 2025, creating a much deeper and more detailed view of the jet than had previously been possible. The observations were carried out as part of MOJAVE (Monitoring Of Jets in Active galactic nuclei with VLBA Experiments), a long-running program that studies the brightness, polarization and magnetic field structures of jets produced by active galaxies. The project aims to better understand how activity near supermassive black holes is linked to high-energy radiation and neutrino emission. “When we reconstructed the image, it looked absolutely stunning,” said Yuri Kovalev, lead author of the study and Principal Investigator of the European Research Council-funded MuSES project at the Max Planck Institute for Radio Astronomy. “We have never seen anything quite like it — a near-perfect toroidal magnetic field with a jet, pointing straight at us.” The image revealed an unusual geometry. The researchers found that Earth lies almost directly in line with the jet, with a viewing angle of less than 0.6 degrees. In simple terms, astronomers are looking almost straight down the jet. This turned out to be the key to the mystery. Because the jet is aimed almost directly at Earth, a relativistic effect called Doppler boosting dramatically increases its apparent brightness. The study found that this effect boosts the emission by a factor of about 30 while also making the jet appear slower than it actually is. “This alignment causes a boost in brightness by a factor of 30 or more,” said Jack Livingston, a co-author at the Max Planck Institute for Radio Astronomy. “At the same time, the jet appears to move slowly due to projection effects — a classic optical illusion.” The nearly head-on view also gave scientists a rare look at the jet's magnetic field. Using polarized radio signals, they detected a clear toroidal, or doughnut-shaped, magnetic field component. The observations suggest the jet carries an electric current and that its magnetic field helps launch, shape and stabilize the flow of plasma. Researchers believe this magnetic structure may also play a key role in accelerating particles to energies high enough to produce both gamma rays and neutrinos. “Solving this puzzle confirms that active galactic nuclei with supermassive black holes are not only powerful accelerators of electrons, but also of protons — the origin of the observed high-energy neutrinos,” Kovalev said. The research was conducted under the MuSES (Multi-messenger Studies of Energetic Sources) project, which investigates how active galactic nuclei accelerate particles and generate different cosmic signals, including light and neutrinos. Scientists say understanding how protons are accelerated and linked to neutrino production remains one of the major unanswered questions in astrophysics. The findings help explain why some blazars can appear to have slow jets while still producing extremely bright high-energy emissions. More broadly, the study strengthens the link between relativistic jets, magnetic fields, gamma rays and high-energy neutrinos. Researchers say the results provide new clues about how some of the Universe's most powerful natural particle accelerators work and offer important insights for multimessenger astronomy, which combines different types of cosmic signals to study extreme events in space. Source: European Research Council, EDP Sciences This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • Gotenks98 is right... Outlook (new) is absolute trash. Doesn't Mozilla have an Enterprise Version of Firebird?
  • 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
      510
    2. 2
      PsYcHoKiLLa
      273
    3. 3
      Skyfrog
      75
    4. 4
      +Edouard
      72
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!