UNPKG

@lidorsystems/integralui-web

Version:

IntegralUI Web - Advanced UI Components for Angular

40 lines (39 loc) 921 B
.iui-treeitem-hovered, .iui-treeitem-content-hovered { animation-name: none; background-color: #e6e6e6; border-color: #adadad; color: black; } .iui-treeitem-selected, .iui-treeitem-content-selected { animation-name: none; background-color: #d4d4d4; border-color: #9a9a9a; color: black; } .iui-treeitem-expand-box { background: url(../../icons/expandbox-icons.png) no-repeat -32px -48px; opacity: 1; } .iui-treeitem-expand-box-open { background-position: -32px -16px; } .iui-treeitem-expand-box-open, .iui-treeitem-expand-box-open:hover { background-position: -32px -16px; } .iui-treeitem-expand-box-close, .iui-treeitem-expand-box-close:hover { background-position: -32px 0; } .iui-treeitem-expand-box-open-animate { background-position: -32px 0; } .iui-treeitem-expand-box-close-animate { background-position: -32px 0; }