This is a minor bug in Nextcloud V13, I would recommend making the "stay logged in" and "forgot password" into buttons, this would help them stay noticeable regardless of the background and color scheme chosen.
Currently this is what happens:
cc @nextcloud/designers
I would keep them as they are, because they should be not as prominent as the actual login button.
The remember login checkbox will disappear soon, so I'm not convinced about this :)
@MorrisJobke no, but they should be visible somewhat
@MorrisJobke no, but they should be visible somewhat
@ChristophWurst didn't you add some CSS to make them more visible?
@MorrisJobke no, but they should be visible somewhat
@ChristophWurst didn't you add some CSS to make them more visible?
Nope :man_shrugging:
@ChristophWurst didn't you add some CSS to make them more visible?
Nope 🤷♂️
maybe @skjnldsv ?
We have a slight text shadow on the forgot password text, which is black. Since your background image is pretty dark, there is not much we can do about that, because by default we would have black text on the lighter green background color, which would work fine there.
For that theming constelation, you might want to checkout the theming_customcss app and set some rules to make the text color fit better to your background image.
@nextcloud/designers As @MorrisJobke said, I'd keep it like this, since with multiple buttons there would be too many elements trying to get the attention of the user and it should be clear to the user what the main action (login) is.
maybe @skjnldsv ?
Nope :man_shrugging:, Don't recall editing the guest page since a long time :)
Is the CSS styles completely custom made for Nextcloud or does it use bootstrap as well?
Is the CSS styles completely custom made for Nextcloud or does it use bootstrap as well?
See https://docs.nextcloud.com/server/13/developer_manual/design/index.html and see https://nextcloud.com/design/ for the overall guidelines.
And yes - we have our own SCSS that does our style.
I see I was hoping that there would have been some highlight type of element already there.
I see I was hoping that there would have been some highlight type of element already there.
cc @nextcloud/designers
You could simply copy the CSS of the buttons and add it as custom CSS for the elements you want to button-ify. Or even simpler: Make the text of those functions white.
As said by the others above already, this is not something we will do in core:
Most helpful comment
We have a slight text shadow on the forgot password text, which is black. Since your background image is pretty dark, there is not much we can do about that, because by default we would have black text on the lighter green background color, which would work fine there.
For that theming constelation, you might want to checkout the theming_customcss app and set some rules to make the text color fit better to your background image.
@nextcloud/designers As @MorrisJobke said, I'd keep it like this, since with multiple buttons there would be too many elements trying to get the attention of the user and it should be clear to the user what the main action (login) is.