Files
leanote/public/tinymce/skins/lightgray/ResizeHandle.less
2014-05-07 13:06:24 +08:00

19 lines
271 B
Plaintext

.mce-container-body .mce-resizehandle {
position: absolute;
right: 0;
bottom: 0;
width: 16px;
height: 16px;
visibility: visible;
cursor: s-resize;
margin: 0;
}
.mce-container-body .mce-resizehandle-both {
cursor: se-resize;
}
i.mce-i-resize {
color: @text;
}