@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
34 lines (33 loc) • 782 B
CSS
.iui-treeitem-hovered, .iui-treeitem-content-hovered
{
animation-name: none;
background-color: #ffe5e5;
border: 2px solid #ffe5e5;
}
.iui-treeitem-selected, .iui-treeitem-content-selected
{
animation-name: none;
background-color: #ff7d7d;
border: 2px solid #ff7d7d;
color: white;
}
.iui-treeitem-expand-box
{
background: url(../../icons/expandbox-icons.png) no-repeat 0 -48px;
}
.iui-treeitem-expand-box-open, .iui-treeitem-expand-box-open:hover
{
background-position: 0 -16px;
}
.iui-treeitem-expand-box-close, .iui-treeitem-expand-box-close:hover
{
background-position: 0 0;
}
.iui-treeitem-expand-box-open-animate
{
background-position: 0 0;
}
.iui-treeitem-expand-box-close-animate
{
background-position: 0 0;
}