Recommended Posts

You could try this instead:

#main-window[sizemode="maximized"][tabsontop="true"][tabsintitlebar="true"] #TabsToolbar {
  margin-top: -1px;
}

Are you skinning the richlistitems? You could try border-style: solid if you don't already have that.

Yes, i'm skinning the richlistitems, but using boder-style: solid, doesn't work for me. The line around the selected item still there.

I'm using this script for richlistitem in Download Manager:

#downloadView > richlistitem[selected=true] {
  border: 1px solid hsla(218,38%,64%,.35) !important;
  border-radius: 5px !important;
  background-image: -moz-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,.2)) !important;
  background-color: hsla(0,0%,100%,.35) !important;
  background-repeat: no-repeat !important;
  background-clip: padding-box !important;
  box-shadow: 0 0 3px hsla(213,44%,40%,.10) inset,
              0 1px 0 hsla(0,0%,100%,.5) !important;
  color: #252F3B !important;
  font-weight: bold !important;
}


#downloadView > richlistitem {
  margin-bottom: 3px !important;
  border: 1px solid hsla(218,38%,64%,.35) !important;
  border-radius: 5px !important;
  background-image: -moz-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,.2)) !important;
  background-repeat: no-repeat !important;
  background-clip: padding-box !important;
  box-shadow: 0 0 3px hsla(213,44%,40%,.10) inset,
              0 1px 0 hsla(0,0%,100%,.5) !important;
}

thanks

Yes, i'm skinning the richlistitems, but using boder-style: solid, doesn't work for me. The line around the selected item still there.

I'm using this script for richlistitem in Download Manager:

thanks

Add 'outline: none !important;'

Soapy, or anyone... What do you think it's going wrong?

Normal:

iby8wE.png

Pressing "Alt" - OK:

ibt7nQ.png

Pressing "Customize" - Not OK:

iby1Yq.png

I've Tabs in Title Bar of course ( the native code, not custom ). I suspect the soapy's code given above for AppMenuButton creates the problem... eh?

P.S. By the way, what's the name of that Menu to remove the white background?

How did you get that firefox icon as the app button instead of text? Thanks

Hello guys!

I've made a custom download manager and about:config page, using some scripts found here.

I hope you enjoy.

Thanks to Soapy for some helps! :cool:

It was uploaded to userstyles.org

About:config:

http://userstyles.org/styles/42758?r=1295023929

Download Manager:

http://userstyles.org/styles/42759?r=1295024012

See you guys!

I've got a bit of old Stylish code from this thread that seems to be misbehaving lately. Whenever I startup Firefox, or sometimes navigate to certain webpages, I see the add-on bar randomly at the bottom, with no buttons on it. Also, when I do view it normally, the bar looks really weird

GC, I'm using this code on my customizations, try it.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#browser-bottombox, #addon-bar > #status-bar {
	background: transparent !important;
	border: none !important;
}
#addon-bar {
	-moz-appearance: none !important;
	border: none !important;
/*	margin-bottom: -4px !important;*/
}
#addonbar-closebutton, #addonbar-spring {
	display:none !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	padding: 1px 10px 3px 10px;
	border-top: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-radius: 22px 22px 0 0;
	margin-right: 20px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	background-clip: padding-box;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset;
	position: fixed;
	bottom: -24px;
	right: 20px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in, right 0.01s 0.75s;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: -2px;
	right: -2px;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 2px 0 0;
	background:	-moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
      margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
      display: none !important;
}

GC, I'm using this code on my customizations, try it.

Most excellent, this is worthy of ditching the old one :D

Also, I found out that the weird bar at the bottom of my browser is not due to any of my styles, it seems to be some sort of bug with Tab Mix Plus. I'll be letting them know about it ASAP.

A few questions I have:

1. Soapy, is there a slimmed down version of your Firefox 4 - Windows 7 style that removes the tabs in the titlebar sections? (as that is now default on Firefox Beta 9 onwards)

2. What should I alter in the Firefox 4 - Windows 7 style in order to move the buttons circled in red in the picture below, to the right?

3. Finally, does anyone have a style/script that would change the navbar colour from blueish to completely white? (refer to pictures below for a rough idea)

Av1zt.png

slnkc.png

Thanks heaps guys.

A few questions I have:

1. Soapy, is there a slimmed down version of your Firefox 4 - Windows 7 style that removes the tabs in the titlebar sections? (as that is now default on Firefox Beta 9 onwards)

2. What should I alter in the Firefox 4 - Windows 7 style in order to move the buttons circled in red in the picture below, to the right?

3. Finally, does anyone have a style/script that would change the navbar colour from blueish to completely white? (refer to pictures below for a rough idea)

Thanks heaps guys.

1. Just updated my style.

2. You mean remove the tab styling from the buttons? Search for '/* Tabs */' and remove those two bits of code with '.toolbarbutton-1'.

3.

#navigator-toolbox[tabsontop=true] #nav-bar {
  background: -moz-linear-gradient(#FBFCFD, #E6F0FA 50%, #DCE6F4 50%, #DDE9F7) !important;
}

