this post was submitted on 21 Feb 2024
6 points (100.0% liked)
Firefox Customs
3 readers
9 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@MrOtherGuy: Thanks for your reply and testing. :)
Don't understand why the underline 'artifact' won't reproduce for you? The 2 images attached are without any of my own CSS and are just "clean test profiles on Win10 with only your latest 'non_floating_sharp_tabs.css' style and the Gradient Blue theme added."
Thus, unless the 'underline' in Fx123.0 is somehow being created by some conflict with the setting(s) within the Gradient Blue theme itself... I can't see what could be causing the problem?
Will test again with new clean profiles just to be sure I can reproduce too! And then try your 'non_floating_sharp_tabs.css' style with Firefox's default themes and a random selection of other AMO toolbar themes.
(FWIW - The Gradient Blue toolbar theme is one of the older ones and IIRC from looking at its coding a couple of years ago it is written in a slightly different format to the way a toolbar theme would be created using the latest version of Firefox Color.)
Yeah, I created a new profile in Firefox 123 and installed the Gradient Blue theme you linked. I then made Firefox to load userChrome.css by flipping the pref created userChrome.css with contents of non_floating_sharp_tabs.css and this is the result:
So, I would be interested to know what makes a difference here where on my system no line is seen below selected tab (as intended) but on your system apparently there is a line.
I just noticed that the link you have for non_floating_sharp_tabs.css points to a for 4months old revision of that file, not the latest.
Apologies... thought I'd linked and used latest version of your non_floating_sharp_tabs.css ... seems not... my bad... not sure how that happened... sigh! :(
Notes on underlying cause/code changes. The only change made to the non_floating_sharp_tabs.css style between the 'wrong/out-of-date' 25Oct23 version incorrectly used and linked (above) and the current version is this Commit on 24Jan24: https://github.com/MrOtherGuy/firefox-csshacks/commit/a2b52b6da07f009e872aee124adf932a88c8f483.
This resulted from 'Issue #335 - non_floating_sharp_tabs line when unfocused' posted by corobin on 24Jan24... which links to 'Remove opacity changes from titlebar - fixes #331' which explains the underlying cause is the code change in Bug 1870803.