Aris-t2 / CustomCSSforFx

Custom CSS tweaks for Firefox
GNU General Public License v3.0
1.86k stars 181 forks source link

Conflicting colours in Library window #529

Closed cxen closed 1 year ago

cxen commented 1 year ago
  1. Does the issue occur without any files inside /chrome/ folder? This is definitely related to CustomCSS

  2. Issue description, userChrome.css/userContent.css 'settings' the issue occurs with and steps to reproduce the issue: In the Library/History/Downloads windows, the theme is not consistent in the toolbars, giving conflicting colors to the bar and buttons. This have been an issue for a long time but now the URL bars are affected with a similar issue, so I thought to check in with you,

Library window issue: https://user-images.githubusercontent.com/46993334/207672503-b9d560a0-9d60-4aa4-9748-0fe32e10a20d.mp4

Main URL bar issue (no contrast or outline around URL and search boxes since FF 108): image

Bonus question: How to disable the multirow tab bar scrollbar? (below bookmarks if it matters)

  1. Does the issue occur with the most recent version of CustomCSSforFx (release/test/dev build)? Yes. Using 4.2.6 in FF 108

  2. System information

    • OS & OS version: Win10 22H2
    • DPI / HiDPI (e.g. 100%, 125%...): 100%
    • Firefox version: 108
    • Firefox theme (e.g. default, build in light/dark, external theme + link): Default Dark 1.2
    • Is 'about:config > toolkit.legacyUserProfileCustomizations.stylesheets' set to 'true': Yes
    • Is 'about:config > layout.css.moz-box-flexbox-emulation.enabled' set to 'true' (Fx 107 only): Yes
cxen commented 1 year ago

Also, these are my settings files. I made them .txt just to upload here: userChrome.css.txt userContent.css.txt

In general I like to keep FF as vanilla as possible and only enable the specific functions that I need. Mainly, multirow tabs, tabs below bookmarks, visible addon versions and always visible recent addon updates. So I am not sure why my theme/colors are affected.

Aris-t2 commented 1 year ago

Honestly I do not know what is causing this for you.

Default setup of this projects files + default dark theme v1.2

image

Aris-t2 commented 1 year ago

Can somebody reproduce this on a clean new profile?

Aris-t2 commented 1 year ago

Any news here?

cxen commented 1 year ago

I replicated the same behaviour on a different machine, clean Firefox install, clean profile. I just used the chrome and content files from above. Could anyone check if I'm commenting out something that I shouldn't?

Aris-t2 commented 1 year ago

The issue is caused by tabs_below_navigation_toolbar_alt.css, when a dark lw-theme is used.

Test 4.2.7v4.

cxen commented 1 year ago

The issue is caused by tabs_below_navigation_toolbar_alt.css, when a dark lw-theme is used.

Test 4.2.7v4.

Yup, this fixed the Library toolbar and the URL boxes. Thank you so much.

Aris-t2 commented 1 year ago

Good to hear.