.treebody { padding: 0px !important; } .treebody ul { list-style: none; padding: 0px 15px; margin: 0px; /*border-left: 1px solid #f5f5f5; border-right: 1px solid #f5f5f5;*/ } .treebody .treeitem { padding-left: 30px; width: 110%; cursor: pointer; } .treebody .menu { position: relative; overflow-y: auto; padding: 5px 0px 0px 10px; } .treebody .row { /*border-bottom: 1px solid #f5f5f5;*/ padding: 6px 0px 6px 0px; cursor: pointer; } .treebody .row .material-icons { position: relative; float: left; top: -2px; } .icon-name-spac { padding-left: 24px; display: flex; } @keyframes collapsedvmove{ from { width: 25%; } to { width: 5%;} } @keyframes backmove{ from { width: 5%; } to { width: 25%;} } @keyframes collapsedmove-content{ from { width:75%; } to {width:95%;} } @keyframes backmove-content{ from { width:95%; } to {width:75%;} }