We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2.6.3
Since version 2.6.3 are panels and bar totally white when I use css selector body { color: #fff; } in Safari.
2.6.3
body { color: #fff; }
Safari 12.1.1:
12.1.1
Add global CSS selector body { color: #fff; } to page.
Add some CSS font-color selector to #tracy-debug.
#tracy-debug
I tried #tracy-debug { color: black !important; }, but it does not work correctly in all cases.
#tracy-debug { color: black !important; }
Thank you.
The text was updated successfully, but these errors were encountered:
7335fbf
bar.css: fix for Safari after 0c98a90 [Closes #373][Closes #374]
eff6d72
bar.css: replaced all:unset with specific reset due to problems with …
631f737
…Safari [Closes #373][Closes #374][Closes #364]
5f88514
No branches or pull requests
Version: 2.6.3
Bug Description
Since version
2.6.3
are panels and bar totally white when I use css selectorbody { color: #fff; }
in Safari.Safari
12.1.1
:Steps To Reproduce
Add global CSS selector
body { color: #fff; }
to page.Possible Solution
Add some CSS font-color selector to
#tracy-debug
.I tried
#tracy-debug { color: black !important; }
, but it does not work correctly in all cases.Thank you.
The text was updated successfully, but these errors were encountered: