Recommended Posts

Looks great, really pleased now it has a custom home and bookmarks button.

1 small issue, the top of the new tab button seems to be missing its grey line, i have just installed the theme and no other addons.

We were trying to get the border on the New Tab Button but we were able to do it. We will try to fix this for the next version.

This update makes it look almost exactly the same as the mock-up! Kudos to you both for the work you've put into this, for listening to our suggestions and for the help/support you've given (Y) I really appreciate it :happy:

Thanks a lot for the kind words! :)

Great job on the new version! looks much better. Only problem I see is the dropdown arrow at the end of the tabbar looks wierd and you can't really see it at all. Once the grey stuff on the options window is removed it'll be perfect.

Thank you. I will see if we can fix the dropdown arrow, and I will include a new replacement for the grey header for the options window.

Good stuff. I will have to try it out at home.

I hope you like it :D.

Thank you so much for the Update! Great work!

The new Buttons look very sexy^^

Btw, here are a vew tweaks that i found on the Internet:

Hide the black URL Bar in the popup-windows:

1. Type about:config in the url bar of your window.

2. Search in the filter for dom.disable_window_open_feature.location

3. Right-click on the word True in the Value column.

4. Click Toggle.

Remove resize handles from statusbar corner:

#main-window .statusbar-resizerpanel {display: none !important; }

Make the statusbar smaller:

#status-bar {

-moz-appearance: none !important;

border: none !important;

min-height: 19px !important; max-height:19px !important;

padding-top: 2px !important;

border-top: solid 1px #000 !important; }

To hide the icons in the Statusbar use the "Organize Status Bar" Firefox addon.

After that it looks clean like mine :) :

post-305922-1248647781_thumb.jpg

Thanks for the tweaks! Your screenshot looks great :)!

Btw, here are a vew tweaks that i found on the Internet:

Hide the black URL Bar in the popup-windows:

1. Type about:config in the url bar of your window.

2. Search in the filter for dom.disable_window_open_feature.location

3. Right-click on the word True in the Value column.

4. Click Toggle.

Make the statusbar smaller:

#status-bar {

-moz-appearance: none !important;

border: none !important;

min-height: 19px !important; max-height:19px !important;

padding-top: 2px !important;

border-top: solid 1px #000 !important; }

Man those are GREAT tweaks.. I play a couple of browser based games, and being able to get rid of that urlbox and make the statusbar smaller gives me more real estate room, and looks so much better.

Thanks for posting those.

Bug report :) (menubar needs to be hidden).

Bug 1:

- press CTRL+F.

- you will see a black findbar.

post-305922-1248694620.jpg

- to get it glassy, you need to refresh the GUI ( for example press ALT twice to show and hide the menubar on the top of the window).

- after that it looks right.

post-305922-1248694641.jpg

- close the findbar.

- now you will see that.

post-305922-1248694662.jpg

- to get it fixed you need to refresh the GUI again by pressing ALT twice (show and hide menubar).

post-305922-1248694685.jpg

Bug 2:

If you open a lot of tabs by pressing the new tab button you will notice that the "+" is moving around.

Maybe it could be fixed if the whole new-tab-button is just one single graphic file?

post-305922-1248695378.jpg post-305922-1248695398.jpg

post-305922-1248695412.jpg post-305922-1248695426.jpg

Bug report :) (menubar needs to be hidden).

Bug 1:

- press CTRL+F.

- you will see a black findbar.

post-305922-1248694620.jpg

- to get it glassy, you need to refresh the GUI ( for example press ALT twice to show and hide the menubar on the top of the window).

- after that it looks right.

post-305922-1248694641.jpg

- close the findbar.

- now you will see that.

post-305922-1248694662.jpg

- to get it fixed you need to refresh the GUI again by pressing ALT twice (show and hide menubar).

post-305922-1248694685.jpg

Bug 2:

If you open a lot of tabs by pressing the new tab button you will notice that the "+" is moving around.

