tinymce-editor/copy_this/modules/hdi/hdi-tinymce/tinymce/skins/lightgray/ResizeHandle.less
2013-07-25 23:50:43 +02:00

19 lines
277 B
Plaintext
Executable File

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