- Posts: 19
- Thank you received: 0
Buttons' CSS
-
Alexandros
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago #15066
by Alexandros
Replied by Alexandros on topic Re: Buttons' CSS
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15077
by ivan.milic
Replied by ivan.milic on topic Re: Buttons' CSS
Yes because you forgot hover style:
a.hikashop_cart_button:hover, a.hikashop_compare_button:hover {
outline: 2px solid #92C1FF;
}
so add this:
.button:hover{
outline: 2px solid #92C1FF;
}
a.hikashop_cart_button:hover, a.hikashop_compare_button:hover {
outline: 2px solid #92C1FF;
}
so add this:
.button:hover{
outline: 2px solid #92C1FF;
}
Please Log in to join the conversation.
-
Alexandros
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
12 years 10 months ago #15092
by Alexandros
Replied by Alexandros on topic Re: Buttons' CSS
Thank you very much Ivan!! Solved!
Please Log in to join the conversation.
Time to create page: 0.082 seconds