Maybe it could be fixed if the whole new-tab-button is just one single graphic file?

post-305922-1248695378.jpg post-305922-1248695398.jpg

post-305922-1248695412.jpg post-305922-1248695426.jpg

well...I get that but I dont need to refresh the GUI, when I press ctrl+F I get the black findbar for like a second then it goes away, same with the other thing (the blue thing)

Cant reproduce the "+" moving around

I also noticed that text in my status bar and some items in the bookmark toolbar gets a little bit chopped off at the end. For example, if the last letter is an "O" then the right side of it is sliced off so it's flat, rather than completely round. I can post some screens if my description wasn't graphical enough.

Bug report :) (menubar needs to be hidden).

Bug 1:

- press CTRL+F.

- you will see a black findbar.

post-305922-1248694620.jpg

- to get it glassy, you need to refresh the GUI ( for example press ALT twice to show and hide the menubar on the top of the window).

- after that it looks right.

post-305922-1248694641.jpg

- close the findbar.

- now you will see that.

post-305922-1248694662.jpg

- to get it fixed you need to refresh the GUI again by pressing ALT twice (show and hide menubar).

post-305922-1248694685.jpg

Bug 2:

If you open a lot of tabs by pressing the new tab button you will notice that the "+" is moving around.

Maybe it could be fixed if the whole new-tab-button is just one single graphic file?

post-305922-1248695378.jpg post-305922-1248695398.jpg

post-305922-1248695412.jpg post-305922-1248695426.jpg

I have also experienced the black finderbar before. All-Glass seems to be the cause of this. We are trying to fix some issues relating to All-Glass already, so keep an eye out for any posts from us.

I also noticed that text in my status bar and some items in the bookmark toolbar gets a little bit chopped off at the end. For example, if the last letter is an "O" then the right side of it is sliced off so it's flat, rather than completely round. I can post some screens if my description wasn't graphical enough.

I have also noticed this as well. This also seems to be an All-Glass glitch. I will let you know if we can get it fixed.

Thanks to both of you for the bug reports :).

got question one , how do i get craved url address bar /searchbox

i saw some of you have it this way

thanks

To change the amount the address bar/search bar is rounded, add the following text to a stylish code, and change the numbers. Be sure to change all of them to the same number, otherwise you will get varying amounts of roundness on your address/search bar. Higher numbers = more round.

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

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

One more glitch that I noticed. As you can see from the screenshot below, there are a couple of miscoloured pixels just to the left of the Back/Forward buttons

post-289790-1248715066.png

P.S. They are not dead pixels on my monitor, they move as I move my Firefox window around the screen.

I don't seem to have that problem. Maybe an addon you are using is causing it?

I also noticed that text in my status bar and some items in the bookmark toolbar gets a little bit chopped off at the end. For example, if the last letter is an "O" then the right side of it is sliced off so it's flat, rather than completely round. I can post some screens if my description wasn't graphical enough.

I think that is a Firefox bug.

https://bugzilla.mozilla.org/show_bug.cgi?id=363861

I don't seem to have that problem. Maybe an addon you are using is causing it?

Maybe the bug is only on Vista?

I'm using Windows 7. And I don't have the bug.

Oh, and look at that difference. The space between the Buttons and the space between the buttons and the end of the Window are much bigger on ?Vista? !

post-305922-1248725013.jpg

Edited by Fatal!ty Str!ke

Yeah, do you think it would be possible to combine the stop/reload/go button like the new mockup?

Mockup-4-0-Vista-(TabsBottom)-(LocBar).png

Also the buttons in the new mockup are more translucent/clear than the current 2.5 theme buttons (they have blue hue).

well...I get that but I dont need to refresh the GUI, when I press ctrl+F I get the black findbar for like a second then it goes away, same with the other thing (the blue thing)

Cant reproduce the "+" moving around

+ definitely moves here, very noticeable when you rapidly lose tabs via middle click

