Recommended Posts

That's by design. The functionality was combined into the bookmarks menu button, if you wish to show it use this code:

#star-button {
visibility: visible !important;
}

how to use that code..........i my new to all this...............can u explain if u have the time

how to use that code..........i my new to all this...............can u explain if u have the time

Just add that line to the end of your userChrome.css file, or you can add it to a new style in Stylish. You can find more info about userChrome.css here http://kb.mozillazine.org/UserChrome.css

This works for Classic tabs:

.tabbrowser-tab[selected="true"] .tab-stack {
margin: 0 -3px 0 !important;
padding: 0 2px 1px !important;
border-width: 0 9px !important;
border-style: solid !important;
-moz-border-image: url(chrome://browser/skin/tabbrowser/mrcurveless.png) 0 9 fill !important;
}[/CODE]

Went back to 'classic tabs' using this stylish script (thanks by the way) but every time I close/restart Nightly it reverts back to the curved tabs, even though the 'classic tabs' stylish script is still enabled. Any ideas on how to fix this?

Thanks.

Went back to 'classic tabs' using this stylish script (thanks by the way) but every time I close/restart Nightly it reverts back to the curved tabs, even though the 'classic tabs' stylish script is still enabled. Any ideas on how to fix this?

Thanks.

Do you have both classic tab styles enabled?

The panels don't seem to be styled (Aero look). I was able to get it fixed with a fresh profile but it only worked for a day for some reason. I only have Australis, Tabs Always In Titlebar, Adblock Plus, and Omnibar installed.

24320s5.jpg353a5ap.png

Also is there any way to have the identity box to look like the default (abeit with a light soft gradient)?

2sanm07.png

Sidenote: Do you have any plans for an OS X version? I also have a Mac and wouldn't mind testing it out for you.

Much appreciated, thanks.

The panels don't seem to be styled (Aero look). I was able to get it fixed with a fresh profile but it only worked for a day for some reason. I only have Australis, Tabs Always In Titlebar, Adblock Plus, and Omnibar installed.

Also is there any way to have the identity box to look like the default (abeit with a light soft gradient)?

Sidenote: Do you have any plans for an OS X version? I also have a Mac and wouldn't mind testing it out for you.

Much appreciated, thanks.

I've never experienced this, do you have a custom Windows theme?

I've added the default idbox, but I haven't had time to fully bug test and release it yet.

No OS X version is planned. As far as I know the UX builds on Mac OS X have a lot of the Australis design implemented already.

As far as I know the UX builds on Mac OS X have a lot of the Australis design implemented already.

Latest UX build on OS X (from January 13th):

Screen%20Shot%202012-01-18%20at%2011.11.58.png

As a comparison: Yesterday's Nightly on OS X:

Screen%20Shot%202012-01-18%20at%2011.12.46.png

I'm sorry if I've missed something or appear ignorant, but is there a way to run Australis on the nightly/UX builds with 'classic' tabs at the moment? Cheers!

Yep, i'm running it. Use this script in stylish (not created by me):

.tabbrowser-tab[selected="true"] .tab-stack {
  margin: 0 -3px 0 !important;
  padding: 0 8px 1px !important;
  border-width: 0 9px !important;
  border-style: solid !important;
  -moz-border-image: url(chrome://browser/skin/tabbrowser/mrcurveless.png) 0 9 fill !important;
}

You may also need to install the "checkCompatibility" add-on to force Australis to work with nightly (I have this installed).

  • 2 weeks later...

Is this theme still being worked on? Because the newtab page isn't displayed correctly when using Australis (works fine with default theme).

The ACTUAL firefox theme is in works though .. https://wiki.mozilla.org/Firefox/Planning/2012-02-01#UX_.26_User_Research

Is this theme still being worked on? Because the newtab page isn't displayed correctly when using Australis (works fine with default theme).

Nothing has been done on it in a few weeks, but it isn't dead yet. I'd like to redo a lot of things, but I haven't found the time to do a rewrite.

Nothing has been done on it in a few weeks, but it isn't dead yet. I'd like to redo a lot of things, but I haven't found the time to do a rewrite.

Maybe you could include this theme in Stratisform also, would be nice?

  • 2 weeks later...

Can you update your theme with latest design to see how it actually works and feels like?

https://people.mozilla.com/~shorlander/files/australis-designSpecs/australis-designSpecs-windows7-mainWindow.html

PS : Also remove menu button and make it a settings button ?

  • 2 weeks later...

a few pages back

I can reproduce this issue. Looking into fixing it now.

Edit: this is most likely due to the moz-border-image changes.

Edit2: This should work for the default curved tabs:

.tabbrowser-tab[selected="true"] .tab-stack {
  border-width: 0 28px !important;
  border-style: solid !important;
  -moz-border-image: url(chrome://browser/skin/tabbrowser/mrcurve.png) 0 28 fill !important;
}

The problem is I don't think I can have support for both Firefox stable/aurora and Nightly at this point because of the changes.

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

    • No registered users viewing this page.
  • Posts

    • Chrome has history of being the browser everyone uses because Internet Explorer sucks, not realizing that Edge changed that, but people got into the habit of using Chrome. I use Brave and I've never been happier with a browser. It does what it is meant to do and gets out of the way.
    • Wino Mail -> Microsoft Outlook (the new one). Just sayin.
    • Microsoft launches Godot Sample to streamline Xbox PC game development on the engine by Pulasthi Ariyasinghe Microsoft today announced a new endeavor that aims to make it simpler for Godot developers to get their products into the Xbox PC ecosystem. Dubbed the "XBOX Godot Sample," this is a new public reference for developers using the open-source engine. This is set to serve as an example of how Microsoft GDK, Xbox Services, and PlayFab can be integrated into their projects. The sample is available now on GitHub as a working example. This covers key features in gaming projects that developers may need to release their projects on Xbox PC, with everything from matchmaking and game sign-in to gamepad compatibility with Godot being covered. This release is being called the first step in giving Godot developers the tools to bring their games over to Xbox PC, with more changes to come based on feedback and issue reports. However, the company was clear that this is not related to bringing Godot projects to Xbox consoles. The engine's open development model stops it from accessing console SDKs due to the requirement of NDAs and legal contracts. Here's how it explained this Godot sample project's focus: This is a source-only sample, not a product. It's MIT-licensed at the wrapper layer; the GDK and PlayFab dependencies still require their own installs and license acceptance, consistent with our other XBOX samples. There is no set update cadence for support or maintenance. We’ll watch the repo, monitor issues, and iterate where it makes sense, but this isn't a commercial release. That said, we’re excited to hear your feedback and see any community PRs, as we evolve this together. This is the first step in bringing Godot for XBOX on PC. We plan to evolve it over time based on what the community tells us is most valuable. This sample is built specifically for XBOX on PC. It doesn’t include support for XBOX Series X|S or XBOX One. If you’re already building for XBOX Series X|S or XBOX One, please talk with your XBOX representative. If not, you can get started by signing up here. Game developers can find the XBOX Godot Sample by heading to GitHub over here. Documentation on how to get started with Godot for building an Xbox PC project can be seen here.
    • I don't understand the vision. Do people really want to buy a new computer from Dell with 6 browsers installed? We all keep asking for Microsoft to stop having so much junk on their OS, and adding a bunch of browsers seems to go against that. Ideally, we would just be asked what browser we want during OOBE but Google is just going to pay Dell a bunch of money to include Chrome. Additionally, would you want your phones to start including all the browsers too when you get them? The only thing I ever wanted was to be able to uninstall IE or edge and I believe you are now able to. I do agree that microsoft needs to chill with their "are you sure you don't want to try edge before you install chrome" ads when going to download chrome.
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!