Recommended Posts

That seems a bit much but yes something similar..

Can it be done with a Stylish?

Also The the title of the sidebar seems a bit off.. can it be rounded to match the theme ?

I have tried to round the sidebar but not success :(

Try this for rounded url/search, I'm pretty sure this is what you're talking about.

post-49492-1248546163_thumb.png

 #identity-box, .searchbar-engine-button { 
	-moz-border-radius-topleft: 12px !important;
	-moz-border-radius-bottomleft: 12px !important;
	}

	#urlbar, .searchbar-textbox {
	-moz-border-radius-topleft: 12px !important;
	-moz-border-radius-bottomleft: 12px !important;
	-moz-border-radius-topright: 12px !important;
	-moz-border-radius-bottomright: 12px !important;
	}

Edit added image

just a quick one, I noticed that with the stop/reload combine code provided in this thread my button was moving 1px to the left as well as pulling the address bar towards the button 1px. The following code fixed it for me:

#stop-button[disabled="true"] { display:none; }
#stop-button:not([disabled]) + #reload-button { display:none; }
#reload-button {
margin-left: 0px !important;
margin-right: 1px !important;
}

I have tried to round the sidebar but not success :(

Try this for rounded url/search, I'm pretty sure this is what you're talking about.

post-49492-1248546163_thumb.png

 #identity-box, .searchbar-engine-button { 
	-moz-border-radius-topleft: 12px !important;
	-moz-border-radius-bottomleft: 12px !important;
	}

	#urlbar, .searchbar-textbox {
	-moz-border-radius-topleft: 12px !important;
	-moz-border-radius-bottomleft: 12px !important;
	-moz-border-radius-topright: 12px !important;
	-moz-border-radius-bottomright: 12px !important;
	}

Edit added image

Works great for me. It actually looks pretty nice with the rounded bars, thanks!

I just discovered a neat trick to make the bookmarks toolbar auto-hide if anyone is interested using stylish (stylish is fun to play around with xD):

#main-window #navigator-toolbox #PersonalToolbar
{
	position: absolute !important;
	height: 5px !important;
	padding: 0px 0px 1px 0px !important;
}

#main-window #navigator-toolbox #PersonalToolbar:hover
{
	height: 25px !important;
}

Edit: Nevermind. Seems to be glitchy (especially if you enable bookmarks toolbar after already applying the style). If you enable the bookmarks toolbar before applying the style it seems to be OK except the glass overlay will end up extending past the interface and onto the actual page itself. Anyone know of any extension/glitch-free trick to getting the bookmarks toolbar to auto-hide?

Edited by dlegend
I just discovered a neat trick to make the bookmarks toolbar auto-hide if anyone is interested using stylish (stylish is fun to play around with xD):

#main-window #navigator-toolbox #PersonalToolbar
{
	position: absolute !important;
	height: 5px !important;
	padding: 0px 0px 1px 0px !important;
}

#main-window #navigator-toolbox #PersonalToolbar:hover
{
	height: 25px !important;
}

Edit: Nevermind. Seems to be glitchy (especially if you enable bookmarks toolbar after already applying the style). If you enable the bookmarks toolbar before applying the style it seems to be OK except the AERO overlay will end up extending past the interface and onto the actual page itself. Anyone know of any extension/glitch-free trick to getting the bookmarks toolbar to auto-hide?

I get this...

Nevermind... edited your post after I posted

post-50840-1248558291.png

I just discovered a neat trick to make the bookmarks toolbar auto-hide if anyone is interested using stylish (stylish is fun to play around with xD):

...

Edit: Nevermind. Seems to be glitchy (especially if you enable bookmarks toolbar after already applying the style). If you enable the bookmarks toolbar before applying the style it seems to be OK except the glass overlay will end up extending past the interface and onto the actual page itself. Anyone know of any extension/glitch-free trick to getting the bookmarks toolbar to auto-hide?

Found one that works here

With the all glass extension when I hit ctrl + f since the status bar is glass and my wallpaper is black on the bottom I can't see any of the text on the find bar (because text is black), is there any way to fix this with stylish?

Which text are you talking about? On mine all the text is white except in the text box.

thanks

i have next question. my open button is disappeared

and close button have little artifact

I posted a fixed theme with the tab bar enabled on page 1 or 2 I believe.

Hi,

I have a problem with this style in combination with ReloadEvery. This add-on changes the style on the reloadbutton. With a code in the userChrome.css I've deleted the dropdown-arrow on the button. But now, it looks like this:

unbenannt-21em5.png

Can anyone help me, how I can change that to the normal look again?

