2015-06-15 18:01:48 +08:00
|
|
|
.@{prefix}-container-body .@{prefix}-resizehandle {
|
2014-05-07 13:06:24 +08:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
visibility: visible;
|
|
|
|
cursor: s-resize;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-06-15 18:01:48 +08:00
|
|
|
.@{prefix}-container-body .@{prefix}-resizehandle-both {
|
2014-05-07 13:06:24 +08:00
|
|
|
cursor: se-resize;
|
|
|
|
}
|
|
|
|
|
2015-06-15 18:01:48 +08:00
|
|
|
i.@{prefix}-i-resize {
|
2014-05-07 13:06:24 +08:00
|
|
|
color: @text;
|
|
|
|
}
|