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

    • Although AI is great and has it's use cases they likely have massively overhyped it and it has not delivered as per their expectations. I fully expect them to start saying the same things again when it does get to a certain level of intelligence!
    • Microsoft wants to end printer driver headaches with Windows Ready Print by Usama Jawad A few days ago, Microsoft released Windows 11 Experimental build 26300.8553, bringing a ton of enhancements such as Start menu customization, search improvements, Taskbar polish, and other minor UI tweaks. Another relatively major enhancement snuck deep within the change log was related to upgrades to the Windows printing experience. Now, Microsoft has shared more details about these benefits. For starters, Microsoft has renamed its Modern Print Platform to Windows Ready Print. The company believes that this name highlights its shift in strategy, which now focuses on modernizing, securing, and streamlining the printing experience for Windows devices. Some of the upgrades present in Windows Ready Print have already been seeded to customers and partners. This includes ending support for third-party printer drivers via Windows Update and transitioning towards the Internet Printing Protocol (IPP) and the native Windows IPP printer driver. In line with these changes, new printer installations will default to Windows Ready Print on eligible devices starting from July 2026. However, Microsoft recognizes that not all environments will be able to migrate to this platform immediately, so it will allow users to choose between installing the printer via Windows Ready Print or the traditional OEM process. Users will be able to toggle this configuration through Settings > Bluetooth & Devices > Printers & Scanners > Printer preferences. This control applies only to new printer installations, and its functionality can also be modified via Group Policy as follows: Launch Group Policy Editor Navigate to Local Computer Policy -> Administrative Templates -> Printers Find and select 'Configure Windows Ready Print driver ranking' -> double click to open it Select 'Enabled' (if you wish to enable Windows Ready Print driver selection) or 'Disabled' (if you wish to explicitly disable Windows Ready Print driver selection). Select Apply Select OK Similarly, if you set up Windows protected print mode through the same setting in Windows 11, it will also default to using Windows Ready Print exclusively. Microsoft hopes that these improvements will help eradicate dependency on OEM-specific driver installation processes and simplify printer installations. We'll likely find out more about other tangible benefits in the coming months.
    • Hey what's about the proton vpn firefox extension ? It's not working today
    • On what though? Not Ray Tracing.
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      137
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!