.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;
|
|
}
|