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

28 lignes
496 B
Plaintext
Fichiers exécutables

/* MenuButton */
.mce-menubtn.mce-disabled span {
color: @text-color-disabled;
}
.mce-menubtn span {
line-height: @line-height;
*line-height: @line-height - 4px;
}
.mce-menubtn.mce-btn-small span {
font-size: @font-size - 2px;
line-height: @line-height - 5px;
*line-height: @line-height - 4px;
}
.mce-menubtn.mce-fixed-width span {
display: inline-block;
overflow-x: hidden;
text-overflow: ellipsis;
width: 90px;
}
.mce-menubtn.mce-fixed-width.mce-btn-small span {
width: 70px;
}