bar.css is missing background-repeat for #tracy-debug-bar
srigi opened this issue · comments
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:
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
Possible Solution
Add background-repeat: repeat-x
to bar.css · #tracy-debug-bar
It is not transparent because it has a set color, and repeat is the default value.