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

28 lines
327 B
Plaintext
Raw Normal View History

2014-05-07 13:06:24 +08:00
// Label
.mce-label {
.inline-block();
text-shadow: @text-shadow;
border: 0;
overflow: hidden;
}
.mce-label.mce-autoscroll {
overflow: auto;
}
.mce-label.mce-disabled {
color: @text-disabled;
}
.mce-label.mce-multiline {
white-space: pre-wrap;
}
// RTL
.mce-rtl .mce-label {
text-align: right;
direction: rtl;
}