Recommended Posts

What happened to the plan to make it look... well good.

Firefox-4-Mockup-i06-%28Win7%29-%28Aero%29-%28TabsTop%29.png

I agree. Currently it looks kinda like a bad knockoff of those really nice mockups.

Particularly the toolbar background/edge needs work. As you see in the firefox mockup screenshot and in chrome/opera, theres either a shadow around the edge (Fx 4 mockup, Chrome) or a definied stroke (opera) Frefox has this wierd muddy looking gray border between the toolbar in the glass and it really bothers my OCD self :p And it just needs some polish in general. The tabs, addressbar and the home button when placed in the tab bar look much nicer in the mockup. Also the fx menu needs a lot of work still. And in the mockup the statusbar is hidden like chrome. I hope that is to come as well.

Aaargh, Direct 2D rendering is junk. Screen tearing on flash. Artifacts behind the mouse cursor when middle-click scrolling. Not to mention that I can make a youtube video lag by mousing over the right sidebar very fast.

On the beta 5 nightly. Let's hope these get resolved by beta 5.

I don't have any of those issues (besides the middle click scroll artifact)

Aaargh, Direct 2D rendering is junk. Screen tearing on flash. Artifacts behind the mouse cursor when middle-click scrolling. Not to mention that I can make a youtube video lag by mousing over the right sidebar very fast.

On the beta 5 nightly. Let's hope these get resolved by beta 5.

Slow plugin rendering is mainly down to the fact that the current plugin architecture is a design of the late 90s.

It should (hopefully) get better once Bug 556487 lands, and Bug 588055 could speed it up as well, but the long term fix is a redesign of the API to better allow this type of acceleration (like on OS X, plugins should soon be able to paint directly via OpenGL, making them very fast)

As for the artifacts behind the scroll icon, that's a known bug (Bug 588403), it's not related to Direct2D.

Ive 3 tabs open now, and I seems ok?? Maybe some other stylish interfering?

I'm not sure but i deleted all codes and just inserted your codes only but still the same results. Are you on Windows 7?

And one more time without doing anything, can you just open Firefox and a second tab? on the second tab CTRL+F and let me know if it works for you. ...B/c it's not working for me..T_T

Thanks =)

Below, I've tried to simulate the mockup as closely as possible using only Stylish hacks from various people, but no extensions. The mockup is loaded in a tab for reference:

post-173518-12830619252549.png

These seem like somewhat basic changes, but they are taking an awfully long time to get into the UI.

I'm not saying I can do it, but I'm sure a dedicated CSS artist could make it look very close to the mockup using the current Gecko engine. Just make it look as close as possible, and if something is committed that messes up the layout, at least there is a layout and probably just a minor margin adjustment.

The question is, why hasn't this happened yet? Shouldn't there be just one bug filed on it called "Get SoapyHamHocks to make beta 4 look like the mockup" :p

can anyone tell me why my speed dial button has suddenly got no button border like the other back forward, favorites and home buttons i have been using every nightly up until today's and haven't had this problem before is anyone else experiencing it or is it just me? it looks out of place now

post-48365-12830735008627.png

Successful doesn't mean it's good.

That's a pretty arbitrary definition of "good" then. If people like Personas, I fail to see the problem, or how it's a useless feature.

The question is, why hasn't this happened yet? Shouldn't there be just one bug filed on it called "Get SoapyHamHocks to make beta 4 look like the mockup" :p

UI polish is generally one of the last things to do. During heavy feature development stages, it's just not as high priority. You just want to get the abilities in, then make them look pretty. (If a feature changes slightly, then much of the polish work would be wasted time).

Finally took the plunge to try out the Firefox 4 Beta 4 as I was unsure about the tabs on the top. I know you can move them and all but I must admit I like them on top. Thanks to some customisations posted in this topic, I also know have a transparent bookmarks, navigation toolbars and status bar :woot: Thanks for providing them :D

That's a pretty arbitrary definition of "good" then. If people like Personas, I fail to see the problem, or how it's a useless feature.

UI polish is generally one of the last things to do. During heavy feature development stages, it's just not as high priority. You just want to get the abilities in, then make them look pretty. (If a feature changes slightly, then much of the polish work would be wasted time).

yeh i'm not worried about the UI either, wanna see D2D get sorted out and new JS engine optimization

Below, I've tried to simulate the mockup as closely as possible using only Stylish hacks from various people, but no extensions. The mockup is loaded in a tab for reference:

post-173518-12830619252549.png

These seem like somewhat basic changes, but they are taking an awfully long time to get into the UI.

