Recommended Posts

  • 4 weeks later...

There are problem with latest nightlies:

<snipped>

hope they are fixed soon :)

Seems fine here though on 64bit UX build 12.01a :/

You're sure that you aren't using any other addons?

Incompatible with Nightly 12.0a1, even with add-on compatiblity reporter installed. Any ideas to get it to work?

add-on compatibility reporter starts to fail here too :/

I use now https://addons.mozilla.org/en-US/firefox/addon/checkcompatibility/ instead ^^

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.

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.

Weird that I don't have it :/

Maybe because of UX build?

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.

Could you please update the Stylish "Classic tabs" theme?

How do I make this compatible with the latest Aurora build? I have the add-on compatibility reporter installed, but this stopped working in Aurora.

Use: https://addons.mozilla.org/en-US/firefox/addon/checkcompatibility/

UX builds use an older code base. When they are updated to use the mozilla-central code (Nightly) it should include that change.

I can confirm it's updated now and ux-builds are affected too ;)

Could you please update the Stylish "Classic tabs" theme?

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]

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.

Can't you just provide two sets of CSS code for the two Firefox versions, and link to both of them from the AMO page?

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]

Can't you just provide two sets of CSS code for the two Firefox versions, and link to both of them from the AMO page?

He can better use :after and :before instead of buggy border-image (which would work fine in all firefox since version 3) for the curve images :/

I have another method to do the tabs that will work with all Firefox versions.

Excellent! Thanks a lot for your work with this theme, it's the on thing I need to stick with Firefox and keep Chrome a distant memory.

On an unrelated note, do you by any chance know how to move the reload button in the address field to the left side? I tried to edit a Stylish script I found but to no avail as there was a large white space left, and I don't know how the Firefox UI works.

On an unrelated note, do you by any chance know how to move the reload button in the address field to the left side? I tried to edit a Stylish script I found but to no avail as there was a large white space left, and I don't know how the Firefox UI works.

Try this:

#urlbar-go-button,
#urlbar-stop-button,
#urlbar-reload-button {
  -moz-box-ordinal-group: 0 !important;
}

#unified-back-forward-button[disabled] + #urlbar-container &gt; #urlbar &gt; .urlbar-textbox-container {
  -moz-margin-start: 0 !important;
}

#unified-back-forward-button[disabled] + #urlbar-container &gt; #urlbar &gt; :-moz-any(#urlbar-go-button,#urlbar-stop-button,#urlbar-reload-button) {
  -moz-margin-start: -13px !important;
  position: relative !important;
}

#unified-back-forward-button[disabled] + #urlbar-container &gt; #urlbar {
  -moz-padding-start: 0 !important;
}

The tabs seem to be misaligned in the Options dialog:

These are rendered by Firefox, in the next release I'll include some custom styled ones.

I forgot to add, the Inspect Element UI is not using the recently implemented one, I don't know if this is by design.

Thanks for this amazing theme.

This is a weird bug. I've included the new stylesheets to style the bar, however it isn't being styled.

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!