You can just mess around with the colors until you find something you like.

1. Just updated my style.

2. You mean remove the tab styling from the buttons? Search for '/* Tabs */' and remove those two bits of code with '.toolbarbutton-1'.

3.

#navigator-toolbox[tabsontop=true] #nav-bar {
  background: -moz-linear-gradient(#FBFCFD, #E6F0FA 50%, #DCE6F4 50%, #DDE9F7) !important;
}

You can just mess around with the colors until you find something you like.

Wow, thanks for the quick reply. I updated to the newest version of your style and it automatically fixed problem number 2 so that's good. I'll play around with the colours a bit now.

Two things I've noticed:

1. The 'install this user style' button on userstyles.org doesn't work at all so you have to manually copy all the code and do it that way, which is annoying

2. In this latest beta if you are using private browsing mode and close firefox, the next time you start it up it remains in private browsing mode instead of resetting to normal mode.

Ruiderson, the Download-Manager style is really perfect! The "about:config" gives me error, but, anyway.

Thanks Deo Domuique!

But, what type of error you had in about:config?

Is not the default warning screen?

If possible, post a print screen about that. :cool:

Thanks

ruiderson, really awesome styles :woot:.

I really like your download manager style, although i changed the margins and paddings to 10px, much better this way. Additionally you style looks even cooler when combined with the Download manager Tweak add-on (LiNK) With some more tweaking (buttons and maybe hiding the navigation toolbar) it could become amazing.

I disabled all my styles cause the mess is even bigger...

Take a look... I don't think it supposed to be like that:

idS7Zm.png

The search-box extremely big and overall not painted correctly, I think. Seems it's working on you, dunno what is going on. Maybe it's my fault...

Or... I'm completely wrong and working normal?...

*Soappy, in your updated version, why didn't you add the code you gave me to change tabs pressing on top-edge? Just wondering...

Can someone tell me how to remove that border where the mouse-pointer is?

idRZXo.png

I have it only on NoScript-like buttons...

Well... The mouse-pointer not appeared but I meant on Add-on Bar that "Click&Clean" button...

Also, I found out that the weird bar at the bottom of my browser is not due to any of my styles, it seems to be some sort of bug with Tab Mix Plus. I'll be letting them know about it ASAP.

What weird bar?

Screenshot?

Tab Mix Plus 0.3.8.5pre.110110a no issues here.

I take this opportunity to correct the style of my previous post about addon-bar:

Better alignment of the icons:

"padding: 4px 10px 0 10px;"

#browser-bottombox, #addon-bar > #status-bar {
	background: transparent !important;
	border: none !important;
}
#addon-bar {
	-moz-appearance: none !important;
	border: none !important;
}
#addonbar-closebutton, #addonbar-spring {
	display:none !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	padding: 4px 10px 0 10px !important;
	border-top: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-radius: 22px 22px 0 0;
	margin-right: 20px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	background-clip: padding-box;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset;
	position: fixed;
	bottom: -24px;
	right: 20px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in, right 0.01s 0.75s;
}
#addon-bar .toolbarbutton-1 {
	padding-bottom: 4px !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: -2px;
	right: -2px;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 2px 0 0;
	background:	-moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

ruiderson, really awesome styles :woot:.

I really like your download manager style, although i changed the margins and paddings to 10px, much better this way. Additionally you style looks even cooler when combined with the Download manager Tweak add-on (LiNK) With some more tweaking (buttons and maybe hiding the navigation toolbar) it could become amazing.

Yes, I forgot to sugest it! I'm Using this extension to put dowload manager as a tab and using this script to hide the toolbar, but keeping the top rounded corners (I dunno if this is the better script and have other way to do this, but it works for me). I hope it works for you! :laugh: :

#main-window[stylish-url="chrome://mozapps/content/downloads/downloads.xul"][tabsontop="true"] #navigator-toolbox > *:not([id="TabsToolbar"]):not([id="toolbar-menubar"]){
margin-bottom: -34px !important; 
}
#main-window[stylish-url="chrome://mozapps/content/downloads/downloads.xul"][tabsontop="true"] #unified-back-forward-button {
display: none !important;
}

I disabled all my styles cause the mess is even bigger...

Take a look... I don't think it supposed to be like that:

idS7Zm.png

The search-box extremely big and overall not painted correctly, I think. Seems it's working on you, dunno what is going on. Maybe it's my fault...

Or... I'm completely wrong and working normal?..

Deo Domuique, I've updated the script. Please visit:

http://userstyles.org/styles/42758?r=1295023929

But this time, the search field is too short. When I resize the search field to a number more then 175px, I have this bug:

10995636.jpg

A blank space after the icon.

I've fixed the big size of search field whith this code:

#textbox.compact{
-moz-appearance:none !important;
background: white !important;
-moz-border-radius: 5px !important;
border: 1px solid #aab4c2!important;
position: fixed !important;
width: 173px !important;  
right: 4px !important;
top: 2px !important;
}

Someone can help us? hahaha

Sorry for the long post.

