this post was submitted on 24 Jul 2023
3 points (80.0% liked)
Firefox Customs
64 readers
6 users here now
Post your unsupported Firefox customizations here!
From the makers of r/FirefoxCSS
Links
Related
Rules
- Posts must have flair!
- Posts cannot be memes/shitposts. They should be about Firefox customization with CSS.
- Please be civil. Bear in mind that many users come here for help and would be turned off by insults and rudeness.
- When posting large amount of code use a service dedicated to hosting text snippets, such as pastebin, hastebin, github gist or equivalent. Relatively short snippets can be wrapped in code-block for inline viewing.
- Do NOT use url-shorteners or link to compressed downloads (such as zip or rar) when sharing code.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you haven't already, you might want to check how this works in Nightlies. With the deprecation of Win7 support bunch of Windows 7 codepaths were removed recently so stuff like
appearance: -moz-win-borderless-glass
shouldn't work anymore - see bug 1844241Thank you for the advice. If that feature disappears all continues working but without transparency.
I think there's a chance it might be problematic because you are also setting background-color of main-window to a semi transparent color. If window doesn't have some glass-appearance then any non-opaque color leads to various window features (like dragging window around ) being broken. At least on Win10 normally, no clue if that mica thing would affect things somehow.
Anyway, just a heads up. Otherwise your style looks pretty neat.