Describe the bug
Qbittorrent column headers are all white.
Theme Install Method (Don't skip)
Apache
RequestHeader unset Accept-Encoding
AddOutputFilterByType SUBSTITUTE text/html
Substitute 's|</head>|<link rel="stylesheet" type="text/css" href="https://theme-park.dev/css/base/qbittorrent/${theme_park_name}.css"></head>|ni'
Application Info (Don't skip)
- Version: Qbittorrent 4.3.9
To Reproduce
Steps to reproduce the behavior:
- Load the page, headers are not visible (all white)
Expected behavior
Headers visible in appropriate color.
Screenshots
Desktop (If applicable) (please complete the following information):
- OS: Windows
- Browser: Chrome
- Version: latest]
Additional context
Putting back !important brings back the right colors.
It seems that this PR (#693) is the source of the issue, as it removed the !important flag.
Describe the bug
Qbittorrent column headers are all white.
Theme Install Method (Don't skip)
Apache
Application Info (Don't skip)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Headers visible in appropriate color.
Screenshots
Desktop (If applicable) (please complete the following information):
Additional context
Putting back
!importantbrings back the right colors.It seems that this PR (#693) is the source of the issue, as it removed the
!importantflag.