I keep seeing people with a "Firefox 4 styled" Stylish button instead of the default one.

Is there a script for that?

(Sorry for the double post, can't edit the last one :/)

Just realized that "Stratiform" changes the Stylish button.

What weird bar?

Screenshot?

Tab Mix Plus 0.3.8.5pre.110110a no issues here.

I take this opportunity to correct the style of my previous post about addon-bar:

Better alignment of the icons:

"padding: 4px 10px 0 10px;"

code...

Ok cool, I updated the script, looks better!

I will take a screenshot of the weird bar TMP is giving me when I get home from work. onemen said he is not seeing the issue on XP, so I think he has dismissed it for now.

Can anyone help me edit my "Better App Tabs" stylish script to mimic the default colors and hover behavior.

SNAG-0020.png

I just need the App Tabs to do the same as the default Minefield tabs (color, hover color) as I find the app tabs too dark!

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#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;
}
.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;
}
.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;
}

Thanks in advance!

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

    • No registered users viewing this page.
  • Posts

    • If its the devs fault you would think Unreal would help M$ take full advantage of Unreal and work with them to fix the performance issues. Otherwise they are catching unwarranted bad press.
    • Thanks for the advice guys, I'll give my current GPU a clean and then run the benchmarks to see how similar it is. Hopefully a bit of a clean-out will help it last a bit longer.
    • Pretty sure those will still be in this game. The series' well-explored psychosis themes will return as well.
    • "performance issues? what performance issues?!"
    • Microsoft making much needed change to Windows 11, 10 Patch Tuesday security updates by Sayan Sen Recently, Microsoft delivered its latest Defender patches for Windows 11 ISOs. These definitions are released from time to time alongside the general security updates available during Patch Tuesday. Speaking of Defender, the company has now announced another important change that affects how security updates are delivered to enterprise devices running Windows. According to a recent announcement, Microsoft Defender for Endpoint's endpoint detection and response (EDR) updates will no longer be bundled with the monthly Windows security updates or Patch Tuesdays. Instead the company is shifting delivery of these updates to Microsoft Update, bringing EDR servicing in line with several other Microsoft Defender components. If you recall, Microsoft last year moved PowerShell updates to Microsoft Update (MU) as well since it provides automatic updates for Microsoft products and services. Thus the move is intended to allow Microsoft to deliver EDR improvements and security enhancements independently of the OS's regular monthly update cycle; this should enable faster deployment of protection updates without requiring organizations to wait for the next Patch release. For those unfamiliar, Microsoft Defender for Endpoint's EDR capabilities are designed to help organizations detect, investigate, and respond to advanced threats across managed devices. Keeping these components updated is critical for maintaining protection against evolving attack techniques. The rollout has already began for Windows 10 devices in late May 2026 (last month) and Microsoft says it will gradually expand support to Windows 11 and the remaining supported Windows versions over the coming months. The company expects deployment across Windows 10 and Windows 11 to be completed by fall 2026 or around Q3 of this year. Once the transition is complete, EDR updates will be delivered through Microsoft Update using KB5005292, provided the required prerequisite updates have already been installed. Microsoft is also introducing a new Defender Update Service as part of the change. Following installation of the first update, devices will automatically create a new directory located at %ProgramData%\Microsoft\Microsoft Defender\Defender Update. Microsoft notes that restarts may occasionally be necessary in case of "rare" failure scenarios. For most organizations, the tech giant says no action will be required as long as Microsoft Update is already permitted within their update management strategy. Admins who rely on manually deployed update packages, however, will need to adjust their processes to ensure the new Defender update package is included. Microsoft also recommends reviewing internal documentation and notifying helpdesk and security operations teams about the updated delivery mechanism to avoid confusion during the transition. As a prerequisite, the tech giant notes that systems must be running Sense version 10.8798.25857.1000 or later and have one of the following Windows updates (or later) installed: Win11 24H2 KB5062660 (2025-07 Cumulative Update Preview) Win11 23H2 KB5062663 (2025-07 Cumulative Update Preview) Win11 22H2 KB5062663 (2025-07 Cumulative Update Preview) Win10 22H2 KB5062649 (2025-07 Cumulative Update Preview) Win10 1809 KB5063877 (2025-08 Cumulative Update) Server 2019 KB5063877 (2025-08 Cumulative Update) Server 2022 KB5063880 (2025-08 Cumulative Update) Server 2025 KB5063878 (2025-08 Cumulative Update) As always, organizations should verify that their update policies align with the new servicing approach before the broader rollout reaches all supported Windows platforms later this year. In case of major problems, the EDR update can be rolled back to the inbox version stored in %ProgramFiles%\\Windows Defender Advanced Threat Protection (ATP) using: MpCmdRun.exe -RevertMde -Product Edr -ToVersion Inbox For those who have access to the Microsoft 365 Admin Center portal, you can view the message here under ID MC1381119.
  • Recent Achievements

    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • 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
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Steven P.
      73
    4. 4
      +Edouard
      69
    5. 5
      neufuse
      68
  • Tell a friend

    Love Neowin? Tell a friend!