Hi,
i managed to change the colors of ARI YUI Menu, but now the arrow of the active menuitem disappear.
Code: |
body #{$id}.yui-skin-sam ul li a.yuimenuitemlabel-selected
{
color: black;
}
body #{$id}.yui-skin-sam ul li a.yuimenuitemlabel-active
{
background-color: #66A666;
}
body #{$id}.yui-skin-sam .yuimenu li.yuimenuitem-active
{
background-color: #66A666;
}
body #{$id}.yui-skin-sam .yuimenu li.yuimenuitem-active
{
background-color: #66A666;
}
body #{$id}.yui-skin-sam .yuimenu li.yuimenuitem-selected
{
background-color: #99CC99;
}
|
Website
Can you give me a hint?
Thank you.