The code in the userChrome is:

#reload-button dropmarker {
display: none !important;
}

Found one that works here

Awesome. Thanks for that. Looked at the style and it's almost like mine except that it uses collapse which I've never used before. I tried using "visibility: hidden" but that prevents you from being able to hover over it.

Hi,

I have a problem with this style in combination with ReloadEvery. This add-on changes the style on the reloadbutton. With a code in the userChrome.css I've deleted the dropdown-arrow on the button. But now, it looks like this:

Can anyone help me, how I can change that to the normal look again?

The code in the userChrome is:

#reload-button dropmarker {
		 display: none !important;
		 }

That's a very odd bug. I do have a temp solution though, try this code.

	 #reload-button dropmarker {
   display: none !important;}
   #reload-button,
   #reload-button:not([disabled="true"]):hover,
   #reload-button[disabled="true"],
   #reload-button:not([disabled="true"]):hover:active {
	   width: 46px !important;
	   height: 30px !important;
	   margin-left: -4px !important;}
   #reload-button {
	   list-style-image: url("chrome://global/skin/reloadbutton.png") !important;
	   width: 46px !important;
	   height: 30px !important;
	   -moz-image-region: auto !important;
	   margin-top: 2px !important;
	   margin:0px !important;
	   padding: 0px !important;
	   margin-left: -4px !important;}
   #reload-button:not([disabled="true"]):hover{
	   list-style-image: url("chrome://global/skin/reloadbuttonhighlight.png") !important;
	   width: 46px !important;
	   height: 30px !important;
	   margin-left: -4px !important;}
   #reload-button:not([disabled="true"]):hover:active{
	   list-style-image: url("chrome://global/skin/reloadbuttonpressed.png") !important;
	   width: 46px !important;
	   height: 30px !important;
	   margin-left: -4px !important;}
   #reload-button[disabled="true"] {
	   list-style-image: url("chrome://global/skin/reloadbuttondisabled.png") !important;
	   width: 46px !important;
	   height: 30px !important;
	   margin-left: -4px !important;}

Awesome. Thanks for that. Looked at the style and it's almost like mine except that it uses collapse which I've never used before. I tried using "visibility: hidden" but that prevents you from being able to hover over it.
Another way is to move the bookmarks to the menu bar and show it with ALT ;)
That's a very odd bug. I do have a temp solution though, try this code.

	 #reload-button dropmarker {
   display: none !important;}
   #reload-button,
   #reload-button:not([disabled="true"]):hover,
   #reload-button[disabled="true"],
   #reload-button:not([disabled="true"]):hover:active {
	   width: 46px !important;
	   height: 30px !important;
	   margin-left: -4px !important;}
   #reload-button {
	   list-style-image: url("chrome://global/skin/reloadbutton.png") !important;
	   width: 46px !important;
	   height: 30px !important;
	   -moz-image-region: auto !important;
	   margin-top: 2px !important;
	   margin:0px !important;
	   padding: 0px !important;
	   margin-left: -4px !important;}
   #reload-button:not([disabled="true"]):hover{
	   list-style-image: url("chrome://global/skin/reloadbuttonhighlight.png") !important;
	   width: 46px !important;
	   height: 30px !important;
	   margin-left: -4px !important;}
   #reload-button:not([disabled="true"]):hover:active{
	   list-style-image: url("chrome://global/skin/reloadbuttonpressed.png") !important;
	   width: 46px !important;
	   height: 30px !important;
	   margin-left: -4px !important;}
   #reload-button[disabled="true"] {
	   list-style-image: url("chrome://global/skin/reloadbuttondisabled.png") !important;
	   width: 46px !important;
	   height: 30px !important;
	   margin-left: -4px !important;}

Thanks man, very good job :)

Just a little optical mistake on hover:

unbenannt-2o44q.png

Is there any way to deactivate the border around this button on hover?

Clicking on an attachment the new window lacks transparency.

The problem is clear for the picture. Is it just me because no one else mentioned this

I think it has been mentioned once, but I've experienced it outside of this theme just using All-Glass. I don't think there's a fix as-yet, and unfortunately that addon isn't under the themers' control - I wouldn't get too hopeful, although there have been a huge number of very good and fast fixes for addon-invoked problems.

I've got this theme on my desktop and netbook. On the netbook using URL Tooltip and the linked stylish script to auto-hide the bookmarks bar, I have plenty of space for the actual page too. Looks fantastic on both, cheers guys.

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

    • No registered users viewing this page.
  • Posts

    • I literally tried to install it on my PC today and it crashed upon every start up. I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet. Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      96
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!