Use the next CSS rules:
Code: |
.ux-menu LI a:hover
{
color: white !important;
background: #99cc33 !important;
}
.ux-menu LI a.ux-menu-link-parent:hover
{
-moz-border-radius-bottomleft: 0 !important;
border-bottom-left-radius: 0 !important;
-webkit-border-bottom-left-radius: 0 !important;
-moz-border-radius-bottomright: 0 !important;
border-bottom-right-radius: 0 !important;
-webkit-border-bottom-right-radius: 0 !important;
}
|
instead of the following CSS rule:
Code: |
.ux-menu LI a:hover
{
color: white !important;
background: #99cc33 !important;
-moz-border-radius-bottomleft: 0 !important;
border-bottom-left-radius: 0 !important;
-webkit-border-bottom-left-radius: 0 !important;
-moz-border-radius-bottomright: 0 !important;
border-bottom-right-radius: 0 !important;
-webkit-border-bottom-right-radius: 0 !important;
}
|
PS: Thank you for the dog
Regards,
ARI Soft