flarum / framework

Simple forum software for building great communities.
http://flarum.org/
6.39k stars 834 forks source link

Mail confirm and reset password page button doesn't appear #4129

Open salahineo opened 6 hours ago

salahineo commented 6 hours ago

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

  1. Open reset password or confirm mail link
  2. You will not be able to see the submit button

Expected Behavior

I should have a clear view of the button to click on it

Screenshots

image

Environment

Possible Solution

This CSS code can fix the issue: button { color: #000; border: 1px solid #ccc; background: #f1f1f1; }

salahineo commented 6 hours ago

I investigated further and found the file responsible for this layout issue image

It seems this issue happened when the main color is #fff in the settings image

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

luceos commented 2 hours ago

We will need the output of php flarum info, thank you.