And the combines stop reload in the mockup above would be really nice looking.

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

    • No registered users viewing this page.
  • Posts

    • Good point, unfortunately. NextDNS has far more filters and workarounds than uBlock, and it's easy to implement.
    • Windows 10 KB5094127 Patch Tuesday improves File Explorer search and more by Taras Buria The June 2026 Patch Tuesday updates are here, bringing mandatory patches to users with PCs enrolled in the Extended Security Update program for Windows 10. Microsoft is rolling out KB5094127, with build numbers 19045.7417 and 19044.7417. Changelog includes the following: [File Explorer] This update improves File Explorer search, including support for Chinese text, and UTF 8–encoded files without a byte order mark (BOM). Text now displays more clearly and consistently across search results, Content view, and tooltips. [Secure Boot] This update enables dynamic status reporting for Secure Boot states in Windows Security App. This update adds a new policy setting, LimitSecureBootRequiredServiceData, under Computer Configuration > Administrative Templates > Windows Components > Secure Boot. When this setting is enabled, Windows limits the Secure Boot service data it sends by suppressing the event normally sent to Microsoft. This policy is also included in the Windows Restricted Traffic Limited Functionality Baseline package. For information about the policy, see Manage connections from Windows 10 and Windows 11 operating system components to Microsoft services. With this update, Windows quality updates include additional high confidence device targeting data, increasing coverage of devices eligible to automatically receive new Secure Boot certificates. Devices receive the new certificates only after demonstrating sufficient successful update signals, maintaining a controlled and phased rollout. As for known bugs, Microsoft has the following to say: A workaround is available in the official documentation. Today's updates are available for PCs enrolled in the Extended Security Updates program only. If your PC is eligible, you can download the update from Settings > Windows Update or from the Microsoft Update Catalog here.
    • Then the solution is to not let children have easy access to smart phones or internet until they are older, not mass surveillance. Only this would require parents to do actual parenting, most likely, as with any good solution to the problem.
    • "Microsoft says there are no known issues." I give them one day.
    • Minecraft is getting a Switch 2 native version with the Vibrant Visuals graphics upgrade by Pulasthi Ariyasinghe Microsoft's block-based sensation Minecraft is available on an astounding number of platforms, including PC, consoles, and mobile devices. Today, during the Nintendo Direct livestream, another version was announced, this one aimed at the Nintendo Switch 2 console. This native edition will use the new hardware's horsepower to finally bring the Vibrant Visuals graphics upgrade to players on the platform. While Nintendo Switch 2 players have been able to jump into Minecraft since the console's launch, this has only been via the backward-compatible original Switch version. With this new upgrade, players will be able to fully utilize the new hardware to run the game better and with new features. For those unfamiliar with it, the Vibrant Visuals upgrade landed earlier this year on PC (Bedrock), Xbox, PlayStation, and mobile platforms with the Chase the Skies update. This brought volumetric lighting, directional lighting, volumetric fog, and other elements to the sandbox title, letting players see aspects like sun rays, dynamic shadows, reflections in water, and shine on metallic blocks. "Survive the night or create a work of art in the iconic sandbox game," says Nintendo. "Build anything you can imagine, uncover mysteries, and face foes in an infinite world that’s unique in every playthrough." The Nintendo Switch 2 version of Minecraft seems to be a paid upgrade, as Nintendo says anyone who purchases this version will be able to carry over their save data from the original Switch version. Pricing details were not announced today, however. Meanwhile, the Nintendo exclusive Super Mario Mash-Up Pack will be available to all buyers of this version too, giving them a custom Mario-themed world as well as skins and tracks inspired by the series. The Nintendo Switch 2 version of Minecraft will be releasing sometime in 2026.
  • Recent Achievements

    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • One Year In
      jojodbn earned a badge
      One Year In
    • One Month Later
      jojodbn earned a badge
      One Month Later
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      515
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      +Edouard
      118
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!