nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.76k stars 218 forks source link

bar.css is missing background-repeat for #tracy-debug-bar #574

Closed srigi closed 9 months ago

srigi commented 9 months ago

Version: 2.10.5

Bug Description

I noticed, that Tracy bar is being transparent completely, which is annoying on a dark background. See the screenshot below:

Screenshot 2024-01-20 at 19 55 27

I also noticed, that element #tracy-debug-bar has a background image set, which is a 1px strip. However, the CSS is missing the background-repeat: repeat-x, which makes this image ineffective. Adding this CSS rule will fix this issue:

Expected Behavior

Screenshot 2024-01-20 at 19 59 59

Possible Solution

Add background-repeat: repeat-x to bar.css · #tracy-debug-bar

dg commented 9 months ago

It is not transparent because it has a set color, and repeat is the default value.