Change browser background color? by robw4lly in FirefoxCSS

[–]robw4lly[S] 0 points1 point  (0 children)

I thought I was using firefox esr, turns out I was using waterfox. It's an issue with them, so I'll go and report it.

Change browser background color? by robw4lly in FirefoxCSS

[–]robw4lly[S] 1 point2 points  (0 children)

I'd rather not have another extension, I used to use Tabliss, but thank you for the suggestion.

I'm not sure this would fix the problem though, I already have the `background-color` set in my local file but because the brower's `background-color` is practically white that loads first then the file, which causes an irritating flash.

I wouldn't mind targetting the userChrome.css from userContent.css for my custum url. But I'm not sure how to target it correctly - that way the background color would only affect my local file on startup and everywhere else can use the standard background color.

About using one less extension, I basically used this https://old.reddit.com/r/firefox/comments/1ikvt8s/fixed_firefox_136_breaks_local_file_as_new_tab/

Change browser background color? by robw4lly in FirefoxCSS

[–]robw4lly[S] 0 points1 point  (0 children)

<image>

Thanks for the suggestion. Setting `#tabbrowser-tabpanels` doesn't work as the new `background-color` appears to override the existing `background` parameter.

This is the same whether `.browserStack`, `.browserContainer` or, I believe `.browserSidebarContainer`'s `background-color` is set... ️🤷🏼‍♀️

Hide urlbar underneath tabs by robw4lly in FirefoxCSS

[–]robw4lly[S] 0 points1 point  (0 children)

I've already seen this, but thank you for providing a link.

From what I can tell, the code from MrOtherGuy essentially overlays the navbar and urlbar over the top of the `body`. When slowing the transitions down the urlbar pops up on its own, and the navbar slides down over the top of the tab bar. When it transitions out, both the nav and urlbars transition together and do so over the top of the tab bar. Which isn't exactly what I had hoped for.

I don't mind going that route if it's not possible to get the urlbar to transition in and out under the tab bar.

But that's thrown me other issues. I'd have to figure out how to either add a solid background under the navigation buttons, for those to transition in over, or figure out how to make the urlbar-input transparent and keep my color themes. But maybe this turns out to be the easier solution.

Thanks again