Topic-icon Rollover on buttons

Active Subscriptions:

None
8 years 8 months ago #56739 by Easysymbol
Hello, i see a strange behavior on sclogin buttons.
I think it is a problem / conflict with the template style css.

Could you please help me with this issue?

You can check the problem at this link:

www.fisioterapiaclinica.it/NEWSITE/servi...isioterapia-estetica

I need them with the same dimensions and maybe without effects. the same button for example of the next contact module.

Please let me know.

Thanks in advance
The topic has been locked.
Support Specialist
8 years 8 months ago #56741 by mel
Replied by mel on topic Rollover on buttons
Smaller size can be fixed with:
.sclogin .btn.art-button{
padding:4px 12px;
border:1px solid #cccccc;
}

Gradient effect fixed with:
.sclogin .btn.btn-primary.art-button:hover{
background:linear-gradient(to bottom, #0088cc, #0044cc);
}
.sclogin a.btn.art-button:hover{
background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
}
The topic has been locked.
Active Subscriptions:

None
8 years 7 months ago #56782 by Easysymbol
Replied by Easysymbol on topic Rollover on buttons
That's fine!

Many thanks

Ivan
The topic has been locked.
Support Specialist
8 years 7 months ago #56790 by mel
Replied by mel on topic Rollover on buttons
Great, glad that resolved the issue :)
The topic has been locked.