Recommended Posts

This works:

toolbarspacer {background-color: green !important; opacity: 1 !important; }

though I'll see if the opacity bit is necessary.

Help still wanted for the tab-close-button !

toolbarspacer {background-color: green !important; }

is enough.

And for the tab stuff,

.tab-close-button {background-color: grey!important; }

works.

Hi everyone,

I'd like to make the firefox bars (status, navigation & tab) of shorter/smaller height.

Given some help i've received on the mozilla irc, so far i have made the fonts smaller, and added

toolbar {height} [...] line to userChrome.css file.

The navigation bar and the tab bar are indeed smaller (cant tell if status is), however the class didn't:

-change icon rendering size

-size of tabs themselves in the tab bar which currently overlap with the navigation bar.

I'd like to know how to go about modifying the above.

Thank you

Hi everyone,

I'd like to make the firefox bars (status, navigation & tab) of shorter/smaller height.

Given some help i've received on the mozilla irc, so far i have made the fonts smaller, and added

toolbar {height} [...] line to userChrome.css file.

The navigation bar and the tab bar are indeed smaller (cant tell if status is), however the class didn't:

-change icon rendering size

-size of tabs themselves in the tab bar which currently overlap with the navigation bar.

I'd like to know how to go about modifying the above.

Thank you

Take a look at my style, you might find something interesting inside.

Tabbar with 21px and URLbar with 22px.

http://userstyles.org/styles/36813

Could someone tell me the code to change the throbber in Firefox 4? I want it to be like the blue one(the mac firefox 4 throbber if I recall correctly?)

And one more: is there any stylish script to let me choose whether I want to save or run an .exe or not? :)

Could someone tell me the code to change the throbber in Firefox 4? I want it to be like the blue one(the mac firefox 4 throbber if I recall correctly?)

And one more: is there any stylish script to let me choose whether I want to save or run an .exe or not? :)

1 - Change the throbber:

This is not blue, but gray:

.tab-throbber[progress] {
	list-style-image: url("chrome://browser/skin/places/searching_16.png") !important;
}

2 - Run an .exe. Maybe this link is usefull for you:

http://support.mozilla.com/en-US/kb/Managing%20file%20types

This addon will do the job:

https://addons.mozilla.org/en-US/firefox/addon/opendownload-271182/

Edited by Drifus
  • Like 1

Nope, unfortunately, it did not work. I think it's part of the addon (those that are filled when you choose either 'top' or 'bottom' in the "show progress in the location bar" option.

Anyway, how can I make the buttons in the addon bar look embossed like the default buttons in firefox?

here's my code:

#addonbar-closebutton {
  display: none;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 2px 2px 0 0 !important;
	margin-right: 25px !important;
	background-image: -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 !important;
	position: fixed;
        top: 54px;
        padding-top: 5px;
        padding-left: 3px;
        width: 30px;
	left: 0;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	padding-bottom: 4px !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}

here's the screenshot:

?di=7129861765216

How do you guys know the div class, and ids of the UI?

One more question (sorry foxxy XD)

I'm currently using the code above for my addon bar but it does not use the persona. Is there a way for the addonbar to adapt the color of the persona?

I found these:

#main-window #browser-bottombox {
opacity: 0.1;
 position: fixed;
 -moz-box-shadow: 0 0 10px #000000;
 bottom: 0px;
 width: auto;
 background: #EDEDED;
 -moz-border-radius: 0px 7px 0 0;
 left: -71px; 
 padding-right: 5px;
 padding-left: 5px;
 -moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}

#main-window #browser-bottombox:hover {
opacity: 1 !important;
-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}

Problem is, the find bar also becomes transparent except when hovered.

Hope you can help me :D

One more question (sorry foxxy XD)

I'm currently using the code above for my addon bar but it does not use the persona. Is there a way for the addonbar to adapt the color of the persona?

I found these:

#main-window #browser-bottombox {
opacity: 0.1;
 position: fixed;
 -moz-box-shadow: 0 0 10px #000000;
 bottom: 0px;
 width: auto;
 background: #EDEDED;
 -moz-border-radius: 0px 7px 0 0;
 left: -71px; 
 padding-right: 5px;
 padding-left: 5px;
 -moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}

#main-window #browser-bottombox:hover {
opacity: 1 !important;
-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}

Problem is, the find bar also becomes transparent except when hovered.

Hope you can help me :D

You've adjusted the opacity of #browser-bottombox which means its children(addon-bar, findbar) are only going to be as visible as it is.

how can I fix so bookmark sidebar show without resize webpage. I Want sidebar on top of webpage not push it to the right when it appear.

thx

Have a look at this - http://userstyles.org/styles/38954

what is the code for my Q that did to much change ...don´t like it.... and it´s not working on my Mac.

thx again

this worked on mac

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

/* GENERAL */

#sidebar-box{

-moz-appearance: none !important;

-moz-window-shadow: none !important;

opacity: 1 !important;

}

#sidebar-splitter{display:none}

#sidebar-box{position:fixed!important;top:57px;bottom:0px}

#sidebar-header{width:65%;background-color:#E6E6E6!important;-moz-appearance:none!important}

#sidebar{height:100%;background-color:#E6E6E6!important;width:65%!important}

so " -moz-border-radius: 7px 7px 0 0;" creates a curve on the top left and right of whatever you're applying it to, but beta 12 seems to add a curve on the bottom of the addon bar too.

How do you do the opposite of this and force the bottom of the addon bar to not have a curve?

so " -moz-border-radius: 7px 7px 0 0;" creates a curve on the top left and right of whatever you're applying it to, but beta 12 seems to add a curve on the bottom of the addon bar too.

How do you do the opposite of this and force the bottom of the addon bar to not have a curve?

Make it explicit by adding !important:

#addon-bar {border-radius: 7px 7px 0 0 !important;}

or just the bottom:

 #addon-bar {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !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!