I'm not saying I can do it, but I'm sure a dedicated CSS artist could make it look very close to the mockup using the current Gecko engine. Just make it look as close as possible, and if something is committed that messes up the layout, at least there is a layout and probably just a minor margin adjustment.

The question is, why hasn't this happened yet? Shouldn't there be just one bug filed on it called "Get SoapyHamHocks to make beta 4 look like the mockup" :p

Stylish Code, Please?

Stylish Code, Please?

Use this:

https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page__st__360__p__593087800entry593087800

But don't use three of the Stylish scripts:

- Tabs in Titlebar

- Navigator Toolbar Shadows and Curved Corners

- Bookmark Toolbar Icons Only

And don't use the Omnibar extension.

And reposition your UI elements to match.

I'm not sure but i deleted all codes and just inserted your codes only but still the same results. Are you on Windows 7?

And one more time without doing anything, can you just open Firefox and a second tab? on the second tab CTRL+F and let me know if it works for you. ...B/c it's not working for me..T_T

Thanks =)

Just checked in newest nightly Minefield and all transparency seems to be better than on similar Firefox 4.04b with same stylish. Find bar still stays Black on that, but Minefield works. Not sure why though?

How do I get the bookmarks text shadow like the "Menu bar"?

Exactly like this?

post-141682-12831245670795.png

and how do I remove the bookmarks menu button text? Is there such thing as "#bookmarks-menu-button-text"?

I tried this..obviously doesn't work lol..

#bookmarks-menu-button-text {
      display: none !important;
}

How do I get the bookmarks text shadow like the "Menu bar"?

Exactly like this?

post-141682-12831245670795.png

and how do I remove the bookmarks menu button text? Is there such thing as "#bookmarks-menu-button-text"?

I tried this..obviously doesn't work lol..

#bookmarks-menu-button-text {
      display: none !important;
}

This will hide the bookmark menu located in the menubar. Is that what you were wanting to do?

#bookmarksMenu .menubar-text {
    display:none !important;
}

This will hide the bookmark menu located in the menubar. Is that what you were wanting to do?

#bookmarksMenu .menubar-text {
    display:none !important;
}

Thanks but not quite. I just want to remove the text labeling from bookmark toolbar items. (NOT for custom bookmark folder labeling or text)

Thanks but not quite. I just want to remove the text labeling from bookmark toolbar items. (NOT for custom bookmark folder labeling or text)

(If I'm understanding you correctly.)

The add-on I used with 3.6, smart bookmarks bar does exactly this.

https://addons.mozil...fox/addon/4072/

Whether or not you want to slap yet another add-on to Firefox is another matter though...

In any case, the description does mention that it uses some scripts from userstyles, so if you want to avoid another add-on, that's still possible. I just haven't looked for those scripts myself though, since I use the add-on.

Below, I've tried to simulate the mockup as closely as possible using only Stylish hacks from various people, but no extensions. The mockup is loaded in a tab for reference:

post-173518-12830619252549.png

These seem like somewhat basic changes, but they are taking an awfully long time to get into the UI.

I'm not saying I can do it, but I'm sure a dedicated CSS artist could make it look very close to the mockup using the current Gecko engine. Just make it look as close as possible, and if something is committed that messes up the layout, at least there is a layout and probably just a minor margin adjustment.

The question is, why hasn't this happened yet? Shouldn't there be just one bug filed on it called "Get SoapyHamHocks to make beta 4 look like the mockup" :p

You should download Soapy's bookmarks star, so it makes the bookmark star on the left side, and use the script to fix the tabs so they are not aero, or at least have a high opacity, to have it match the mockups more, if that's what your going for. :)

(If I'm understanding you correctly.)

The add-on I used with 3.6, smart bookmarks bar does exactly this.

https://addons.mozil...fox/addon/4072/

Whether or not you want to slap yet another add-on to Firefox is another matter though...

In any case, the description does mention that it uses some scripts from userstyles, so if you want to avoid another add-on, that's still possible. I just haven't looked for those scripts myself though, since I use the add-on.

Here you go, this label, i want it out. I just want to keep the bookmark tab not the text.

post-141682-12831397870701.png

Thanks but not quite. I just want to remove the text labeling from bookmark toolbar items. (NOT for custom bookmark folder labeling or text)

Does this do what you want?

https://www.neowin.net/forum/topic/921416-share-your-custom-firefoxminefield-4-stylish-scripts/page__st__360__p__593087800entry593087800

Use the Bookmark Toolbar Icons Only script under my post

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!