Topic-icon Problem with the button color divided

Active Subscriptions:

None
12 years 4 months ago #40947 by yj47
Hello
I have a problem with the button color
When you move the mouse over the color is divided (2 colors blue anfd green)
you can see on the image " connexion"
Thank you for your help
Regards
File Attachment:
The topic has been locked.
Support Specialist
12 years 4 months ago #41000 by alzander
Sorry for the delay. It sounds like there's a template CSS conflict with that button. To fix, you can simply add the following to your template's CSS to ensure the proper background color is set on hover:
.sclogin button.btn:hover {
background: black;
}
Obviously, you can change that color to anything.

In the next release of the SCLogin module, there will be a broken out stylesheet that will be easier to add a style like that. Unfortunately, for now, our CSS is one large file that's not terribly easy to edit.

I hope that helps, but if you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 4 months ago #41025 by yj47
Thanks Alex ;)
The topic has been locked.
Support Specialist
12 years 4 months ago #41045 by alzander
Glad to help! Should you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.