init
This commit is contained in:
27
public/tinymce/skins/lightgray/Label.less
Normal file
27
public/tinymce/skins/lightgray/Label.less
Normal file
@@ -0,0 +1,27 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user