2
Captcha image border color being set wrong
Problem reported by Speednet - 2/11/2019 at 9:11 AM
Resolved
I changed all the portal colors to a dark theme and found that on pages like the registration page, the captcha image had a different border color around it than the rest of the borders present on the page.  So whatever method is being used to generate the border colors uses a different technique for the captcha.

To make the border colors match I had to add a custom CSS rule:

.captcha-form-element .captcha-image>img { border: solid 1px #777777 !important; }

3 Replies

Reply to Thread
0
Andrew Barker Replied
Employee Post
Thank you for bringing this to our attention. We have added it to our internal issue tracking system.
Andrew Barker Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Andrew Barker Replied
Employee Post Marked As Resolution
The fix for this issue was included in build 6984, which was released this morning.
Andrew Barker Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Speednet Replied
Awesome, thanks! :)

Reply to Thread