Files
leanote/public/tinymce/skins/lightgray/ResizeHandle.less

19 lines
301 B
Plaintext
Raw Normal View History

.@{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;
}
.@{prefix}-container-body .@{prefix}-resizehandle-both {
2014-05-07 13:06:24 +08:00
cursor: se-resize;
}
i.@{prefix}-i-resize {
2014-05-07 13:06:24 +08:00
color: @text;
}