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

    • I really hope the author's health is ok. Squirreling away a official backup of this software. Looks like the internet archive already cached a copy as well - https://web.archive.org/web/20...ldbit-soft.fi/software.html
    • AMD is supported out of the box in linux because of their open source driver. Nvidia does not. All my systems are amd and all of them work nicely on linux arch without doing anything.
    • Never had a problem with TPM and started using that many years ago in Win10. Through several motherboards and OS versions, it just does what it does without complaint. My games library doesn't even know it's there. Secure boot does a lot more than support anti-cheat, as it came along long before anti-cheat software. I've used it religiously since before I started using TPM, and I always liked it for being able to nullify virus contagions that try their best to come in underneath the firmware during boot, so that the OS doesn't see them, etc. That is its purpose, imo. I'll never understand why people who elect to use another OS feel compelled to run down Windows... I guess they need to do that to feel secure about their choices? I run Windows because it supports all the software (including games) natively that I want to buy, and I've never had to run down another OS to make me feel better about it. (Although it's certainly possible to do that, of course...) Win10 is on a ventilator atm, and Win11 is very close to being free, and I finally got to stop running StartAllBack as I moved to the Experimental/Dev channel and my 26300.8553 build supports the moveable taskbar and it's running fine at the top of the screen! Finally, my last major dislike of Win11 is being rectified! So, I'm not at all surprised to see Win11's share of the Steam survey hitting 70%.
    • I can answer about the Linux bit. I only used AMD GPUs. I currently have a 9060XT (8GB) that fits my needs, I'm not a gamer, so I don't need that much GDDR. But lately, NVIDIA has grown a lot in the recent years. Oh, the horrors of NVIDIA drivers not working. But they have been getting better. I know a lot of members onm here that are running cachyOS and other distros, and are fine with a 4090/5090 variants. Really, though, I would stick with AMD variants.
    • Everything they say you can already do yourself on the registry by changing some things.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      71
    4. 4
      +Edouard
      69
    5. 5
      FloatingFatMan
      68
  • Tell a friend

    Love Neowin? Tell a friend!