CatalystX-CRUD-YUI

 view release on metacpan or  search on metacpan

lib/CatalystX/CRUD/YUI/TT/static/css/crud/base.css  view on Meta::CPAN

}

#crud-links li a:hover {
    color: #222;
    background: #ffdd77;
    /* cursor:pointer; */
}

#crud-links li a.selected {
    color: #222;
    background: transparent url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/menuitem_submenuindicator.png) no-repeat scroll right center;
    background-color: #fff;
    font-weight:bold;
    cursor: default;
}

#crud-body {
    padding: 0.5em;
    margin-left: 200px;
    border-top: 2px solid #7a0019;
    border-left: 1px solid #aaa;

lib/CatalystX/CRUD/YUI/TT/static/css/crud/menu.css  view on Meta::CPAN

.yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
    cursor:pointer;
    /* background-color:#B2D2FF; */ /* med blue hover */
    background-color: #ffdd77;
    color: #7a0019;
}

/* menus */
.yui-skin-sam .yuimenubarnav .yuimenuitemlabel-hassubmenu {
    background: transparent url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/menuitem_submenuindicator.png) no-repeat scroll right center;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected,
.yui-skin-sam .yuimenubarnav .yuimenuitemlabel-selected
{
    color: #7a0019;
    cursor:pointer;
    background-color: #ffdd77;
}



( run in 0.806 second using v1.01-cache-2.11-cpan-0a6323c29d9 )