not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
572 B

.enyo-node {
cursor: default;
padding: 4px;
}
.enyo-node img {
vertical-align: middle;
padding-right: 6px;
}
.enyo-node-box {
overflow: hidden;
}
.enyo-node-client {
position: relative;
}
.enyo-animate .enyo-node-box, .enyo-animate .enyo-node-client {
transition-property: height, top;
transition-duration: 0.2s, 0.2s;
-moz-transition-property: height, top;
-moz-transition-duration: 0.2s, 0.2s;
-o-transition-property: height, top;
-o-transition-duration: 0.2s, 0.2s;
-webkit-transition-property: height, top;
-webkit-transition-duration: 0.2s, 0.2s;
}