CustomCSSforFx icon indicating copy to clipboard operation
CustomCSSforFx copied to clipboard

Incorrect filename in current/userChrome.css

Open pyksy opened this issue 9 months ago • 1 comments

Guidelines

Does the issue occur without any files inside /chrome/ folder?

No

Description of the Issue

The file current/userChrome.css line 729 refers to tab_audio_hidden.css but the file seems to be named tab_audio_icon_hidden.css instead. There is no tab_audio_hidden.css file.

https://github.com/Aris-t2/CustomCSSforFx/blame/989c57ecf2e71cbe61a44d012861e2f61e70fc73/current/userChrome.css#L729

The latest commit in master fixed the next line but missed this one.

Issue description, userChrome.css/userContent.css 'settings' the issue occurs with and steps to reproduce the issue

See above

Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)?

Yes, with the latest release

Screenshots showing the issue

Not applicable

System information

Not applicable

pyksy avatar Mar 31 '25 15:03 pyksy

You are right. I will upload a new version.

Aris-t2 avatar Mar 31 '25 16:03 Aris-t2