Open salahineo opened 6 hours ago
I investigated further and found the file responsible for this layout issue
It seems this issue happened when the main color is #fff in the settings
So I suggest setting the color property to be a variable also as the background, so they can sync together according to the user's choice of colors in the settings
Thanks
We will need the output of php flarum info
, thank you.
Current Behavior
The button in reset password page or mail confirmation page doesn't shown properly due to wrong CSS styles, so it will not appear for a normal user
Steps to Reproduce
Expected Behavior
I should have a clear view of the button to click on it
Screenshots
Environment
Possible Solution
This CSS code can fix the issue: button { color: #000; border: 1px solid #ccc; background: #f1f1f1; }